Heya, my website is showing my realm as offline since i moved it over to a WebHost instead of running it via XAMPP on the server machine.
I updated the core/config/php to the following.
//- Database Connection Info
$port_host = "SERVER IP"; #- Domain without http:// or IP Address
$db_host = "SERVER IP"; #- Database Host
$db_user = "USER NAME"; #- Database User
$db_pass = "PASSWORD"; #- Database Pass
$db_data = "auth"; #- Database DB
$db_acc = "auth"; #- Account Database
As i said this was working when running on the local server with the server ip as localhost but now ive moved to a webhost and changed the above it is now.