PHP Error - Upgrade to v3 may fix?

Status
Not open for further replies.

matfor1

New Member
Messages
54
Reaction score
0
Points
0
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:

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:

matfor1

New Member
Messages
54
Reaction score
0
Points
0
No it wouldn't: I typed the URL wrong =/

Any help, someone, pleeeease?
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
We need to allow the IP through our firewall for remote servers, PM me the IP you are trying to have it connect to and we can try again.

Also you gotta calm down, we are doing other things, we make our way to your support threads.
 
Last edited:

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
Sir, this part of the forum is set up like a support ticket system. That's why, if you go back to the forum that this topic is in, you'll see little bars saying "Open Issues" and "Closed Issues". We've got this set up as a support ticket system as it needs to be. Now other members are supposed to post their own topics for issues that they have, but they sometimes can help quicker than the Staff can, that is why we have it as an open forum, and not a one-on-one type of system.
 

matfor1

New Member
Messages
54
Reaction score
0
Points
0
Fair points. Points all taken, and I'm sorry. I'm short-tempered anyway, and I'm just not having a great day.

In fact, I'm having a **** day. You guys do a brilliant job, I'm just being selfish. Sorry.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
We don't deal with rude people.

Closed
 

matfor1

New Member
Messages
54
Reaction score
0
Points
0
Fair enough, like I said: I'm sorry. Meant nothing by it, it's just other free companies respond much much faster. They just offer much less space and features. After all, us free users make you money (even the ad-free, coz we visit the ad-enhanced forums!).

I re-opened it to say to Brandon: about the PM, I forgot to mention that ftf.servegame.com works just like an IP. The port in question is 7791 btw. And it's UDP.
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
The firewall can not take domain names, has to be a static IP.
 
Status
Not open for further replies.
Top