Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
Thread Tools
  #1  
Old 16th September 2008, 14:14
AngelDj AngelDj is offline
Member
 
Join Date: Aug 2008
Posts: 12
Default New Upload in shoutbox
Hi.
Someone knows how to appear a new torrent in the shoutbox automatically?
Reply With Quote
  #2  
Old 16th September 2008, 15:31
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
in takeupload.php add this shows new torrent uploaded in shoutbox plus gives the uploader 3 gigs every time to their account

////////new torrent upload detail sent to shoutbox//////////
$text = "New Torrent Uploaded ".htmlspecialchars($torrent)." please thank the uploader!!";
$userid = "0";
$username = "shoutbot";
$date=time();
mysql_query("INSERT INTO shoutbox (userid, username, date, text) VALUES (" . sqlesc($userid) . ", " . sqlesc($username) . ", $date, " . sqlesc($text) . ")") or sqlerr(__FILE__, __LINE__);

/////////////////////////////END///////////////////////////////////
mysql_query("UPDATE users SET uploaded = uploaded + 3221225472 WHERE id = ". $CURUSER['id']);
header("Location: $BASEURL/details.php?id=$id&uploaded=1");

add it between this
*******************/
code goes here

header("Location: $BASEURL/details.php?id=$id&uploaded=1");
Reply With Quote
The Following User Says Thank You to wMan For This Useful Post:
kolo (18th December 2009)
  #3  
Old 17th September 2008, 16:13
AngelDj AngelDj is offline
Member
 
Join Date: Aug 2008
Posts: 12
Default
thanks :D
How i can color "New Torrent Uploaded ".htmlspecialchars($torrent)." please thank the uploader!!"; ?
Reply With Quote
  #4  
Old 18th September 2008, 14:34
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
[color] ur text here [/color]
Reply With Quote
The Following User Says Thank You to wMan For This Useful Post:
kolo (18th December 2009)
Reply

Tags
shoutbox , upload


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
shoutbox kowalsky Yuna Scatari Edition (YSE) 2 6th January 2012 20:58
shoutbox wMan Mods & Themes 0 26th June 2010 09:39
Shoutbox Bot kp380lv Yuna Scatari Edition (YSE) 9 30th May 2010 15:41
Need a shoutbox on ySE pre 6 evaldas40 Yuna Scatari Edition (YSE) 1 2nd November 2009 01:44
Shoutbox ReNeJcEk Torrent Strike 8 16th July 2008 22:51



All times are GMT +2. The time now is 14:56. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.