Jump to content
  • 0

pomoc Online hráči


Guest Doktor

Dotaz

11 odpovědí na tuto otázku

Recommended Posts

  • 0

Oficiální link: http://pawno.cz/posting.php?mode=reply&f=33&t=2424 - špatný odkaz !

 

je to na chatlog:

 

OnPlayerCommandText:

new bstring[256], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
if(fexist("chatlog.txt"))
{
   new File:CL = fopen("chatlog.txt", io_append);
   if(CL)
   {
       new h, m, s, y, mm, d;
       gettime(h, m, s);
       getdate(y, mm, d);
       format(bstring, sizeof(bstring), "[%i/%i/%i] | [%i:%i:%i] %s: %s\r\n", d, mm, y, h, m, s, name, text);
       fwrite(CL, bstring);
       fclose(CL);
   }
}

 

Na stránku s příponou *.php:

<?php
$resource = ftp_connect('ftp.hostname.com');
$login = ftp_login($resource, 'FTP Username', 'FTP Password');
$file = ftp_get($resource, 'chat.txt', '/scriptfiles/chatlog.txt', FTP_BINARY);
$dump = file_get_contents('chat.txt');
print'';
print($dump);
print'';
?>

 

___________________________

PHP se teprv budu učit(jen čekám na vízo :d), ale ten server_log.txt by se zapsal jako:

<?php
$resource = ftp_connect('ftp.hostname.com');
$login = ftp_login($resource, 'FTP Username', 'FTP Password');
$file = ftp_get($resource, 'log.txt', '/log.txt', FTP_BINARY);
$dump = file_get_contents('log.txt');
print'';
print($dump);
print'';
?>

U mě jako vždy: blbě, co? :mrgreen:

Link to comment
Share on other sites

  • 0

No jako když me sám dá někdo TuT jak to udělat dokážu to :)

 

Chci jen na ty Online hráče na serveru aby to ukazovalo na webu ...

 

a dyštak Online mapa hráču........ ( to poskytuje hosting ingaria bo jak to je xD )

Link to comment
Share on other sites

  • 0

v nove administraci crazyhostu bude moznost statusu pro weby a to ve tvaru :

status obrazkovy , status tabulka ( bez hracu ) , status tabulka ( s hraci a infem [ score, id , nick ..) , chat serveru.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...