View Single Post
  afterlab
 
 
afterlab's Avatar
Founder of FFR
 
Posts: 3,376
 
Reg: Jul 17 2001
 
ID: 1
 
RP: 150
 
Final Fantasy XI
Jamestown Story
50 First Dates
Alternative Press
XBox 360
     
 
Default  02.17.02, 13:22:54
  Post #26 (permalink)
 
     

FFR Card Transfer has been a bit screwy with this new server. That will be fixed sometime this week. It's on my todo list.

Country Flag was a hack I tried to install yesterday but didn't happen to work, so I have been needing to uninstall it.

===================================
Mewtwo - This is what I tried for selling items (around line 47):

PHP Code:
if($action==sell && $item) {
            if(
$item==$itemdisplay) {
            
header ("Location: itemshop.php?action=thankssell");
            } else {
                    
$newpts = ($points $value);
                    
$DB_site->query("UPDATE userfield SET $pointfield='$newpts' WHERE userid=$bbuserinfo[userid]");
                    
$DB_site->query("UPDATE userfield SET $itemfield='No Item' WHERE userid=$bbuserinfo[userid]");
                    
header ("Location: itemshop.php?action=thankssell");
                    }
                } 
______________________________________



From the founder of Final Fantasy Republic
Gamertag Nation

  afterlab is offline
View afterlabs Profile! Find more posts by afterlab! Visit afterlabs Homepage!