Admin Login Loop

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
vincy
Posts: 2
Joined: Thu Jul 31, 2003 8:11 pm

Admin Login Loop

Post by vincy »

I managed to install phpMyFAQ perfectly. But when I login to ADMIN from my home system, it just cause a loop and asked for ID and PASSORD.

Then i try to login, it was successful, but when i want to make changes, it redirect me to the main password login page, that's weird, anyone can help pls?

I come across some scripts that metion this:
Your IP may change with each request if your company or ISP uses a proxy farm. Some large companies and ISPs like AOL do this.

Yes! My IP will auto change after a few seconds. That have cause the admin login loop?
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

yes, it seems, your changing IP causes this. Please download the file config.php from the directory inc/ and edit it:

Change this

Code: Select all

$ipcheck = "true";
to this

Code: Select all

$ipcheck = "false";
Then copy the file back on your server and your changing IP shouldn't make any trouble.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
vincy
Posts: 2
Joined: Thu Jul 31, 2003 8:11 pm

Admin Loop

Post by vincy »

Thorsten wrote:Hi,

yes, it seems, your changing IP causes this. Please download the file config.php from the directory inc/ and edit it:

Change this

Code: Select all

$ipcheck = "true";
to this

Code: Select all

$ipcheck = "false";
Then copy the file back on your server and your changing IP shouldn't make any trouble.

bye
Thorsten
Thanks Thorsten,

It's working very well.
Cheers!

Vincent Kam
Post Reply