Support Forum Project Downloads FAQ Documentation About Demo Tutorials Blog Plugins
November 21, 2009, 09:18:29 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: cpg1.5.2 beta released
The brand new cpg1.5.x series that comes with a lot of new features finally has reached the release stage: a first public beta release cpg1.5.2 has been released that is mainly aimed at translators, testers and community members that have contributed in the past. The beta release is not meant to be used in a production environment, but only on testbeds and for evaluation purposes. There is currently no support for cpg1.5.x yet!
[more]
   Home   Help Search Board rules Login Register  
Pages: 1 ... 8 9 10 11 [12] 13 14 15 16 ... 40   Go Down
  Send this topic  |  Print  
Author Topic: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard  (Read 222719 times)
0 Members and 1 Guest are viewing this topic.
rollabones
Coppermine newbie

Posts: 9


« Reply #220 on: August 19, 2007, 11:22:07 pm »

 Sad Thanks for trying. It works on the comments and in the contact plug-in, so don't know what it could be.

Hey... do you have plans on modifying it to work when sending e-cards too?

Steve
Logged
nokc
Coppermine newbie

Posts: 12


« Reply #221 on: August 26, 2007, 04:53:28 am »

I hope I am posting in the correct place - I couldnt see any other way to post.

I have installed Captcha on my Gallery but it is only working if I am logged in as administrator.

I have gone over logs and everything else looking for a solution.

I want anyone that comes to the gallery to be able to post comments but use Captcha.

If I need to remove any lines than I am removing the wrong ones or not enough of one becuase I just can't get it to show up and I am getting a little frustrated.

Thank you and forgive me if I am posting in an incorrect area.
Logged
Hein Traag
Dev Team member
****
Gender: Male
Netherlands Netherlands

Posts: 2153


A, B, Cpg


WWW
« Reply #222 on: August 26, 2007, 03:09:04 pm »

First post in this thread displays (in bold) :

if you want to Captcha display for all users, remove (or comment) those line with this comment "// Remove this line if you want Captcha display to all"
from codebase.php

Did you do what is mentioned above ?
Logged

pepemosca
Coppermine novice
*
Posts: 21


« Reply #223 on: August 27, 2007, 12:51:40 am »

I'm attaching the Spanish translation.

spanish.php
Code:
<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.12
  CAPTCHA Plugin 
  Based on Mod by Abbas ali(http://forum.coppermine-gallery.net/index.php?topic=29564.0)
  Plugin Writen by bmossavari at gmail dot com
**********************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }

$lang_plugin_captcha_conf =  'Confirmar';
$lang_plugin_captcha_error 'C&oacute;digo de confirmaci&oacute;n incorrecto';     
?>
Logged
illukas
Coppermine newbie

Posts: 4


« Reply #224 on: September 11, 2007, 07:42:34 am »

I can't manage to work with captcha
Page keeps loading and no captcha image or error (even in debug mode in php).




apache-2.0.59-2
PHP Version 5.2.4
Coppermine 1.4.12
Captcha 1.8 plugin version

Info from phpinfo
GD Support    enabled
GD Version    2.0 or higher
FreeType Support    enabled
FreeType Linkage    with freetype
FreeType Version    2.2.1

« Last Edit: September 13, 2007, 07:08:11 am by illukas » Logged
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #225 on: September 11, 2007, 10:12:39 am »

Can't find a solution for you , cause page doesn't load !
you should check your server error log
Logged

‍I don't answer to PM with support question
Please post your issue to related board
illukas
Coppermine newbie

Posts: 4


« Reply #226 on: September 11, 2007, 10:40:05 am »

Both, error_log and access_log are not showing anything (even in php debug mode) what should'nt be there.
Ths behaivior began when i upgraded apache, config files stayed so as they were before update...

One behaivior what i discovered was that in same session (dosn't close browser) also other pages keeps loading, but when i close browser and reopen it loads pages normally until i go to captcha page...

Strange is that everything else is working fine...
For example
« Last Edit: September 13, 2007, 07:10:28 am by illukas » Logged
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #227 on: September 11, 2007, 01:49:29 pm »

New release of plugin ver 1.9
added feature: Captcha on Report to admin page

@illukas : Sorry but I don't know what to suggest !
let's try to re-upload the whole plugin
Logged

‍I don't answer to PM with support question
Please post your issue to related board
lifter
Coppermine novice
*
Posts: 37


« Reply #228 on: September 11, 2007, 08:17:29 pm »

installed ~8)
Logged
illukas
Coppermine newbie

Posts: 4


« Reply #229 on: September 11, 2007, 08:59:13 pm »

@illukas : Sorry but I don't know what to suggest !
let's try to re-upload the whole plugin
tryed to upload whole plugin, in binary and in ascii and auto
redownloaded gallery, reinstalled (was 1.4.9, now 1.4.12)

I give a try to 1.9 and try manually add this mod, make a test platform with fresh linux install and try there.
If i discover something i'll let you know
Logged
AlexL
Translator
**
Gender: Male
Germany Germany

Posts: 177



WWW
« Reply #230 on: September 13, 2007, 10:48:15 am »

Quote
New release of plugin ver 1.9
added feature: Captcha on Report to admin page

the old versionsnumber 1.8 is shown in PlugIns Manager Wink
Logged
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #231 on: September 13, 2007, 11:41:00 am »

Thank you for pointing that out ,
- Version Fixed
- Spanish language added (Thanks to pepemosca)
Logged

‍I don't answer to PM with support question
Please post your issue to related board
Hein Traag
Dev Team member
****
Gender: Male
Netherlands Netherlands

Posts: 2153


A, B, Cpg


WWW
« Reply #232 on: September 13, 2007, 12:07:08 pm »

1.9 is working as expected. Thanks Sami!
Logged

AlexL
Translator
**
Gender: Male
Germany Germany

Posts: 177



WWW
« Reply #233 on: September 13, 2007, 12:26:16 pm »

Now all fine - Thanks Sami!
Logged
mywedding
Coppermine novice
*
Gender: Female
Turkey Turkey

Posts: 41

MyWedding


WWW
« Reply #234 on: September 13, 2007, 02:19:18 pm »

hi dears,

how could i change upper characters to lower characters for captcha, thx

best regards
Logged

Dreams are free, so free your dreams, "Astrid Alauda"
Hein Traag
Dev Team member
****
Gender: Male
Netherlands Netherlands

Posts: 2153


A, B, Cpg


WWW
« Reply #235 on: September 13, 2007, 02:21:22 pm »

mmm i spoke to soon.. registration form does not have a captcha field anymore. I did remove al the "// Remove this line if you want Captcha display to all" lines as i did with the previous plugin version. Did i mis anything ?
Logged

Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #236 on: September 13, 2007, 03:19:48 pm »

Sorry for that
Fixed now
Logged

‍I don't answer to PM with support question
Please post your issue to related board
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #237 on: September 15, 2007, 06:26:46 am »

New version (2.0) of Captcha with new feature released :

- Add captcha for login
- Add captcha for Ecard
- Add new settings for group base captcha control for each page
- Add redirect/back button when confirmation code is wrong

Feedback please Wink
Logged

‍I don't answer to PM with support question
Please post your issue to related board
poubao
Contributor
***
Gender: Male
France France

Posts: 266



WWW
« Reply #238 on: September 15, 2007, 10:59:42 am »

Thank's for sharing this plugin, works fine for me (login and ecard)
Poubao Cheesy
Logged

L'incohérence de ceux qui nous dirigent, l'incompétence de ceux qui nous commandent,sont un vibrant hommage pour ceux qui exécutent.
                                          **Général Patton**
mywedding
Coppermine novice
*
Gender: Female
Turkey Turkey

Posts: 41

MyWedding


WWW
« Reply #239 on: September 15, 2007, 11:54:53 am »

many thanks, it is great and working,  Cheesy

and I'm attaching the Turkish translation.
Quote
<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.12
  CAPTCHA Plugin
  Based on Mod by Abbas ali(http://forum.coppermine-gallery.net/index.php?topic=29564.0)
  Plugin Writen by bmossavari at gmail dot com
**********************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }

$lang_plugin_captcha_conf =  'Onayla';
$lang_plugin_captcha_error = 'Girdiğiniz Kod Yanlış, Yeniden Deneyin.';
?>
« Last Edit: September 15, 2007, 12:17:15 pm by Benim » Logged

Dreams are free, so free your dreams, "Astrid Alauda"
Pages: 1 ... 8 9 10 11 [12] 13 14 15 16 ... 40   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
Page created in 0.129 seconds with 17 queries.