Como hago ejemplo esto es lo que hay que programar:
- Private Sub Analizar()
- Dim i As Integer, iX As Integer, tX As Integer, DifX As Integer, dNum As String
- lEstado.Caption = "Obteniendo datos..."
- iX = Inet1.OpenURL("http://tuhost/VEREXE.txt") 'Host
- tX = LeerInt(App.Path & "\INIT\Update.ini")
- DifX = iX - tX
- If Not (DifX = 0) Then
- For i = 1 To DifX
- Inet1.AccessType = icUseDefault
- dNum = i + tX
- #If BuscarLinks Then 'Buscamos el link en el host (1)
- Inet1.URL = Inet1.OpenURL("http://tuhost/Link" & dNum & ".txt") 'Host
- #Else 'Generamos Link por defecto (0)
- Inet1.URL = "http://tuhost/Parche" & dNum & ".zip" 'Host
- #End If
- Directory = App.Path & "\INIT\Parche" & dNum & ".zip"
- bDone = False
- dError = False
- lURL.Caption = Inet1.URL
- lName.Caption = "Parche" & dNum & ".zip"
- lDirectorio.Caption = App.Path & "\"
- frmMain.Inet1.Execute , "GET"
- Do While bDone = False
- DoEvents
- Loop
- If dError Then Exit Sub
- Unzip Directory, App.Path & "\"
- Kill Directory
- Next i
- End If
- Call GuardarInt(App.Path & "\INIT\Update.ini", iX)
- Command1.Enabled = True
- lEstado.Caption = "Cliente actualizado correctamente."
- End Sub
ej , si yo lo pongo en 00webhost el autoupdate , tengo que cambiar los que dicen "TUHOST" por:
"http://www.000webhost.com/"?
Asi y listo? no hay que agregar nada mas?
xq no se q link poner




34![Newbie [5] Newbie [5]](./images/ranks/Rango4.gif)
![Newbie [4] Newbie [4]](./images/ranks/Rango3.gif)



![Oraculo [5] Oraculo [5]](./images/ranks/Rango29.gif)


![Dragon Ancestral [5] Dragon Ancestral [5]](./images/ranks/Rango34.gif)
