| Author |
Message |
razor
Nuke Soldier


Joined: Feb 15, 2003
Posts: 24
Location: USA
|
Posted:
Sat Feb 15, 2003 10:04 am |
  |
When im logging in with the regular user login it doesnt log me in, it just reloads the page while admin login works fine. Im using IIS 5, w2k server, php 4.3.0...
the one who helps me will get serious credits |
|
|
   |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sat Feb 15, 2003 10:12 am |
  |
From the NSN your account tweak windows install guide. Note* this should apply to IIS regardless of which your account module you use.
1 NOTES WINDOWS SERVERS
-----------------------
If you have errors or problems running scripts on Windows servers
try the following (make backups of the files first):
A) Change all require( statements to require_once( statements
B) Change all include( statements to include_once( statements
C) Change $PHP_SELF to $SCRIPT_NAME in all scripts
D) Change all instances of Header("Location: to Header("Refresh: 0; url= |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Sat Feb 15, 2003 10:15 am |
  |
I use an IIS server and $PHP_SELF works fine.
ArtificialIntel |
|
|
   |
 |
razor
Nuke Soldier


Joined: Feb 15, 2003
Posts: 24
Location: USA
|
Posted:
Sat Feb 15, 2003 10:31 am |
  |
sixonetonoffun: so u think all those steps would solve my problem? |
|
|
   |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sat Feb 15, 2003 10:58 am |
  |
I haven't used IIS for a long time now but D: should help with your particular dilema.
AI has considerably more knowledge so I take his word on the php_self part. |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Sat Feb 15, 2003 11:02 am |
  |
Option D is more than likely to fix your problem, search for these in Your Account module's index.php file. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
razor
Nuke Soldier


Joined: Feb 15, 2003
Posts: 24
Location: USA
|
Posted:
Sat Feb 15, 2003 11:18 am |
  |
omg, thanks alot it worked =)
love u guys, u do a good job |
|
|
   |
 |
|
|