hi
i made a php script unstuck u can use it at one relam with two database and one logon the only proplem with it that if a player got the same char name at both database it will chose the first but at least its tested and it works
here the config
Code:
<?php
//account database info
$aHost = "127.0.0.1";
$aDatabase = "logon";
$aPort = "3307";
$aUsername = "root";
$aPass = "mangos";
//character database info
$cHost = "127.0.0.1";
$cDatabase = "char_blizz";
$cDatabase2 = "char_fun";
$cPort = "3307";
$cUsername = "root";
$cPass = "mangos";
?>
and the php script it self as follow (dont forget to reply)
Code:
the right one as in the next replay
as u see its masy but it works i have been working on it for the last three days
and there is some variable that i did not use but i wanted to be the first to release such a thing