Author |
Message |
30/08/2003 23:10:43
|
terreus
Beginner
Joined: 01/04/2002 18:19:44
Messages: 6
Offline
|
I have had to insert some meta tags to stop the search engines from indexing my guestbook because of the amount of halfwits using it to advertise porn and sites offering enlargement services.
I thought some others that are getting spammed may be interested.
In templates/header.php
Insert:
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="expires" content="-1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
17/09/2003 00:26:03
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I had this problem so I had a friend write an image verification script to prevent bots from posting in the guestbook.
Also you would probably find a robots.txt file better than the meta tags.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
29/09/2003 17:05:27
|
terreus
Beginner
Joined: 01/04/2002 18:19:44
Messages: 6
Offline
|
Carbonize wrote:I had this problem so I had a friend write an image verification script to prevent bots from posting in the guestbook.
Also you would probably find a robots.txt file better than the meta tags.
Using a robots.txt file does not prevent the human spammer from typing 'Guestbook' into Google and then vsiting each of the results and posting spam intot haose guestbooks.
Those are the type of brain dead spammers I was suggesting a way of preventing by stopping the search pages from indexing the guestbook.
|
terreus
Aliens who have contacted anyone through SETI so far: 0 |
|
29/09/2003 19:38:17
|
Jared
Student
Joined: 07/01/2003 22:58:43
Messages: 96
Offline
|
that might only account for 1% of all spammers, because that method is so time consumming...........however, I did change some key words in guestbook... because if you do a key word search for certain things that are relevant to advanced guestbook, it shows hundreds of them in google.....I changed most of these key words............it makes it much harder for the human spammer to find my guestbook now if they do a google search or something... If he is a repeat customer.....I simply ban them through htaccess at the root level.
|
|
29/09/2003 20:28:02
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Most just do a search on google like this - http://www.google.co.uk/search?hl=en&ie=UTF-8&oe=UTF-8&q=%22Advanced+Guestbook+2.3.1%22&meta= and then use a script or program to go through the list posting entries. This is why I removed the advert from the bottom then changed my guestbooks URL. The image verification script was just a challenge for my friend but works fine.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
02/10/2003 04:50:16
|
JamesKB
Beginner
Joined: 02/10/2003 04:23:39
Messages: 5
Offline
|
Carbonize wrote:I had this problem so I had a friend write an image verification script to prevent bots from posting in the guestbook.
Also you would probably find a robots.txt file better than the meta tags.
HiYa.....
What would the equvilent entries be in the robots.txt file and in which folder of the "guestbook" folder structure would one put it?
Thanks for your time.... James
|
|
02/10/2003 11:09:29
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
A robots.txt file goes in the root folder of your web site. http://www.google.com/search?q=robots.txt should get you the info you require on the format.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
07/10/2003 18:30:14
|
Jadey
Newbie
Joined: 07/10/2003 18:26:44
Messages: 1
Offline
|
I've defeated a large number of spam by implementing ban words. I don't allow words that are often in guestbook spam like enlargement, mortgage, the naughty words, and also domain extensions such as .com .net .biz, etc. This has frustrated and detered most spammers from my guestbook sites.
|
|
|