bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - Installation of textual confirmation mod

Goto page 1, 2  Next

Author Message
mercury_be@hotmail.com
Guest





Posted: Wed Mar 28, 2007 12:00 am    Post subject: Installation of textual confirmation mod  

Hello i have installed this mod, but i can't view the options of textual confirmation in the admin control panel, why ?

i have controlled 3 times and i can't see the options...

Help me please Wink

Mercury_be@hotmail.com
admin
Site Admin


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

Posted: Wed Mar 28, 2007 3:45 am    Post subject:  

Please check that you have copied the file "admin/admin_tc.php" to the folder "admin".

Do you have the entry "textual confirmation" in the left frame of the administration panel?
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Guest






Posted: Wed Mar 28, 2007 7:10 am    Post subject:  

hello yes the file is in the folder admin... and i have nothing in the left of the control panel, look :

Mercury_be



Joined: 28 Mar 2007
Posts: 11

Posted: Wed Mar 28, 2007 7:26 am    Post subject:  

hello yes the file is in the folder admin... and i have nothing in the left of the control panel, look :


_________________
oufti
admin
Site Admin


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

Posted: Thu Mar 29, 2007 2:38 am    Post subject:  

Very interesting. What happens if you point your browser to such address:

http:// your forum domain/path to forum/admin/admin_tc.php

?

Also, please show contents of the file "language/lang_french/lang_tc.php".
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Mercury_be



Joined: 28 Mar 2007
Posts: 11

Posted: Thu Mar 29, 2007 8:40 am    Post subject:  

admin wrote:
Very interesting. What happens if you point your browser to such address:

http:// your forum domain/path to forum/admin/admin_tc.php

?

Also, please show contents of the file "language/lang_french/lang_tc.php".


error 404... but the file is on the good place i'm sure....and i have the translation of language/lang_french/lang_tc.php i have tested with the english version, french version... the menu on the panel admin, never appear

i don't understand why... i have verifiyng all the points of the install, and all is ok...

you can find the modified files HERE

the code ;
Code:
<?php
/***************************************************************************
 *                          lang_tc.php [Français]
 *                            -------------------
 *   begin                : Thursday, Oct 19, 2006
 *   copyright            : tran quoc minh
 *   email                : tranquocminh@gmail.com
 *
 *   $Id: lang_tc.php 1198 2006-10-29 04:31:35Z olpa $
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

$lang['tc_bad_answer']         = 'Mauvaise réponse à la question de Confirmation Textuelle (antispam).';
$lang['tc_explain']            = 'Répondez à la question de Confirmation Textuelle (antispam) pour prouver que vous êtes un humain et non un robot spammeur.';
$lang['tc_mail_subject']       = 'Tentative de spam sur votre forum phpBB';
$lang['Textual_Confirmation']  = 'Confirmation textuelle';
$lang['tc_admin_dup_question'] = "<p>Question redondante: '%s'.</p>\n";
$lang['tc_admin_cant_parse']   = "<p>Impossible d'identifier les questions/réponses : '%s'.</p>\n";
$lang['tc_admin_question_saved']   = "<p>Question enregistrée: '%s'.</p>\n";
$lang['tc_admin_question_deleted'] = "<p>Ancienne(s) question(s) effacée(s):%s</p>\n";
$lang['tc_admin_database_updated'] = "<p>Base de données mise à jour.</p>\n";
$lang['tc_admin_explanation']      = "<p>Séparez les blocs de questions/réponses par une ligne vide. Dans chaque bloc, la première ligne est une question, les lignes suivantes sont les réponses correctes attendues. Le formatage de la question doit être compatible avec le HTML. Les majuscules / minuscules ne sont pas prises en compte dans les réponses.</p>\n";

?>




the file :


_________________
oufti
admin
Site Admin


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

Posted: Fri Mar 30, 2007 2:16 am    Post subject:  

Quote:
error 404... but the file is on the good place i'm sure....

Mysterious.

Would you please try another FTP-client and re-upload the files on the server?

By the way, what's your forum URL?
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Mercury_be



Joined: 28 Mar 2007
Posts: 11

Posted: Sat Mar 31, 2007 1:49 am    Post subject:  

i have try to posts the files with the ftp application of Dreamweave too... no more news...

the adress is http://histiocytose-x.be/forum/portal.php

thank you Wink
_________________
oufti
admin
Site Admin


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

Posted: Sat Mar 31, 2007 2:55 am    Post subject:  

Did you try to install other MODs?

It might be possible, the hoster configured the web server in such a way, that the server doesn't look at your forum files, but uses the predefined common files. Please ask the hoster:
Quote:
I put the file ".../admin_tc.php", but when I open the URL it in browser, I get "file not found" error. Why it is so?

Please report results!
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Mercury_be



Joined: 28 Mar 2007
Posts: 11

Posted: Sat Mar 31, 2007 11:27 am    Post subject:  

ok i send the question now to hosteur.. and the anxwer is...
Quote:
i don't no why... try to send the file with another FTP client...
you know i have tried...

and i have the "portal mod", "php chat "and hes works perfectly...
_________________
oufti
admin
Site Admin


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

Posted: Sun Apr 01, 2007 2:13 am    Post subject:  

It's pity the hoster haven't helped.

Ok, let's try step-by-step.

1) Create the file "i.php":
Code:

<?php
phpinfo();
?>

2) Upload the file to the root directory of the site
3) Open http://histiocytose-x.be/i.php in browser
4) Copy/paste the text from the browser window to here
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Mercury_be



Joined: 28 Mar 2007
Posts: 11

Posted: Mon Apr 02, 2007 1:21 pm    Post subject:  

simple.... http://www.hosteur.com/index-introuvable-404.html

Code:
error 404...


illogical, why 404 ? the file is on the root of the site...
_________________
oufti
admin
Site Admin


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

Posted: Tue Apr 03, 2007 2:18 am    Post subject:  

Quote:
illogical, why 404 ? the file is on the root of the site...

It seems I can't help with it... You have to blame the hoster until he helped you.

Is it possible that path to the site files are changed recently? So, the root is not "/www/...", but something like "/home/user/www...".
_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!
Mercury_be



Joined: 28 Mar 2007
Posts: 11

Posted: Tue Apr 03, 2007 10:39 am    Post subject:  

I find the solution !!

Hosteur have made many change... and the FTP site has moved, the site is in an other FTP site i have sending manually the files with cpanel ans the mods works PERFECTLY !!!

thank you for your help and sorry for the troubles....

Can i make a link to your site in the "friend list" ?

Eric

www.histiocytose-x.be
_________________
oufti
Mercury_be



Joined: 28 Mar 2007
Posts: 11

Posted: Tue Apr 03, 2007 3:47 pm    Post subject:  

This mod is the greatest, simply and performant !!!

Congratulations !!!!
_________________
oufti

Goto page 1, 2  Next

Ok.