|
|
| Author |
Message |
visionburst Private

Joined: 05 Jun 2003 Posts: 2
|
Posted: Thu Jun 05, 2003 2:55 am Post subject: Security code graphic not showing up |
|
|
|
I just installed PHP Nuke for the first time, created a super user, and I can't log in because the security code graphic is coming up as a dead image.
Any ideas???
http://www.civicassociation.com/admin.php |
|
| Back to top |
|
 |
syserror Private

Joined: 06 Jun 2003 Posts: 1
|
Posted: Fri Jun 06, 2003 10:44 am Post subject: Me Too.. |
|
|
|
HELP ME
i _finally_ figured that phpnuke [5.x] wasnt workin because i was editing the .php files in notepad and notepad was saving the formatting - i now open them in wordpad and all is ok
but i have EXACTLY the same error as above ^^^ the security image is not showing up [in 6.5 now]
HELP
what am i doing wrong - i dont think i have done anything wrong i CHMOD'ed all of the PHPnuke files to 666 and 777 for files and folders [respectivly]
so what is wrong?
the address for my site is http://syserror.we647.getitconnected.net/nuke/
thx if anyone can help _________________ [NOCL] _system.error_ |
|
| Back to top |
|
 |
chris Dark Lord of the Sith

Joined: 10 May 2003 Posts: 6262 Location: Outer Space
|
Posted: Fri Jun 06, 2003 8:54 pm Post subject: |
|
|
|
This is also a frequent error, but it seems that the reasons (and cures) may be multiple:
Another approach could be to bypass the security code altogether.
Here is how you do it:
Find the 7 occurances of:
extension_loaded("gd")
For the Admin login, there is one in the admin.php, and one in the auth.php.
For Users, there will be five in the modules/Your_Account/index.php (and there might be one in the block-Login.php, and/or one in the block-User_Info.php, if they are modified)
Replace all of the occurances with this:
$user == "whatever"
Follow the above instruction *exactly*.
For more thoughts on this, read
http://www.humpa.com/HelpMeHumpa/index.php?humpa_id=3#h3
I hope this helps. _________________ Regards
Chris Karakas
www.karakas-online.de |
|
| Back to top |
|
 |
zowey Private

Joined: 04 Aug 2004 Posts: 1
|
Posted: Wed Aug 04, 2004 8:57 pm Post subject: re: |
|
|
|
I also have problem with that image.
I can see it when I'm logged in as administrator or user but I can't see it when I'm not logged. I have PHPNuke 7.3. |
|
| Back to top |
|
 |
chris Dark Lord of the Sith

Joined: 10 May 2003 Posts: 6262 Location: Outer Space
|
Posted: Thu Aug 05, 2004 8:53 am Post subject: |
|
|
|
If you can't see the security image when you are NOT logged in, then how can you login?  _________________ Regards
Chris Karakas
www.karakas-online.de |
|
| Back to top |
|
 |
convinceme Senior Warrant Officer

Joined: 21 Mar 2004 Posts: 77
|
Posted: Thu Aug 05, 2004 6:21 pm Post subject: |
|
|
|
| well they no more have security codes for 7.3+ versions i guess.. |
|
| Back to top |
|
 |
Chanse Staff Sergeant


Joined: 20 Jul 2004 Posts: 33 Location: South Africa
|
Posted: Fri Aug 06, 2004 2:00 am Post subject: |
|
|
|
Hi,
I also got the same problem. Since I installed PHP-Nuke 7.3 my guests nor myself haven't even seen the security graphic with login. I have checked the config.php file and it is set to 7.
The funny thing is when I run the analyze.php it shows in the results page, right at the bottom. When you refresh you can see it's working because it changed the number.
Why is it not showing on the website in the Login block.
Where can I find the download module which is also got the security code thingy. _________________ Thanks.
Chanse Turner. |
|
| Back to top |
|
 |
chris Dark Lord of the Sith

Joined: 10 May 2003 Posts: 6262 Location: Outer Space
|
Posted: Fri Aug 06, 2004 9:44 am Post subject: |
|
|
|
Maybe it's some new bug introduced in 7.3, I don't know... _________________ Regards
Chris Karakas
www.karakas-online.de |
|
| Back to top |
|
 |
Chanse Staff Sergeant


Joined: 20 Jul 2004 Posts: 33 Location: South Africa
|
Posted: Sat Aug 07, 2004 1:52 am Post subject: |
|
|
|
Hi Chris,
You're right there is a new bug and I found it. It's called a newbie-bug!!!
| Quote: | $gfx_chk = 0; |
changed it to
| Quote: | $gfx_chk = 7; |
 _________________ Thanks.
Chanse Turner. |
|
| Back to top |
|
 |
poto74 Private

Joined: 17 Aug 2004 Posts: 3
|
Posted: Tue Aug 17, 2004 12:31 pm Post subject: |
|
|
|
Yes it's working now
 |
|
| Back to top |
|
 |
|
|
 |
|
|