[...]
Alright now you got the software, the files, now to edit the Updater using a Hex Editor so Open your Updater with Hex editor and Find
http://
You can do Ctrl + F to open the find window
This Image highlights the 3 http:// That will need modification
So the first one is:
Code:
http://shaiya.aeriagames.com/sygame/notice..굴림체...
Here's what you put in:
Code:
http://yourwebsite.com.......................굴림체...
Just in case I need to specify yourwebsite.com " Put Your Website "
So if your website is
Code:
http://SrShaden.webs.com
well you put that instead.
As for the dots after .com
.......... Don't forget to replace the "2E" on the Left side to "00" this goes for every dots that are not part of your website so I hope you get this, for every dots you use to fill it should be Null "00"
So here's a snapshot after modifying the first http://
2. The next http:// witch is the next line in your editor is:
Code:
open....http://login.aeriagames.com/index.php?q=user/register...
Here's what you put in:
Code:
open....http://yourwebsite.com..................................
(Fill with Nulls "00" up to the next http:// )
So here's what it should look like with the 2 fisrt http:// modified:
As you can see there is a lot of dots to fill to overwrite the old website so im showing you how to make them NULL, when you put a "dot" it creates the code "2E" on the left... but when you use "dots" to overwrite it should be "00" Example: if you put:
"website.com" the dot should be "2E"
but after that its "website.com........." so the dots after "com" are NULL therefor should be replaced with "00"
So you select all the Null dots, right-click it and select "Fill Selection"
Like the snapshot above then click "ok"
3.
Code:
http://shaiya.aeriagames.com/...
Code:
http://yourwebsite.com/..........
"DON'T forget the end /"
So the first 3 http: modification looks like this:
Now do Ctrl + F and find:
TEST_IP witch is a few dozen lines below.
4. TEST_IP.shaiya.patch.aeriagames.com..\CONFIG.ini.. .. <- Was
TEST_IP.yourwebsite.com...................\CONFIG. ini... <- Change to
Like This:
Now Save it.