Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 01:33 pm EDT

Geeklog Forums

I think this is an installation problem


DvJ

Anonymous
Hi,

Just completed the installation as describe in the documentation.

I am seeing my home page with the first news and so on... but when I try to log in as admin or moderator, "Try Logging in Again
You may have mistyped your login credentials. "
When I try the option New User, I am being re-directed to that page too!!!

Please, help as my page is currently non secured.
Thanks.
DvJ
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
register_globals = on?

Also see I can't log in.

bye, Dirk
 Quote

DvJ

Anonymous
So.... I tried to debug:
I wrote that in the users.php file:
// MAIN
if (isset ($HTTP_POST_VARS['mode'])) {
$mode = $HTTP_POST_VARS['mode'];
}
elseif (isset ($HTTP_GET_VARS['mode'])) {
$mode = $HTTP_GET_VARS['mode'];
}
else {
$mode = "";
}

$display = '';
$display .= "I AM HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" . $mode . "sdfsdf";


The result is that:
I AM HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!sdfsdf

with an HTTP equal to http://home.dvj-net.com/users.php?mode=new


I am running PHP5.0.3!

Is there any settings that I missed. I do remember that $HTTP_GET_VARS is not working for me, I needed to use $_Get$ instead.

Thanks.
DvJ
 Quote

DvJ

Anonymous
me again...

Where is this defined register_globals ?
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
PHP 5? Then you should read this: Geeklog on PHP 5

bye, Dirk
 Quote

All times are EDT. The time is now 01:33 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content