• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Mobile Ragnarok h5

Newbie Spellweaver
Joined
Jan 6, 2014
Messages
52
Reaction score
40
Ragnarok h5
link download Baidu :
Google Drive :
Pass :
Server : Centos
Nginx 1.22.1
MySQL 5.7.40
PHP-5.6.40
Redis 7.0.11

image_2024-03-26_080528617 - Ragnarok h5 - RaGEZONE Forums


image_2024-03-26_080620266 - Ragnarok h5 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Mar 29, 2024
Messages
8
Reaction score
0
Is it possible to translate it into Korean?
 
Elite Diviner
Joined
Dec 17, 2014
Messages
485
Reaction score
61
it's easy for install
already tested=)
 
Newbie Spellweaver
Joined
Apr 1, 2024
Messages
5
Reaction score
0
how can i edit apk file ?
and i dont understand this:

8.客户端修改(32bit解包)
/assets/AssetsAndroid/lua.unity3d----PlatformPack.lua
 
Initiate Mage
Joined
Oct 28, 2020
Messages
2
Reaction score
0
Tell me where to enter this::(
-------------------------
no connection.
765858091 - Ragnarok h5 - RaGEZONE Forums

in the settings you need to change:
SERVERLIST_URL = ' '
and since serverlist there has a .php extension
---------------------------------
How do I understand this in the Nginx settings? or is it in .htaccess ?


伪静态
if (!-f $request_filename){
set $rule_0 1$rule_0;
}
if ($rule_0 = "1"){
rewrite ^/([^\.]+)$ /$1.php last;
}


-------------------------------------------
my Nginx settings:

server
{
listen 888;
server_name phpmyadmin;
index index.html index.htm index.php;
root /www/server/phpmyadmin;

#error_page 404 /404.html;
include enable-php.conf;

location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}

location ~ .*\.(js|css)?$
{
expires 12h;
}

location ~ /\.
{
deny all;
}

access_log /www/wwwlogs/access.log;
}
include /www/server/panel/vhost/nginx/*.conf;
 

Attachments

You must be registered for see attachments list
Last edited:
Elite Diviner
Joined
Dec 17, 2014
Messages
485
Reaction score
61
It's same game but versions mismatch
 
Back
Top