Thread: Deluxe Torrent
View Single Post
  #37  
Old 28th June 2013, 23:04
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by BlueZ98 View Post
How can i make this dissaper:
Click the image to open in full size.
Pleas help
find this in near the bottom of takeupload.php

PHP Code:
$text "[url=http://www.peerspy.net/details.php?id=$id]".htmlspecialchars($torrent)."[/url]";
$userid "0";
 
$date=time();
mysql_query("INSERT  INTO shoutbox (id, userid, date, text) VALUES ('id'," sqlesc($userid)  . ", $date, " sqlesc($text) . ")") or sqlerr(__FILE____LINE__); 
and replace with this

PHP Code:
$text "[b]New torrent![/b] [url=$BASEURL/details.php?id=$id]".htmlspecialchars($torrent)."[/url] [color=lime][b]was just uploaded by[/b] [/color][url=$BASEURL/userdetails.php?id="$CURUSER['id'] ."] " .$CURUSER['username']."[/URL]";
$userid "10001";
 
$date=time();
mysql_query("INSERT INTO shoutbox (id, userid, date, text) VALUES ('id'," sqlesc($userid) . ", $date, " sqlesc($text) . ")") or sqlerr(__FILE____LINE__); 
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 29th June 2013 at 00:09.
Reply With Quote