Umm... alright i found this until now
client side should look like this
history.config
36.0.9
update.ini
<Section1>
IP you're-web-ip
path /update/ct
username anonymous
pw ""
portNumber 80
type http
TestServer false
</Section>
<Section2>
IP you're-web-ip
path /update/ct
username anonymous
pw ""
portNumber 80
type http
TestServer false
</Section>
Server side need to do more for the update to work
history.config
36.0.9 0
36.0.10 1 <---- = 1 file to download and update default is 00000.div and starts from there depending on how many files you have for update.
path for files will be like this if you update to 36.0.10
update/ct/36.0.10
ex:
history.config
36.0.9 0
36.0.10 20 -------- means will download the files 00000.div to 00019.div
Now the problem is to figure out how that file works.
1. All files are 128kb max
2. All files are a continuation of the last one
To view the content, you need to sign in or register
Fig1
To view the content, you need to sign in or register
Fig2
To view the content, you need to sign in or register
Fig3
To view the content, you need to sign in or register
Fig4



PS: this file name is 00000.div not 00000.div.zip so remove the .zip, i couldnt upload it
