• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Dev]Launcher v18

Newbie Spellweaver
Joined
Apr 28, 2017
Messages
76
Reaction score
42
Only update of http://forum.ragezone.com/f936/dev-launcher-1144288/
Added:
- Log In
- Register
How install:
Same install as http://forum.ragezone.com/f936/dev-launcher-1144288/
BUT
server.txt
1018 <crc>
Installing to your database:
1. Create psql user that can only log in
2. Set password on it
3. open ffaccount-->query-->new query
4. paste text from this doc
https://mega.nz/#!V8E3wDKB!30qZszZ89NsgiZvUegrtxZs4-LHDITsEAU9upmqRfGE
5. Inject
6. Open ffaccount-->query-->new query
7. paste text from this doc
https://mega.nz/#!ghMFBYIa!u6sT46U09DpZAzczHP0nA8OZlbdLNavHRqOmA2PZppg
8. Inject
9. open ffmember-->query-->new query
10. paste text from this doc
https://mega.nz/#!5gNnRTSC!wFvUVTm_4bAIAUH5CzrMMmJPySnZZ5Yqb-9O8Ny5TMA
11. Inject
12. Open launcher source with Visual Studio (i use 2015)
13. Open launcher.cs
14. Find line:
private const string server = "http://194.87.103.159/";
change 194.87.103.159 to your serever(server to get update from other tutorial)
15. Find lines:
private const string connection_string_1 = @"Server=ak.mcwtf.ru;Port=5432;Database=ffaccount;Userid=launcheruser;Password=qcrZgpKKe7jhV9t4BGE9MrSqerut6R2GKN32JBrR;Timeout=5;CommandTimeout=5;";
private const string connection_string_2 = @"Server=ak.mcwtf.ru;Port=5432;Database=ffmember;Userid=launcheruser;Password=qcrZgpKKe7jhV9t4BGE9MrSqerut6R2GKN32JBrR;Timeout=5;CommandTimeout=5;";
change Server=ak.mcwtf.ru to Server=your_database_ip
change Userid=launcheruser to Userid=your_user_created_for_launcher
change Password=qcrZgpKKe7jhV9t4BGE9MrSqerut6R2GKN32JBrR to Password=your_password_created_for_launcher

!!!Warning!!! for launcher work need one registered user in all databases
Launcher v18 src:
https://mega.nz/#!VkdGGZrK!Otu-qdiEM1uz0fQYIk8SzQtOKynGHmg3WCXlwF3tc7c

 
Last edited:
Newbie Spellweaver
Joined
Apr 24, 2020
Messages
84
Reaction score
0
where can i contact you i am interested in this installation
 
Newbie Spellweaver
Joined
Sep 5, 2023
Messages
26
Reaction score
11
what it looks like. my internet is limited
 
Back
Top