Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Webhosting a Control Panel.

Newbie Spellweaver
Joined
Sep 2, 2011
Messages
28
Reaction score
2
I won't provide a full tutorial of it yet. i might provide a full one later-on , but here's some tips.

First you need your website to open 1433 outbound port.
2nd you need to open your servers SQL 1433 inbound port.

Easy yeah?,

Only a few webhosting allows 1433 outbound port to be opened. so be careful when getting a webhost.
after that you can do this to your web config:

PHP:
$_config['Server'] = "YOURSERVERSIP,1433"

Example:
$_config['Server'] = "72.23.132.15,1433"

You might need SQL Server 2008 running on your server, im not sure.
but this is what i do back then.
Have fun.

You can experiment with those ports. Example: you can use those ports for your GMC or RAN Manager.

That means you can use GMC/Ran Manager in your PC instead of going to your server and using it there.

How? its easy. edit your GMC config:

from your
Server = BLABLAHBLAH\SQLEXPRESS

To
Server = 72.23.132.15,1433 = Your Server IP.

:)
 
Back
Top