30.08.2018, 21:58
Код:
$ftp_login = "....";
$ftp_heslo = ".....";
$ftp_svr = ".....";
if(file_exists("ftp://$ftp_login:$ftp_heslo@$ftp_svr:21/scriptfiles/Esf/Server/HighScore.cfg"))
{
$file = file("ftp://$ftp_login:$ftp_heslo@$ftp_svr:21/scriptfiles/Esf/Server/HighScore.cfg");
{
list($word1a,$word2a)=explode("=",$fileContents[1]);
list($word1b,$word2b)=explode("=",$fileContents[0]);
echo '<div width="565" alighn="center" id="border">
<span height="18" align="center" class="smalltext1"> Top Killer: </span><span height="18" align="center" class="smalltext3">' . $word2a . '</span><br/>
<span height="18" align="center" class="smalltext1"> Kill: </span><span height="18" align="center" class="smalltext3">' . $word2b . ' players</span><br/>
</div><br/>';
}
}
how to make show nick to Top Killer: and how much to kill players

