Problem mit Shorside CMS!

  • Hey Retrotowner,
    Ich habe ein problem mit meinem Retro :o!
    (habe in der DB natürlich schon ultimate.sql geladen)
    Ich habe die Shorside CMS auf einen Webspace geladen,
    Und alles in der INC.config und class.db.mysql eingestellt!
    PW USername Datenbankname und hostname ist völlig korekt! doch wenn ich auf meine seite geh,
    auf einlogg oder registrieren, kommt das :

    Database Error Access denied for user 'user2025786' Localhost (using password: YES)

    Das Passwort ist 100% richtig angegeben! Ich bitte um hilfe! achja der hostname von 1und1 ist : db413794582.db.1and1.com

  • ja als wenn ich jetzt seinen skype namen hätte...
    und diese support e-mail von früher schreibt der eh nit back xD
    Deswegen frag ich ja eine RETRO COMMUNITY die mich nirgends anders verweisen soll :O

  • CMS auf Webspace is fast bei jedem hotel so? ;D
    Startseite usw. is ja alles suppi, aber beim registriern kommt dieser fehler halt^^
    ausserdem anstatt htdocs kann mans einfach auf webspace laden^^

  • PHP
    <?php/*=======================================================================| UberCMS - Advanced Website and Content Management System for uberEmu| #######################################################################| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'| http://www.meth0d.org & http://www.sulake.biz| #######################################################################| This program is free software: you can redistribute it and/or modify| it under the terms of the GNU General Public License as published by| the Free Software Foundation, either version 3 of the License, or| (at your option) any later version.| #######################################################################| This program is distributed in the hope that it will be useful,| but WITHOUT ANY WARRANTY; without even the implied warranty of| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the| GNU General Public License for more details.\======================================================================*/
    $config['Site']['www'] = "http://HAMACHI IP ODER COMPUTER IP";$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
    $config['MySQL']['hostname'] = "localhost";$config['MySQL']['username'] = "root";$config['MySQL']['password'] = "xampp passwort";$config['MySQL']['database'] = "xampp Datenbank";
    $config['MUS']['enabled'] = true;$config['MUS']['ip'] = "127.0.0.1";$config['MUS']['port'] = 3006;

    ?>
    So müsste es aussehen ;)

  • <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
    | HEYYEYAAEYAAAEYAEYAA - WHAT'S GOING ON?! & http://www.sulake.biz
    | #######################################################################
    | This program is free software: you can redistribute it and/or modify
    | it under the terms of the GNU General Public License as published by
    | the Free Software Foundation, either version 3 of the License, or
    | (at your option) any later version.
    | #######################################################################
    | This program is distributed in the hope that it will be useful,
    | but WITHOUT ANY WARRANTY; without even the implied warranty of
    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    | GNU General Public License for more details.
    \======================================================================*/


    $config['Site']['www'] = "http://HAMACHI IP ODER COMPUTER IP";
    $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";


    $config['MySQL']['hostname'] = "localhost";
    $config['MySQL']['username'] = "root";
    $config['MySQL']['password'] = "xampp passwort";
    $config['MySQL']['database'] = "xampp Datenbank";


    $config['MUS']['enabled'] = true;
    $config['MUS']['ip'] = "127.0.0.1";
    $config['MUS']['port'] = 3006;


    ?>

Jetzt mitmachen!

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