Grex - UCP || Fast eingeloggt ^^

  • Guten Abend,
    Ich konnte das Problem mit dem "Benutzername & Passwort" falsch nun umgehen und habe jetzt folgendes Problem:


    Code
    Warning: ftp_connect() [function.ftp-connect]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/www/web175/html/UCP/config.php on line 5
    Verbindung nicht m�glich!


    Weis jemand, wie ich das beheben kann?


    convertFFS converted your input in 0.02 seconds - Chuck Norris could have done it in 0.0003 seconds!

  • Hier ist mal meine gesammte Confing:


    PHP
    <?php$server = "...";$user = "...";$pass = "...";$login = ftp_connect($server) or die("Verbindung nicht möglich!");
    if(@ftp_login($login, $user, $pass)) {	echo "Nice, eingeloggt. ;P";} else {	echo "Fail!";}// Set the directory of the SAMP folder // Geben Sie den Pfad des Servers an$GameDir = "gta4.me";//?>


    Danke schonmal im Vorraus :thumbup:


    Könnte mir denn keiner helfen?


    convertFFS converted your input in 0.02 seconds - Chuck Norris could have done it in 0.0003 seconds!

    2 Mal editiert, zuletzt von Index.pwn () aus folgendem Grund: Kann mir einer helfen?