I have a script on my site (http://freedom2fight.exofire.net) which is used to check the status of a game server I host. I've tested in another non-x10 location (http://freedom2fight.freehostia.com/servers/index.php) and it works.
But I am getting the following error when trying to use the script @ x10:
The idea basically is that the script opens a UDP port and catches the server info stream output by my server.
Would an upgrade to the advanced PHP version make any difference?
According to your php versions info, some system/execution functions are enabled at advanced level. I'm not sure whether fwrite comes under that category.
By the way, I really don't need any other functionality of the advanced PHP level, so would there be any other way I could get around this? As I don't really think compromising security over one function is warranted.
Thanks for reading.
But I am getting the following error when trying to use the script @ x10:
Notice: fwrite() [function.fwrite]: send of 8 bytes failed with errno=1 Operation not permitted in /home/freedom/public_html/ftf/servers/classes/ut.class.php on line 166
Notice: fwrite() [function.fwrite]: send of 8 bytes failed with errno=1 Operation not permitted in /home/freedom/public_html/ftf/servers/classes/ut.class.php on line 166
The idea basically is that the script opens a UDP port and catches the server info stream output by my server.
Would an upgrade to the advanced PHP version make any difference?
According to your php versions info, some system/execution functions are enabled at advanced level. I'm not sure whether fwrite comes under that category.
By the way, I really don't need any other functionality of the advanced PHP level, so would there be any other way I could get around this? As I don't really think compromising security over one function is warranted.
Thanks for reading.
Last edited: