Jump to content

About Updater info


Recommended Posts

Hello greatest minds of mxc , i want to get info/tips about l2 updater. But would like it to be private. So any 1 interested in gaining some earnings or just with updater experience plz pm me.

Link to comment
Share on other sites

First you create a list that contains all data, file path, name, hash, size

 

For each file:

  1. Hash the file
  2. Compress the file
  3. Upload on the Server
  4. Append all the info on the list

 

Getting the updates:

  1. Get the list file
  2. For every file in the list file
  3. Hash the local file if any
  4. Compare list hash and local hash
  5. If there are not equal download the file from the server
  6. Decompress it
  7.  

 

Link to comment
Share on other sites

17 minutes ago, xxdem said:

First you create a list that contains all data, file path, name, hash, size

 

For each file:

  1. Hash the file
  2. Compress the file
  3. Upload on the Server
  4. Append all the info on the list

 

Getting the updates:

  1. Get the list file
  2. For every file in the list file
  3. Hash the local file if any
  4. Compare list hash and local hash
  5. If there are not equal download the file from the server
  6. Decompress it
  7.  

 

Well see thats to difficult for me , dont even know this terminology :D

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...