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 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...