xAddytzu Posted December 18, 2009 Author Posted December 18, 2009 I need help... i have account no auto create, but i need make accounts with website... What change from this code? <?php defined( '_ACM_VALID' ) or die( 'Direct Access to this location is not allowed.' ); define ('DEBUG', false); // Enable debug mode ; for set on replace false by true define ('LOG', false); // Enable log mode ; for set off replace true by false //########################################################################################## //############################### Login Server Configuration ############################### //########################################################################################## CONFIG::g()->ca('login_server', array( 'hostname' => 'localhost', // login host database DB 'user' => 'root', // login user 'password' => 'password', // login password 'database' => 'database' // login database name )); //########################################################################################## //############################### Game Server Configuration ################################ //########################################################################################## CONFIG::g()->add_game_server(array( 'id' => 1, // game id 'hostname' => 'localhost', // game host database DB 'user' => 'root', // game user 'password' => 'password', // game password 'database' => 'database' // game database name )); I search for this and i don't find help... i don't know what needed writing in Localhost... Thanks for helping there! You need to put your IP from server ! :) || IF you have the site hosted on PC you can put localhost :)
Sindelia Posted December 19, 2009 Posted December 19, 2009 If it was good, NCSoft would probably already put it in retail. No comments *rolls eyes* Btw , it'd be more secure if it had another password. I mean...umm..have u seen the Korean log in screen where it says NCOTTP? That's what I mean :P A second password field in order to multi-login :D
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now