Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Gazelle
Reply
  #1  
Old 29th November 2012, 19:55
discrob discrob is offline
Member
 
Join Date: Jul 2008
Posts: 4
Default gazelle shoutbox (from gazelle forums) new torrent announce
I grabbed the shoutbox that was posted on the gazelle forums and am wondering if anyone has figured out how to add new torrents announce to it?

Reply With Quote
  #2  
Old 30th November 2012, 11:11
firefly's Avatar
firefly firefly is offline
Senior Member
 
Join Date: Dec 2009
P2P
Posts: 74
Default
Quote:
Originally Posted by discrob View Post
I grabbed the shoutbox that was posted on the gazelle forums and am wondering if anyone has figured out how to add new torrents announce to it?

mod this source it shouldn't be to difficult


PHP Code:
$text ":hi: [color=green]To our newest member[/color]".htmlspecialchars($wantusername)."[color=orange] we hope you enjoy your stay[/color]";
$userid 1;
$username greentide;
//$date=time();
$date=time()-3600;
mysql_query("INSERT INTO shoutbox (id, userid, username, date, text) VALUES ('id'," sqlesc($userid) . ", " sqlesc($username) . ", $date, " sqlesc($text) . ")") or sqlerr(__FILE____LINE__);
 
$added sqlesc(get_date_time());


?> 

This will obviously need to be modded, I havent done it but i will have a look see
__________________
Can install Gazelle
Reply With Quote
  #3  
Old 30th November 2012, 15:57
discrob discrob is offline
Member
 
Join Date: Jul 2008
Posts: 4
Default
Thanks for the reply. Yes i can see the logic in your post, and will attempt to figure it out breaking things along the way! IF you figure this out please post back as i'm sure i wont :(

hehehehe

Last edited by discrob; 30th November 2012 at 16:17.
Reply With Quote
Reply

Tags
announce , forums , gazelle , shoutbox , torrent

Thread Tools

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



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