Advanced Visual Registration

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
carpflashes.nl
Berichten: 309
Lid geworden op: 04 feb 2004, 23:26
Locatie: maastricht
Contacteer:

Advanced Visual Registration

Bericht door carpflashes.nl » 10 jan 2007, 23:31

Hoi ik heb net Advanced Visual Registration geinstalleerd maar als ik naar het registratiescherm ga zie ik alleen 2 xx in plaats van afbeeldingen.

ik heb de installatie goed gedaan en ook de db update is goed verlopen.
Op dit moment heb ik de visual registratie uitgezet om het probleem eerst op te lossen.


Code: Selecteer alles

 ## Mod Title:		Advanced Visual Confirmation
## Mod Author:		AmigaLink < webmaster@amigalink.de > (Markus Schmidt) http://www.EssenMitFreude.info
##
## Mod Description:	This MOD replaces the original CAPTCHA of the phpBB Visual Confirmation.
##			
## Mod Version:		1.2.0a
##
##
## Compatibility:	phpBB >= 2.0.11
##			(This installation guide is for phpBB 2.0.21)
##			(If you uses an older phpBB you should urgently update!!!)

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 12 jan 2007, 20:29

Werkt de mod in het administratiepaneel ook niet?
... Maar ik modereer (nog) niet.

carpflashes.nl
Berichten: 309
Lid geworden op: 04 feb 2004, 23:26
Locatie: maastricht
Contacteer:

Bericht door carpflashes.nl » 12 jan 2007, 20:31

de mod zelf wel alleen de afbeeldingen niet.

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 12 jan 2007, 20:32

De gewone beveiligingscode werkte wel, of ook niet?
... Maar ik modereer (nog) niet.

carpflashes.nl
Berichten: 309
Lid geworden op: 04 feb 2004, 23:26
Locatie: maastricht
Contacteer:

Bericht door carpflashes.nl » 12 jan 2007, 20:32

die werkte wel

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 12 jan 2007, 20:34

Dan lijkt mij de mod terugdraaien en een andere gebruiken de beste optie.
... Maar ik modereer (nog) niet.

carpflashes.nl
Berichten: 309
Lid geworden op: 04 feb 2004, 23:26
Locatie: maastricht
Contacteer:

Bericht door carpflashes.nl » 12 jan 2007, 20:35

ja denk dat dat ook de beste optie is.
in ieder geval bedankt voor de reactie.

hoe verwijder ik dit

Code: Selecteer alles

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.0b');

ALTER TABLE `phpbb_confirm` CHANGE `code` `code` CHAR(10) NOT NULL;


Gesloten