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!

[Share] my ran launcher with dns capability

Newbie Spellweaver
Joined
Feb 4, 2007
Messages
88
Reaction score
0
1. do you need this one?
2. you can use any language you want (see beta2-1)
3. check beta2-1 sir, and patch.ini has nothing to do with title, it's on the svr.ini Beta2-1 (server owner have the control to change the name on anything he wants)


yup, you need to retain a copy of svr.ini and patch.ini in your client's folder

OK for all of your convenience... here is
my svr.ini

Code:
[option]
title=RanKo 2
start_caption=Simula
patch_caption=Update Patch
register_caption=Registro
exit_caption=Labas
top_image=http://rankoto.no-ip.org/patch/head.jpg
downloading=Kinukuha lang po
decompressing=Binubuksan na po ang inyong file
done=Natapos na po
register=http://l.yimg.com/a/i/ww/beta/y3.gif

[game]
ver=7
subdir=http://rankoto.no-ip.org/ran/patch
news=http://rankoto.no-ip.org/ran

[patch]
0001=patch1.rar
0002=patch2.rar

wherein:
[option]
title=<you can put anything you want here, either english, polish, geman or anything>
start_caption=<english, tagalog, cebuano, hungarian, etc... you can put anything here that stands for "start" in english, say... "Umpisa" in tagalog, "Entrada" (if i'm not mistaken, i'm no spanish) in spanish>
...
top_image=<url complete path on your launcher's header image, see my entry>
downloading=<stands for message while your patch file is being downloaded>
decompressing=<stands for message while your patch file is being extracted>
done=<stands for message if the patch is completed>
...
register=<url complete path of your registration page>

NOTE: you can use your own language on [option] entry after the equal ("=") sign.

notice the color code on this image
cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums

tq for fast answer sir
cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums


ok, how to put status server in new area text box ?

maybe next plan , u launcher can read svr.ini with encypt ^^
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
ok, how to put status server in new area text box ?

usually, at the news page (status.php) there is a portion there that you can put whether your server is online or not.

ok, i'll try to include this on final release of version 2.0

u launcher can read svr.ini with encypt

Could you send me example of encrypted file that my launcher needs to decrypt.
 
Newbie Spellweaver
Joined
Feb 4, 2007
Messages
88
Reaction score
0
usually, at the news page (status.php) there is a portion there that you can put whether your server is online or not.

ok, i'll try to include this on final release of version 2.0



Could you send me example of encrypted file that my launcher needs to decrypt.

thx sir :D

u can use ran file editor or


or from here

from stiky http://forum.ragezone.com/f248/tools-file-decryptor-encryptor-english-382420/
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
beta2 og your launcher giving me wrong IP address on param in DNS lookup >.< always giving me this IP -> 38.96.245.6
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
@heavenzel

I've tried it here at my end, it gives me 124.xxx.xxx.xxx IP instead.


why in my launcher writing a wrong iP in my param.ini instead of my wan IP?

but in your beta1 launcher works fine

do you have any idea why this happens?
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
@alsyundawy

Could you give me a little information about how you gonna setup your webserver and your game server?

1. your game server is hosted on one computer as well as your webserver (apache driven)?

2. About encryption, I'm a bit lost with this, what do you want to encrypt?

3. Status Link (you wanted) is it different on how status.php is showing?

More information on how to setup your server please.
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
heres my param and svr ini
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
I got the problem

on your svr.ini, you pointed your register to

on normal setup, register should be pointed to your http://yourdomain.no-ip.org/<dir>/register.php

because my launcher is using that entry to check your real IP.
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
ahhh ok ok i try.. my mistakes.. because my rancp is online only once a month heheheh..
 
Junior Spellweaver
Joined
Jul 12, 2007
Messages
102
Reaction score
2
sir, i tried using my domain in registration.. but seems to the same problem huhuhu
 
Junior Spellweaver
Joined
Apr 12, 2004
Messages
197
Reaction score
0
sir, i tried using my domain in registration.. but seems to the same problem huhuhu

I had released an emergency beta for this kind of situation..





what's added?

svr.ini

Code:
[option]
title=RanKo 2 Online
start_caption=Start Game
patch_caption=Update Patch
register_caption=Register
exit_caption=Exit
top_image=http://yourdomain.no-ip.org/patch/head.jpg
downloading=Downloading....
decompressing=Extracting....
done=DONE...
register=http://yourdomain.no-ip.org/ran/register.php
;
;
;server domain should NOT contain http://
[COLOR="Red"][b]server_domain=rankoto.no-ip.org[/b][/COLOR]

[game]
ver=78
subdir=http://yourdomain.no-ip.org/ran/patch
news=http://anysiteyouhostedyournews.com

[patch]
0001=patch1.rar
0002=patch2.rar

The reason why I added new entry (server_domain);

1. It is because not all of use here is using RanCP for registration, sometimes hoster is using email instead, in short no valid registration page.

2. It is because, patch can be hosted to another domain (not a valid entry for dns check)

With these (some reason may arise) reasons, I opted to add domain_server entry as static to be sure enough.
 
Newbie Spellweaver
Joined
Feb 4, 2007
Messages
88
Reaction score
0
@alsyundawy

Could you give me a little information about how you gonna setup your webserver and your game server?

1. your game server is hosted on one computer as well as your webserver (apache driven)?

2. About encryption, I'm a bit lost with this, what do you want to encrypt?

3. Status Link (you wanted) is it different on how status.php is showing?

More information on how to setup your server please.

Tq for fast replay sir & thx for ur support update
cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums


1. Yesh using abyss webserver or apache with php enable

2. no problem, but if u wanna ur server ip secure & safety from DDOS or any hack plz encrypt ur ip & svr.ini u can use rzcheck.exe from smarkies in stiky :D http://forum.ragezone.com/f248/tools-file-decryptor-encryptor-english-382420/

3. yes, like my pict
cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums


read from svr.ini files from link

[game]
ver=78
subdir=http://yourdomain.no-ip.org/ran/patch
news=http://anysiteyouhostedyournews.com
Status=http://yourdomain.no-ip.org/status/index.php

note : if u wanna vista support u can use VB.Net ........
cruzades - [Share] my ran launcher with dns capability - RaGEZONE Forums
 
Back
Top