For some reason, when I try to use loadlines to read an INI file, It doesn't seem to work!
PHP Code:
test.loadlines("newplayer.ini");
echo(test);
That only returns 0, Even with test.size();...
And yes it is downloadable:
Quote:
|
Originally Posted by RC
newplayer.ini: downloadable, 466 byte, 2007-03-11 18:49:37
|
And the NPC Server has the rights:
Quote:
|
Originally Posted by (npcserver) rights
rw */*
rw */*/*
rw */*/*/*
rw */*/*/*/*
|
But for some reason the script won't work.
When I change the format, it does, but I want .ini support
