View Single Post
  #1  
Old 17th August 2021, 12:31
hon hon is offline
Senior Member
 
Join Date: Oct 2020
P2P
Posts: 66
Default TorrentBar For TorrentTrader
Tsted on TorrentTrader-2.08-FINAL.

HOW TO INSTALL:
Just unzip the file in attachment in your site root.

URLs working:
PREWVIEW:
Click the image to open in full size.

================================================== =========================

account.php

After this line:
Code:
<?php print("<b>".T_("IP").":</b> " . $CURUSER["ip"] . "\n"); ?><br />
Add this code:
Code:
<?php print("<img src='torrentbar/bar.php/".$CURUSER['id'].".png'>"); ?><br />
PREVIEW:
Click the image to open in full size.

================================================== =========================

account-details.php

After this line:
Code:
Forum Posts: <?php echo number_format($numforumposts); ?><br />
Add this code:
Code:
<?php echo "<img src='torrentbar/bar.php/".$id.".png'>"; ?><br />
PREVIEW:
Click the image to open in full size.

================================================== =========================
Attached Thumbnails
preview.png   preview2.png  
Attached Images
 
Attached Files
File Type: zip torrentbar.zip (21.0 KB, 10 views)

Last edited by hon; 17th August 2021 at 12:51.
Reply With Quote