Anti Bot Question MOD
- veninoss
- Utilizator înregistrat
- Mesaje: 120
- Membru din: 03-Mar-2005, 13:20:30
- Versiune: 3
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Contact:
Anti Bot Question MOD
Botii m-au adus la disperare, si vreau sa instalez acest mod. Problema e cu mysql-lul, nu ma descurc cu creerea noilor tabele. Ma poate indruma cineva pas cu pas ?
MySQL - 5.0.27 limba romana
MySQL - 5.0.27 limba romana
Ultima oară modificat 05-Mar-2007, 11:06:43 de către veninoss, modificat 1 dată în total.
- veninoss
- Utilizator înregistrat
- Mesaje: 120
- Membru din: 03-Mar-2005, 13:20:30
- Versiune: 3
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Contact:
Am inceput asa : Am intrat in baza de date si am dat "Create new table on database " Am scris acolo "phpbb_anti_bot_quest_config" iar la "Number of fields:" am trecut 1 Mesajul care i-mi apare:
"1 If field type is "enum" or "set", please enter the values using this format: 'a','b','c'...
If you ever need to put a backslash ("\") or a single quote ("'") amongst those values, precede it with a backslash (for example '\\xyz' or 'a\'b').
2 For default values, please enter just a single value, without backslash escaping or quotes, using this format: a"
"1 If field type is "enum" or "set", please enter the values using this format: 'a','b','c'...
If you ever need to put a backslash ("\") or a single quote ("'") amongst those values, precede it with a backslash (for example '\\xyz' or 'a\'b').
2 For default values, please enter just a single value, without backslash escaping or quotes, using this format: a"
- Aliniuz
- Fost coleg
- Mesaje: 3629
- Membru din: 19-Mai-2006, 08:06:42
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Mediu
- Localitate: Galati
- Contact:
Veninoss, ti-am dat un tutorial care iti explica clar ce si cum ...
Nu trebuie sa te complici, te duci direct in baza de date, apesi pe butonul de sus, SQL, dupa care rulezi comanda SQL necesara in MOD adica
Nu trebuie sa te complici, te duci direct in baza de date, apesi pe butonul de sus, SQL, dupa care rulezi comanda SQL necesara in MOD adica
Cod: Selectaţi tot
CREATE TABLE `phpbb_anti_bot_quest_config` (
`config_name` VARCHAR( 255 ) NOT NULL ,
`config_value` VARCHAR( 255 ) NOT NULL ,
PRIMARY KEY ( `config_name` )
);
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('abq_register', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('abq_guest', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('postvariablename', 'abq_0001');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('ef_casesensitive', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('ef_bild', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('eigene_fragen', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('verhaeltnis_eigene_auto', '50');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_01', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_02', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_03', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_04', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_05', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_06', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_07', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_08', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_09', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_10', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_11', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_12', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_13', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_14', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_15', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_16', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_17', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_18', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_19', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_20', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_21', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_22', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_23', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_24', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_25', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_26', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_27', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_28', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_29', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_30', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_31', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_32', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_33', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('autofrage_34', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_max', '3');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_trennlinie', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_bgtext', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_grid', '2');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_gridf', '1');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_gridh', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_gridw', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_ellipsen', '2');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_boegen', '2');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('afeff_linien', '2');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('af_grossezahlen', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('fontsize', '20');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('imagetype', '20');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('jpgquality', '80');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BG_R1', '210');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BG_R2', '230');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BG_G1', '210');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BG_G2', '230');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BG_B1', '210');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BG_B2', '230');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_F1_R', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_F1_G', '50');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_F1_B', '50');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_F2_R', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_F2_G', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_F2_B', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid1_R1', '225');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid1_R2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid1_G1', '90');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid1_G2', '110');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid1_B1', '90');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid1_B2', '110');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid2_R1', '90');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid2_R2', '110');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid2_G1', '225');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid2_G2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid2_B1', '90');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid2_B2', '110');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid3_R1', '90');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid3_R2', '110');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid3_G1', '90');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid3_G2', '110');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid3_B1', '225');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid3_B2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid4_R1', '130');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid4_R2', '170');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid4_G1', '130');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid4_G2', '170');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid4_B1', '130');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Grid4_B2', '170');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_GridF_R1', '200');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_GridF_R2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_GridF_G1', '200');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_GridF_G2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_GridF_B1', '200');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_GridF_B2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Ellipsen_R1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Ellipsen_R2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Ellipsen_G1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Ellipsen_G2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Ellipsen_B1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Ellipsen_B2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_TEllipsen_R1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_TEllipsen_R2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_TEllipsen_G1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_TEllipsen_G2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_TEllipsen_B1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_TEllipsen_B2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Lines_R1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Lines_R2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Lines_G1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Lines_G2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Lines_B1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Lines_B2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Arcs_R1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Arcs_R2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Arcs_G1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Arcs_G2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Arcs_B1', '120');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Arcs_B2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BGText_R1', '180');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BGText_R2', '220');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BGText_G1', '180');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BGText_G2', '220');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BGText_B1', '180');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_BGText_B2', '220');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Text_R1', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Text_R2', '100');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Text_G1', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Text_G2', '100');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Text_B1', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_Text_B2', '255');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_SLines_R1', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_SLines_R2', '50');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_SLines_G1', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_SLines_G2', '50');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_SLines_B1', '0');
INSERT INTO `phpbb_anti_bot_quest_config` ( `config_name` , `config_value` ) VALUES ('Color_SLines_B2', '50');
CREATE TABLE `phpbb_anti_bot_quest_confirm` (
`confirm_id` CHAR( 32 ) NOT NULL ,
`session_id` CHAR( 32 ) NOT NULL ,
`answer` VARCHAR( 255 ) NOT NULL ,
`line1` VARCHAR( 255 ) NOT NULL ,
`line2` VARCHAR( 255 ) NOT NULL ,
`line3` VARCHAR( 255 ) NOT NULL ,
`line4` VARCHAR( 255 ) NOT NULL ,
`farbe` CHAR( 1 ) NOT NULL ,
PRIMARY KEY ( `confirm_id` , `session_id` )
);
CREATE TABLE `phpbb_anti_bot_quest` (
`id` mediumint(8) NOT NULL auto_increment,
`question` text NOT NULL,
`answer1` varchar(255) NOT NULL default '',
`answer2` varchar(255) NOT NULL default '',
`answer3` varchar(255) NOT NULL default '',
`answer4` varchar(255) NOT NULL default '',
`answer5` varchar(255) NOT NULL default '',
`anti_bot_img` varchar(255) NOT NULL default '',
`lang` varchar(255) NOT NULL default '',
`bbcodeuid` varchar(10) NOT NULL default '',
PRIMARY KEY (`id`)
) AUTO_INCREMENT=1;
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Wobei handelt es sich um einen Planeten?\r\nAmerika, Erde, Katze, Universität', 'Erde', '', '', '', '', '', 'german', '2c8d839b7d');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Wobei handelt es sich um ein Tier?\r\nAuto, Berg, Europa, Pferd', 'Pferd', '', '', '', '', '', 'german', '71d4d172a9');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Drei mal drei ist?\r\n(Ergebnis ausschreiben, nicht als Zahl eingeben.)', 'neun', 'Neun', '', '', '', '', 'german', 'dd5b7c175d');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Ist auf dem Bild Feuer zu sehen? Ja oder Nein', 'Ja', 'ja', '', '', '', 'example2.jpg', 'german', '7a8a66614d');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Welche Frucht ist auf dem Bild zu sehen?', 'Apfel', '', '', '', '', 'example5.jpg', 'german', '9afd74bd7b');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Siehst du auf dem Bild ein Flugzeug?', 'Nein', 'nein', '', '', '', 'example2.jpg', 'german', '815892ebbc');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Wieviele blau Linien zählst du auf dem Bild?', '4', 'vier', 'Vier', '', '', 'example3.gif', 'german', '2fbfb54006');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Wieviele rote Linien sind auf dem Bild zu sehen?', '5', 'fünf', 'fuenf', '', '', 'example3.gif', 'german', 'abd20278f6');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Das Ergebnis der Rechenaufgabe lautet?', '5', 'fünf', 'fuenf', '', '', 'example4.jpg', 'german', '0d53ee661e');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Wieviele Pfeile sind im Bild zu finden?', '6', 'sechs', 'Sechs', '', '', 'example1.jpg', 'german', '873265bab4');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Which of these four is a planet?\r\nAmerica, Cat, Earth, University', 'Earth', '', '', '', '', '', 'english', 'b7d1788b14');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Which of these four is an animal?\r\nCar, Europe, Horse, Mountain', 'Horse', '', '', '', '', '', 'english', '0a8929fb6a');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'What is the result of three multiplied by three?\r\n(Do not use numbers in your answer. e.g. If the result is 5, then write five.)', 'nine', 'Nine', '', '', '', '', 'english', 'aef9c3dd22');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Shows the picture fire? Yes or no', 'Yes', 'yes', '', '', '', 'example2.jpg', 'english', '4b5116a301');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'What kind of fruit is shown on the picture?', 'Appel', 'appel', '', '', '', 'example5.jpg', 'english', '4f531943b6');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'Can you see an airplane on the photo?', 'No', 'no', '', '', '', 'example2.jpg', 'english', '30fcf0fd26');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'How many blue lines can you count on the image?', '4', 'four', 'Four', '', '', 'example3.gif', 'english', 'adc7dc3e28');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'How many red lines can you see on the image?', '5', 'five', 'Five', '', '', 'example3.gif', 'english', '9134e7320c');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'What is the result of...', '5', 'five', 'Five', '', '', 'example4.jpg', 'english', '37b6dd7e9b');
INSERT INTO `phpbb_anti_bot_quest` VALUES ('', 'How many arrows can you find?', '6', 'six', 'Six', '', '', 'example1.jpg', 'english', '50dd984877');
- veninoss
- Utilizator înregistrat
- Mesaje: 120
- Membru din: 03-Mar-2005, 13:20:30
- Versiune: 3
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Contact:
L-am instalat, dar am pagina de configurare a modului goala.
http://www.4animale.com/test.bmp
http://www.4animale.com/test.bmp
Ultima oară modificat 05-Mar-2007, 15:55:50 de către veninoss, modificat de 3 ori în total.
- Etherfast
- Fost coleg
- Mesaje: 2634
- Membru din: 19-Sep-2006, 10:33:41
- Ext: Nu
- Server: Windows
- Nivel phpBB: Mediu
- Nivel php: Mediu
- Localitate: Bucharest, RO
- Contact:
Ai un buton de editare pe care o sa te rog sa-l folosesti pentru a-ti edita postul precedent, daca durata intre cele doua postari este mai mica de o zi.
etherfast.ro - Blog personal
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Bing [Bot] și 4 vizitatori