Thread: Help Shoutbox
View Single Post
  #3  
Old 7th December 2012, 01:43
aeon-design's Avatar
aeon-design aeon-design is offline
Senior Member
 
Join Date: Dec 2012
P2P
Posts: 128
Default
change http://www.peerspy.net/ with the name of your site of takeupload.php on line 409

Quote:
////////new torrent upload detail sent to shoutbox//////////
$text = "
New Torrent -> http://www.peerspy.net/details.php?id=$id ".htmlspecialchars($torrent)."
was just uploaded by " .$CURUSER['username'];
$userid = "2";
$username = "System";
$ti = gmtime();
$date=sqlesc(get_date_time($ti));
mysql_query("INSERT INTO shoutbox (id, userid, username, date, text) VALUES ('id'," . sqlesc($userid) . ", " . sqlesc($username) . ", $date, " . sqlesc($text) . ")") or sqlerr(__FILE__, __LINE__);
Reply With Quote