Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Blocking ip addresses
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Re: Blocking ip addresses
Blocking ip addresses
06-06-2008 8:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I have recently been having problems with going over my bandwidth limit on my cgi webspace. I have traced this to a bot from the russian federation.
I have raised a help ticket and am getting no help whatsoever to help solve this, just get pointed to the site stats.
I have been told by them that a htaccess file does not work with php files which my site runs on.
So how can I block this access with out using the htaccess file?
Thanks in advance.
I have raised a help ticket and am getting no help whatsoever to help solve this, just get pointed to the site stats.
I have been told by them that a htaccess file does not work with php files which my site runs on.
So how can I block this access with out using the htaccess file?
Thanks in advance.
Message 1 of 2
(1,929 Views)
1 REPLY 1
Re: Blocking ip addresses
07-06-2008 9:33 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Here is some PHP code for IP blocking
http://www.codewalkers.com/c/a/Search-Code/PHP-IP-Blocking/
or
http://itgossips.com/2008/02/how-to-block-ip-address-with-php-scripts/
Jeff
http://www.codewalkers.com/c/a/Search-Code/PHP-IP-Blocking/
or
http://itgossips.com/2008/02/how-to-block-ip-address-with-php-scripts/
Jeff
Message 2 of 2
(444 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Re: Blocking ip addresses