| Author |
Message |
Cody
Guest

|
Posted:
Fri Jun 06, 2003 9:50 pm |
  |
Hello,
I have been running my site on Red Hat 7.3, and all was working well; however, I have just had it moved to Windows 2000 Server running IIS 5.0 with the latest MySQL and PHP binaries.
Everything is working great (as far as I can tell) except for the Security Image on the login page. I have read Raven's solution; however, everything appears to be setup correctly. When I moved the site, I simply copied the contents of the /html/ folder the new wwwroot folder, and recreated/restored the nuke database. The only thing I am not for sure about is the "GD" packages. Any info on how to check to see if these are correct, and how I should obtain them if I don't have them?
Thanks! (P.S. Any help would be greatly appreciated... My site is down until I get this fixed).
Cody |
|
|
 |
 |
Master-V
Sergeant


Joined: Apr 15, 2003
Posts: 83
Location: Athens
|
Posted:
Fri Jun 06, 2003 9:54 pm |
  |
Have you tried running nukecops analyzer to see if the security image shows there? This program will also tell you about the GD library on your server. You can find it on this site on the front page
Good luck!
Master-V |
_________________ My Quotes:
"Well, that's the way I see it anyway!"
"There are bad things happening outside my room"
"If I go off topic, smack me!" |
|
    |
 |
Cody
Guest

|
Posted:
Fri Jun 06, 2003 10:05 pm |
  |
Hello,
Thanks for the analze info.
Analyze.php shows that:
GD Library Information
Extension Status
Not-Loaded
So, I guess I need to download/install/configure "GD Extensions". Any ideas as to where/how I should do this?
Thanks!
Cody |
|
|
 |
 |
Cody
Guest

|
Posted:
Fri Jun 06, 2003 10:18 pm |
  |
Not for sure if it will make any difference, but I can login as admin (admin.php) without using the security code. I don't see the security code anywhere (normal or admin login), but I can still login via admin.
Thanks
Cody |
|
|
 |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Sat Jun 07, 2003 3:59 am |
  |
You won't see the security code unless GD is loaded. Have you uncommented the ; before the extension=php_gd2.dll in your php.ini file and restarted your server? |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
Cody
Guest

|
Posted:
Sat Jun 07, 2003 7:24 am |
  |
Raven, thanks for the help! I created a downloaded the extensions, uncommented the gp extension line, and listed where the extensions where located, and everything worked good (with the security image).
Now, the security image is working great. The problem is that I can login, but I can't access anything that requires registered users.
If you like, you can goto http://www.codydecker.com to see what I am talking about. I have a user named "phpbb" with the password "ilovephpbb".
Any ideas as to what I should change? I was thinking it might have something to do with cookies, but I am not for sure.
Thanks!
Cody |
|
|
 |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Sat Jun 07, 2003 7:26 am |
  |
Have you done this yet?
Open modules/Your_Account/index.php:
Code:
replace: Header("Location: modules.php
with: Header("Refresh: 0;url=modules.php
Change ALL ocurrences. |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
Cody
Guest

|
Posted:
Sat Jun 07, 2003 7:28 am |
  |
|
 |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Sat Jun 07, 2003 7:45 am |
  |
|
    |
 |
Cody
Guest

|
Posted:
Sat Jun 07, 2003 8:00 am |
  |
Wow! Thanks Raven!!!!!
I went back and tried your post (I think you and I were posting at about the same time), and it worked!
Thank you very much!
Cody |
|
|
 |
 |
|
|