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

  • 12 - Bola 's server API server - RaGEZONE Forums
    12.webp
    41.3 KB · Views: 406
Last edited:
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
 
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:
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)
 
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?
 
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.
 
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。
 
If you are having problems with the API Server, I imagine with the MRF files... :junglejane:
 
@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?
 
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..
 
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?

this is the api server ,but u need fix it。
 
Hi.
" login db Request failed "
This message is coming up.
What should I do?
 
Last edited:
Back