Grex Control Panel Login über FTP

  • Hallo Leute


    Ich habe ein Problem ich kann mich nicht einloggen übers Control Panel FTP Daten sind korrekt Pfad auch..


    $file="$GameDir/scriptfiles/Accounts/$user.ini";


    $GameDir = "ftp://name:pw@host";


    so wenn ich das jetzt mache kommt


    Warning: parse_ini_file() [function.parse-ini-file]: URL file-access is disabled in the server configuration in /var/customers/webs/gtr/ucp/functions.php on line 26

    Warning: parse_ini_file(ftp://...@62.141.36.65//scriptfiles/Accounts/Aimbot.ini) [function.parse-ini-file]: failed to open stream: no suitable wrapper could be found in /var/customers/webs/gtr/ucp/functions.php on line 26


    ich hoffe ihr könnt mir helfen

  • Ja danke das habe ich jetzt in der php.ini eingestellt nur wenn ich jetzt den falschen Benutzernamen eingebe kommt dies..



    WWarning: parse_ini_file(ftp://...@62.141.36.65/scriptfiles/Accounts/test.ini) [function.parse-ini-file]: failed to open stream: FTP server reports 550 File not found in /var/customers/webs/gtr/ucp/functions.php on line 10


    wohl jaa in der functions.php


    require "config.php";
    $file="$GameDir/scriptfiles/Accounts/$user.ini";
    if(!file_exists($file)) return false;
    $data = parse_ini_file($file);
    return $data;


    überprüft wird ob diese Datei existiert..!