|
#1
|
|||
|
|||
|
I am webmistressing my mother's site. According to her stats, she has had a lot of activity by an individual that has been sending her hate mail. She knows it is the same person because the email and the stat have the same IP address. Is there some script that she can put on her page to disallow this person from accessing her site, at least from his home computer?
She also puts out a newsletter that she only wants to be exclusive to her subscribers. Is there any help there for her? Any suggestions, scripts, etc. would be appreciated... Keep it simple though... we are not rocket scientists. Thanks, Sherry |
|
#2
|
|||
|
|||
|
Quote:
That said, there's probably a better solution: having this person's service terminated. As you know the IP address, you can query the provider using the WHOIS database of a regional registry like ARIN or RIPE. These registries maintain IP address ranges, so they know what company controls a particular address. Once you know that, you can contact the company and explain what's going on. The service provider will want evidence of any wrongdoing by one of their customers, so you should keep a hold of server logs and e-mails. There are two potential problems, though.
Quote:
Good luck, Mike |
|
#3
|
|||
|
|||
|
Dear Mike, I appreciate your imput. My mother has a double opt in ezine and is considering just naming the issues individually and in no logical manner to prevent unauthorized snooping..... and that's what We'll call it (no one on her opt in list would send them the proper link). The Hate Mailer in question has suggested that "he wished she were dead, act accordingly" and also has a website up that is her major competition. He and his "partner" have crawled around her site too often to be just curious... possibly looking for some indication that she has dragged their name through the mud, with results to the contrary. To be fair, we don't want them to lose their ISP, we just don't feel it is right that they should be plodding around her site with no good intention, running up her bandwidth.... etc.... and she has been banned from the only forum where she could have had equal footing because the administrator there (a friend of Hate Mailer) has suspended her account....
I know that this is more than enough info for you... How again do you get an administrator to disallow an IP? Is this a request that has to be made to an admin? I have been on a few sites that have sent me to a page that said that because my IP was from Canada that I was not allowed to view the page. How do these work? Thanks again for your help. Sherry |
|
#4
|
||||
|
||||
|
Quote:
Quote:
Quote:
Quote:
Mike |
|
#5
|
||||
|
||||
|
If you have the IP of someone who's sending your mother hate mail, the smart thing to do would be to do a reverse DNS lookup on it and inform his/her ISP of the problem. It tends to be against their usage agreement.
As for the subscriber bit, you want to implement a login system. This should be posted under a different thread in the PHP or possibly ASP forums.
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#6
|
||||
|
||||
|
may be beating a dead horse here, but abuse like that NEEDS to be solved, like Twey and Mike said above.
In the mean time, if you are truly worried about it you can do the following: in your root folder (on the server, usually called htdocs or root) make an html page that says "You have been banned from the site" Or something else (depending on how mean you want to appear, LOL) Save this as banned.html in that htdocs folder. Back out of the htdocs folder, so that you are on the same level as htdocs. (meaning you would have to double click the htdocs(root) folder to see the files inside it. If you do not have a file named".htaccess" here you need to make one. To make one, open notepad (assuming Windows computer here) save the BLANK page as .htaccess (do NOT forget the period at the front). Once that is done upload it to the server (should be BELOW the htdocs folder here) Now you will need to edit the .htaccess file. First double check that it is NOT appearing as .htaccess.txt if it is, then rename and just delete the ".txt" portion. After that is done, add this to the .htaccess: Code:
ErrorDocument 403 /banned.html order deny,allow deny from 192.22.33.44 deny from abusersite.com You may also like more information on the whole blocking/allowing by .htaccess thing. Just go HERE and check near the bottom of the page. Good Luck!
|
|
#7
|
||||
|
||||
|
Whoops... I didn't see Mike's post when I posted the above.
Dratted Lynx.
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#8
|
|||
|
|||
|
Quote:
![]() Mike |
|
#9
|
||||
|
||||
|
Um? I'd swear I clicked the "New Posts" link...
There's only one explanation. TIMEWARP!!!
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#10
|
||||
|
||||
|
Quote:
__________________
Mostly retired member, PM me if you have a specific query to make sure I recieve it :) cr3ation | cr3ation hosting | cr3ation web design | read the stickies |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|