Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Download]Auto Patch Full Working ( Gc Downloader By Jacques)

Newbie Spellweaver
Joined
Aug 5, 2008
Messages
27
Reaction score
4
It took some time to do this auto patch, the instructions are going ...

Written in Visual Basic 2005/2008

Configuring client (Folder = Dev)

MAinApp ... ...

In the TextBox next to "Server Url", change to your server, where are the files (eg "http://www.meusite.no-ip.info:8080/arquivos/")

############################

Configuring client

AutoUpdate ... ...

Load code in the form:

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
My.Computer.Network.DownloadFile("http://127.0.0.1:8080/222/pt.bj", "pt.bj")
My.Computer.Network.DownloadFile("http://127.0.0.1:8080/222/bj.dll", "bj.dll")
Timer3.Start()
End Sub

Change "http://127.0.0.1:8080/222/" to your server, where you upload these two files (bj.dll, is in the folder server)

################################################## ###############

Toolz ... ...

This file, so create a folder, but if you have 2 more the mother folder (the files around the updater),
you have do 3 times, so if have only the mother so do only the mother, if a folder has more the mother will have to do twice, look below ...

1.Do in the archives mother in the place folder put anything (WHITE or empty) and save 1.xml
2.Do of folders, select the folder, type I selected a folder "images", and I want to download and save the files in the folder "images" in the field where it says "/ folder /" put "/ images /" save as 2.xml (put the name of your folder)
3.Do the same procedure of 2 and select the folder and type the name of the folder above the same, save as 3.xml
4, Create a file ServerManifest.xml and put ... and save ...

<?xml version='1.0' encoding='UTF-8'?>
<update>
...
</update>

5, the "..." were placed on purpose, remove in the file 1.xml the beginning ...

<?xml version='1.0' encoding='UTF-8'?>
<update>


and the end ...

</update>

6 Now, the 1.xml copy and paste this where the "...",in the File ServerManifest.xml

7, Do the same as the others, and paste before "</update>" that has to be the end ...

8, create a file with your folders, like create a file with WinRAR called "pt.bj", compression or know it in order "Rar" and save as "pt.bj"
I compress the folders (the folders someting) in this file, type will compress the folder "images" and it is more than the other one too ...

################################################## ##############

Download

(Gc Downloader)


-= Visual Basic (choose one below) =-
(Visual Basic 2005)


(Visual Basic 2008)


Virus?


Se gostou,não custa nada,Agradeça!
If you liked,dont pay nothin,just say Thanks!
 
Last edited:
Initiate Mage
Joined
Nov 2, 2009
Messages
3
Reaction score
0
ei what site??? this is error and "http://www.meusite.no-ip.info:8080/arquivos/")
 
Newbie Spellweaver
Joined
Aug 5, 2008
Messages
27
Reaction score
4
desculpa pelo o atraso mas é:
My.Computer.Network.DownloadFile("http://blabla.no-ip.info:8080/pt.bj", "pt.bj")
No lugar de "blabla.no-ip.info" ponha seu DNS ou IP e "8080" A PORTA caso for "80" tire os ":" e a porta "8080" assim: "http://blabla.no-ip.info/pt.bj"
mesma coisa com o outro deixando o arquivo...

English:

apologize for the delay but is
My.Computer.Network.DownloadFile ("http://blabla.no-ip.info:8080/pt.bj","pt.bj")
For "blabla.no-ip.info" put your DNS or IP and "8080" DOOR case is "80" take away ":" and port "8080" as "http://blabla.no-ip.info/pt.bj"
same thing with the other leaving the file ...






Outra Respostada Pergunta Acima:


= Onde estao os arquivos a ser baixados...
= the files that you will put to people download
 
Last edited:
Back
Top