Useless
unread,May 24, 2010, 1:54:44 PM5/24/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xmlarsenal-discuss
Hey people, I know that some other has asked the same question but it
wasn't useful for me I did all but it doesn't work now.
So I post it again and hope that someone can help me :-)
I try the beta5 release and the newest Svn.
Here my config.inc.php:
<?php
define('ERROR_REPORING', E_ALL ^ E_NOTICE);
define("DEBUGMODE", false);
$language = "de_de";
$realmpool = "Test";
$realms = array(
1=>new Realm(1, 'Trinity_PVP', 'PvP-Realm')
);
$blacklistedChars = array(
1 => array('Admin','Serveradmin','Developerchar')
);
define("USEFILECACHE", true);
define("FILECACHEFOLDER", './cache/');
define("ALTERNATEDBCACHE", false);
define("UPDATEINTERVAL", 12);
$cache_db_type = 'mysql';
$cache_db_host = 'localhost';
$cache_db_user = 'user';
$cache_db_pass = 'password';
$cache_db_base = 'arsenal';
$data_db_type = 'mysql';
$data_db_host = '127.0.0.1';
$data_db_user = 'user';
$data_db_pass = 'password';
$data_db_base = 'arsenal';
?>
I delete all unuseful for the post and the name and pw for secure
Now the Grabber lines i changed:
<?php
$this->pvpdbconn = mysql_connect("remoteserverip", "name", "password",
true) or die(get_class($this).": no connection to database.");
@mysql_select_db("characters", $this->pvpdbconn) or die
(get_class($this).": not able to select specified database.");
$logindb = mysql_connect("remoteserverip", "name", "passsword", true)
or die(get_class($this).": no connection to login database.");
@mysql_select_db("realmd", $logindb) or die (get_class($this).": not
able to select specified database in login db.");
?>
I delete Trinity_PVEDataGrabber.class.php because i don't need it
this is from the newest svn rev.
I hope someone can help me :-)
Greetz Useless