bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Advanced Textual Confirmation - ATC and phpBB2

Goto page Previous  1, 2, 3, 4  Next

Author Message
Guest






Posted: Tue Oct 30, 2007 3:25 pm    Post subject:  

admin wrote:

Please describe how exactly it doesn't work. The form doesn't appear, or something is crashing, or ....


I don't get the forum at all, not being prompted for the question/answer.
When I edited the "extension.inc" it worked and I got prompted for each post and registration.

That was a bit to much. So I restored the "extension.inc" and edited the "profile.php", but I don't get anything at this time.
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Wed Oct 31, 2007 2:53 am    Post subject:  

Quote:
I don't get the forum at all, not being prompted for the question/answer.

Most likely, something went wrong during modification of "profile.php", and you've got a syntax error in the file. You can try to edit the file again. If the problem appears again, show me the first 10 lines of the file.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Guest






Posted: Wed Oct 31, 2007 5:13 pm    Post subject:  

admin wrote:
Most likely, something went wrong during modification of "profile.php", and you've got a syntax error in the file. You can try to edit the file again. If the problem appears again, show me the first 10 lines of the file.


Ok, here is the info if you can help

/profile.php
<?php
require_once 'bbantispam.php';
/***************************************************************************

I have also placed the bbas_config.php and bbantispam.php in the same directory.

I appreciate your help

JG
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Thu Nov 01, 2007 3:01 am    Post subject:  

Strange. This setup should work.

What happens if you change "require_once" to "include_once"?

Do you have access to the server logs? Would you please look what's written in the error log?
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Guest






Posted: Fri Nov 02, 2007 3:03 am    Post subject:  

I see what it's doing now. It's an issue with Firefox 2.0.0.8, IE works fine!
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Fri Nov 02, 2007 3:12 am    Post subject:  

I hardly can imagine what could cause Firefox failure. Would you please give a link to your forum?
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
h3ck
Guest





Posted: Tue Nov 06, 2007 9:06 am    Post subject: I don't get the question working  

I modified the profile.php file but i don't get the question on the registration page. It's like nothing was added...

Any help?
Guest






Posted: Tue Nov 06, 2007 9:08 am    Post subject: Re: I don't get the question working  

h3ck wrote:
I modified the profile.php file but i don't get the question on the registration page. It's like nothing was added...

Any help?


Forget it. Now it's working fine Wink
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Wed Nov 14, 2007 2:47 am    Post subject:  

Quote:
Forget it. Now it's working fine

Very nice!
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
CAMI`



Joined: 28 Nov 2007
Posts: 3
Location: BC, Canada

Posted: Wed Nov 28, 2007 9:57 pm    Post subject:  

I have installed the files and everything seems to be working but now I can't log in to the Admin panel. I have to remove the code from "extension.inc" and disable the ATC to get into it.

Does anyone know what would be wrong?
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Thu Nov 29, 2007 3:32 am    Post subject:  

Are you using the plain vanilla phpBB, or does your phpBB forum integrated into some portal, such as phpNuke?
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
CAMI`



Joined: 28 Nov 2007
Posts: 3
Location: BC, Canada

Posted: Thu Nov 29, 2007 10:25 pm    Post subject:  

admin wrote:
Are you using the plain vanilla phpBB, or does your phpBB forum integrated into some portal, such as phpNuke?


I am just using the regular PHPBB2. When I go to the admin all I get is a blank white page and I have tried in Mozilla and Explorer with the same results.

Other than that the mods are working perfectly.

The forum is here http://www.a1ozone.com

Dave
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Fri Nov 30, 2007 2:39 am    Post subject:  

Your forum looks ok, and the ATC confirmation pages for users looks ok too. Try to specify the full path to "bbantispam.php" in your "extension.inc".
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
lbrean
Guest





Posted: Wed Feb 20, 2008 10:30 pm    Post subject: cant get ATC to work  

I have a default install of phpbb2 on a subdomain. The path from the root directory of the subdomain is bbantispam/bbantispam.php. My forum loads, however, it's not possible to register, login, or veiw your profile (you get a blank screen and the forum does not load).

The first line of my extension.inc file reads:

<?php
require_once 'bbantispam/bbantispam.php';

the bbantispam folder has permissions set to 755. bbantispam.php and bbas_config.php have permissions set to 644.

Any help would be apprciated!
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Thu Feb 21, 2008 2:52 am    Post subject:  

Most likely, you need to experiment with the path to "bbantispam.php". Try to specify the absolute path (starting with "/") to the file, not the relative.
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Goto page Previous  1, 2, 3, 4  Next

Ok.