2er Versuch !

  • Hallo Leute... ich eröffne den theard ein 2tes mal , da mir letztes mal keiner eine logische antwort geben konnte ! :down:
    ich hoffe weiterhin auf einen hinweis :up:


    INFO: da ich die CMS testen will, nutze ich Hamachi !

    als ich gerade dabei war, mich an einem neuen Hotel zu "versuchen" *hust*
    bekam ich als ich anschließend alles eingestellt hatte (sprich: data_classes #ordner) diese meldung sobald ich auf "http://localhost" ging.

    FEHLERMELDUNG:
    Warning: mysql_connect(): Access denied for user 'root' Localhost (using password: YES) in C:\xampp\htdocs\includes\mysql.php on line14

    Errore del CMS:
    Non Riesco a connettermi al database MySQL!

    ___________________________________________________________________________________________________________________________________________________________________________

    server-data.php_data_classes-config.php.php:


    <?php


    $MySQLhostname = "localhost"; // Server
    $MySQLusername = "root"; // Username
    $MySQLpassword = "ZENSIERT"; // Passwort
    $MySQLdb = "ZENSIERT"; // Datenbank
    $cms_version = "1.0"; // Version
    $avatar = "http://www.habbo.com/habbo-imaging/avatarimage?figure="; // Nichts ändern!


    ?>
    ________________________________________________________________________________


    server-data.php_data_classes-mus.php.php:


    <?php

    $ip = "HAMACHI IP";$port = "30001";
    function Mus($header, $data = ''){ $musData = $header . chr(1) . $data; $sock = @socket_create(AF_INET, SOCK_STREAM, getprotobyname('tcp')); @socket_connect($sock, $ip, $port);@socket_send($sock, $musData, strlen($musData), MSG_DONTROUTE); @socket_close($sock);
    }
    ?>
    _________________________________________________________________________

    Hoffe jemand kann mir erklären warum ich die meldung erhalte...
    öffne ich C:\xampp\htdocs\includes\mysql.php on line 14, steht das drin:


    <?php/*=======================================================+|| # HoloCMS - Website and Content Management System|+=======================================================+|| # Copyright © 2012 DnT [Tutti i diritti riservati]|| #http://dnt.webnet32.com/|+=======================================================+|| # DnT HoloCMS v3 - Created By Donatello (DnT)|| # Downloads -
    dnt-project -



    DnT Project - Google Project Hosting|+=======================================================*/

    if (!defined("IN_HOLOCMS")) { header("Location: ../index.php"); exit; }

    mysql_connect("$sqlhostname", "$sqlusername", "$sqlpassword")or die("<br><font size='2' face='Tahoma'><b>Errore del CMS:</b><br><em>Non Riesco a connettermi al database MySQL!</em></font>");
    mysql_select_db("$sqldb")or die("<br><font size='2' face='Tahoma'><b>Messaggio da HoloCMS</b><br><br>Non connesso al Database MySQL</font>");
    ?>

    Danke im voraus :D

    Jabbex.de
    ©-Copyright - by SKlex Produced.
    2012-2013
    All Rights reserved

Jetzt mitmachen!

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