Jump to content

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?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.