Jump to content

can't connect to any gameservers


dezkit

Recommended Posts

i am trying to connect to a gameserver with this code:

<?php
$open = fsockopen("74.63.192.29", 27015, $errno, $errstr, 30);
if($open){ echo "online"; }else{ echo "offline"; }
?>

but i keep getting a connection refused error,

 

but when i connect to a website like google it is perfectly fine

<?php
$open = fsockopen("www.google.com", 80, $errno, $errstr, 30);
if($open){ echo "online"; }else{ echo "offline"; }
?>

 

i have spoke to my webhosting company and they said that they did open the port 27015 for me.

 

please help me, thank you.

Link to comment
https://forums.phpfreaks.com/topic/184105-cant-connect-to-any-gameservers/
Share on other sites

thank you for the reply, but i have two questions:

there are websites that can connect to the gameserver i am trying to connect to, such as http://gametiger.net/search?address=74.63.192.29%3A27015&game=all

 

and how can i succesfuly open port 27015 on my gameserver, do i have to contact the company?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.