Werde momentan tierisch von Spam-Einträgen genervt, deswegen bin ich auf die "Advanced Visual Confirmation" gestoßen um das abzuschalten.
Benutze die Version 2.0.22, als Style verwende ich "c3s"
Zuerst hab ich wie in der Kurzanleitung beschrieben die nötigen files an ihre stellen kopiert.
Das erste Problem war dieser Eintrag:
Copy: captcha/fonts/* to captcha/fonts/*
Ein Verzeichnis "captcha" hatte ich in meinem Forum nicht gefunden.
(Obwohl ich das Standard Captcha schon nutze)
Hab dann den captcha Ordner einfach in das Hauptverzeichnis kopiert.
War das richtig?
Anschließend kommt dieser Abschnitt:
Das ist für mich absolut Chinesisch!!!#
#----------[ SQL ]--------------------------------------
#
# Run the following SQL statement to update your phpBB database.
# You can use phpMyAdmin or a similar tool to run this update.
#
# IMPORTANT: If you have changed the table prefix from the default of phpBB2,
# please be sure to replace phpbb with your prefix BEFORE running this update.
#
CREATE TABLE `phpbb_captcha_config` (
`config_name` varchar(255) NOT NULL default '',
`config_value` varchar(100) NOT NULL default '',
PRIMARY KEY (`config_name`)
) TYPE=MyISAM;
INSERT INTO `phpbb_captcha_config` VALUES ('width', '350');
INSERT INTO `phpbb_captcha_config` VALUES ('height', '90');
INSERT INTO `phpbb_captcha_config` VALUES ('exsample_code', 'SAMPLE');
INSERT INTO `phpbb_captcha_config` VALUES ('background_color', '#E5ECF9');
INSERT INTO `phpbb_captcha_config` VALUES ('jpeg', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('jpeg_quality', '50');
INSERT INTO `phpbb_captcha_config` VALUES ('pre_letters', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('pre_letters_great', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('font', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('trans_letters', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('chess', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('ellipses', '1');
INSERT INTO `phpbb_captcha_config` VALUES ('arcs', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('lines', '1');
INSERT INTO `phpbb_captcha_config` VALUES ('image', '0');
INSERT INTO `phpbb_captcha_config` VALUES ('bg_transition', '25');
INSERT INTO `phpbb_captcha_config` VALUES ('gammacorrect', '0.8');
INSERT INTO `phpbb_captcha_config` VALUES ('foreground_lattice_x', '15');
INSERT INTO `phpbb_captcha_config` VALUES ('foreground_lattice_y', '15');
INSERT INTO `phpbb_captcha_config` VALUES ('lattice_color', '#FFFFFF');
INSERT INTO `phpbb_captcha_config` VALUES ('avc_version', '1.2.0');
ALTER TABLE `phpbb_confirm` CHANGE `code` `code` CHAR(10) NOT NULL;
Hab absolut 0 Plan was ich hier machen soll???
Hoffe ihr könnt mir dabei helfen.
Anschließend kommt dann der Abschnitt mit open "profile.php"
und find / replace.
Ich weiß das ist jetzt sau dumm, aber wie öffnet man denn diese "profile.php"?
Brauch ich dazu einen Virtuellen Server auf meiner Festplatte oder kann ich das Online machen?
Wäre über hilfe sehr dankbar! Für einen Noob ist es echt schwer an einigermaßen verständliche infos zu kommen.