MyBB Community Forums

Full Version: Port checker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to add a port checker code to MyBB?
I myself would like to use this:
<?php
if(fsockopen("some domain",some port))
{
print "I can see port some port";
}
else
{
print "I cannot see port some port";
}
?>

But then I wouldn't get a theme with it. Is there a another way