help with this ! please
#1

Код:
$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">&nbsp; Top Killer: </span><span height="18" align="center" class="smalltext3">' . $word2a . '</span><br/>

	<span height="18" align="center" class="smalltext1">&nbsp; Kill: </span><span height="18" align="center" class="smalltext3">' . $word2b . ' players</span><br/>


	</div><br/>';

}
}
but on website write only Top Killer: and Kill: Players...
how to make show nick to Top Killer: and how much to kill players
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)