| Author |
Message |
al69 New Member


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  |
|
|
|
 |
evaders99 Former Moderator in Good Standing

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 ? |
|
|
|
 |
al69 New Member


Joined: Jan 01, 2007 Posts: 18
|
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 |
|
|
|
 |
Tao_Man Involved


Joined: Jul 15, 2004 Posts: 252 Location: OKC, OK
|
Posted:
Thu Jan 11, 2007 2:56 pm |
|
Are you sure you have GD installed? |
|
|
|
 |
al69 New Member


Joined: Jan 01, 2007 Posts: 18
|
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 |
|
|
|
 |
Tao_Man Involved


Joined: Jul 15, 2004 Posts: 252 Location: OKC, OK
|
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 |
|
|
|
 |
al69 New Member


Joined: Jan 01, 2007 Posts: 18
|
Posted:
Sun Jan 14, 2007 3:45 am |
|
What is GD
Cheers
Al69  |
|
|
|
 |
Gremmie Former Moderator in Good Standing

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();
?>
|
|
|
|
|
 |
al69 New Member


Joined: Jan 01, 2007 Posts: 18
|
Posted:
Sun Jan 14, 2007 1:51 pm |
|
Hi Gremmie
Thanks, I will try
Cheers
al69  |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 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). |
|
|
|
 |
|
|
|
|