Author |
Message |
14/03/2005 00:14:43
|
DonnieP
Beginner
Joined: 08/03/2005 23:39:42
Messages: 15
Offline
|
I'm still playin with the colors, can't remeber my other combination.. Say, How do i fix it so it don't display emails, I don't like that, to many robot crawlers..
|
|
14/03/2005 00:21:31
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
http://proxy2.de/forum/viewtopic.php?t=4311&start=15 or goto www.carbonize.co.uk/Board to find my email enryption mod which turns the mailto: link into javascript and makes the text version of the email use [at] instead of @ and [dot] instead of .
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
14/03/2005 00:32:01
|
DonnieP
Beginner
Joined: 08/03/2005 23:39:42
Messages: 15
Offline
|
Took care of that problem, thanks for the help Carbonize
|
|
14/03/2005 04:08:40
|
Anonymous
|
Carbonize
Should I use the image verification to keep out spam? If so, where can I get the script?
|
|
14/03/2005 04:31:46
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I'd just go with the simple anti spam method at first. You can find it in this forum or on my sites forum.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
16/03/2005 03:42:08
|
DonnieP
Beginner
Joined: 08/03/2005 23:39:42
Messages: 15
Offline
|
Carbonize
I did the simple anti spam method and they are still getting through, I deleted four today, you think I should use the image verification method?
|
|
16/03/2005 10:16:48
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
You sure you got the simple anti spam right? I am using it and have stopped 22 entries since Saturday.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
16/03/2005 19:42:47
|
Anonymous
|
Carbonize
Yep, I double checked and all the codes are changed as per instructions but spam still getting through...I can post the codes here if you want to check them but they are right..
|
|
16/03/2005 19:45:49
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Just link me to your site.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
16/03/2005 20:22:50
|
Anonymous
|
http://www.catfishheaven.net/guestbook/index.php
|
|
16/03/2005 20:28:17
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Send your add.class.php to webmaster@carbonize.co.uk
I FEAR NO SPAM
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
22/03/2005 04:38:55
|
Anonymous
|
Carbonize
I have'nt been getting any guests in my book and I checked today and after adding the code you sent me for private messaging now the book sign in has this error :
Parse error: parse error, unexpected T_INCLUDE_ONCE in /home/catfishh/public_html/guestbook/addentry.php on line 3
Check it out here
http://www.catfishheaven.net/guestbook/addentry.php Any ideas?
Donnie
|
|
22/03/2005 05:22:22
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
You mean the code to remove private messages? All that was was to remove the check box from the form.php file.
Post the first block of text from your addentry.php file. It should just be a bunch of includes.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
22/03/2005 13:12:35
|
Anonymous
|
Here it is byt remember you sent me code to make spam private messages, book has not worked since, maybe I did something wrong..
f<?php
$include_path = dirname(__FILE__);f
include_once $include_path."/admin/config.inc.php";
include_once $include_path."/lib/$DB_CLASS";
include_once $include_path."/lib/image.class.php";
include_once $include_path."/lib/template.class.php";
include_once $include_path."/lib/vars.class.php";
include_once $include_path."/lib/add.class.php";
$gb_post = new addentry($include_path);
|
|
22/03/2005 14:29:50
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
DonniePon wrote:f<?php
$include_path = dirname(__FILE__);f
Whats with the f's?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|