Hi,
a few months ago I started a topic about my "who's online" php script (?action=hosts) stopping to work properly without any changes being made to it and finally I found out what really happens.
The output of the pubstat script sometimes does not conform with the specifications (at least the data that reaches my host).
If you take a look at the file, (it is the output but lfsw) you can see that at the 902nd byte of the file, there is an entry regarding the #^4bia-clan ^8LFS-Racing II server.
Examining this byte to byte, I found out that this entry , having no online racers at the server, is 54 bytes long instead of 53 (32 for the name, 20 for some data and 1 for the number of racers)..
Thus, reading this data messes up the whole process of my script.
(All the previous entries are ok.)
Can someone help?
More importantly, could Victor please take a look at the situation?
Thanks
a few months ago I started a topic about my "who's online" php script (?action=hosts) stopping to work properly without any changes being made to it and finally I found out what really happens.
The output of the pubstat script sometimes does not conform with the specifications (at least the data that reaches my host).
If you take a look at the file, (it is the output but lfsw) you can see that at the 902nd byte of the file, there is an entry regarding the #^4bia-clan ^8LFS-Racing II server.
Examining this byte to byte, I found out that this entry , having no online racers at the server, is 54 bytes long instead of 53 (32 for the name, 20 for some data and 1 for the number of racers)..
Thus, reading this data messes up the whole process of my script.
(All the previous entries are ok.)
Can someone help?
More importantly, could Victor please take a look at the situation?
Thanks