Ich drehe bald durch
Undzwar kommt bei mir Passwort oder Username ist falsch
und diese Meldungen
PHP
Warning: parse_ini_file() [function.parse-ini-file]: ftp:// wrapper is disabled in the server configuration by allow_url_include=0 in /var/www/web375/web/Grex/functions.php on line 26
Warning: parse_ini_file(ftp://...@ftp.samp-online.com/scriptfiles/[GCL]Chicken.ini) [function.parse-ini-file]: failed to open stream: no suitable wrapper could be found in /var/www/web375/web/Grex/functions.php on line 26
Ich habe diesen Ok test gemacht mit diesem code :
PHP
<?php
require 'config.php';
$user = $_GET['user'];
if(file_exists("$GameDir/scriptfiles/$user.ini")) echo 'ok';
else echo 'nicht ok';
?>
Und bei mir kam ein Ok
Was nun ?