Re: [RELEASE] Laghaim KR full source stable 2016
THANK YOU i will try
- - - Updated - - -
i import Kor_ndev_neogeo_user fail can you help to set up with vdo
- - - Updated - - -
i import Kor_ndev_neogeo_user fail can you help to set up with vdo
Re: [RELEASE] Laghaim KR full source stable 2016
Quote:
Originally Posted by
chongtianlong
The files looks work but I do not know the password of user account mytest002.so I cannot login the game.can someone give me a help?thanks.
- - - Updated - - -
user account password please, the username is mytest002.or regesiter tools.
Create your own user
is simple at mysql use bg_user table and the crypto of password is default " PASSWORD('123456')
- - - Updated - - -
Quote:
Originally Posted by
Laghaim
Tutorial to start game and make account.
Tutorial to start the game.
First, you need to configure your database.
install the following programs.
Xampp
Navicat Premium 12
Mysql MySQL 5.5.38
1 - Follow the steps below.
0 - Turn on the Xampp program option "MySQL - START"
1 - Open the Navicat Premium 12 program.dont need premium for that
2 - Create a new database on the MySQL connection
3 - Import the Kor_ndev_neogeo_data, char, event, user and web database
4 - Create an ID and password for your MySQL
2 - Follow the steps below.
1- Open the Xampp program
2 - Open the "Shell" option
3 - Enter the commands below to create ID, Password and add permission
CREATE USER 'yourIDhere' @ '%' IDENTIFIED BY 'youpasswordhere';
PRESS ENTER
GRANT ALL PRIVILEGES ON *. * TO 'yourIDhere' @ 'localhost';
PRESS ENTER
FLUSH PRIVILEGES;
PRESS ENTER
3 - Follow the steps below.
1 - Open the Laghaim start folder
2 - open the Config folder
3 - add your password, id and database name in the files
\ Laghaim Start \ config \ config
\ Laghaim Start \ config \ messenger_config
Once this is done you can run your game.
This tutorial will only teach how to create mysql account not game account
Re: [RELEASE] Laghaim KR full source stable 2016
Re: [RELEASE] Laghaim KR full source stable 2016
Does anyone have a tutorial on how to set up and start centOS
http://forum.ragezone.com/image/png;...AAAElFTkSuQmCC
[COLOR=rgba(0, 0, 0, 0.54)]
[/COLOR][COLOR=rgba(0, 0, 0, 0.54)]
[/COLOR]
Re: [RELEASE] Laghaim KR full source stable 2016
Quote:
Originally Posted by
kaoma
At files was included some tutorials, i dont post only the compiler tutorial because need to change alot of things to work and i have no free time.