Open my minecraft port?

Status
Not open for further replies.

CyboCraft

New Member
Messages
1
Reaction score
0
Points
1
I would like to have my minecraft port open so I can use fsockopen();

The port is: 25598

If it already is can someone please tell me how to use it like this:

function server_online($server, $port){
fsockopen($server, $port, $errno, $errstr, 2);

return ($errno === 0);
}


Thanks!
 

Anna

I am just me
Staff member
Messages
11,783
Reaction score
595
Points
113
We do not open custom ports on free hosting for security reasons.
 
Status
Not open for further replies.
Top