Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Webgame] Goddess Academy H5 WebGame 

RaGEZONE VIP
[VIP] Member
Joined
Mar 20, 2007
Messages
99
Reaction score
29
Thanks to Kang Jinsu for the below information and google drive link.

Provided my server installation. (centos is a forked version due to issues...)
This is installed with VirtualBox. And set up for external IP access.
(Server [Example: CENTOS_GASERVER] - Settings - Network - Bridge to adapter - Currently connected [External IP, etc.] Select Ethernet driver [Wi-FI, Ethernet does not matter] - OK.
If it has changed, type ifconfig, and type ifconfig to check the IP address.
/var/www/wwwroot/game/api/channel/lezhong/login.php
/var/www/wwwroot/game/game.php
modify the two files.)
However, bt.cn is not installed (which account is required to install this.
Instead of installing it, I installed it by typing the command [yum install] one by one through an internet search)

The method is the same except for some
(startall does not run because some files are missing)

Turn on the game server:
cd /data/game/sh
./gamectl.sh startbase

Turn off the game server:
cd /data/game/sh
./gamectl.sh stopbase

Take down the server:
init 0

Server reboot:
init 6

(However, for these two commands, the above [Stop Game Server] must be done first.)

Login: root Password: 90175.com
(I wanted to change it to a different one, but it was set to the same password for the risk of confusion)

SQL Account: root Password: 90175.com
Enter adminer.php for SQL management (external management is not available. Connection fails)

Points to note:
Be sure to run this when shutting down the server
./gamectl.sh stopbase

Failure to do so will result in account data corruption (a large number of errors occur in the game server.
And the account is not connected to the game.
[I can't use one of my pre-made accounts... T_T])

Another pre-made account:
ID: test1
Password: test1

Download


Download Old

No password required

Screenshots
 
Last edited:
Newbie Spellweaver
Joined
Dec 19, 2020
Messages
27
Reaction score
0
1. There is no game database!
2. Incomplete server files!
3. Found the source and looked at the list of files, the weight of the archive is 803MB



Don't waste your time! My advice to you.
 
Newbie Spellweaver
Joined
Dec 19, 2020
Messages
27
Reaction score
0
in one base 30 lines of code and in the second 30 lines of code, give a link to your files!



в одной базе 30 строк кода, а во второй 30 строк кода дайте ссылку на свои файлы!
 
RaGEZONE VIP
[VIP] Member
Joined
Mar 20, 2007
Messages
99
Reaction score
29
in one base 30 lines of code and in the second 30 lines of code, give a link to your files!



в одной базе 30 строк кода, а во второй 30 строк кода дайте ссылку на свои файлы!
I can't help you any more than I have. These are the direct files I used to put my server online. There are 2 sql files in there, here is the script that sets them up also.

justin654 - [Webgame] Goddess Academy H5 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Dec 19, 2020
Messages
27
Reaction score
0
I can't help you any more than I have. These are the direct files I used to put my server online. There are 2 sql files in there, here is the script that sets them up also.

justin654 - [Webgame] Goddess Academy H5 - RaGEZONE Forums
You know what the trick is! The fact that he does not see the base according to the instructions!
 
Newbie Spellweaver
Joined
Jan 3, 2017
Messages
70
Reaction score
12
1. There is no game database!
2. Incomplete server files!
3. Found the source and looked at the list of files, the weight of the archive is 803MB



Don't waste your time! My advice to you.

I agree :( why this file is not found when starting, also i check into the folder there is no file named configure_plat.xml and /configure_record.xml

Proof.
justin654 - [Webgame] Goddess Academy H5 - RaGEZONE Forums
 
Experienced Elementalist
Joined
Apr 10, 2011
Messages
207
Reaction score
24
Provided my server installation. (centos is a forked version due to issues...)
This is installed with VirtualBox. And set up for external IP access.
(Server [Example: CENTOS_GASERVER] - Settings - Network - Bridge to adapter - Currently connected [External IP, etc.] Select Ethernet driver [Wi-FI, Ethernet does not matter] - OK.
If it has changed, type ifconfig, and type ifconfig to check the IP address.
/var/www/wwwroot/game/api/channel/lezhong/login.php
/var/www/wwwroot/game/game.php
modify the two files.)
However, bt.cn is not installed (which account is required to install this.
Instead of installing it, I installed it by typing the command [yum install] one by one through an internet search)

The method is the same except for some
(startall does not run because some files are missing)

Turn on the game server:
cd /data/game/sh
./gamectl.sh startbase

Turn off the game server:
cd /data/game/sh
./gamectl.sh stopbase

Take down the server:
init 0

Server reboot:
init 6

(However, for these two commands, the above [Stop Game Server] must be done first.)

Login: root Password: 90175.com
(I wanted to change it to a different one, but it was set to the same password for the risk of confusion)

SQL Account: root Password: 90175.com
Enter adminer.php for SQL management (external management is not available. Connection fails)

Points to note:
Be sure to run this when shutting down the server
./gamectl.sh stopbase

Failure to do so will result in account data corruption (a large number of errors occur in the game server.
And the account is not connected to the game.
[I can't use one of my pre-made accounts... T_T])

Another pre-made account:
ID: test1
Password: test1

 
Last edited:
RaGEZONE VIP
[VIP] Member
Joined
Mar 20, 2007
Messages
99
Reaction score
29
Provided my server installation. (centos is a forked version due to issues...)
This is installed with VirtualBox. And set up for external IP access.
(Server [Example: CENTOS_GASERVER] - Settings - Network - Bridge to adapter - Currently connected [External IP, etc.] Select Ethernet driver [Wi-FI, Ethernet does not matter] - OK.
If it has changed, type netstat -lntp,
/var/www/wwwroot/game/api/channel/lezhong/login.php
/var/www/wwwroot/game/game.php
modify the two files.)
However, bt.cn is not installed (which account is required to install this.
Instead of installing it, I installed it by typing the command [yum install] one by one through an internet search)

The method is the same except for some
(startall does not run because some files are missing)

Turn on the game server:
cd /data/game/sh
./gamectl.sh startbase

Turn off the game server:
cd /data/game/sh
./gamectl.sh stopbase

Take down the server:
init 0

Server reboot:
init 6

(However, for these two commands, the above [Stop Game Server] must be done first.)

Login: root Password: 90175.com
(I wanted to change it to a different one, but it was set to the same password for the risk of confusion)

SQL Account: root Password: 90175.com
Enter adminer.php for SQL management (external management is not available. Connection fails)

Points to note:
Be sure to run this when shutting down the server
./gamectl.sh stopbase

Failure to do so will result in account data corruption (a large number of errors occur in the game server.
And the account is not connected to the game.
[I can't use one of my pre-made accounts... T_T])

Another pre-made account:
ID: test1
Password: test1


Thanks for this. I’ll update the main post with this and credit you.


 
Experienced Elementalist
Joined
Apr 10, 2011
Messages
207
Reaction score
24
Thanks for this. I’ll update the main post with this and credit you.

I will re-upload this file to my pc info uninstall or program update.
I'll post the link again. :blushing:
Also, I see that there is a description that was written incorrectly, so I will correct it.
 
Last edited:
Back
Top