Jump to content

Recommended Posts

Posted

It has been set up localy or in a server? You should fill some infos in the script, for it to connect to the db.If the db is set up localy then just put "localhost" in the "host" and if it's set up in a server, then put the server's ip.

Posted

1st) It is in deticated machine,

2nd)It is on a server,

3rd)I fill infos but it can not connect and tell me that: Access denied for user 'root'@'localhost' (using password: YES)

 

Maybe you forgot to set the password or you entered a wrong password.

Posted

Maybe you forgot to set the password or you entered a wrong password.

I set the pass...

 

SEE

//Game Database Config
$user1 			= "root"; 			//GameServer MySQL Database Login
$pass1 			= "15161718";	 		//GameServer MySQL Database Password
$data1			= "l2j_db";	 		//GameServer MySQL Database
$host1 			= "localhost";	 		//GameServer MySQL Host

//Website Title Config
$site['site-title']	=	'Line][Age';

//Login Database Config
$user2 			= "root"; 			//LoginServer MySQL Database Login
$pass2 			= "15161718";	 		//LoginServer MySQL Database Password
$data2 			= "l2j_db";	 		//LoginServer MySQL Database
$host2 			= "localhost";	 		//LoginServer MySQL Host

//Server IP and Port
$log_ip 		= "217.24.1.187";			//Set the IP of your Login Server
$log_port 		= "2106";			//Set the Port of your Login Server
$gam_ip 		= "217.24.1.187";			//Set the IP of your Game Server
$gam_port 		= "7777";			//Set the Port of your Game Server 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock