Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #141  
Old 6th November 2008, 00:32
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Quote:
Originally Posted by hhc81 View Post
well i new here and this is my firts posts, firts at all thanks for this script, second, y tested the script online with a friend, and i haved a problem... when i put this friend in class like moderator, administrator, sysop or team leader start to show me a warning that says
Code:
 Warning: Fake Account Detected!
can someone help me please

sorry for my bad english

If you search the forum you can find the answer...

Code:
function maxsysop () {
    global $CURUSER;
    // Check Staff Names
    $lmaxclass  = 100;
    $lsysopnames = array("Admin1", "Admin2", etc etc); // Case sensitive. Change this (YOUR SYSOP-ADMIN NAMES GOES HERE) (example: array("adminname1","adminname2","adminname3","adminname4","so far")
    if ($CURUSER["class"] >= $lmaxclass)
    if (!in_array($CURUSER["username"], $lsysopnames, true)) { // true for strict comparison
        $msg = "Fake Account Detected: Username: ".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
        write_log($msg);
        mysql_query("INSERT INTO messages (poster, sender, receiver, added, msg) VALUES(0, 0, '1', '" . get_date_time() . "', " .sqlesc($msg) . ")") or sqlerr(__FILE__, __LINE__);
        stderr("Access Denied!","We come to believe you are using a fake account, therefore we've logged this action!");
    }
    // Check Staff IDS
    define ('UC_STAFF', 50); // Minumum Staff Level (50= UC_MODERATOR)
    if ($CURUSER['class'] >= UC_STAFF) {
        $allowed_ID = array(1,2,3,etc etc); // Change this (YOUR SYSOP-ADMIN IDS GOES HERE) (example: array(1,2,3,4,5))
        if (!in_array((int)$CURUSER['id'], $allowed_ID, true)) { // true for strict comparison
            $msg = "Fake Account Detected: Username: ".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
            write_log($msg);
            stderr("Access Denied!","We come to believe you are using a fake account, therefore we've logged this action!");
        }
    }
}

Quote:
Originally Posted by 517530 View Post
Site error: the file C:\xampp\htdocs\include\benc.php requires the ionCube PHP Loader ioncube_loader_win_5.2.dll to be installed by the site administrator.
What is this?
plz Help

You should also search the forum...it has been answered many times !
Reply With Quote
The Following 3 Users Say Thank You to Fynnon For This Useful Post:
ajit007 (18th January 2009), euphrodil (16th January 2009), pspmaster (11th November 2008)
  #142  
Old 20th August 2009, 16:43
xcore's Avatar
xcore xcore is offline
Member
 
Join Date: Feb 2009
P2P
Posts: 7
Default
category problem
Reply With Quote
Reply

Tags
nulled , tsse , v51

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.6 DECODED (NOT NULLED) Fynnon Template Shares 86 15th January 2019 19:56
TSSE v4.3 Nulled Keiichi Downloads 33 17th April 2010 18:25
TSSE 5.4.1 NULLED v1.2 mrdecoder Downloads 96 2nd July 2009 14:47
TSSE 5.4 Nulled problem games4pros Template Shares 2 5th April 2009 01:41
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Downloads 44 3rd April 2009 10:05



All times are GMT +2. The time now is 11:07. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.