• Ich nutze ja die Huggo CMS und werde immer wieder auf die Wartungspage weitergeleitet! Auch wenn Wartungsmodus aus ist. Viele sagen ja in der Config ich Konfiguriere alles falsch soo schaut selbst was
    mache ich den bitte falsch!


    <?php

    @session_start();

    $MySQLhostname = "localhost:4407";
    $MySQLusername = "root";
    $MySQLpassword = "ovNYKnsYJAfmZy2Iobia";
    $MySQLdb = "huggo";

    mysql_connect("$MySQLhostname", "$MySQLusername", "$MySQLpassword") or require('401.php');
    mysql_select_db("$MySQLdb") or require('401.php');

    ?>


    Hier noch die andere config


    <?php
    /**************************/
    /* CONFIGURATION SETTINGS */
    /**************************/

    $facebook = "http://www.huggo.st";
    $twitter = "Huggo_ST";
    $hash_secret = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

    /**********************************************************************/
    ///////////////////////////// PATH SCRIPT /////////////////////////////*
    /**********************************************************************/

    $site->version = "Huggo v1.0";
    $site->name = "Huggo";
    $site->url = "http://25.43.5456/";
    $shortpath = $site->url;
    $path = $shortpath;
    $defaultpath = $shortpath;
    $swfpath = "".$path."/SWF";
    $adminpath = "".$site->url."manage/cms/DE-de/hk_re";
    $adminpath_beta = "".$site->url."housekeeping";
    $cimagesurl = $site->url."SWF/c_images";
    $avatar = "http://www.habbo.de/habbo-imaging/avatarimage?figure=";
    $badgesurl = "/album1584/";
    $raresurl = $site->url."web-gallery/v2/images/limited/furni/";
    $campaignsurl = "/hot_campaign_images_hq/";
    $newsurl = "/Top_Story_Images/";
    $pricelisturl = $site->url."web-gallery/v2/images/pricelist/furni/";
    $supportmail = "HuggoSUP@hotmail.de";

    if($_SERVER['SERVER_NAME'] != "http://www.huggo.st"){
    header("location: ".$site->url.""); exit;
    }

    /**********************************************************************/
    ///////////////////////////// CONFIG SCRIPT ////////////////////////////*
    /**********************************************************************/

    $config['footer_tabs'] = "<br /><a href=\"#\" target=\"_self\">Homepage</a> | <a href=\"/hilfe\" target=\"new\">Hilfe</a> | <a href=\"http://www.rattleprojects.de/impressum\" target=\"new\">Impressum</a> | <a href=\"/haftung\" target=\"new\">Haftungsausschluss</a> | <a href=\"/datenschutz\" target=\"new\">Datenschutz</a> | <a href=\"/kontakt\" target=\"new\">Kontakt</a> | <a href=\"/help\" target=\"new\">FAQ</a>";
    $config['footer_content'] = "&copy; Copyright Huggo Hotel 2014";
    $config['dir'] = "../SWF/c_images/album1584"; // OPENDIR FOR BADGESHOP (HK)
    $config['pir'] = "../SWF/c_images/navi"; // OPENDIR FOR PUBLIC IMAGES
    $config['bir'] = "../SWF/c_images/hot_campaign_images_hq"; // OPENDIR FOR HOT CAMPAIGNS (HK)
    $config['nir'] = "../SWF/c_images/Top_Story_Images"; // OPENDIR FOR NEWS (HK)
    $config['rir'] = "../web-gallery/v2/images/limited/furni"; // OPENDIR FOR RARESHOP (HK)

    $config['max_account'] = "3"; // Anzahl an Accounts pro IP

    $price['group'] = "250";
    $price['horse/credits'] = "5000";
    $price['horse/pixels'] = "1000";

    $start->credits = "6000"; // Taler nach Registrierung
    $start->pixels = "2500"; // Pixel nach Registrierung
    $start->motto = "Hey! Ich bin neu hier."; // Motto nach Registrierung
    $start->home_room = "1"; // Raum ID wo die neuen User nach Registrierung starten sollen
    $start->figuredataM = "hr-893-45.hd-185-4.ch-215-73.lg-285-64.sh-290-62"; // Aussehen der Jungs (Figuredata - Male)
    $start->figuredataF = "hr-515-45.hd-600-4.ch-685-73.lg-720-64.sh-725-62"; // Aussehen der Mädchen (Figuredata - Female)

    $bot->preis = "5000";
    $bot->max = "20";
    $bot->newoutfit = "ch-3111-63-62.hd-3103-1.hr-3163-39.lg-285-77.sh-305-78";

    $client->IP = "37.187.29.117";
    $client->port = "30020";
    $client->variables = "".$site->url."SWF/gamedata/external_variables/2.txt";
    $client->texts = "".$site->url."SWF/gamedata/external_flash_texts/1.txt";
    $client->productdata = "".$site->url."SWF/gamedata/productdata/1.txt";
    $client->furnidata = "".$site->url."SWF/gamedata/furnidata/1.txt";
    $client->swf_path = "".$site->url."SWF/gordon/";
    $client->habbo_swf = "".$site->url."SWF/gordon/Habbo.swf";

    /**********************************************************************/
    /////////////////////////// GETMONEY SCRIPT ///////////////////////////*
    /**********************************************************************/

    $getmoney['credits'] = "1500";
    $getmoney['pixels'] = "250";
    $getmoney['credits(VIP)'] = "7000";
    $getmoney['pixels(VIP)'] = "1000";
    $getmoney['respects'] = "3";
    $getmoney['respects(VIP)'] = "5";
    $getmoney['vip_points'] = "0";
    $referer['vip_points'] = "0";

    /**********************************************************************/

    ?>

  • <?php

    @session_start();

    $MySQLhostname = "localhost";
    $MySQLusername = "root";
    $MySQLpassword = "ovNYKnsYJAfmZy2Iobia";
    $MySQLdb = "huggo";

    mysql_connect("$MySQLhostname", "$MySQLusername", "$MySQLpassword") or require('401.php');
    mysql_select_db("$MySQLdb") or require('401.php');

    ?>


    Versuch mal das.

Jetzt mitmachen!

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