C# Raiderz Launcher Source
Project Discontinued.
Sources are available to everyone. You may do whatever you want with them.
Launcher:
Tools:
Legend:
■ - Current Version
■ - Older Version
Images:
http://img827.imageshack.us/img827/5585/asdebz.png
Launcher Download: Tools Download:AiO Packages:
Video Tutorial:
YouTube - ‪RaiderZ Launcher Tutorial‬‏
Version 5 Video Tutorial Downlaod
(If the video is not enough explanation for you, read the source code, if you still are having problems post your inquiries here.)
Other INFO
PHP Function to encrypt log-in information:
Code:
md5($password.$username)
This MD5 hash has to be stored in USER_ID!
MD5 Hash Generator:
This small application generates a salted hash with username and password, using the password as the salt. This hash generator only works for my launcher, unless you make your own with the same encryption or modify another source to match this, and it must be stored in USER_ID.
wyBuild:
You must get your own wyBuild, either buying it, or search on Google for a pirated version.
GetFileChecksum:
Generates a checksum from a file selected.
Add this checksum to the source code where indicated to be able to use the launcher.
Please post all bugs and suggestions so I can improve this Launcher!
Re: C# Raiderz Launcher Source
Nice job. Is this just the source?
Re: C# Raiderz Launcher Source
It includes an already build version, but the web browser url is changed from inside the source.
You could use it for testing, until you can change the url and compile it.
(use VisuaStudio Express)
Re: C# Raiderz Launcher Source
Alright then. Thanks again.
Re: C# Raiderz Launcher Source
Not a problem!
Update coming up! I'm changing the text boxes so they blend into the back ground.
Re: C# Raiderz Launcher Source
Nice, as long as the entered text will be readable.
Re: C# Raiderz Launcher Source
Of course!
The background image will simulate a shadow and the text will be readable over the shadow.
Re: C# Raiderz Launcher Source
Ah, I see. Nice, good luck on this and the future updates to it.
Re: C# Raiderz Launcher Source
Phant0m, add on/off server status, and everything will be fine)(see the table of server status)
p.s.
until the pack-unpack the client - nothing of his own (correct and add) can not be done.
We're working on it.
Re: C# Raiderz Launcher Source
You can do that on the web browser.
I'm trying to make a 100% secure launcher and by adding that feature, it can compromise the database security.
---------- Post added at 02:47 AM ---------- Previous post was at 01:20 AM ----------
Update!
╔═════════════╗
║Version 2 [7/2/2011 @ 2:41AM]║
╚═════════════╝
- Added DLL "Phant0m.dll" that creates fade effect in textBox.
- Fixed KeyDown event in textBox.
---------- Post added at 03:53 AM ---------- Previous post was at 02:47 AM ----------
Update!
╔════════════════╗
║MD5 Generator [7/2/2011 @ 3:42 AM]║
╚════════════════╝
- Encrypts the username and password using the password as salt.
Re: C# Raiderz Launcher Source
Update!
╔══════════════╗
║Version 2.1[7/2/2011 @ 10:17AM]║
╚══════════════╝
- Fixed webBrowser.
- Added webBrowser image.
Re: C# Raiderz Launcher Source
registration functions???
Re: C# Raiderz Launcher Source
Quote:
Originally Posted by
laukinfai001
registration functions???
Sorry, I don't exactly get what you are asking.
You are asking for a registration script or how to use the md5 salting?
Re: C# Raiderz Launcher Source
Mmm.. if a user sets same user/password of other this will not work as expected...
Need check if username its'nt used.
Re: C# Raiderz Launcher Source
Nop, you are totally wrong!
I don't have to do that, because you people have to write your own registration system, I don't provide any extra help, other than support for errors or bugs INSIDE my code.