Reply
Help with guestbook user
Old 12-09-2004, 07:58 PM Help with guestbook user
Junior Talker

Posts: 4
Hi - I am very new to this forum - Can anyone suggest ways to stop a person who keeps on putting inappropriate messages on my guestbook I am constantly going in and wiping them out, but this is getting very tiresome. Can anyone help me on this.

Thanks

steve
pythonfan is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 12-10-2004, 01:26 AM
Rincewind's Avatar
Super Talker

Posts: 108
If you look at your site's log files (the records kept by the server on who accessed what and when) and compair them to the time of the guestbook posts, then you should be able to find the guys IP address.

If your hosting control panel has the feature, you can then block them using the IP address. Failing that, if you are hosted on a linux/Apache based web server, then you can use .htaccess files to block certain IP addresses form your site. The contents of your .htaccess file would look like this
Code:
order allow,deny
deny from 123.321.123.321
allow from all
Else, ask your host for assistance. Tell them what from the abuse has taken and what the IP is and they may be able to help.

If you continue to have problems, try tracing the IP address back to the guys ISP. Make a report to them about their customer. Most ISPs will respond favorable as they don't like people blocking their IP addresses.

It should be noted that if you block an IP address form your site - you could be blocking an entire ISP or area from accessing your site. So if possible, only block from the key section of your site (e.g. the guesbook submission page) and keep the block on for just long enough for the trouble maker to move elsewhere. Don't leave it on forever.
__________________
Q-4.net - Reseller web hosting programs
Stylegallery.co.uk - Scottish Landscape Photography Gallery
Splodgy.com - Web design tutorials
Rincewind is offline
Reply With Quote
View Public Profile
 
Old 12-10-2004, 09:30 AM
Junior Talker

Posts: 4
Hi Rincewind - Thanks for the quick response :-) I will try what you suggest. Thanks again.

Steve
pythonfan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with guestbook user
 

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11204 seconds with 12 queries