Quote by Tocotoco: Register Globals is a bad way to program and they all know that but some scripts still insist on using it even thought the entire php comunity has said DONT USE register_globals=on
This is covered both
in the FAQ and on our
Security Page.
Quote by Tocotoco: I log into Admin account fine but, if I click on account information, I get to stay in the same screen.
Looks like register_globals is still off. For the Account Information, Geeklog will take you to "usersettings.php?mode=edit". If register_globals is off, the "mode=edit" bit will not be passed and Geeklog will take you back to the index page.
As I've said before, you can check the current status of register_globals on the info.php output.
bye, Dirk