Author |
Message |
G-Rard_B
Worker


Joined: Sep 01, 2004
Posts: 105
|
Posted:
Tue Sep 07, 2004 5:05 pm |
|
Hey, my security code won't show! Anyone know what to do about this? I tried switching themes in phpMyAdmin but the security code still didn't show. Replies would be very appreciated.
Thanks.
Gerard |
|
|
|
 |
Tao_Man
Involved


Joined: Jul 15, 2004
Posts: 252
Location: OKC, OK
|
Posted:
Tue Sep 07, 2004 5:19 pm |
|
Admin or user login or both. Did it used to work? Do you have the GD extentions installed in PHP? What version of nuke? |
_________________ ------------------------------------------
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! |
|
|
 |
GeekyGuy
Client

Joined: Jun 03, 2004
Posts: 302
Location: Huber Heights Ohio
|
Posted:
Tue Sep 07, 2004 5:23 pm |
|
Do you get a red X, or just not showing the code where you think it should? |
_________________ "The Daytona 500 is ours! We won it, we won it, we won it!", Dale Earnhardt, February 15th, 1998, Daytona 500 |
|
 |
 |
G-Rard_B

|
Posted:
Tue Sep 07, 2004 5:44 pm |
|
Quote: | Admin or user login or both. |
Both
Quote: | Did it used to work? |
Yes, it happened all of a sudden for no reason (or so I believe)
Quote: | Do you have the GD extentions installed in PHP? |
I'm not sure what those are.
Quote: | What version of nuke? |
7.4 patched.
Quote: | Do you get a red X, or just not showing the code where you think it should? |
Well in the JAG Online block it shows nothing and in the regular Login block that comes with nuke it says "Security Code" where it should actually show the security code lol.
Thanks,
Gerard |
|
|
|
 |
Tao_Man

|
Posted:
Tue Sep 07, 2004 6:38 pm |
|
hmm, ok well if it used to work you probly have the GD extentions unless your host took them away for some strange reason.
you can post a short little script to you site
<?php phpinfo(): ?>
that will show what you have installed.
What was if anything the last thing you changed on your site?
any new mods? |
|
|
|
 |
G-Rard_B

|
Posted:
Wed Sep 08, 2004 3:24 pm |
|
Quote: |
GD Support enabled
GD Version bundled (2.0.23 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
|
I'm assuming I do have them installed? Oh yeah, about the red X in the box, I was wrong. It didn't show it in FireFox but it did in IE (the red X, not the security code). |
|
|
|
 |
G-Rard_B

|
Posted:
Wed Sep 08, 2004 3:31 pm |
|
BTW, is there any way to take the security code OUT? I would just love that. My users would too.
Thanks,
Gerard |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Sep 08, 2004 3:36 pm |
|
|
|
 |
GeekyGuy

|
Posted:
Wed Sep 08, 2004 3:36 pm |
|
In your config.php, set the gfx to 0 (zero) and it will remove the security code completely. Like this:
*edit* Raven beat me to it  |
|
|
|
 |
G-Rard_B

|
Posted:
Wed Sep 08, 2004 4:02 pm |
|
I used "Crimson Editor" to edit the config.php file this time instead, but I had no luck with that. will setting gfx_chk to 0 remove it from the registration form to? I would like it there but not for the login.
Thanks,
Gerard
*edited* Yes, it removed it from the registration page. Is there any way to keep it there? If not, then that's okay. |
|
|
|
 |
Raven

|
Posted:
Wed Sep 08, 2004 4:12 pm |
|
Read the notes in the config.php file for the settings  |
|
|
|
 |
G-Rard_B

|
Posted:
Wed Sep 08, 2004 4:18 pm |
|
lol stupid me! I should have read that! |
|
|
|
 |
G-Rard_B

|
Posted:
Wed Sep 08, 2004 4:37 pm |
|
Well I downloaded TextPad and changed gfx_chk to 3, and uploaded in in binary (SmartFTP) and it still doesn't show. So am I in the .01% where the editor isn't the problem?
Thanks,
Gerard |
|
|
|
 |
Tao_Man

|
Posted:
Wed Sep 08, 2004 4:55 pm |
|
you want to upoad in ascii |
|
|
|
 |
Raven

|
Posted:
Wed Sep 08, 2004 5:59 pm |
|
Actually if uploading to *nix you should use binary. Look for blanks after the closing ?> in your language files and any files that get 'included'. |
|
|
|
 |
G-Rard_B

|
Posted:
Wed Sep 08, 2004 6:13 pm |
|
I'm not sure what file to look in for the includes. I'm assuming that I have to look in modules.php but I'm not sure. Also, do I look in ALL my language files? I don't allow the mulitlingual feature so I only use English. Should I just look in lang_english.php?
Thanks,
Gerard |
|
|
|
 |
Raven

|
Posted:
Wed Sep 08, 2004 6:20 pm |
|
Yes. Just look in any files that get included that you may have recently changed. The usual suspects are config.php, your english language files. sentinel.php, header.php, my_header.php, footer,php, etc. |
|
|
|
 |
|