View Single Post
  #4  
Old 28th June 2013, 15:01
staff staff is offline
Senior Member
 
Join Date: Nov 2011
Thailand
Posts: 15
Angry
Quote:
Originally Posted by firefly007 View Post
Look for

PHP Code:
 mysql_query("INSERT INTO shoutbox (id, userid, username, date, text) VALUES (" sqlesc($id) . "," sqlesc($userid) . ", " sqlesc($username) . ", $date, " sqlesc($text) . ")") or sqlerr(__FILE____LINE__); 
Around 218 in shoutbox.php Add this below

PHP Code:
$upthis "1100000000";
  
mysql_query("UPDATE users SET uploaded = uploaded + $upthis WHERE id = $userid") or sqlerr(__FILE____LINE__); 

Unusable
Reply With Quote