Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   gazelle shoutbox (from gazelle forums) new torrent announce (http://www.bvlist.com/showthread.php?t=8546)

discrob 29th November 2012 19:55

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?

:coffee:

firefly 30th November 2012 11:11

Quote:

Originally Posted by discrob (Post 37718)
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?

:coffee:

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

discrob 30th November 2012 15:57

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 :sos:


All times are GMT +2. The time now is 08:56.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.