View Single Post
  #1  
Old 10th January 2022, 12:40
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default Seedbonus On Login
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
Reply With Quote