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!

Bola 's server API server

Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
now , i use the windows wamp. the api server at www folder.
u can start wampmanager.exe.the appacher +php+mmsql(sql 2008 dll is ok.)
if u can wich one do go on the api server setting.

1.the ssl is ok.
u can open:

2.go on do. sorry, i can't do more with this game.so i need any one go on to do.and share that.:)

URL: d:\wamp

the athuserver and bilingserver at : ..\www\public_html\modules\home\inc\lib

fix: www\config\db.conf
ok . this db is ok to 2014-4-23.u can use this remote server to test。
Code:
[PASSPORT]
DBNAME=Raiderz_Account
TYPE=mssql
HOST=
SERVER=183.57.38.213
USERNAME=rzsite
PASSWORD=345d689f4mt68458y45

[ACCOUNT]
DBNAME=Raiderz_Account
TYPE=mssql
HOST=
SERVER=183.57.38.213
USERNAME=rzsite
PASSWORD=345d689f4mt68458y45

[BILLING]
DBNAME=Raiderz_Account
TYPE=mssql
HOST=
SERVER=183.57.38.213
USERNAME=rzsite
PASSWORD=345d689f4mt68458y45

[GAME_BANK]
DBNAME=Raiderz_Account
TYPE=mssql
HOST=
SERVER=183.57.38.213
USERNAME=rzsite
PASSWORD=345d689f4mt68458y45
good luck.




 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
first u need kown the PHP framework.

u can use the windows or linux ,if u can.

linux: centeros 6.4 +nginx +php+feetds+openssl

linux code: install nginx
Code:
yum install nginx
install php
Code:
yum install php
the nginx.conf:
path:/etc/nginx/nginx.conf
Code:
#######################################################################
#
# This is the main Nginx configuration file.  
#
# More information about the configuration options is available on 
#   * the English wiki - http://wiki.nginx.org/Main
#   * the Russian documentation - http://sysoev.ru/nginx/
#
#######################################################################

#----------------------------------------------------------------------
# Main Module - directives that cover basic functionality
#
#   http://wiki.nginx.org/NginxHttpMainModule
#
#----------------------------------------------------------------------

user             nginx  nginx;
worker_processes  1;

error_log  /var/log/nginx/error.log;
#error_log  /var/log/nginx/error.log  notice;
#error_log  /var/log/nginx/error.log  info;

pid        /var/run/nginx.pid;


#----------------------------------------------------------------------
# Events Module 
#
#   http://wiki.nginx.org/NginxHttpEventsModule
#
#----------------------------------------------------------------------

events {
    worker_connections  1024;
}


#----------------------------------------------------------------------
# HTTP Core Module
#
#   http://wiki.nginx.org/NginxHttpCoreModule 
#
#----------------------------------------------------------------------

http {
    include       /etc/nginx/mime.types;
    default_type  application/octet-stream;

    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                      '$status $body_bytes_sent "$http_referer" '
                      '"$http_user_agent" "$http_x_forwarded_for"';

    access_log  /var/log/nginx/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;

    #gzip  on;
    
   server{
   listen	443;
   server_name localhost;
   ssl		on;
   ssl_certificate 	web-c.crt;
   ssl_certificate_key	web-c.key;

   ssl_protocols SSLv2 SSLv3 TLSv1;
   ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
   ssl_prefer_server_ciphers   on;

   location / {
     root	/usr/share/nginx/html/;
     index	index.php index.html index.htm;
  		}

	# php config
        location ~ \.php$ {
        root           html;
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        fastcgi_param HTTPS on;
        include        fastcgi_params;
        }
}
    # Load config files from the /etc/nginx/conf.d directory
    # The default server is in conf.d/default.conf
    include /etc/nginx/conf.d/*.conf;

}
ssl on;
ssl_certificate web-c.crt;
ssl_certificate_key web-c.key;

let ur http:// to https://
View attachment 144608

have you success login in to the game? show some screen shot in game
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Re: [closed]Bola 's server API server

Cant start nginx, the message at launch is "Enter PEM phrase:" but who can i find the PEM phrase for the certificate key?

Edit: Hmm ok, i removed the PEM phrase in the web-c.key and edited the .ini files in the server coz Nginx on windows dont work with PEM pass phrase but still not work much
 
Last edited:
Newbie Spellweaver
Joined
Jan 17, 2014
Messages
29
Reaction score
0
Re: [closed]Bola 's server API server

Set up nginx.
Set up web-c.key.
Connected server to web nginx.
Error::
lhgh20 - Bola 's server API server - RaGEZONE Forums

In log file LoginServer (FPS = 20 , Link = 1 , Player = 1 , Recv BPS = 0 , Send BPS = 0)
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
After configure wamp and all configuration, i got this error:
Pedido de login DB falhou
"_res_" is invalid. (LMcURLTask_PWELogin::parseResponse() ==> .\LMcURLTask_PWELogin.cpp:139)

Anyone can help me plz?
 
Newbie Spellweaver
Joined
Jan 17, 2014
Messages
29
Reaction score
0
After configure wamp and all configuration, i got this error:
Pedido de login DB falhou
"_res_" is invalid. (LMcURLTask_PWELogin::parseResponse() ==> .\LMcURLTask_PWELogin.cpp:139)

Anyone can help me plz?
Same error.
Help guys.
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
lhgh20, show some SS that you have success login to the game, or may be ur guide is a scam you self can't login to the game? are u a scammer?



all ppl have same problem "Pedido de login DB falhou" no body have succes login to the game.
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
lhgh20, show some SS that you have success login to the game, or may be ur guide is a scam you self can't login to the game? are u a scammer?



all ppl have same problem "Pedido de login DB falhou" no body have succes login to the game.

any thing be wrrite in my thread, anyone need fix the apiserver go on。 do u kown? i do not login game sceesful with u。
 
Banned
Banned
Joined
Apr 14, 2012
Messages
68
Reaction score
39
If you are having problems with the API Server, I imagine with the MRF files... :junglejane:
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
@Niicke
Coz API Server use LZMA new encryption Key? or Api server is used for decrypted MRF files? Nothing to do .... wrong answer.
lhgh20
Apparently, they are some missed files in your http folder, are u sure its uploaded correctly?
 
Banned
Banned
Joined
Apr 14, 2012
Messages
68
Reaction score
39
There is no secret to the Api work.
Unlike MRF files.
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
So, do u have a link or other for learn how to work the Api?
For the MRF file, just reverse the LZMA and rebuild the RMS packer with the new encryption key i think but not sure..
 
Newbie Spellweaver
Joined
Feb 25, 2017
Messages
18
Reaction score
0
Hi.
" login db Request failed "
This message is coming up.
What should I do?
 
Last edited:
Back
Top