Thread: Bonus transfer
View Single Post
  #1  
Old 14th October 2009, 18:44
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default Bonus transfer
This allows you to share bonus points with other users just download the 2 attached files below and add in tracker root then make a link to bonus_transfer.php in index for example..

in blocks/usercp.php

search

Code:
print("<p>Seeding Bonus: <a href='mybonus.php'>".$seedbonus."</a></p>");
add after

Code:
echo "<br />\n"; 
        print("<p>Transfer Bonus: <a href='bonus_transfer.php'>here</a></p>");
Attached Thumbnails
Screenshot.png  
Attached Files
File Type: php bonus_transfer.php (1.0 KB, 22 views)
File Type: php bonus_transfered.php (2.8 KB, 17 views)

Last edited by Nightcrawler; 14th October 2009 at 19:23.
Reply With Quote