View Single Post
  #2  
Old 25th June 2013, 17:22
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by Chez View Post
Hi guys i want this mod for TBDev ... i mean, when somebody post in shoutbox something to get 1 GB upload ... can anybody give me an example or this mod?

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__); 
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 25th June 2013 at 18:55.
Reply With Quote