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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • 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