BrainCMS Fehler

  • Hallo, ich habe Folgede Fehler.

    Wenn ich auf Localhost gehe.

    Spoiler anzeigen

    Brain-Config

    Spoiler anzeigen

    <?php
    if(!defined('BRAIN_CMS'))
    {
    die('Sorry but you cannot access this file!');
    }
    /* Database Setting */
    $db['host'] = '127.0.0.1'; //Mysql's Host
    $db['port'] = '3306'; //Mysql's port
    $db['user'] = "root"; //Mysql's user
    $db['pass'] = ''; //Mysql's password
    $db['db'] = "hotel"; //Mysql's database
    /* Emu Settings */
    $config['hotelEmu'] = 'plusemu'; // plusemu // arcturus

    /* Client Setting */
    $hotel['emuHost'] = "127.0.0.1"; //IP of VPS//IP of Proxy
    $hotel['emuPort'] = "30000"; //Port of VPS//Port of Proxy
    $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)
    $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client
    $hotel['homeRoom'] = '0'; //Set the start room when you get in the hotel
    $hotel['external_Variables'] = "http://127.0.0.1/swf/gamedata/external_variables.txt?v=7";
    $hotel['external_Variables_Override'] = "http://127.0.0.1/swf/gamedata/o…riables.txt?v=6";
    $hotel['external_Texts'] = "http://127.0.0.1/swf/gamedata/external_flash_texts.txt";
    $hotel['external_Texts_Override'] = "http://127.0.0.1/swf/gamedata/o…rride_texts.txt";
    $hotel['productdata'] = "http://127.0.0.1/swf/gamedata/productdata.txt";
    $hotel['furnidata'] = "http://127.0.0.1/swf/gamedata/furnidata.xml";
    $hotel['figuremap'] = "http://127.0.0.1/swf/gamedata/figuremap.xml";
    $hotel['figuredata'] = "http://127.0.0.1/swf/gamedata/figuredata.xml";
    $hotel['swfFolder'] = "http://127.0.0.1/swf/gordon/PRO…42205-837386173";
    $hotel['swfFolderSwf'] = "http://127.0.0.1/swf/gordon/PRO…6173/habbo2.swf";
    $hotel['onlineCounter'] = true; // Enable the user count in the client.
    $hotel['diamonds.enabled'] = false; // Enable diamonds in the hotel.
    /* Website Setting */
    $config['hotelUrl'] = "http://127.0.0.1%22;//Address of your hotel. Does not end with a "/"
    $config['skin'] = "brain"; //Skin/template of your website
    $config['lang'] = "en"; //Language of your website en/nl/es
    $config['hotelName'] = "Brain"; //Name of your hotel
    $config['favicon'] = "http://127.0.0.1/templates/brai…con/favicon.ico";
    $config['staffCheckHk'] = false; //Enable the staff pin in the housekeeping (true) or disable it (false)
    $config['staffCheckHkMinimumRank'] = 3; //Minium staff rank to get the staff pin in the housekeeping
    $config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false)
    $config['maintenancekMinimumRankLogin'] = 3; //Minium staff rank to login when the website is in maintenance
    $config['groupBadgeURL'] = "http://127.0.0.1/swf/habbo-imaging/badge.php?badge=";
    $config['badgeURL'] = "http://127.0.0.1/swf/c_images/album1584/";
    $config['userLikeEnable'] = true; // Enable user likes
    $config['newsCommandEnable'] = true; //Enable news commands
    $config['newsCommandFilter'] = true; //Enable wordfilter on news commands (the filter use the db tabels wordfilter and wordfilter_characters)
    $config['alertReferrer'] = true;
    $config['alert'] = 'BrainCMS Beta'; //Alert message. If you don't want a alert, you fill in 'nomessage' or you do leave it blank.
    $config['brainversion'] = '1.8.0'; // Please do not change.
    /* Facebook Login Settings
    You need a Facebook app for this to work go to
    https://developers.facebook.com/apps/ */
    $config['facebookLogin'] = false; //Enable the Facebook login (true) or disable it (false)
    $config['facebookAPPID'] = '334162590sdaf292528';
    $config['facebookAPPSecret'] = 'ce2504ff5adsfa3ff7a6a2fa6d984cd8836';
    /* Email Settings */
    $email['mailServerHost'] = 'smtp.gmail.com';
    $email['mailServerPort'] = 587;
    $email['SMTPSecure'] = 'TLS';
    $email['mailUsername'] = 'gmail@gmail.com';
    $email['mailPassword'] = '*****';
    $email['mailLogo'] = 'http://127.0.0.1/templates/brain/style/images/logo/logo.png';
    $email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';
    /* Social settings */
    $config['facebook'] = 'https://www.facebook.com/Habbo/';
    $config['facebookEnable'] = false;
    $config['twitter'] = 'https://twitter.com/Habbo';
    $config['twitterEnable'] = false;
    /* Register Setting */
    $config['startMotto'] = "Welkom in Brain!"; //Regsiter start motto
    $config['credits'] = "10000";
    $config['duckets'] = "20000";
    $config['diamonds'] = "10";
    $config['diamondsRef'] = "10";
    $config['registerEnable'] = true;
    /* Google recaptcha Site Key
    Go to this website to create a recaptcha Site Key: https://www.google.com/recaptcha/intro/index.html */
    $config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2";
    $config['recaptchaSiteKeyEnable'] = false;
    /* Buy VIP Settings */
    $config['vipCost'] = "25";
    $config['vipRankToGet'] = "3";
    $config['vipBadge'] = "vip";
    switch($config['hotelEmu'])
    {
    case "arcturus":
    $emuUse['user_wardrobe'] = 'users_wardrobe ';
    $emuUse['ip_last'] = 'ip_current';
    $emuUse['respect'] = 'respects_received';
    $emuUse['user_stats'] = 'users_settings';
    $emuUse['user_stats_user_id'] = 'user_id';
    $emuUse['OnlineTime'] = 'online_time';
    break;
    case "plusemu":
    $emuUse['user_wardrobe'] = 'user_wardrobe ';
    $emuUse['ip_last'] = 'ip_last';
    $emuUse['respect'] = 'Respect';
    $emuUse['user_stats'] = 'user_stats';
    $emuUse['user_stats_user_id'] = 'id';
    $emuUse['OnlineTime'] = 'OnlineTime';
    break;
    default:
    //Nothing
    break;
    }
    ?>

    Index.

    Spoiler anzeigen


    <?php
    ini_set('display_errors', 1);
    ini_set('display_startup_errors', 1);
    error_reporting(E_ALL);
    define('BRAIN_CMS', 1);
    include_once $_SERVER['DOCUMENT_ROOT'].'/global.php';
    echo'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">';
    echo'<link rel="shortcut icon" href="'.$config['favicon'].'"/>';
    Html::page();
    ?>

    Global

    Spoiler anzeigen


    <?php
    if(!defined('BRAIN_CMS'))
    {
    die('Sorry but you cannot access this file!');
    }
    session_start();
    ob_start();
    define('Z', $_SERVER['DOCUMENT_ROOT'].'/');
    define('A', Z . 'system/');
    define('B', 'app/');
    define('C', 'classes/');
    define('E', 'languages/');
    define('G', 'content/');
    define('H', 'templates/');
    define('I', 'maintenance/');
    define('J', Z . 'adminpan/');
    define('K', 'plugins/');
    require_once A . '/brain-config.php';
    require_once A . E . '/'.$config['lang'].'.php';
    require_once A . B . C . '/functions.php';
    require_once A . B . C . '/class.game.php';
    require_once A . B . C . '/class.user.php';
    require_once A . B . C . '/class.html.php';
    require_once A . B . C . '/class.admin.php';
    require_once A . B . C . '/class.db.php';
    define('S', $config['skin']);
    Html::loadPlugins();

  • Habs nur auf iis installiert. Könnte dir höchstens support unter iis geben. Die config ist auch falsch. Da fehlt eine " bei mysql pw. Also "" (soweit ich weiß).
    So wie es aussieht fehlt auch url rewrite.

  • Hab die web.config zu .htaccess umgewandelt (nicht getestet)

    Erstell einfach eine ".htaccess" Datei in deinem htdocs Ordner und füg das ein:

  • ah Danke das ( " ) hab ich net gesehen. Was meinst du mit Rewrite wo finde ich das?

    ich glaube auf xampp ist es integriert. Dafür benötigst du nur eine funktionierende .htaccess

    Bin mir gerade nicht wicher ob die im braincms vorhanden sind. Ansonsten selber von der web.config umschreiben. Die ganzen tool die einem die arbeit leichter machen funktionieren alle irgendwie nicht 100%tig

    Am besten wie gesagt selber um schreiben
    Du kannst als vorlage ja die von Tafelglotzer nehmen.

    Die file ist sehr wichtig.
    Wenn du auf dein webserver zu greifst, muss der webserver ja wissen wo die index.php und weitere datein, versteckt sind.

    Ich würde das ganze gerade als Anfänger auf IIS installieren.

  • Bin ganz deiner Meinung.
    Die meisten "wollen" helfen aber kommt irgendwie nur misst bei raus.

    Hab das CMS selber schon komplett durch studiert. Hatte edliche Probleme damit.
    Würde das ganze zwar jetzt auch auf xampp zum laufen bekommen, aber ich bevorzuge generell auf windows lieber iis..

    Wenn du dir später n server holst, ist iis sowieso sicherer, wieso dann nicht gleich auf iis Anfangen^^

  • IMaxil das was du da in der DB hast sind die Zusatz Sachen was die Brain eigentlich braucht. Das kannst du auch drinne lassen und hol dir dazu denn PlusEmu und füg die DB ein von dem Plusemu. Mehr brauchst du eigentlich nicht. Das die Index nix anzeigt liegt nicht an der DB sondern an URL Rewrite ich weiß jetzt nicht ob Xampp das braucht aber Eig nicht. Wenn du Hilfe brauchst schreib mir auf Skype xdnickxd3.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!