Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Gb Upload for posting in shoutbox (http://www.bvlist.com/showthread.php?t=9248)

Chez 25th June 2013 11:49

Gb Upload for posting in shoutbox
 
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?

firefly007 25th June 2013 17:22

Quote:

Originally Posted by Chez (Post 41248)
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__); 


Marco 28th June 2013 13:07

maybe i want too much - but is possible if somebody spamming the shoutbox and i delete his entry , the gift (1GB) take it back ??:drink::cool:

staff 28th June 2013 15:01

Quote:

Originally Posted by firefly007 (Post 41250)
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

firefly007 28th June 2013 16:08

Quote:

Originally Posted by staff (Post 41270)
Unusable


Modded it on the shoutbox I tested and it worked but its something I do not need.


Give me shoutbox.php, its very easy to to.

staff 28th June 2013 19:58

Quote:

Originally Posted by firefly007 (Post 41271)
Modded it on the shoutbox I tested and it worked but its something I do not need.


Give me shoutbox.php, its very easy to to.

not good

Parse error: syntax error, unexpected '[' in /home/a9313311/public_html/shoutbox.php on line 70
http://image.ohozaa.com/i/ad2/ggzpM8.jpg

firefly007 28th June 2013 20:07

Quote:

Originally Posted by staff (Post 41280)
not good

Parse error: syntax error, unexpected '[' in /home/a9313311/public_html/shoutbox.php on line 70

On line 71 remove this [php]

Marco 10th October 2013 10:01

it is any chance to make this mod only for users not staff or only for those who have ratio below 0.9 :)

thank you:muscle:


All times are GMT +2. The time now is 16:53.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.