Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 04:27 am EST
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
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
12
10
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
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
7
11
Quote
DvJ
Anonymous
me again...
Where is this defined register_globals ?
Where is this defined register_globals ?
9
9
Quote
All times are EST. The time is now 04:27 am.
- 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