Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 ... 8 9 10 11 [12] 13 14 15 16 ... 41   Go Down

Author Topic: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard  (Read 848098 times)

0 Members and 1 Guest are viewing this topic.

rollabones

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: Captcha (Visual Confirmation) for adding comments
« Reply #220 on: August 20, 2007, 12:22:07 am »

 :( 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
  • Offline Offline
  • Posts: 12
Re: Captcha (Visual Confirmation) for adding comments
« Reply #221 on: August 26, 2007, 05: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
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Captcha (Visual Confirmation) for adding comments
« Reply #222 on: August 26, 2007, 04: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
  • *
  • Offline Offline
  • Posts: 25
Re: Captcha (Visual Confirmation) for adding comments
« Reply #223 on: August 27, 2007, 01:51:40 am »

I'm attaching the Spanish translation.

spanish.php
Code: [Select]
<?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
  • Offline Offline
  • Posts: 4
Re: Captcha (Visual Confirmation) for adding comments
« Reply #224 on: September 11, 2007, 08: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, 08:08:11 am by illukas »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #225 on: September 11, 2007, 11: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
  • Offline Offline
  • Posts: 4
Re: Captcha (Visual Confirmation) for adding comments
« Reply #226 on: September 11, 2007, 11: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, 08:10:28 am by illukas »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #227 on: September 11, 2007, 02: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
  • *
  • Offline Offline
  • Posts: 37
Re: Captcha (Visual Confirmation) for adding comments
« Reply #228 on: September 11, 2007, 09:17:29 pm »

installed ~8)
Logged

illukas

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Captcha (Visual Confirmation) for adding comments
« Reply #229 on: September 11, 2007, 09: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
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 189
    • Velvet Photos
Re: Captcha (Visual Confirmation) for adding comments
« Reply #230 on: September 13, 2007, 11: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 ;)
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #231 on: September 13, 2007, 12:41:00 pm »

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
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Captcha (Visual Confirmation) for adding comments
« Reply #232 on: September 13, 2007, 01:07:08 pm »

1.9 is working as expected. Thanks Sami!
Logged

AlexL

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 189
    • Velvet Photos
Re: Captcha (Visual Confirmation) for adding comments
« Reply #233 on: September 13, 2007, 01:26:16 pm »

Now all fine - Thanks Sami!
Logged

mywedding

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 42
  • MyWedding
    • Wedding
Re: Captcha (Visual Confirmation) for adding comments
« Reply #234 on: September 13, 2007, 03: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
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Captcha (Visual Confirmation) for adding comments
« Reply #235 on: September 13, 2007, 03: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

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #236 on: September 13, 2007, 04: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

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #237 on: September 15, 2007, 07: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 ;)
Logged
‍I don't answer to PM with support question
Please post your issue to related board

poubao

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: la
  • Offline Offline
  • Gender: Male
  • Posts: 277
    • Collections du Laos
Re: Captcha (Visual Confirmation) for adding comments
« Reply #238 on: September 15, 2007, 11:59:42 am »

Thank's for sharing this plugin, works fine for me (login and ecard)
Poubao :D
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
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 42
  • MyWedding
    • Wedding
Re: Captcha (Visual Confirmation) for adding comments
« Reply #239 on: September 15, 2007, 12:54:53 pm »

many thanks, it is great and working,  :D

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, 01: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 ... 41   Go Up
 

Page created in 0.025 seconds with 20 queries.