Author |
Message |
al69
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jan 01, 2007
Posts: 18
|
Posted:
Wed Jan 10, 2007 4:55 pm |
|
Hi
I have just tried to change my .config file so that a user has to enter a code number along with user name and password.
The problem is that after changing the .config file, NO numbers are displayed?
All the box's are there just no numbers
How would I go about correcting this please
Thanks
Al69 ![Cool](modules/Forums/images/smiles/icon_cool.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Wed Jan 10, 2007 9:58 pm |
|
What version are you using? And what did you change exactly in config.php ? |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
al69
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Jan 11, 2007 11:55 am |
|
Hi evaders99
Sorry I forgot to say but I'm useing version 7.6 phpnuke
This is what I changed in .config " $gfx_chk = 0; "
When I changed the 0 to 7, I was hoping that users would have to enter username/password and security code, but NO numbers were displayed just a box with a red cross??
I have now put it back to 0 for the time being.
Thanks in advance
Al69 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tao_Man
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/0c1fca04410ac30d09c51.gif)
Joined: Jul 15, 2004
Posts: 252
Location: OKC, OK
|
Posted:
Thu Jan 11, 2007 2:56 pm |
|
Are you sure you have GD installed? |
_________________ ------------------------------------------
To strive, to seek, to find, but not to yield!
I don't know Kara-te but I do know cra-zy, and I WILL use it! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
al69
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Jan 11, 2007 3:06 pm |
|
Hi Tao_Man
I don't have GD installed, where can I find it for phpnuke version 7.6
What is GD ??? (Very new to this)
Thank you
Al69 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tao_Man
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Jan 11, 2007 3:13 pm |
|
GD is not installed for Nuke. it is an extention that has to be installed to PHP. It may have to be turned on by your hosting provider if you do not have access to reconfigure PHP on your server |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
al69
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 14, 2007 3:45 am |
|
What is GD
Cheers
Al69 ![Cool](modules/Forums/images/smiles/icon_cool.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Gremmie
Former Moderator in Good Standing
![](modules/Forums/images/avatars/0cd76dcf45da5de2cf864.jpg)
Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Sun Jan 14, 2007 12:38 pm |
|
GD is a graphics library for PHP. Nuke needs GD in order to display the numbers.
Execute this script on your server to see if you have it:
Code:
<?php
phpinfo();
?>
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
al69
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 14, 2007 1:51 pm |
|
Hi Gremmie
Thanks, I will try
Cheers
al69 ![Cool](modules/Forums/images/smiles/icon_cool.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Mon Jan 15, 2007 11:13 pm |
|
al69, whatever you do, do NOT post the results of that command here on a public forum.
I would ask your host if they have this installed in your PHP instance and if not, ask them to do so. It is such a common library, I am always amazed when some doesn't have this available to them (happened to me personally just the other day). |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|