-
Account manager
hey.
i configured the config php [xpt account manager]
the account manager DOES create accounts!
but when i try create a char i get blank. this is 1 problem
here another one
when i create char ingame the account manager dont read it.
any idea?
thanks
-
Re: Account manager
Plz copy error from web server. Or see config in PHP again.
-
Re: Account manager
Code:
<?
define("XPT","1");
/*----------------------------------------------------------------------
(c)2007 THAIKHOA - XTREMEVNPT TEAM (JUST BE SOLO ^_^)
USED FOR NON-COMMERCIAL AND FAN OF PRISTONTALE SERVER
CONTACT ME IF YOU HAVE SOME PROBLEMS
EMAIL: thaikhoa@gmail.com
XTREMEVN PT
GAME IP: 210.245.33.245
WEB: http://210.245.33.245:8080
THANK YOU FOR USING MY XPT SCRIPTS!
THANK L3zToXz FOR GOOD IDEAS AND THE XP FILE!
DOWNLOAD AND INSTALL PHP BINARY FROM http://www.php.net/downloads.php
CLICK NEXT, NEXT, NEXT, SELECT ISS CGI AND NEXT THEN CLICK INSTALL
USE ODBC
----------------------------------------------------------------------*/
// version;
$version="Acc Manager by Voldemort | Lv 150 | Creditss: Shadowman, Nicktte, Dexter e outros que nדo sei quem sדo";
include_once "class.func.php";
$func=new func;
// PRISTON TALE SERVER ROOT
$rootDir = "C:/serverroot";
// 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 PASSWORD
$adminList=array();
$adminList[]="acc1";
$adminList[]="acc2";
$adminList[]="acc3";
// MOD ACCOUNT
// MOVE CHAR / RENAME CHAR / CHANGE CLASS / CREATE / RECOVER / DELTETE
$modList=array();
$modList[]="link";
// NORMAL USER
// CREATE / RECOVER / DELTETE / EDIT SKILL,STATE POINTS / CREATE, CHANGE PW ACCOUNT / RECOVER HAIR
// CHANGE XXX TO YOUR COMPUTER NAME
$connection_string = 'DRIVER={SQL Server};xxx\SQLEXPRESS;DATABASE=accountdb';
// CHANGE SQLEXPRESS USER AND PASSWORD
$user = 'sa';
$pass = 'xxx';
?>
-
Re: Account manager
-
Re: Account manager
error from log web server when you create. And file config PHP Service :D
-
Re: Account manager
i dont get it :S
why i need to do?
-
Re: Account manager
Because it tells you what went wrong I presume...
Without error logs you can't debug. Grubbing around in the dark and plucking out random straws creates more bugs than it fixes.
People who use these scripts know what is in the script, and presumably it works for them, so you have configured them to run in a way that they are not designed to, and the error log will give them some idea of what is wrong with your config, where the script and the fact that it doesn't work for you tells them nothing. :wink:
-
Re: Account manager
i dont get any error
just blank
white window
i worked with this acc manager in the past and its worked fine..now i dont know what happends :S
like i said everything works fine!its just when i arrive to the char settings etc..if its about to make one and if its about to read him
-
Re: Account manager
If your using xampp go to C:\xampp\apache\logs\error.log
And copy and paste the log so we can help you.
-
Re: Account manager
[Fri Oct 16 22:57:23 2009] [error] [client 127.0.0.1] File does not exist: C:/Program Files/VertrigoServ/www/account/imgs, referer: http://127.0.0.1/account/
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 7342081 bytes) in C:\Program Files\VertrigoServ\www\account\char.inc.php on line 55
[Fri Oct 16 23:46:49 2009] [error] [client 127.0.0.1] File does not exist: C:/Program Files/VertrigoServ/www/ServerMain
here is the error
-
Re: Account manager
You increase memory ram in file php.ini ..... example: memory_limit=
-
Re: Account manager
this is what i found memory_limit = 8M
i have 6 so just change it to 6 and everything will work?
-
Re: Account manager
-
Re: Account manager
-
Re: Account manager
You can't boot Window 98SE on less than 8Meg RAM. :p You have more than 6Meg , more likely you have 6192 Meg = 6 Gig.
-
Re: Account manager
i mean i have 6GB RAM lol
then what to type in this line?my ram?wich is 6
or leave it 8
-
Re: Account manager
No... set it > 8... 12 or 16Meg maybe.
-
Re: Account manager
kk.
btw what this line means?how many ram the vertrigo will hold?