Author Topic: verification problem  (Read 8289 times)

0 Members and 1 Guest are viewing this topic.

Offline flyfreak

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
    • Flyfreak.dk
verification problem
« on: September 13, 2007, 10:39:08 AM »
Hey

I have a problem with my 4images 1.7.4 www.flyfreak.dk/foto
When someone try to send a postcard, or make a user acount, it say it want a verification code. But there is no text or numbers in the picture (see the picture)

I hope you wil help mee
Emil
Main site: www.flyfreak.dk
4Images site: www.flyfreak.dk/foto

Offline n3w

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: verification problem
« Reply #1 on: September 13, 2007, 12:05:45 PM »
Have you uploaded "fonts" folder ?

gallery root/captcha/fonts

Offline flyfreak

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
    • Flyfreak.dk
Re: verification problem
« Reply #2 on: September 13, 2007, 05:33:22 PM »
Have you uploaded "fonts" folder ?

gallery root/captcha/fonts

There are only fronts (as arial, tahoma, verdana)
Emil
Main site: www.flyfreak.dk
4Images site: www.flyfreak.dk/foto

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: verification problem
« Reply #3 on: September 13, 2007, 05:50:34 PM »
Re-upload font folder and check docs folder for installation for setting permission on folder.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline flyfreak

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
    • Flyfreak.dk
Re: verification problem
« Reply #4 on: September 13, 2007, 07:19:15 PM »
Re-upload font folder and check docs folder for installation for setting permission on folder.
I have try, but it don´t helps
I have search on this forum, but i can find a solusion

What shut i do to tell it that i want it to read words.txt?

My config.php is this

Quote
<?php
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: config.php                                           *
 *        Copyright: (C) 2002 Jan Sorgalla                                *
 *            Email: jan@4homepages.de                                    *
 *              Web: http://www.4homepages.de                             *
 *    Scriptversion: 1.7.4                                                *
 *                                                                        *
 *    Never released without support from: Nicky (http://www.nicky.net)   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/

$db_servertype = "mysql";
$db_host = "HIDE";
$db_name = "HIDE";
$db_user = "HIDE";
$db_password = "HIDE";

$table_prefix = "";

define("4IMAGES_ACTIVE", 1);

?>
Emil
Main site: www.flyfreak.dk
4Images site: www.flyfreak.dk/foto

Offline Icemann71

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: verification problem
« Reply #5 on: September 13, 2007, 09:37:20 PM »
My config.php

$db_servertype = "mysql";
$db_host = "****";
$db_name = "****";
$db_user = "****";
$db_password = "****";

$table_prefix = "4images_";

define("4IMAGES_ACTIVE", 1);

$captcha_enable = 1;
$captcha_enable_comments = 1;
$captcha_enable_upload = 0;
$captcha_enable_registration = 0;
$captcha_enable_postcards = 1;
$captcha_path = './captcha';
$captcha_chars = "abcdefghjklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
$captcha_length = 4;
$captcha_wordfile = 0;
$captcha_width = 160;
$captcha_height = 70;
$captcha_text_color = "#000000";
$captcha_text_size = 25;
$captcha_text_transparency = 60;
$captcha_filter_text = 1;
$captcha_filter_bg = 1;
Have a nice Day ;-)

Offline flyfreak

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
    • Flyfreak.dk
Re: verification problem
« Reply #6 on: September 13, 2007, 09:54:30 PM »
My config.php

$db_servertype = "mysql";
$db_host = "****";
$db_name = "****";
$db_user = "****";
$db_password = "****";

$table_prefix = "4images_";

define("4IMAGES_ACTIVE", 1);

$captcha_enable = 1;
$captcha_enable_comments = 1;
$captcha_enable_upload = 0;
$captcha_enable_registration = 0;
$captcha_enable_postcards = 1;
$captcha_path = './captcha';
$captcha_chars = "abcdefghjklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
$captcha_length = 4;
$captcha_wordfile = 0;
$captcha_width = 160;
$captcha_height = 70;
$captcha_text_color = "#000000";
$captcha_text_size = 25;
$captcha_text_transparency = 60;
$captcha_filter_text = 1;
$captcha_filter_bg = 1;


It make an error (please look at the picture=

Emil
Main site: www.flyfreak.dk
4Images site: www.flyfreak.dk/foto

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: verification problem
« Reply #7 on: September 13, 2007, 10:30:51 PM »
Try from global.php file for value ? I use global and no problem. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline flyfreak

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
    • Flyfreak.dk
Re: verification problem
« Reply #8 on: September 14, 2007, 04:26:25 PM »
Try from global.php file for value ? I use global and no problem. ;)

Thank you, that helps  :D
Emil
Main site: www.flyfreak.dk
4Images site: www.flyfreak.dk/foto