PDA

View Full Version : Spam Comment Addon out of order!


Litograph
04-10-2006, 11:41 AM
Hi...

my problem:

Yesterday i tried to input the "NO SPAM COMMENT"-Addon.
Because my provider told me, that someone has sent over 20.000
emails from my account. And he told me to fix the problem, otherwise
he will close my internet adress.

No one can write comments on my site anymore....

How do i install the Addon the right way?

2.problem: My thumbs don't work acceptable.
When you go on the thumbnail-site and put the mouse pointer
over one thumb, the items change there place.

Please excuse my english

Thanks
Manuel
www.derlitograph.de

blinking8s
04-10-2006, 12:27 PM
which version of pixelpost are you using? I suggest an upgrade to 1.5 beta1 which can be downloaded from the version section of the forum. Older versions prior to 1.4.3 had a security hole that allowed for spam to send out emails from the comment form, which sounds like the issue you are having

Litograph
04-10-2006, 01:39 PM
yes, i have the 1.4.3 version. Is it difficult to update the version?
Is there any description?

Thanks

raminia
04-10-2006, 01:45 PM
download the 1.5 from annoucement forum and there is a guide in readme file for update.

Litograph
04-10-2006, 01:47 PM
THANK YOU VERY MUCH

GeoS
04-10-2006, 05:41 PM
Please try to work around with new antispam addon instead of mine.

Here are infos about this new solution:
http://forum.pixelpost.org/showthread.php?t=3810

Litograph
04-12-2006, 01:44 PM
do you have a solution for my thumbproblem i posted?

Thanks,
Manuel

GeoS
04-13-2006, 07:58 AM
About thumbs - you must work more on your CSS files if you dont want them to be movable.

Litograph
04-13-2006, 09:49 AM
...i wish i would know what to change there :-)))

RobbieMc
04-13-2006, 12:20 PM
Change this line:

#thumbmain a:hover img{
border:0px solid #ffffff;
}

to this:

#thumbmain a:hover img{
border:1px solid #000000;
}

I think.

You may also need to change it to class:

.thumbnails a:hover img{
border:1px solid #000000;
}


and then change your id=thumbmain just to an unformatted wrapper, but I suspect not.

Rob

Litograph
04-13-2006, 12:38 PM
thank you, i hope it will work.