MyBB Community Forums

Full Version: mybb version check port ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am setting iptables rules,and i wonder on which port does my mybb forum connect to the website for version check and plugins check ?

Best regards.
I just makes a normal HTTP request:

admin/modules/home/version_check.php
$contents = fetch_remote_file("http://www.mybb.com/version_check.php");
(2013-10-20, 02:30 AM)Cameron:D Wrote: [ -> ]I just makes a normal HTTP request:

admin/modules/home/version_check.php
$contents = fetch_remote_file("http://www.mybb.com/version_check.php");

I made Output chain police to allow port 80..However board fail to check version..