Hello , i have now fix the ascent repack, and everything works great.
But i want to make the website online , so im using wamp.
It says its online and everything but when i go into the page it says
Error: Unable to connect to MySQL server. MySQL reported: mysqlnd cannot connect to MySQL 4.1+ using old authentication.
Anyone know whats the problem ?
here is the config of the website.
<?php
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="localhost"; // HOST for World database
$user="root"; // USER for World database
$password="ascent"; // PASS for World database
$db="logon"; // NAME of Logon database
$hostr="localhost"; // HOST for Login database
$userr="root"; // USER for Login database
$passwordr="ascent"; // PASS for Login database
$dbr="logon"; // NAME of Login database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "images/"; // Images directory
$server = ""; // Arcemu Server Address
$port = "8129"; // Arcemu Server Port
$title="Server Name"; // Insert the title of your server here
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=0; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...
$txt="Welcome to your new server Ascension make an account and
set realmlist to: shadowmere.myvnc.com wait 2-3 minutes and logon,,simple"
?>
i will +Rep