Quote:
Originally Posted by Paralyzer[GM]
Works good
+Thanks
I need some help,
When its up to date it will display the page I told it to ( server status ) but I want to know if there is a way "webBrowser1" will display the patches update info say my new patch is 1005.exe and I wanted it to display 1005.html when it downloads that patch just like acid-co ??
|
try this.
1. On you're conquer client open patch.ini and look
Code:
Site=[COLOR="Red"]http://account.conqueronline.com/91signup/common/ZFRegister.aspx[/COLOR]
2. change it to something like.
Code:
Site=http://yourdomain.com/1005.html
3. add your patch.ini in your 1005.exe
4. Open Form1.cs and search for
Code:
lblStatus.Text = "Done Patching, click the play button to start";
5. above it add this code
Code:
webBrowser1.Navigate(site.GetSetting("Config", "Site"));
..thats it... hope it help
Note: Every new update you made. you should include always your updated patch.ini with it