16.01.2010, 19:22
Hi ,
Is it possible to make that the stats are shown on website. If server dont have mysql ?
Is it possible to make that the stats are shown on website. If server dont have mysql ?
Originally Posted by iLinx
i rewrote the get and set functions from dini in php, they work alittle differently but have the same idea
might be useful, the thread has reference to how to use it with php and stuff http://forum.sa-mp.com/index.php?top...6852#msg876852 |
Originally Posted by /^We(stie|z+[e|a
r)$/ ]
When you mean server stats, what do you mean? |
Originally Posted by Seif_
Код:
<?php $filename = "test.txt"; $f = fopen ($filename, "r"); while($content = fread ($f, filesize($filename))) { echo $content; } fclose ($f); ?> |
Originally Posted by SamQuest
I know that this works without mysql too.
Apocalypse RolePlay has an UCP that reads .ini files ect. |
Originally Posted by Seif_
Quote:
|