• 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!

no-ip and config help

Finger Man

New Member
Joined
May 8, 2010
Messages
56
Reaction score
0
Location
United States of America
I am using no-ip from Free Dynamic DNS - Managed DNS - Managed Email - Domain Registration - No-IP. With that being said, how do I fill out the following... I can not for the life of me figure out how to use the .no-ip.org domain name I have made. What I am having problems with are marked with ??????????. Please help, thank you.

Code:
	// ------------------------ \\
	// MYSQL CONNECTION DETAILS \\
	// ------------------------ \\
	
	// phpmyadmin username for OT server: (DONT USE "root" if ur hosting to public.).
	$config['sqlUser'] = 'Strike';
	
	// phpmyadmin password for OT server:
	$config['sqlPassword'] = '**********';
	
	// The database name to connect to. (This is usually same as username).
	$config['sqlDatabase'] = 'Strike';
	
	// Hostname is usually localhost or 127.0.0.1.
	$config['sqlHost'] = '??????????';


Also,

Code:
	-- Connection config
	worldId = 0
	ip = "??????????"
	bindOnlyGlobalAddress = false
	loginPort = 7171
	gamePort = "7172"
	loginTries = 3
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to the Forgotten Server!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = 0
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false
	packetsPerSecond = 50

Code:
	sqlType = "mysql"
	sqlHost = "??????????"
	sqlPort = 3306
	sqlUser = "Strike"
	sqlPass = "**********"
	sqlDatabase = "Strike Out"
	sqlFile = "theforgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	mysqlReconnectionAttempts = 3
	encryptionType = "sha1"

Finally,
This is coming from the no-ip website, this is its config.

Code:
Hostname Information

Hostname:strikeout42o.no-ip.org    

Host Type:
DNS Host (A) 
DNS Host (Round Robin) 
DNS Alias (CNAME) 
Port 80 Redirect Web Redirect. 

IP Address:???????

Last Update: 2013-04-22 23:19:55 PDT

Please someone help me and I will rep++ you as much as I can as can.
Thank you for the help y'all.
 
-- Connection config
worldId = 0
ip = "yourip (192.168.?.?"
bindOnlyGlobalAddress = false
loginPort = 7171
gamePort = "7172"
loginTries = 3
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Welcome to the Forgotten Server!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = 0
serverName = "Forgotten"
loginMessage = "Welcome to the Forgotten Server!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false





sqlType = "mysql"
sqlHost = ""<----- "localhost"
sqlPort = 3306
sqlUser = "Strike"
sqlPass = "password" <--- your database password
sqlDatabase = "Strike Out"
sqlFile = "theforgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
mysqlReconnectionAttempts = 3
encryptionType = "sha1"
 
Back
Top