Jump to content

[Thinking] To code my own L2updater [Ideas]


Dir50

Recommended Posts

Am thinking to create my own l2updater.

It will be an free tool as am planing .(no reason to sell it)

I need suggestions and ideas about features , you would like to see in it.

 

So ?

Link to comment
Share on other sites

Dont know if you can do this in vb (at least not easy), there seems to be no way to crawl the url paths or detect the files and folders inside an http directory.I also thought about a way to bypass this by giving the user (that has access to the remote server) a tool that finds all files and folders in the directory he has the update and replacing the path (some like C:/Doc.../httpdocs/updatesrvfiles/) with (http://thesitename.smth/updatesrvfiles/*filenames* here) and so having a list of the files and folders.

 

Anyway if you have found a way I will be glad to help.

Link to comment
Share on other sites

hmm , a multithreading downloader . . .

or a simple one that downloads system.zip and extracts , on the site , admin will have a text , if text contains v1 for example then file.Delete(C:/l2/system.zip)

and download & extract the new one .

Difficult ?

Link to comment
Share on other sites

hmm , a multithreading downloader . . .

or a simple one that downloads system.zip and extracts , on the site , admin will have a text , if text contains v1 for example then file.Delete(C:/l2/system.zip)

and download & extract the new one .

Difficult ?

 

Thats not the way the other updaters work, but the way you mean it its easy to make it.

Just get winrar in command line edition to extract the files after you download them.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...