View Single Post
  #5  
Old 10th January 2022, 19:15
xblade's Avatar
xblade xblade is offline
Cod3r
 
Join Date: Nov 2020
P2P
Posts: 239
Thumbs down
Quote:
Originally Posted by BamBam0077 View Post
Add into index.php script should refresh and add 2.0 seedbonus on login or while logged in it will update every time while logged in to make seedbonus points 2.0 is set though yet to be tested so give it a turn.

Code:
$seedbonus = $CURUSER[“seedbonus”];

/* seedbonus everytime your on the index page or script :) */
SQL_Query_exec("UPDATE users SET seedbonus = “.$CURUSER[“seedbonus”].”+2.0 WHERE id = ".$CURUSER["id"]."") ;
!!Requires Seedbonus Hack: https://torrenttrader.uk/topic?topicid=9722
Code:
$seedbonus = $CURUSER["seedbonus"];
SQL_Query_exec("UPDATE users SET seedbonus = ".$CURUSER["seedbonus"]."+2.0 WHERE id = ".$CURUSER["id"]."") ;
do you think this is the long way about this Lol
add to the login page
Reply With Quote