Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
- #AutoIt3Wrapper_icon=..\..\Zusatzfiles\icon_128.ico
- #AutoIt3Wrapper_UseUpx=n
- #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
- #include <Process.au3>
- #include <Inet.au3>
- $countvar = 0
- $serverip = StringReplace(InputBox("GCS Serverconfig","Enter the Serverip:Port :",_GetIP()),":","_") & ".ini"
- IniWrite($serverip,"Status","Status","up")
- Do
- $countvar += 1
- $dllink = InputBox("Download #" & $countvar,"Enter the direct Downloadlink (http) to the .dff oder .txd Datei on your server:","http:\\www.meinewebseite.de\gcs\cheetah.dff")
- If @error Or $dllink = "" Then ExitLoop
- IniWrite($serverip,"Downloads",$countvar,$dllink)
- Until 1=2
- MsgBox(64,"GCS Servercreator","Now upload the " & $serverip & " to your webspace," & @crlf & "and enter the URL to it in the following formular")
- _RunDOS("explorer.exe http://fcbolzplatz.fc.funpic.de/GCS/index.php")
Advertisement
Add Comment
Please, Sign In to add comment