Guest User

Trooper

a guest
Jan 2nd, 2010
1,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
  2. #AutoIt3Wrapper_icon=..\..\Zusatzfiles\icon_128.ico
  3. #AutoIt3Wrapper_UseUpx=n
  4. #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
  5. #include <Process.au3>
  6. #include <Inet.au3>
  7. $countvar = 0
  8.  
  9. $serverip = StringReplace(InputBox("GCS Serverconfig","Enter the Serverip:Port :",_GetIP()),":","_") & ".ini"
  10. IniWrite($serverip,"Status","Status","up")
  11. Do
  12. $countvar += 1
  13. $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")
  14. If @error Or $dllink = "" Then ExitLoop
  15. IniWrite($serverip,"Downloads",$countvar,$dllink)
  16. Until 1=2
  17. MsgBox(64,"GCS Servercreator","Now upload the " & $serverip & " to your webspace," & @crlf & "and enter the URL to it in the following formular")
  18. _RunDOS("explorer.exe http://fcbolzplatz.fc.funpic.de/GCS/index.php")
Advertisement
Add Comment
Please, Sign In to add comment