• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Znote ACC] Explain How This Can Work For Website

DragonKodo

New Member
Joined
Nov 21, 2011
Messages
5
Reaction score
0
Guys I've made my Own Server

The Problem is i installed the Znote acc in uniformserver
but what do i need to change to make my domain work as znote acc
cuz when i open site it's still says http://localhost/

Please help explain
because if i give players my domain or my no-ip
the get to my router page :D

how can i fix it
 
Other people should use your global ip/no-ip and will just see that.
If the site is ready and you opened port 80, people can connect to the website with your global-ip/no-ip.
If people aren't able to see your website, it could be that your firewall or anti-virus is blocking it.
 
Other people should use your global ip/no-ip and will just see that.
If the site is ready and you opened port 80, people can connect to the website with your global-ip/no-ip.
If people aren't able to see your website, it could be that your firewall or anti-virus is blocking it.

port 80 is already opened
firewall closed in router ..::..
so what is my problem
can u explain this for me
Code:
 // phpmyadmin username for OT server: (DONT USE "root" if ur hosting to public.).
 $config['sqlUser'] = 'sqlusername';
 // phpmyadmin password for OT server:
 $config['sqlPassword'] = 'sqlpassword';
 // The database name to connect to. (This is usually same as username).
 $config['sqlDatabase'] = 'sqldatabase';
 // Hostname is usually localhost or 127.0.0.1.
 $config['sqlHost'] = 'localhost';
 
 $config['status'] = array(
 'status_check' => true, //enable or disable status checker
 'status_ip' => '127.0.0.1',
 'status_port' => "7171",
 );
 $config['validate_IP'] = true; // Only allow legal IP addresses to register and create character.

also when I try to make my acc it's said unrecognized ip address LoL :(
what to edit tell me Limos
 
Back
Top