line 172;
reason;
Basically the script cannot make a FTP connection to the LFS server directory. Why this is not working only you know.
if( !file_exists( $filepath[$c] ) )
{
echo "Server <span style=\"color: red;\">offline</span>";
reason;
$filepath[$c] = $serverprot[$c] . "://" . $ftpuser[$c] . ":". $ftppw[$c] . "@" . $serverip[$c] . $hostpath[$c] . "/host" . $lfsport[$c] . ".txt";
Basically the script cannot make a FTP connection to the LFS server directory. Why this is not working only you know.