Author Topic: [can't register] No security image on register form  (Read 6222 times)

aliv88

  • Newbie
  • *
  • Posts: 25
[can't register] No security image on register form
« on: February 15, 2008, 06:00:22 AM »
Hi,

Is there any way to fix this issue or disable this kind of security ?

* phpmotion V2.



thanks


frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5948
  • PHPmotion Developer
Re: [can't register] No security image on register form
« Reply #1 on: February 17, 2008, 12:58:57 PM »
Hi,

Is there any way to fix this issue or disable this kind of security ?

* phpmotion V2.

thanks

What host are you on?
what version of php is this?

the reg image is know as captcha and requires php gd lib support.
it would be helpful if you upload a phpinfo.php file
so we can get your info.

thx

aliv88

  • Newbie
  • *
  • Posts: 25
Re: [can't register] No security image on register form
« Reply #2 on: February 17, 2008, 03:57:26 PM »
Hi,

Is there any way to fix this issue or disable this kind of security ?

* phpmotion V2.

thanks

What host are you on?
what version of php is this?

the reg image is know as captcha and requires php gd lib support.
it would be helpful if you upload a phpinfo.php file
so we can get your info.

thx

Host: http://www.caro.net
phpinfo: http://www.shoof4.com/phpinfo.php
live demo: http://www.shoof4.com/v/login.php


regards



frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5948
  • PHPmotion Developer
Re: [can't register] No security image on register form
« Reply #3 on: February 17, 2008, 05:06:38 PM »
did you upload the font file in binary=> Alpha Romanie G98.ttf


aliv88

  • Newbie
  • *
  • Posts: 25
Re: [can't register] No security image on register form
« Reply #4 on: February 17, 2008, 09:52:56 PM »
did you upload the font file in binary=> Alpha Romanie G98.ttf



Yes

aliv88

  • Newbie
  • *
  • Posts: 25
Re: [can't register] No security image on register form
« Reply #5 on: February 24, 2008, 03:43:11 PM »
Please help :(

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5948
  • PHPmotion Developer
Re: [can't register] No security image on register form
« Reply #6 on: February 24, 2008, 04:06:40 PM »
Please help :(

maybe email your host support and ask why the gd support
doesn't work?

aliv88

  • Newbie
  • *
  • Posts: 25
Re: [can't register] No security image on register form
« Reply #7 on: February 25, 2008, 08:40:06 AM »
Please help :(

maybe email your host support and ask why the gd support
doesn't work?


I solve it by editing image.php and comment this line.
Code: [Select]
imagettftext($source, $fontsize, 0, 0, 18, $forecolors, "Alpha Romanie G98.ttf", substr($_SESSION['teassocaptcha'], $i, 1));

and uncomment this code:
Code: [Select]
imagestring($source, 5, 3, 0, substr($_SESSION['teassocaptcha'], $i, 1), $forecolors);


Finally :)


kojek

  • Newbie
  • *
  • Posts: 2
Re: [can't register] No security image on register form
« Reply #8 on: February 27, 2008, 10:25:02 AM »
i run PHPmotion V2 using php-5.1 os Centos-5 , and i got same problem ..

Just install your php-gd and then restart apache .. this fix may problem with captcha  ;D

lc

  • Newbie
  • *
  • Posts: 47
Re: [can't register] No security image on register form
« Reply #9 on: March 13, 2008, 02:16:27 PM »
This works for me as well... good eye :)

Please help :(

maybe email your host support and ask why the gd support
doesn't work?


I solve it by editing image.php and comment this line.
Code: [Select]
imagettftext($source, $fontsize, 0, 0, 18, $forecolors, "Alpha Romanie G98.ttf", substr($_SESSION['teassocaptcha'], $i, 1));

and uncomment this code:
Code: [Select]
imagestring($source, 5, 3, 0, substr($_SESSION['teassocaptcha'], $i, 1), $forecolors);


Finally :)



lc

  • Newbie
  • *
  • Posts: 47
Re: [can't register] No security image on register form
« Reply #10 on: March 14, 2008, 08:25:36 AM »
Problem regardind with this solution is that image.php options stop working...  can't get a higher font etc etc

This is my GD support:

Code: [Select]
GD is supported
GD Version Yes
FreeType Support Yes
FreeType Linkage Yes
T1Lib Support No
GIF Read Support Yes
GIF Create Support Yes
JPG Support Yes
PNG Support Yes
WBMP Support Yes
XPM Support No
XBM Support Yes
JIS-mapped Japanese Font Support No

SinDromX

  • Newbie
  • *
  • Posts: 1
Re: [can't register] No security image on register form
« Reply #11 on: July 07, 2008, 07:06:41 PM »
I've got the same problem with phpmotion V2/Apache2/PHP5/GD2.0
GD is installed with freetype support (2.2.1).

You can find my phpinfo here.

Do you have any idea why the captcha doesn't show up?
« Last Edit: July 07, 2008, 11:12:05 PM by SinDromX »

somebidder1

  • Newbie
  • *
  • Posts: 27
Re: [can't register] No security image on register form
« Reply #12 on: July 07, 2008, 07:52:59 PM »
http://www.wrcjfm.org/info.php

Captcha doesn't work for me, either...