folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
Stopping Spam(back to index)
There used to be some sections on stopping Comment spam - does anyone have any tips?
posted by Richard Earney on 14 May 06 at 3:56 AM
Turn Capthca on... make sure the code goes in right and it works...
posted by Sean on 16 May 06 at 12:16 AM
I have problem with captcha,
the image is not showing up,
apart from turning it on in settings,
what else should I do to enable it?
posted by nice on 17 May 06 at 8:07 PM
You need to make sure the code itself is in place in your comments file. I had to put it in my main file also to make sure it worked as the comments appear directly in the body each image.
here's what the comment code looks like:
Add a comment:

<form method="post" action="<#fbself#>">
<input type="hidden" name="image" value="<#fbimagename#>" style="display: none;" />
<div class="comform">
<textarea style="width: px;" cols="40" rows="4" name="comment"><#fbcomval#></textarea>

<input style="width: px;" name="name" size="44" maxlength="20" value="<#fbnameval#>" /> Name

<input style="width: px;" name="email" size="44" maxlength="40" value="<#fbemailval#>" /> Email

<input style="width: px;" name="url" size="44" maxlength="100" value="<#fburlval#>" /> URL
<#fbcaptcha#>


<input id="submit" type="submit" value="Submit" name="doComment" /> <input id="check" type="checkbox" name="cookie" value="1" <#fbchecked#> /> Remember me</span>


This also contains the fix to make Alamanc accept comments properly..
posted by Sean on 17 May 06 at 11:25 PM
I should mention that there are also php commands where the space before px; is in each section that the browser is hiding...
posted by sean on 17 May 06 at 11:28 PM
I assume I have to upgrade to FB3 for captcha to work?
posted by Richard Earney on 18 May 06 at 2:53 AM
Correct. It's not so bad really. There is inbuilt addressing from 2>3 so it takes care of itself. I didn't know this so just reimported the pictures. Unfortunately I lost all my Photofriday noteworthy links from this. I should really start entering there again!
posted by sean on 18 May 06 at 10:51 AM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)