Search results for: captcha

Pages: [1] 2 3 4 5 ... 19

...... ,  schon mal hier geschaut?   Alles zum Thema Captcha   Bestimmt was dabei     ......

......  would think it would integrate the same way the recaptcha did. I will look into it and see if I can get it  ............  I get that fixed then I will see how easy this keycaptcha will be and will let you know.  Update: Here is  ............  I did notice it does not let the admin bypass the captcha code and I do not see a way around that so as  ............  to make this thing work...  Step 1 Copy the "keycaptcha.php" file from their site to your /includes/  ............ ($array);insert AFTER Code: [Select] //keycaptcha if (!class_exists('KeyCAPTCHA_CLASS')) {  //  ............  '/home/path_to_keycaptcha_file/' with the real path to keycaptcha.php   ............ ('includes/keycaptcha.php'); } $kc_o = new KeyCAPTCHA_CLASS();  //end  ............   search for... Code: [Select]  "url_captcha_image" => $site_sess->url(ROOT_PATH."captcha.php") ............ ,insert AFTER Code: [Select]  "keycaptcha" => $kc_o->render_js(), in your includes/ ............ ] $sess_code = trim($site_sess->get_session_var('captcha'));insert BEFORE Code: [Select] //keycaptcha if (! ............ ('KeyCAPTCHA_CLASS')) {  // Replace '/home/ ............ /' with the real path to keycaptcha.php  include('includes/keycaptcha.php'); } $kc_o = ............  new KeyCAPTCHA_CLASS(); if ($kc_o->check_result($_POST['capcode'] ............ ) {  return true; } else {  // A visitor solved KeyCAPTCHA task incorrectly  // Add your code that will  ............  an error message } //end keycaptcha  Now the difficult part. In your templates, on  ............  ones you want to add this keycaptcha code... You need to place {keycaptcha} on the  ......
3
Templates & Styles (Releases & Support) / Re: [MOD] reCAPTCHA
« by lilal on October 03, 2014, 09:45:22 PM »

......  <tr>  <td>{if captcha_comments}</td>  < ............  <td width="90" valign="top"><b>{lang_captcha}</b></td>  <td>   ............  <a href="javascript:new_captcha_image();"><img src="{url_captcha_image}" border=" ............ " id="captcha_image" alt="" /></a>   ............  <input type="text" name="captcha" size="30" value="" class="captchainput" id=" ............ <td width="258"> {lang_captcha_desc}</td>   ............  <tr>  <td>{endif captcha_comments}</td>  <td></ ............ </tr> </table>  I have tried replacing the phrase "captcha" with "recaptcha" and I don't get an image on my  ............  page.  How, exactly, do I incorporate the {recaptcha} into this html coding?  Thank you so much, lilal  ......

......  i want to replace captcha thing in registration page with some random  ......

......  unwichtige Info - hätte man durchaus mal in die [CAPTCHA.deutsch.txt] schreiben können.  Danke noch mal ... ......
6
Discussion & Troubleshooting / Re: SPAM trotz CAPTCHA
« by Rembrandt on August 09, 2012, 08:28:36 PM »

......  09, 2012, 08:02:10 PM  ... dein Mathematisches Captcha funktioniert einwandfrei. ....    Toll so etwas  ......
7
Installation, Update & Configuration / Captcha & config.php
« by rossgrazia on November 11, 2010, 04:04:15 PM »

...... , I installed in local the gallery, but ... captcha (user registration) does not work, I see an X  ......
8
Installation, Update & Configuration / Re: deactivate captcha?
« by Rembrandt on November 18, 2013, 09:39:12 PM »

......  to the Forum!  Please read /docs/CAPTCHA.english.txt  mfg  ......
9
Installation, Update & Configuration / Re: Captcha deaktivieren?
« by Rembrandt on November 23, 2013, 05:05:16 AM »

......  Vorschlag? ..    Lies dir das mal durch, docs/CAPTCHA.deutsch.txt  mfg  ......

in v1.7.7 captcha enabled by default.
11
Discussion & Troubleshooting / Re: Captcha Grafik wird nicht angzeigt
« by Sunny C. on November 23, 2012, 03:22:28 PM »

......  (all-inkl.com), mir wird von Anfang an das Captcha nicht angezeigt. Woran kann das liegen? ......
12
Discussion & Troubleshooting / Re: How to desable Captcha?
« by V@no on October 10, 2009, 05:53:19 AM »

FAQ -> CAPTCHA (verification code) related
13
Mods & Plugins (Requests & Discussions) / [REQ] Askimet Spam-Filter for Comments - without Captcha entry
« by bildergallery on October 11, 2009, 09:16:48 AM »

......  into 4images?  For more comments without captcha entry   http://akismet.com/ http://akismet.com/ ......
14
Discussion & Troubleshooting / Re: Captcha
« by kai on September 21, 2009, 11:23:27 PM »

......  auch eine entsprechenden Eintrag in den FAQs: CAPTCHA (verification code) related  http://www. ......
15
Discussion & Troubleshooting / Re: Captcha empty
« by moorken on September 18, 2009, 06:38:16 PM »

......  of my problem: the field  Code: [Select] $captcha_text_color = '#000000' seems like if color was  ............  it looked as if no letters were displayed on the captcha. . . . i changed it to something like #F833B4  ............  now the captcha is visible. . . .  ......

......  ich auf eine eigenentwickelte datenbanklose und Captcha-freie Lösung mit lokalem Spamfilter.   ......

......   Step 1 Open register.php  Find Code: [Select]  $captcha = (isset($HTTP_POST_VARS['captcha'])) ?  ............ (trim($HTTP_POST_VARS['captcha'])) : "";   $error = 0; below insert Code: [ ......
18
Discussion & Troubleshooting / Re: captcha Eingabefenster unsichtbar
« by Rembrandt on June 20, 2011, 06:04:56 PM »

......  ich finde ihn nicht, lösch das wieder. dann zum captcha der code teil fehlte in der comment_bit total.  * ......
19
Español / Castellano / Re: captcha
« by pablogross on March 30, 2009, 02:05:02 AM »

...... .php  cambiar las siguientes lineas  // Initialize CAPTCHA configuration $captcha_enable = 1; $ ............  = 1; $captcha_enable_upload = 1; $ ............  = 1; $captcha_enable_postcards = 1; $captcha_ttf  ............  = 1; $captcha_path = ROOT_PATH.'captcha'; $ ............  "2345689"; // aca elige que quieres que se vea el captcha letras o numeros $captcha_length = 5; ............  $captcha_wordfile = 0; // cabia a valor 1 si  ............  que cargue los textos de words.txt $captcha_width = 200; $captcha_height  ............  = 70; $captcha_text_color = '#000000'; $ ............  = 25; $captcha_text_transparency = 60; $captcha_filter_text  ............  = 1; $captcha_filter_bg = 1; ......

......  might want try Neue Captcha Art / New Captcha Art which wont use your server  ......
21
Installation, Update & Configuration / Re: How to disable Captcha?
« by mawenzi on March 18, 2009, 03:41:37 PM »

......  -> CAPTCHA (verification code) related -> http://www. ......
22
Français / Re: [FAQ] Problème avec CAPTCHA
« by autofolie on March 05, 2009, 11:09:03 AM »

......  enregistrés ne soient pas obligés de subir ce CAPTCHA ?  CAPTCHA actif QUE pour les "invités".  Merci,  ......

......  is there and clickable a popup appears but the captcha is never accepted even it's right for sure...  I  ............  the latest recaptchalib.php  Any ideas ?   Greetz  ......
24
Installation, Update & Configuration / Re: 1.7.8 captcha error
« by V@no on October 21, 2010, 10:15:50 PM »

......  have no restrictions and don't need enter captcha at all (yes, agree, it should not show captcha at  ......
25
Mods & Plugins (Releases & Support) / Re: [Mod] Captcha can mathematics
« by Loda on February 24, 2014, 08:51:42 AM »

......  18, 2013, 01:48:52 PM  Hi,  ich hab dieses Captcha erfolgreich in meine Seite eingebaut, jedoch habe  ......
26
Discussion & Troubleshooting / Re: Captcha not working on IIS and PHP 5.2.5
« by justintjacob on December 22, 2011, 04:09:08 AM »

......  problem  Check my site  http://www.spicynet.in  captcha not  ......
27
Mods & Plugins (Requests & Discussions) / Re: Incorrectly works captcha
« by V@nо on January 05, 2009, 03:23:09 PM »

......  check all permissions or you can try use re-captcha instead:  http://www.4homepages.de/forum/index. ......
28
Discussion & Troubleshooting / Re: captcha beim upload
« by nobby on March 07, 2013, 11:42:10 AM »

...... , in der config php steht leider gar nix von captcha    Hallo,  Du kannst doch aber Einträge in der  ............  selber eintragen!   Sie können das CAPTCHA System in der config.php mit den   folgende  ............  konfigurieren:   - $captcha_enable = 1;  Ein Wert von 1 aktiviert das  ............  es.  Der Standard-Wert ist 1.   - $captcha_enable_comments = 1;  Ein Wert von 1  ............  das CAPTCHA System für das  Kommentar-Formular, 0  ............  es.  Der Standard-Wert ist 1.   - $captcha_enable_upload = 1;  Ein Wert von 1 aktiviert  ............  CAPTCHA System für das  Upload-Formular, 0  ............  es.  Der Standard-Wert ist 1.   - $captcha_enable_registration = 1;  Ein Wert von 1  ............  das CAPTCHA System für das  Registrierungs-Formular, 0  ............  es.  Der Standard-Wert ist 1.   - $captcha_enable_postcards = 1;  Ein Wert von 1  ............  das CAPTCHA System für das  E-Cards-Formular, 0  ............  es.  Der Standard-Wert ist 1.   - $captcha_path = './captcha';  Der Pfad zum Ordern in  ............  die CAPTCHA-Dateien  (backgrounds, fonts) liegen.   - $ ............  ist "abcdefghijklmnopqrstuvwxyz123456789".   - $captcha_length = 6;  Anzahl der Zeichen und/oder  ............ .  Der Standard-Wert ist 6.   - $captcha_wordfile = 0;  Ist diese Anweisung auf 1  ............  zufällig ausgewähltes Wort  aus der Datei "captcha/words.txt" verwendet.  Der Standard-Wert ist  ............ .   - $captcha_width = 200;  Breite des angezeigte CAPTCHA  ............  in Pixel.  Der Standard-Wert ist 200.   - $captcha_height = 70;  Höhe des angezeigte CAPTCHA  ............  in Pixel.  Der Standard-Wert ist 70.   - $captcha_text_color = "#000000";  Farbangabe (Hex)  ............  angezeigte CAPTCHA Textes.  Der Standard-Wert ist "#000000" ( ............ ).   - $captcha_text_size = 25;  Schriftgröße des  ............  CAPTCHA Textes.  Der Standard-Wert ist 25.   - $ ............  = 65;  Transparenz-Wert für den CAPTCHA Text.  Der Standard-Wert ist 65.   - $ ............  1 bewirkt einen Filterung des angezeigten  CAPTCHA Textes ("Verschleierung").  Der Standard- ............  ist 1.   - $captcha_filter_bg = 1;  Ein Wert von 1 bewirkt einen  ............  des Hintergrund  des CAPTCHA Bildes ("Verschleierung").  Der Standard- ......
29
Discussion & Troubleshooting / Member upload not working
« by fearaztec on June 22, 2011, 07:04:10 PM »

...... $HTTP_POST_VARS['image_download_url']))) : "";   $captcha = (isset($HTTP_POST_VARS['captcha'])) ?  ............ (trim($HTTP_POST_VARS['captcha'])) : "";   $direct_upload = (check_permission(" ............  != "") ? "<br />" : "").$field_error;  }   if ($captcha_enable_upload && !captcha_validate($captcha)) {   ............  $msg .= (($msg != "") ? "<br />" : "").$lang['captcha_required'];  $error = 1;  }   if (!empty($ ............ ['yes'],  "lang_no" => $lang['no'],  "lang_captcha" => $lang['captcha'],  "lang_captcha_desc" => $ ............ ['captcha_desc'],  "captcha_upload" => (bool)$ ......
30
Discussion & Troubleshooting / Verification Code - Captcha Not Appearing.
« by Galahad on June 20, 2011, 11:45:12 PM »

...... ?topic=14690.0 Im having a problem, apparently the captcha box isnt appearing when a user registers(hence  ............  letting any user register), why could this be? Captcha is enabled by default and I havent edited the . ......
Pages: [1] 2 3 4 5 ... 19