Jump to content

Recommended Posts

Posted

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 :)

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock