Author |
Message |
|
In theory the IP the email was sent from should be your own server. Never actually checked it myself.
|
 |
|
I've had some spam even with the human verification. Lazarus stores both the IP and the hostname to make banning easier. I did write a mod to make AG store the ip instead of the hostname. It's in these forums somewhere.
|
 |
|
or you could just add the human verification mod - http://proxy2.de/forum/viewtopic.php?t=4678
Or switch to Lazarus
|
 |
|
templates/form.php
also look at the human verification mod.
|
 |
|
Did you give write permission to the public and tmp folders? ie CHMOD them to 777
|
 |
|
I believe there is a text file in the download that lists the changed files.
|
 |
|
No that site offers more than just CMS. They have blogs, forums, shopping carts etc all there for you to try.
|
 |
|
http://opensourcecms.com/ is a good place to go to try out various scripts in a live enviroment.
|
 |
|
You been editing the files?
|
 |
|
Well upgrading to either the latest 4.4 snapshot or PHP 5 would fix it. I may write complete fix for th eproblem. The fix I posted was taken from my own fork of Advanced Guestbook called Lazarus which does smilies and templates differently hence the loop not being a problem.
|
 |
|
Not in a comment no.
|
 |
|
Check the base url.
|
 |
|
Hmm I see what you mean.
onMouseOver="this.style.text-decoration='underline'"
doesn't do anything.
Ah it's worded differently
onMouseOver="this.style.textDecoration='underline'" onMouseOut="this.style.textDecoration='none'"
that works. Google is your friend
|
 |
|
If we are taslking about for links then it is just CSS.
a { text-decoration: none; }
a:hover { text-decoration: underline; }
|
 |
|
You can put anything you wish for the question. You can even use HTML to post an image then ask what is in the image. The answer does not have to be in the question.
|
 |
|