Xpt Account Manager Problem
Im sorry if someone post the same problem as me :) i use Search buttom but dont find anything :)
I use VertrigoServ + Xpt Acc manager
If i login if works... and when i want create a account its loading a page but nothing Happen there is no Char Why ???
Here SS
When i log in
http://www9.pic-upload.de/thumb/13.1...c24qo422to.jpg
When i Create a Char
http://www9.pic-upload.de/thumb/13.1...mffw9pzz2g.jpg
BIG SORRY FOR WRONG SECTION!
Re: Xpt Account Manager Problem
check this line in your config.php
Quote:
$rootDir = "C:\MyServer\";
change to "/"
like this
Quote:
$rootDir = "C:/MyServer/";
Re: Xpt Account Manager Problem
hmm here is my Config ... http://s7.directupload.net/images/11...p/2wa3eam5.jpg
Ahh ok i fixed thank you :D
--- EDIT [bobsobol] ---
Can't "search" images... for the benefit of others:-
Code:
// PRISTON TALE SERVER ROOT
$rootDir = "D:/Server Files";
// PRISTON TALE DATASERVER
// EVERYONE PERMISSION
$dirUserData = $rootDir."DataServer/userdata";
$dirUserInfo = $rootDir."DataServer/userinfo"'
$dirUserDelete = $rootDir."DataServer/deleted";
// ADMIN ACCOUNT
// FULLY CONTROL CHARACTER
// EDIT LEVEL / GOLD / MOVE CHAR / RENAME CHAR / CHANGE CLASS / RANK UP TIER / SHOW USER PASS
$adminList=array();
$adminList[]="Izuna";
$adminList[]="";
$adminList[]="";
// MOD ACCOUNT
// MOVE CHAR / RENAME CHAR / CHANGE CLASS / CREATE / RECOVER / DELETE
$modList=array();
$modList[]="link";
// NORMAL USER
// CREATE / RECOVER / DELETE / EDIT SKILL,STATE POINTS / CREATE,CHANGE PW ACCOUNT / RECOVER
// CHANGE XXX TO YOUR COMPUTER NAME
$connection_string = 'DRIVER={SQL Server};SERVER=HARUN PC\SQLEXPRESS;DATABASE=accountdb';
// CHANGE SQLEXPRESS USER AND PASSWORD
Re: Xpt Account Manager Problem
change this
Quote:
$rootDir = "D:/Server Files";
-
Quote:
$rootDir = "D:/Server Files/";
add "/" (:
------------------------------------!
okay , np ;]
Re: Xpt Account Manager Problem
HARUN PC\SQLEXPRESS
right?
Re: Xpt Account Manager Problem
Quote:
Originally Posted by
wolganens
HARUN PC\SQLEXPRESS
right?
Yes it works now thanks :))