[14/12/06] Textual Confirmation

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Post Reply

Rating:

Excellent!
118
82%
Very Good
17
12%
Good
3
2%
Fair
1
1%
Poor
5
3%
 
Total votes: 144

Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29216
Joined: Sat Aug 16, 2003 7:36 am

[14/12/06] Textual Confirmation

Post by Extensions Robot »

MOD Name: Textual Confirmation
Author: olpa
MOD Description: Textual Confirmation (TC) asks newly registering user a question. If the answer is wrong, TC rejects the registration. Also, TC notifies the forum admin and the community spam database. The administrator can edit the questions and answers in the Administration Panel.

MOD Version: 1.0.1
Tested on phpBB Version: 2.0.21

Download File: TextualConfirmation-1.0.1.zip
mods overview page: View
File Size: 86132 Bytes



Support for this MOD needs to be asked within this topic. The phpBB Teams are not responsible or required to give anyone support for this MOD. By installing this MOD, the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
Last edited by Extensions Robot on Mon Apr 30, 2007 12:31 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
MarkTheDaemon
Former Team Member
Posts: 2771
Joined: Thu Oct 20, 2005 2:42 am
Location: United Kingdom
Name: Mark Barnes

Post by MarkTheDaemon »

MOD Validated/Released

Notes:
The MOD Description says it all
acharabia
Registered User
Posts: 139
Joined: Fri Sep 27, 2002 4:41 pm
Location: SEOUL/KOREA
Contact:

Post by acharabia »

Over goooooda~ Moda~ :wink:
Nearly exellence Moda~
So I give lang-pak for gift~

Code: Select all

$lang['Textual_Confirmation']  		= '위장 가입 차단';
$lang['tc_bad_answer']         		= '위장 가입을 하시면 곤란 합니다. 사람이 되어서 돌아 오십시오.';
$lang['tc_explain']            		= '위장 가입을 차단하기 위한 설정이오니 위의 질문에 "예" 혹은 "아니오"를 또는 그 지시를 정확히 따르십시오.';
$lang['tc_mail_subject']       		= '위장 가입을 시도하려는 접근이 있읍니다.';
$lang['tc_admin_dup_question'] 		= "<p>중복 질문 입니다.: '%s'.</p>\n";
$lang['tc_admin_cant_parse']   		= "<p>질문과 답변이 조화를 이루지 않습니다.: '%s'.</p>\n";
$lang['tc_admin_question_saved']   	= "<p>현재 질문이 저장 되었읍니다.: '%s'.</p>\n";
$lang['tc_admin_question_deleted'] 	= "<p>과거 질문이 삭제 되었읍니다.: '%s'.</p>\n";
$lang['tc_admin_database_updated'] 	= "<p>데이터베이스가 갱신 되었읍니다.</p>\n";
$lang['tc_admin_explanation']      	= "<p>


한 묶음 단위로 질문과 응답을 적으십시오.
각각의 한 묶음은 첫번줄은 질문, 다음줄은 응답으로 이루어 집니다.
질문에 html 태그는 불가능 합니다. 답변은 아주 민감하므로 한자라도 틀리면 안됩니다.
만약 이곳에 오자를 기입하면 가입자는 그 오자로 응답을 해야 합니다.</p>\n";
Image
olpa
Registered User
Posts: 255
Joined: Tue Jan 25, 2005 6:44 pm
Location: Saint-Petersburg, Russia
Contact:

Post by olpa »

Previous discussions about the MOD: [BETA] Textual Confirmation

By the way, Textual Confirmation has a home page.

Translations

At 5 June 2007: Dutch, Bulgarian, Catalan, Traditional Chinese Taiwan - big5, French, German Formal, Italian, Korean, Portuguese, Russian, Slovakian, Spanish, Ukrainian. For the full list, visit Textual Confirmation home page.

Download language pack

phpBB3 “Olympus”

Textual Confirmation is ported to phpBB3: stop phpBB3 spam.
Last edited by olpa on Wed Jun 06, 2007 2:12 am, edited 4 times in total.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Post by 3Di »

acharabia wrote: Over goooooda~ Moda~ :wink:
Nearly exellence Moda~
So I give lang-pak for gift~

Code: Select all

$lang['Textual_Confirmation']  		= '위장 가입 차단';
$lang['tc_bad_answer']         		= '위장 가입을 하시면 곤란 합니다. 사람이 되어서 돌아 오십시오.';
$lang['tc_explain']            		= '위장 가입을 차단하기 위한 설정이오니 위의 질문에 "예" 혹은 "아니오"를 또는 그 지시를 정확히 따르십시오.';
$lang['tc_mail_subject']       		= '위장 가입을 시도하려는 접근이 있읍니다.';
$lang['tc_admin_dup_question'] 		= "<p>중복 질문 입니다.: '%s'.</p>\n";
$lang['tc_admin_cant_parse']   		= "<p>질문과 답변이 조화를 이루지 않습니다.: '%s'.</p>\n";
$lang['tc_admin_question_saved']   	= "<p>현재 질문이 저장 되었읍니다.: '%s'.</p>\n";
$lang['tc_admin_question_deleted'] 	= "<p>과거 질문이 삭제 되었읍니다.: '%s'.</p>\n";
$lang['tc_admin_database_updated'] 	= "<p>데이터베이스가 갱신 되었읍니다.</p>\n";
$lang['tc_admin_explanation']      	= "<p>


한 묶음 단위로 질문과 응답을 적으십시오.
각각의 한 묶음은 첫번줄은 질문, 다음줄은 응답으로 이루어 집니다.
질문에 html 태그는 불가능 합니다. 답변은 아주 민감하므로 한자라도 틀리면 안됩니다.
만약 이곳에 오자를 기입하면 가입자는 그 오자로 응답을 해야 합니다.</p>\n";


8O I think you should re-post that goodie... ;)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
acharabia
Registered User
Posts: 139
Joined: Fri Sep 27, 2002 4:41 pm
Location: SEOUL/KOREA
Contact:

Post by acharabia »

3Di wrote: 8O I think you should re-post that goodie... ;)

Why? Anything the matter?
It just foreign lang-pak.
You can find any error?
Image
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Post by 3Di »

acharabia wrote:
3Di wrote: 8O I think you should re-post that goodie... ;)

Why? Anything the matter?
It just foreign lang-pak.
You can find any error?


here I see only squares instead of text, do you?
It's probably my fault?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
acharabia
Registered User
Posts: 139
Joined: Fri Sep 27, 2002 4:41 pm
Location: SEOUL/KOREA
Contact:

Post by acharabia »

3Di wrote: here I see only squares instead of text, do you?

No~ No~ That's not the great problem...
If anyone who need that lang-pak in their
phpbb board just "copy-&-paste" and
fonction on notepad(=lang-file) Normally,
everybody do like that. Yeh~ You just see
strange letter on this site but those letter
(=charactor someone say this "chinese charactors)
fonction normal on who need that lang-pak.
e.g. I can see those letter normal on my monitor now. :D

And next time maybe this MOD creator
rather include this lang-pak on ZIP files.
I've already send lang-pak to him by E-mail.
That's the better. :wink:
Image
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Post by 3Di »

$lang['tc_mail_subject'] = '위장 가입을 시도하려는 접근이 있읍니다.';


Can you see this quote in your language so?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
acharabia
Registered User
Posts: 139
Joined: Fri Sep 27, 2002 4:41 pm
Location: SEOUL/KOREA
Contact:

Post by acharabia »

3Di wrote:
$lang['tc_mail_subject'] = '위장 가입을 시도하려는 접근이 있읍니다.';


Can you see this quote in your language so?


Sure!!! Crearly I can see and find and read those
(foreign) letters on this my monitor now~ :wink:
But... there is something different case here...
If you open this ZIP file, there is Russian lang-pak.
But this lang-pak had a problem!!! All charactors are
sqare or chinese charator like below.
Rather this is serious problem...

Code: Select all

$lang['tc_mail_subject']       = '爛閃-釣燼增調打 壯 phpBB';
But... I don't know maybe any Russian can have
those letters on normal on their PC. Maybe possible...
Another foreign PC can't have those letter... UHF-8?
In fact, I'm not sure about this kind of problem.
Last edited by acharabia on Fri Dec 15, 2006 10:47 am, edited 1 time in total.
Image
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Post by 3Di »

perhaps it is because I don't have the Corean Set installed into my Windows..

okay so, regards. ;)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
olpa
Registered User
Posts: 255
Joined: Tue Jan 25, 2005 6:44 pm
Location: Saint-Petersburg, Russia
Contact:

Post by olpa »

Can you see this quote in your language so?

Linux, Russian locale, Mozilla. I see the Korean letters, both in the original posting and in the quote.
theMezz
Registered User
Posts: 108
Joined: Fri Aug 15, 2003 8:52 pm
Location: Central NY, USA
Contact:

Post by theMezz »

How do I do this step???

#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_textual_confirmation (
id INTEGER NOT NULL AUTO_INCREMENT,
question TEXT NOT NULL,
answers TEXT NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO phpbb_textual_confirmation(question,answers) VALUES ('Are you human?', 'yes\nja\noui');
INSERT INTO phpbb_textual_confirmation(question,answers) VALUES ('Say hello', 'hello\nhi\nhallo');
olpa
Registered User
Posts: 255
Joined: Tue Jan 25, 2005 6:44 pm
Location: Saint-Petersburg, Russia
Contact:

Post by olpa »

If you have no idea what to do with the "[SQL]" part, don't worry. Instead, execute the following step-by-step instructions:

* Complete all the steps before the "[SQL]" part.
* Download db_update.zip
* Unpack "db_update.zip" to get "db_update.php"
* Upload "db_update.php" to the root folder of your forum
* Run "db_update.php" in your browser. For example, if you forum address is "http://mysite.com/phpBB2/", then you should point your browser to "http://mysite.com/phpBB2/db_update.php".
* Login as the forum admin. The script "db_update.php" will update the database and report the success.
* Delete "db_update.php".
Last edited by olpa on Wed Dec 20, 2006 4:09 am, edited 1 time in total.
phatchopolis
Registered User
Posts: 166
Joined: Mon May 29, 2006 11:40 pm

Post by phatchopolis »

Can you input a list of questions and the mod choose which to ask randomly?
Post Reply

Return to “[2.0.x] MOD Database Releases”