576

(21 replies, posted in Discussions)

I send instructions on email.

577

(21 replies, posted in Discussions)

I need to known all data that bot submit in register form.
In my test forum i`m use little modification register.php and logs all activity on register, except passwords and emails.
Its not extensions o part of extensions - just 10 string of code, pasted in php.

578

(21 replies, posted in Discussions)

cy, you shure that is bots?

Anyway, i working for updating extensions in way adding more checks.

579

(21 replies, posted in Discussions)

On my test forum i have 200 bots per day - and 0 after extensions activated.
Any way - im not planned to be 100% effective - its impossible if u cares about users and wont make register process much harder for it. But i planned block at least 90% bots and make harder to mass flooding other 10% of bots.

580

(21 replies, posted in Discussions)

Ok, turn on all in register section

Register form
   Enable honeypot protection
   Enable timeout protection
   Enable timezone protection (UTC−12:00)

581

(21 replies, posted in Discussions)

PunBB moves all features in outside core - in extensions.
Please, check fancy_stop_spam settings - its beta version, i have reported that on some installation not setup default settings - read all messages http://punbb.informer.com/forums/viewtopic.php?id=23957

582

(21 replies, posted in Discussions)

No, just only becouse its not working. No other reason.
Im want to be shure that`s my extensions blocks spamers, not Captcha.

583

(21 replies, posted in Discussions)

cy, try http://punbb.informer.com/forums/viewtopic.php?id=23957

584

(115 replies, posted in Supported extensions)

Hmmm, its a bug - use this settings

http://pic.lg.ua/x/1/57b17a/md_2d03ca06.png

585

(115 replies, posted in Supported extensions)

Seems to be you are not enabled Register form Enable honeypot protection.
I looking in page source and it dont contents antispam fields.

586

(115 replies, posted in Supported extensions)

Use default choices.

587

(115 replies, posted in Supported extensions)

Thanx.

1) Download and install http://forum.iteam.ua/fancy_stop_spam.tar.bz2
2) Check extensions settings.
3) Disable all other antispam extensions.
4) In spam activity send me very simple report with type of activity - register spam or post spam.
5) Check (ones in week) webserver error log for errors from extension.

That is all.

588

(115 replies, posted in Supported extensions)

Hi all.

I`m wrote a new antispam extension that working transparently for users without captcha and seems to be good for blocking bot spammers. Before release i would testing it on.

Anybody have forum with spambot activities and agreed to test new antispam?

PunBB 1.3 not supported anymore
fancy_stop_spam.tar.gz - version 0.6.5

PunBB 1.4
fancy_stop_spam.zip - version 1.2.3

Ole Juul,

1) Find in pun_attachment extension dir file url.php and make it copy.
2) Download http://dl.dropbox.com/u/1630654/url.php.zip - extract and replace url.php
3) Check.

If you use default link - http://punbb.informer.com/forums/search/recent/ - active time is 86400 seconds.
You can specify time - http://punbb.informer.com/forums/search/recent/600/ - 10 minutes

For other url scheme see your current url scheme link

'search_recent_results'            =>    'search.php?action=show_recent&value=$1',

Or modify search.php

        else if ($action == 'show_recent')
            $value = (isset($_GET['value'])) ? intval($_GET['value']) : 86400;

Cant reproduce problem - use firefox-4 and Chromium-10.

592

(21 replies, posted in PunBB 1.3 troubleshooting)

Ok i found error.

In some of your php-scripts (not captcha), maybe ext maybe u modify lang-files - it produce 1 empty line - and its broke captcha image.

http://pic.lg.ua/x/2/858c59/md_04f65321.png

593

(21 replies, posted in PunBB 1.3 troubleshooting)

Ok.

Run this command from ext dir. First go to ext dir.

cd /var/www/vhosts/ollysguitar.com/subdomains/forums/httpdocs/extensions/pun_antispam/
php ./image.php

594

(21 replies, posted in PunBB 1.3 troubleshooting)

If you have SSH access to hosting try run image.php from console - php ./image.php in ext dir.

595

(21 replies, posted in PunBB 1.3 troubleshooting)

1) Check that all dirs in extension directory (extensions/pun_antispam) have valid rights.
2) Check that your PHP have GD support - go to forum admin panel and click PHP - show info.

http://pic.lg.ua/x/3/25bdbb/md_0599d40d.png

596

(21 replies, posted in PunBB 1.3 troubleshooting)

Show me a error log from webserver.

597

(28 replies, posted in Supported extensions)

xper wrote:

Can not input youtube

http://www.youtube.com/watch?feature=pl … WGfs#at=25  big_smile  for sometime

Fixed in 0.3.3 version.

598

(21 replies, posted in PunBB 1.3 troubleshooting)

Yes, its probably 99% php error.

599

(21 replies, posted in PunBB 1.3 troubleshooting)

ollyno1uk, check webserver error logs. Problem on server-side, seems to be in PHP.

600

(21 replies, posted in PunBB 1.3 troubleshooting)

ollyno1uk wrote:

Also I have tried in multiple browsers and it seems the same

Send me a link to forum where i can see a problem.