My initial plan was to port the Homunculus system from Live 502 to ClassicAden 502. But, when the interface for Homunculus is enabled, it has some hardcoded function that tries to load the dat files which leads to a crash since those files dont exist in ClassicAden. I was hoping to do some injection hoping, forcing the client to load the files.
Question
flushing
i am trying to make a website. everything is set like template and such things but when i try to connect website to my database with this config:
<?php
$L2JBS_config["mysql_host"]="localhost"; // MySQL IP
$L2JBS_config["mysql_port"]=3306; // MySQP port
$L2JBS_config["mysql_db"]="l2jdb"; // l2jdb or your lineage 2 server database name
$L2JBS_config["mysql_login"]="my user name"; // MySQL Login name
$L2JBS_config["mysql_password"]="my password"; // MySQL Password
$hserver="srv ip"; // Server IP
$portgame="7777"; // Game Server Port
$portlogin="2106"; // Server Port
?>
but after all these when i go to my website it shows me this message "Couldn't connect to MySQL".
i dont know whatto do is there anyone who can help me? or give me your msn please i really need this
17 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now