Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Community Cafe
Reply
Thread Tools
  #1  
Old 26th November 2009, 19:41
BCross BCross is offline
Member
 
Join Date: Sep 2009
Brazil
Posts: 1
Default Ban IP in announce?
Hi, can I ban a IP at announce.php of TorrentTrader? To no connect in all torrents?
How?

Thanks!
Reply With Quote
  #2  
Old 27th November 2009, 11:13
lostgirl lostgirl is offline
Member
 
Join Date: Jan 2009
Default
Posts: 6
Default
PHP Code:
//=== stop banned IPs
$nip ip2long($ip);
$res mysql_query("SELECT id FROM bans WHERE $nip >= first AND $nip <= last")or sqlerr(__FILE__,__LINE__);
$res21 mysql_query("SELECT id FROM seedbox_white_list WHERE $nip = first")or sqlerr(__FILE__,__LINE__);
if (
mysql_num_rows($res) > && mysql_num_rows($res21) <1)
{
$fp fopen ('hacklog.txt''a');
fwrite ($fp'IP - ' $_SERVER['REMOTE_ADDR'] . ' Announce Tracker Banned IP<br><br>');
fclose ($fp);
err("Banned IP ...Please Cantact Staff If You Wish To Sort This Out");} 
My own Version in announce....
Looks to see if banned.....Then see's if it's also in the allowed list.....if not reports to log file and informs them via client they are banned
Reply With Quote
Reply

Tags
announce , ban , ip


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
IRC Announce azza2102 Torrent Strike 2 26th February 2013 14:15
[HELP] Change /announce.php to /announce dopeboy xBTiT 4 20th July 2009 01:42
how to announce Azurious BT.Manager (phpMyBitTorrent) 8 19th January 2009 15:47
Announce.php Mredin Free Torrent Source 4 16th November 2008 03:53
Announce murda Torrent Strike 6 27th July 2008 13:39



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