|
|
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
|
|
|
|