Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote]
new tracker.php link
[b]http
[quote=seiteki_cai]anyone help pls..i already change the localhost to mysql_connect(localhost,$username,$password); but still got this message..
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'mazokizsta09'@'stoli.x10hosting.com' (using password: YES) in /home/imanoob/public_html/tracker.php on line 24
Unable to select database[/quote]
change mysql_connect([b]localhost[/b],$username,$password);
to
mysql_connect([b]mysql.x10hosting.com[/b],$username,$password);
in your tracker.php on line 24..
please login to your cPanel, go to Remote MySQL and add "stoli.x10hosting.com" as a host name.