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

Login with username, password and session length
News: Maintenance release cpg1.4.25 - upgrade recommended
The Coppermine development team is releasing an update for Coppermine in order to fix an issue with http uploads that could occur in particular versions of PHP.The fix is not security-critical, so if your gallery is running fine with cpg1.4.23 or cpg1.4.24 you don't need to upgrade. If you are running an older version than cpg1.4.23, you must update to this latest version as soon as possible because of the security impact (the past few maintenance releases before cpg1.4.24 all were security-related).
[more]
   Home   Help Search Board rules Login Register  
Pages: 1 ... 6 7 8 9 [10] 11 12 13 14 ... 40   Go Down
  Send this topic  |  Print  
Author Topic: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard  (Read 222660 times)
0 Members and 1 Guest are viewing this topic.
mywedding
Coppermine novice
*
Gender: Female
Turkey Turkey

Posts: 41

MyWedding


WWW
« Reply #180 on: July 09, 2007, 04:46:29 am »

language:
===============
- Italian Thanks to lontano
- Dutch Thanks to Hein
- French Thanks to spikeweb
- German Thanks to m@rk
- Brazilian portuguese Thanks to Bonato

hi sami , there is an attachment for "turkish.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 =  'Onayla:';
$lang_plugin_captcha_error 'Hata var, Onaylanmad&#305;';     
?>


best regards
dugunum
Logged

Dreams are free, so free your dreams, "Astrid Alauda"
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #181 on: July 09, 2007, 04:55:04 am »

dugunum, thanks for translation Smiley
I'll add yours to the next release
Logged

‍I don't answer to PM with support question
Please post your issue to related board
ComputerLady
Coppermine novice
*
Gender: Female
Posts: 23


WWW
« Reply #182 on: July 13, 2007, 10:13:34 pm »

First off, thanks for this great plug-in! Wished I'd found this earlier as it would have solved so many headaches. (Really got to get over here more frequently!)

I do have one question, which I did try searching for an answer on. (Maybe I'm not using right search words?) In the characters displayed, are they all supposed to be upper-case, or some lower-case? Been trying to test this out myself, and it keeps insisting I'm not entering the right 'phrase!'

Coppermine v1.4.12
Captcha v1.8 (only plug-in)
Bridged to SMF

http://www.design-comp.com/gallery/index.php

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

Posts: 3689


BMossavari


WWW
« Reply #183 on: July 14, 2007, 05:36:14 am »

Plugin replace all input to Uppercase automatically so it doesn't matter if you type uppercase or lowercase , I think you have a session issue check this thread :
http://forum.coppermine-gallery.net/index.php?topic=36319.msg206506#msg206506

enable debug on admin mode and and then click on Display phpinfo below the debug info and find session.save_path
Logged

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

Posts: 1


« Reply #184 on: July 14, 2007, 06:28:32 pm »

Hi2all

I've got an issue with http://www.kazakov.biz/coppermine/plugins/captcha/captcha.php image displaying.

GD Support    enabled
GD Version    bundled (2.0.28 compatible)
GIF Read Support    enabled
GIF Create Support    enabled
JPG Support    enabled
PNG Support    enabled
WBMP Support    enabled
XBM Support    enabled

Please help )

With best regards,
Ilya Kazakov
Logged
ComputerLady
Coppermine novice
*
Gender: Female
Posts: 23


WWW
« Reply #185 on: July 15, 2007, 04:47:41 am »

Plugin replace all input to Uppercase automatically so it doesn't matter if you type uppercase or lowercase , I think you have a session issue check this thread :
http://forum.coppermine-gallery.net/index.php?topic=36319.msg206506#msg206506

enable debug on admin mode and and then click on Display phpinfo below the debug info and find session.save_path

Under the PHP info it says:

session.save_path   /tmp   /tmp

So, now what should I do?

Sorry, I'm back editing this reply. In looking through the directories, I don't see one named '/tmp' anywhere. So, I gather the data isn't being stored anywhere so a comparison can be made. So, where do I need to make that directory at? Thanks! (Crossing fingers that will produce a fix.)
« Last Edit: July 16, 2007, 02:52:09 pm by ComputerLady » Logged
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #186 on: July 15, 2007, 07:07:22 am »

@ComputerLady
I didn't ask for debug info !

You can't (shouldn't) create tmp folder on your web space, it's root level folder
ask your host for support , tell them that your session doesn't stick

@cheaharu
You must have free type support , init post said:

Requirement:
=========
- GD 2.x (2.0.28 or later is recommended) with Freetype support
- Better compatibility with php 4.3.5 or later
« Last Edit: July 15, 2007, 07:34:52 am by Sami » Logged

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

Posts: 1


« Reply #187 on: July 16, 2007, 07:41:58 pm »

have Big5?
Logged
ComputerLady
Coppermine novice
*
Gender: Female
Posts: 23


WWW
« Reply #188 on: July 16, 2007, 10:33:16 pm »

@ComputerLady
I didn't ask for debug info !

You can't (shouldn't) create tmp folder on your web space, it's root level folder

I looked into my account further, and the tmp folder is there. Also tested the CAPTCHA system for SMF (Coppermine is bridged to that) and that works just fine. Indicating, I think, that the session path setting for PHP should be okay. That is, if the CAPTCHA system for SMF uses sessions too. Have to check over there.

In any case, I'm still stumped as to why check is failing. Going to check with my hosting company on their forum to see if anyone else there is experiencing this so they have some sort of clue. Going to tell them that this IS going to become part of Coppermine's core code in next major revision, so getting this right now is a good idea!
Logged
klunstenaar
Coppermine newbie

Posts: 13


« Reply #189 on: July 16, 2007, 11:23:13 pm »

Well, as i can say..i had almost same issue.
And plugin was also not working couse i had cpg bridged with Joomla.
My only option was to unbridge. As noone got a solution for it sofar..
Logged
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #190 on: July 17, 2007, 06:52:01 am »

@ComputerLady: Give me a ftp account and an admin account of gallery and I'll check that , if you are happy with that ...

@klunstenaar: If plugin works on unbridged gallery then it could be session conflict on joomla , let me know which bridge you are using ...
Logged

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

Posts: 13


« Reply #191 on: July 17, 2007, 04:06:24 pm »

Joomla 1.0.12 was bridged with the Mehdi bridge Joomcpg-bridge

In the time (a few months back) that i post the issue, i saw others
had the same problem with cpg bridged when trying use the captcha plugin.

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

Posts: 3689


BMossavari


WWW
« Reply #192 on: July 17, 2007, 09:03:50 pm »

Now I find the problem
You can't use this plugin for bridged gallery cause
Plugin API loads before bridge system and this will cause to captcha create its session before bridge files load, and then Both SMF (Load.php) and Joomla (global.php) will drop Captcha's session for security reason

BTW you can use captcha mod instead
« Last Edit: July 18, 2007, 04:26:29 am by Sami » Logged

‍I don't answer to PM with support question
Please post your issue to related board
ComputerLady
Coppermine novice
*
Gender: Female
Posts: 23


WWW
« Reply #193 on: July 17, 2007, 09:55:52 pm »

@ComputerLady: Give me a ftp account and an admin account of gallery and I'll check that , if you are happy with that ...

I see I can send you a private message via the forum. Okay, let me get that setup and then send the details over to you via PM.
Logged
klunstenaar
Coppermine newbie

Posts: 13


« Reply #194 on: July 17, 2007, 10:36:22 pm »

Thx for ur fast research Sami!
Logged
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #195 on: July 18, 2007, 04:35:18 am »

@ComputerLady: As I said early :

You can't use this plugin for bridged gallery cause
Plugin API loads before bridge system and this will cause to captcha create its session before bridge files load, and then Both SMF (Load.php) and Joomla (global.php) will drop Captcha's session for security reason

BTW you can use captcha mod instead


Please change/delete all username/password that you've send by PM to me
Logged

‍I don't answer to PM with support question
Please post your issue to related board
MechMykl
Coppermine novice
*
Gender: Male
Posts: 33



WWW
« Reply #196 on: August 04, 2007, 06:03:09 am »

http://www.coppermine.hqubed.com/displayimage.php?pos=-10044

I couldnt tell if anyone has had this problem yet.
The captcha plugin used to work before I upgraded to the latest Coppermine version and now the captcha image wont render, help?
Logged
Sami Topic starter
Dev Team member
****
Gender: Male
Iran, Islamic Republic of Iran, Islamic Republic of

Posts: 3689


BMossavari


WWW
« Reply #197 on: August 04, 2007, 06:32:37 am »

re-upload whole plugin to the server may helps you
I've got
Code:
Fatal error: Class 'PhpCaptcha' not found in /home/.klara/mechmykl/coppermine.hqubed.com/plugins/captcha/captcha.php on line 28
when I tried
http://www.coppermine.hqubed.com/plugins/captcha/captcha.php
Logged

‍I don't answer to PM with support question
Please post your issue to related board
MechMykl
Coppermine novice
*
Gender: Male
Posts: 33



WWW
« Reply #198 on: August 04, 2007, 07:41:18 pm »

Computers haha. I uninstalled, deleted, reuploaded and it magically worked, thanks man.
BTW when theres a failure your script says "Confirmation code didn't matched"

It should be "Confirmation code didn't match" to be correct english Smiley

Thanks again!
Logged
bobhope
Coppermine newbie

Posts: 13


« Reply #199 on: August 07, 2007, 10:04:13 pm »

What Perl Module's do you need to run this? I have installed a few different GD's and its still not working. I control my own cpanel. I tried to e-mail the maker of this security thing and i think he is on vacation or something I got no response.

whoever helps me I can give them some free webspace for a year if they like... or maybe work out some kind of favor.  Please note this only goes to the person who helps me get this working. first come first serve

B
« Last Edit: August 08, 2007, 02:09:59 am by bobhope » Logged
Pages: 1 ... 6 7 8 9 [10] 11 12 13 14 ... 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.125 seconds with 17 queries.