Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> RN Installer/Setup Issues
Author Message
blackseptember
New Member
New Member



Joined: Oct 16, 2007
Posts: 2

PostPosted: Tue Oct 16, 2007 12:35 am Reply with quote

Hello All!

I installed the latest version of Raven PHP-Nuke, and the setup proceeded without any problems. However when I go to log in the first time to the admin panel it just says "Begone" . I am absolutely sure that I am using the username / password that I setup during the install. I am also sure that I am entering the security image correctly. Has anyone else experienced this problem?

The only thing I can think of is maybe the username that I set up has invalid characters? It was ".:SL:.Black.September" .

Also, is there anyway to get rid of all of the "Security Code" boxes. They are highly annoying.

Thanks,

Richard R.
 
View user's profile Send private message
PHrEEkie
Subject Matter Expert



Joined: Feb 23, 2004
Posts: 358

PostPosted: Tue Oct 16, 2007 2:40 am Reply with quote

From admin.php:

Code:
        if (isset($aid) && (ereg('[^a-zA-Z0-9_-]',trim($aid)))) {

           die('Begone');
        }


Which states, "if you see any character other than A-Z, a-z, 0-9, underscore or hyphen, kill the script and print to screen "Begone".

Use phpMyAdmin to edit your admin name in the authors table, or temporarily disable the code above, or edit the regex to allow periods and colons. I'd recommend the first option. = )

Welcome to Raven's Forums!

PHrEEk
 
View user's profile Send private message
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Tue Oct 16, 2007 3:30 am Reply with quote

Check config.php for $gfx_chk and rn_config for your settings.
$gfx_chk = 0; no check isn´t really recommended.
 
View user's profile Send private message
blackseptember







PostPosted: Tue Oct 16, 2007 7:10 pm Reply with quote

PHrEEkie wrote:
From admin.php:

Code:
        if (isset($aid) && (ereg('[^a-zA-Z0-9_-]',trim($aid)))) {

           die('Begone');
        }


Which states, "if you see any character other than A-Z, a-z, 0-9, underscore or hyphen, kill the script and print to screen "Begone".

Use phpMyAdmin to edit your admin name in the authors table, or temporarily disable the code above, or edit the regex to allow periods and colons. I'd recommend the first option. = )

Welcome to Raven's Forums!

PHrEEk


I definitely need to allow periods and colons in user names.

So...

Code:
        if (isset($aid) && (ereg('[^a-zA-Z0-9_-]',trim($aid)))) {

           die('Begone');
        }


Would become...

Code:
        if (isset($aid) && (ereg('[^a-zA-Z0-9_-.:]',trim($aid)))) {

           die('Begone');
        }


?

Additionally,

Quote:
Check config.php for $gfx_chk and rn_config for your settings.
$gfx_chk = 0; no check isn´t really recommended.


It seems like this would just remove the check, but the image block would still exist on the login area? If I am correct is there a way to remove it entirely?

Sorry if this has sort of evolved past the intent of this particular forum.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> RN Installer/Setup Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©