[Help] sUS Error

Status
Not open for further replies.

wite

Posting Freak
Aug 3, 2012
593
131
Hey,

I am getting an error with sUS. Basically I installed it all correctly, got rid of the installer folder than as I go on the website I get this on the index page:
30w1f6h.png

I can't log in with my account and I get that error on every page...
If anyone can help me that would be highly appreciated.

Thanks,
Supa.
 

wite

Posting Freak
Aug 3, 2012
593
131
Lines 34-42:

PHP:
$UserLoginQ = $DB->Query("SELECT * FROM `Users` WHERE `UserID` = '{$_COOKIE["sUS_UserID"]}'");
        if (intval($DB->Num($UserLoginQ)) > 0) {
            $UserLoginA = $DB->Arr($UserLoginQ);
            if ($_COOKIE["sUS_UserID"] == $UserLoginA["UserID"]) {
                if ($_COOKIE["sUS_Security"] == md5($UserLoginA["LastIP"])) {
                    if ($_COOKIE["sUS_Password"] == md5($UserLoginA["Password"])) {
                        $this->ID      = (int) $UserLoginA["UserID"];
                        $this->Name    = $UserLoginA["Username"];
                        $this->LoggedIn = true;


EDIT: can you help with this?
 
Status
Not open for further replies.

Users who are viewing this thread

Top