Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 ... 31 32 33 34 [35] 36 37 38 39 ... 41   Go Down

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

0 Members and 2 Guests are viewing this topic.

onuzu

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #680 on: December 23, 2008, 07:47:59 am »

Here is the debug message

Code: [Select]
------------------------
USER:
------------------
Array
(
    [ID] => da7e8cca485fad1f849efae94a3a52c8
    [am] => 1
    [liv] => Array
        (
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => admin
    [groups] => Array
        (
            [0] => 1
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg14x_filetypes; (0s)
    [1] => select * from cpg14x_plugins order by priority asc; (0s)
    [2] => delete from `lurrenzi_photos`.cpg14x_sessions where time<1230011167 and remember=0; (0s)
    [3] => delete from `lurrenzi_photos`.cpg14x_sessions where time<1228805167; (0s)
    [4] => select user_id from `lurrenzi_photos`.cpg14x_sessions where session_id = '3df1136fe38ab634820c1ef68049e176' (0s)
    [5] => select user_id as id, user_password as password from `lurrenzi_photos`.cpg14x_users where user_id=1 (0s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `lurrenzi_photos`.cpg14x_users AS u INNER JOIN `lurrenzi_photos`.cpg14x_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `lurrenzi_photos`.cpg14x_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg14x_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg14x_usergroups WHERE group_id= 1 (0s)
    [10] => update `lurrenzi_photos`.cpg14x_sessions set time='1230014767' where session_id = '3df1136fe38ab634820c1ef68049e176' (0s)
    [11] => SELECT user_favpics FROM cpg14x_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg14x_mod_online WHERE last_action < NOW() - INTERVAL 10 MINUTE (0s)
    [13] => REPLACE INTO cpg14x_mod_online (user_id, user_name, user_ip, last_action) VALUES ('1', 'admin', '83.253.227.182', NOW()) (0s)
    [14] => DELETE FROM cpg14x_banned WHERE expiry < '2008-12-23 06:46:07' (0s)
    [15] => SELECT * FROM cpg14x_banned WHERE (ip_addr='83.253.227.182' OR ip_addr='83.253.227.182' OR user_id=1) AND brute_force=0 (0s)
    [16] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = ''  ORDER BY pos (0s)
    [17] => SELECT aid FROM cpg14x_albums WHERE category = 3 (0s)
    [18] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 3 (0.001s)
    [19] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '3' (0s)
    [20] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=3 ORDER BY a.pos LIMIT 0,12 (0.001s)
    [21] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (266, 267, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278)GROUP BY a.aid (0.001s)
    [22] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='413' (0s)
    [23] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='851' (0.018s)
    [24] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='486' (0s)
    [25] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='407' (0s)
    [26] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='480' (0s)
    [27] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1410' (0s)
    [28] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='500' (0s)
    [29] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='476' (0s)
    [30] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='425' (0s)
    [31] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='445' (0s)
    [32] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='494' (0s)
    [33] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '3'  ORDER BY pos (0s)
    [34] => SELECT aid FROM cpg14x_albums as a WHERE category>=10000 (0s)
    [35] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0.001s)
    [36] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '1'  ORDER BY pos (0s)
    [37] => SELECT aid FROM cpg14x_albums WHERE category = 5 (0s)
    [38] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 5 (0s)
    [39] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '5' (0s)
    [40] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=5 ORDER BY a.pos LIMIT 0,1 (0s)
    [41] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (292)GROUP BY a.aid (0.001s)
    [42] => SELECT count(pid) AS link_pic_count
                      FROM cpg14x_pictures
                        WHERE aid != 292 AND
                        keywords LIKE '%Public album%' AND
                        approved = 'YES' (0.002s)
    [43] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1752' (0s)
    [44] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '5'  ORDER BY pos (0s)
    [45] => SELECT aid FROM cpg14x_albums WHERE category = 2 (0s)
    [46] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 2 (0s)
    [47] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '2' (0s)
    [48] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=2 ORDER BY a.pos LIMIT 0,2 (0s)
    [49] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (1, 374)GROUP BY a.aid (0.001s)
    [50] => SELECT count(pid) AS link_pic_count
                      FROM cpg14x_pictures
                        WHERE aid != 1 AND
                        keywords LIKE '%Nigeria, nigerian photos, images of lagos, abuja,%' AND
                        approved = 'YES' (0.002s)
    [51] => SELECT count(pid) AS link_pic_count
                      FROM cpg14x_pictures
                        WHERE aid != 374 AND
                        keywords LIKE '%Houses%' AND
                        approved = 'YES' (0.002s)
    [52] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1471' (0s)
    [53] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1245' (0.001s)
    [54] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '2'  ORDER BY pos (0s)
    [55] => SELECT aid FROM cpg14x_albums WHERE category = 6 (0s)
    [56] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 6 (0s)
    [57] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '6' (0s)
    [58] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=6 ORDER BY a.pos LIMIT 0,1 (0s)
    [59] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (398)GROUP BY a.aid (0s)
    [60] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1594' (0s)
    [61] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '6'  ORDER BY pos (0s)
    [62] => SELECT aid FROM cpg14x_albums as a WHERE category = '0' (0s)
    [63] => SELECT count(*) FROM cpg14x_albums as a WHERE 1 (0s)
    [64] => SELECT count(*) FROM cpg14x_pictures as p LEFT JOIN cpg14x_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0.001s)
    [65] => SELECT count(*) FROM cpg14x_comments as c LEFT JOIN cpg14x_pictures as p ON c.pid=p.pid LEFT JOIN cpg14x_albums as a ON a.aid=p.aid WHERE 1 (0.002s)
    [66] => SELECT count(*) FROM cpg14x_categories WHERE 1 (0s)
    [67] => SELECT sum(hits) FROM cpg14x_pictures as p LEFT JOIN cpg14x_albums as a ON p.aid=a.aid WHERE 1 (0.002s)
    [68] => SELECT COUNT(*) FROM cpg14x_pictures WHERE approved = 'NO' (0s)
    [69] => SELECT user_id,user_lastvisit FROM cpg14x_users WHERE user_lastvisit LIKE '2008-12-23%' (0.001s)
    [70] => SELECT count(*) FROM `lurrenzi_photos`.cpg14x_users WHERE 1 (0s)
    [71] => SELECT COUNT(*) FROM cpg14x_mod_online (0s)
    [72] => SELECT COUNT(*) FROM cpg14x_mod_online WHERE user_id <> 0 (0s)
    [73] => SELECT user_id AS user_id, user_name AS user_name FROM `lurrenzi_photos`.cpg14x_users ORDER BY user_id DESC LIMIT 1 (0s)
    [74] => SELECT user_id, user_name FROM cpg14x_mod_online WHERE user_id <> 0 (0s)
    [75] => SELECT * FROM cpg1411_plugin_news  WHERE active=1 ORDER BY date DESC (0.001s)
    [76] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '0' (0s)
    [77] => SELECT * FROM cpg14x_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 4 (0.021s)
    [78] => SELECT count(*) from cpg14x_comments where pid=1410 and msg_id!=0 (0.001s)
    [79] => SELECT count(*) from cpg14x_comments where pid=288 and msg_id!=0 (0s)
    [80] => SELECT count(*) from cpg14x_comments where pid=1746 and msg_id!=0 (0s)
    [81] => SELECT count(*) from cpg14x_comments where pid=503 and msg_id!=0 (0s)
    [82] => SELECT COUNT(*) from cpg14x_pictures WHERE approved = 'YES' AND hits > 0    (0.002s)
    [83] => SELECT * FROM cpg14x_pictures WHERE approved = 'YES'AND hits > 0   ORDER BY hits DESC, filename   LIMIT 0 ,4 (0.007s)
    [84] => SELECT count(*) from cpg14x_comments where pid=1582 and msg_id!=0 (0s)
    [85] => SELECT count(*) from cpg14x_comments where pid=66 and msg_id!=0 (0s)
    [86] => SELECT count(*) from cpg14x_comments where pid=560 and msg_id!=0 (0s)
    [87] => SELECT count(*) from cpg14x_comments where pid=73 and msg_id!=0 (0s)
    [88] => SELECT COUNT(*) from cpg14x_pictures WHERE approved = 'YES' and hits > 0  (0.002s)
    [89] => SELECT *, UNIX_TIMESTAMP(mtime) as mtime FROM cpg14x_pictures WHERE approved = 'YES' and hits > 0  ORDER BY mtime DESC  LIMIT 0 ,4 (0.008s)
    [90] => SELECT count(*) from cpg14x_comments where pid=66 and msg_id!=0 (0s)
    [91] => SELECT count(*) from cpg14x_comments where pid=560 and msg_id!=0 (0s)
    [92] => SELECT count(*) from cpg14x_comments where pid=1579 and msg_id!=0 (0s)
    [93] => SELECT count(*) from cpg14x_comments where pid=1448 and msg_id!=0 (0s)
    [94] => SELECT count(cpg14x_albums.aid) FROM cpg14x_pictures,cpg14x_albums WHERE cpg14x_pictures.aid = cpg14x_albums.aid AND approved = 'YES'  GROUP  BY cpg14x_pictures.aid (0.001s)
    [95] => SELECT *,cpg14x_albums.title AS title,cpg14x_albums.aid AS aid FROM cpg14x_pictures,cpg14x_albums WHERE cpg14x_pictures.aid = cpg14x_albums.aid AND approved = 'YES'  GROUP BY cpg14x_pictures.aid ORDER BY cpg14x_pictures.ctime DESC  LIMIT 0 ,4 (0.013s)
    [96] => SELECT count(*) from cpg14x_comments where pid=1753 and msg_id!=0 (0s)
    [97] => SELECT count(*) from cpg14x_comments where pid=1734 and msg_id!=0 (0s)
    [98] => SELECT count(*) from cpg14x_comments where pid=1597 and msg_id!=0 (0s)
    [99] => SELECT count(*) from cpg14x_comments where pid=1579 and msg_id!=0 (0s)
    [100] => SELECT COUNT(*) from cpg14x_pictures WHERE approved = 'YES'  (0.001s)
    [101] => SELECT * FROM cpg14x_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,4 (0s)
    [102] => SELECT count(*) from cpg14x_comments where pid=1754 and msg_id!=0 (0s)
    [103] => SELECT count(*) from cpg14x_comments where pid=1753 and msg_id!=0 (0s)
    [104] => SELECT count(*) from cpg14x_comments where pid=1752 and msg_id!=0 (0s)
    [105] => SELECT count(*) from cpg14x_comments where pid=1751 and msg_id!=0 (0s)
)

==========================
GET :
------------------
Array
(
)

==========================
POST :
------------------
Array
(
)

==========================
VERSION INFO :
------------------
PHP version: 5.2.6 - OK
------------------
mySQL version: 5.0.67-community
------------------
Coppermine version: 1.4.19(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.34 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XPM Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.67
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 512000 | 512000
max_input_time | 128000 | 128000
upload_max_filesize | 500M | 500M
post_max_size | 500M | 500M
==========================
Page generated in 0.152 seconds - 106 queries in 0.094 seconds - Album set : ; Meta set: ;

Edited By Sami , code tag added around debug info
« Last Edit: December 23, 2008, 07:56:33 am by Sami »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #681 on: December 23, 2008, 07:59:55 am »

I see there are other plugin installed on your gallery , would you please temporary disable them to see if captcha woking
Logged
‍I don't answer to PM with support question
Please post your issue to related board

onuzu

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #682 on: December 23, 2008, 08:04:33 am »

When I disabled all the plugins, capcha stared working

But some of the plugins are really important. What should I do?
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #683 on: December 23, 2008, 08:14:33 am »

First of all you need to find which plugin is incompatible with Captcha to do that please enable each plugin one by one and check captcha if it's working or not
When you find the plugin you need to ask plugin maker/writer for support , also I'll check if I can solve your issue from captcha side too
Logged
‍I don't answer to PM with support question
Please post your issue to related board

onuzu

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #684 on: December 23, 2008, 08:24:04 am »

Thanks very much. The problem is with the Right Click Menu, one more thing, how can I mage the image texts clearer. I tried to open acidic.ttf and hurryup.ttf on notepad but it was very messy.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #685 on: December 23, 2008, 08:32:36 am »

You disable Right Click Menu (rcmenu) before please check other plugin too there should be one more incompatible plugin

Those are True type fonts you can't edit them with notepad ! You need font editor.
You shouldn't make it clearer at all this will make captcha useless !
Logged
‍I don't answer to PM with support question
Please post your issue to related board

cariel

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Captcha (Visual Confirmation) for adding comments
« Reply #686 on: December 23, 2008, 11:45:24 pm »

OK, table created successfully!

The capcha.php still return the same text: "image".

hmnn I am really wondering, why V2.0 and the Contact plugin do work.. and V3.0 not...
site: http://rosebyrne.org/gallery/
I'm having the same problem. I've tried un-installing, reinstalling, deleting the tables manually and adding them manually. Everything is uploaded in the correct spot. I have no idea what is wrong. I just need the captcha for initial registrations and it's showing up as the little red X.

GD Version: bundled (2.0.34 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XPM Support: 1
XBM Support: 1

Thanks for your help!
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #687 on: December 24, 2008, 07:07:51 am »

- Enable debug for everyone
- Disable ALL other plugins
- I need to see a page with captcha please enable it for login page or give me a test (none admin) account and enable captcha for comment
Logged
‍I don't answer to PM with support question
Please post your issue to related board

cariel

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #688 on: December 24, 2008, 03:27:05 pm »

username: sami
password: dzsami03

Debug has been enabled for all users, captcha is enabled, the other plugins are uninstalled.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #689 on: December 24, 2008, 04:20:19 pm »

- I need to see a page with captcha please enable it for login page or give me a test (none admin) account and enable captcha for comment
Logged
‍I don't answer to PM with support question
Please post your issue to related board

cariel

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #690 on: December 24, 2008, 05:16:49 pm »

lol well it was enabled for everything else except the log-in page.  :D

It's disabled now, my apologies.  ;)

Thanks
Logged

onuzu

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #691 on: December 25, 2008, 12:50:35 am »

Hi Sami,

I just want to tell you that my problem was completely solved, the only plugin disturbing the capcha was the right click menu as you correctly predicted. Thanks very much and happy Christmas.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #692 on: December 25, 2008, 07:26:18 am »

@cariel:
check {gallery-root}/themes/redrose/theme.php for empty lines, there shouldn't be a empty line before <?php (very first of file) and after ?> (end of file)
also if you change any language file ({gallery-root}/plugins/captcha/lang) please check it for empty lines before <?php and after ?>
Logged
‍I don't answer to PM with support question
Please post your issue to related board

cariel

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #693 on: December 25, 2008, 03:33:18 pm »

YAY!  ;D :o Thanks, Sami! You are amazing!
Happy Christmas and New Years! =D
Logged

Scope

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #694 on: December 28, 2008, 09:43:26 am »

To save me going through 35 pages; How do you add a validation on the registration screen (rather than login)? This is the only screen I want to add the image on, as I get a number of user creation attempts by what must be bots.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #695 on: December 28, 2008, 11:12:13 am »

If you just go back 1 page back you'll see that I explained this to someone else, is this that hard ?
okay here you go :
http://forum.coppermine-gallery.net/index.php/topic,36319.msg278089.html#msg278089
« Last Edit: December 28, 2008, 12:30:23 pm by Sami »
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Scope

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard
« Reply #696 on: December 28, 2008, 11:33:22 am »

Sami: Thanks, but the array already has this:

$CAPTCHA_DISABLE = array('login' => 'Administrators,Registered',
        'register' => 'Administrators,Registered',
        'comment' => 'Administrators,Registered',
        'report' => 'Administrators',
        'ecard' => 'Administrators',
        );
(default array)

I can see the confirmation image on the login screen, but not on the registration screen (when making a new account as Guest), as I would expect.

Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Scope

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Logged

GWL

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 3
    • ST covers

I have a small (but annoying) problem with the captcha-plugin on my cpg-site.
Sometimes itīs only showing 4 characters instead of 5, and therefor the user canīt login.

How can that be?

Link: www.stcovers.org
Logged
Pages: 1 ... 31 32 33 34 [35] 36 37 38 39 ... 41   Go Up
 

Page created in 0.03 seconds with 20 queries.