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!

RaiderZ Launcher v2 (checks ID/Pass)

Joined
Apr 16, 2007
Messages
441
Reaction score
204
Same here,

I'm kinda confused as to how you would setup your IP's

e.g. using an ODBC - so should my SQL.ini look like this?

Driver = SQL Server Native Client 10.0
SQLHost = Dedi WAN IP
SQLPort = SQL port
DataSource = ODBC connection name
.
.
.

wait a minute...SQL host...aha! "WAN-IP\Instance,port"? *shrugs*

I know this whole launcher business is insecure but I'd like to get cracking on customizing in game poop so for the time being im not concerned bout security.



You must allow ODBC connection for outside connection.

Code:
[MSSQL]
Driver = SQL Server or  SQL Server Native Client 10.0 whatever you are using for ODBC connection.
SQLHost = 127.0.0.1 [COLOR="red"](WAN IP of server)[/COLOR]
SQLPort = 51044 [COLOR="red"](Port that MSSQL 2008 is using, use TCPViewer to find it)[/COLOR]
DataSource = RZ_ACCOUNTDB [COLOR="red"](name of ODBC connection for MSSQL)[/COLOR]
-- Name of your ODBC
SQLDB = RZ_ACCOUNTDB [COLOR="red"](name of the database)[/COLOR]
SQLUserID = sa [COLOR="red"](MSSQL login username)[/COLOR]
SQLPass = password [COLOR="red"](MSSQL login password)[/COLOR]
NetworkLib = DBMSSOCN [COLOR="Red"](leave this alone its internet connection setting)[/COLOR]
 
Initiate Mage
Joined
Mar 18, 2012
Messages
2
Reaction score
0
sqlserver not showing in my TCPView ... what do do .. can not find port? :Oo
 
Initiate Mage
Joined
Oct 1, 2012
Messages
2
Reaction score
0
Hi, i have a problem with the client.
The server work fine, but i can't launch the game :x
(i use this client: http://forum.ragezone.com/f698/share-client-server-downloads-829685/)

I have this message, when i try to launch the game: SQL server network interfaces: connection string is not valid [87]

I use the launcherV2 (and i try to connect with a account of my DB with md5 pwd).

Someone can help me? (launcherV6 dont work, i dont know why, when i try to launch the .exe, the app crash with weard bug)
 
Initiate Mage
Joined
Oct 1, 2012
Messages
2
Reaction score
0
wow! and my firewall detect virus ... in your launcherV2 ...
 
Initiate Mage
Joined
Sep 29, 2012
Messages
2
Reaction score
0
Re: RaiderZ Launcher (checks ID/Pass)

Why I get this error?

What I have done wrong?

error - RaiderZ Launcher v2  (checks ID/Pass) - RaGEZONE Forums


my launcher settings

[MSSQL]
Driver = SQL Server
SQLHost = 159.231.21.161
SQLPort = 1433
DataSource = RZ_ACCOUNTDB
-- Name of your ODBC
SQLDB = RZ_ACCOUNTDB
SQLUserID = sa
SQLPass = slaa
NetworkLib = DBMSSOCN

also have tryed

[MSSQL]
Driver = SQL Server
SQLHost = 192.168.1.108
SQLPort = 1433
DataSource = RZ_ACCOUNTDB
-- Name of your ODBC
SQLDB = RZ_ACCOUNTDB
SQLUserID = sa
SQLPass = slaa
NetworkLib = DBMSSOCN
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 8, 2011
Messages
91
Reaction score
4
I poop a brick when i realized you were using Eclipse Origins Library files are you from the ToD Community?
 
Newbie Spellweaver
Joined
Nov 18, 2011
Messages
28
Reaction score
0
My error
pelase helpme

Compile error

Syntax error
 
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Re: RaiderZ Launcher (checks ID/Pass)

Why I get this error?

What I have done wrong?

my launcher settings

[MSSQL]
Driver = SQL Server
SQLHost = 159.231.21.161
SQLPort = 1433
DataSource = RZ_ACCOUNTDB
-- Name of your ODBC
SQLDB = RZ_ACCOUNTDB
SQLUserID = sa
SQLPass = slaa
NetworkLib = DBMSSOCN

also have tryed

[MSSQL]
Driver = SQL Server
SQLHost = 192.168.1.108
SQLPort = 1433
DataSource = RZ_ACCOUNTDB
-- Name of your ODBC
SQLDB = RZ_ACCOUNTDB
SQLUserID = sa
SQLPass = slaa
NetworkLib = DBMSSOCN

It's not working because you are using 1433 as MSSQL's port. MSSQL port isn't always set as 1433 you must set it to 1433 yourself or you use the TCPViewer app that i posted and find the sql.exe process running and grab your MSSQL's port from there.

I poop a brick when i realized you were using Eclipse Origins Library files are you from the ToD Community?

Yeah i got into coding games via eclipse origins at one point lol. I only posted like 1 guide on the ToD forums that's about it then i stop playing around with the engine. I was too lazy to make my own library installer so i borrowed the site's installer.

My error
pelase helpme

Compile error

Syntax error

Did you modify any of the coding? If you did vb6 should of showed you exactly where your coding error is. If not then it is probably because you don't have the .ocx/library files installed.
 
Last edited:
Junior Spellweaver
Joined
Feb 23, 2011
Messages
135
Reaction score
4
I encountered below error:

ODBC Driver does not support the requested properties.

MY SQL INFO:

[MSSQL]
Driver = SQL Server
SQLHost = 127.0.0.1
SQLPort = 50436
DataSource = RaiderZ

SQLDB = RZ_ACCOUNTDB
SQLUserID = xxxxxxx
SQLPass = xxxxxxxx
NetworkLib = DBMSSOCN
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
1 question. Why VB6. It's horrible, it isn't supported by any new operating system and all the conversion methods have been dropped, no one will be able to further develop your code. It has to been rewritten from scratch in VB.net. I may convert it when I have time but please don't use VB6 anymore. T.T

Thanks.

EDIT:

Here is the source code of VB6:

Here is how the launcher looks:
Aznkidd235 - RaiderZ Launcher v2  (checks ID/Pass) - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Jan 4, 2014
Messages
2
Reaction score
0
register is show "Failed to verify if the provided user named already exists."
 
Newbie Spellweaver
Joined
Aug 6, 2014
Messages
6
Reaction score
1
error!! T_T

Run-time error '-2147467259 (80004005)':

[Microsoft][SQL Server Native Client 10.0]TCP Provider: No connection
could be made because the tagate machine actively refused it.

help me Plz
 
Last edited:
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
75
Reaction score
2
Resource Hacker
for those who wants to change the icon of the launcher, and don't have VB6 use ResHack. it allows you to open a .exe program and replace its icon with a different one.
ResHack.zip Linck dead help plz
A source has a launcher?
 
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
75
Reaction score
2
MyConnObj.Open "DRIVER={" & Options.Driver & "};Server=" & Options.SQLHost & "," & Options.SQLPort & ";Network Library=" & Options.NetworkLib & ";Initial Catalog=" & Options.SQLDB & ";User ID=" & Options.SQLUserID & ";Password=" & Options.SQLPass & ";"

Where to enter the data MSSQL ?
 
Back
Top