################################################### # File Download Notifier v1.0 # 2006 Apiqo ################################################### # # -- Startup -- # error_reporting(0); $id = $_GET['id']; import_request_variables ('P'); if ($hangi_id != '') { $id = $hangi_id; } # # -- Download File Settings (You may modify the following) -- # $redirection_url = "../gfi.htm"; if ($id == '') { header("Location: $redirection_url"); } if ($id == 1) { $info = "GFI MailEssentials for Exchange/SMTP"; $file = "cdndl.gfi.com/mailessentials.exe"; } if ($id == 2) { $info = "GFI MailSecurity for Exchange/SMTP"; $file = "ftp://ftp.gfi.com/mailsecurity.exe"; } if ($id == 3) { $info = "GFI MailArchiver for Exchange"; $file = "ftp://ftp.gfi.com/mailarchiver.exe"; } if ($id == 4) { $info = "GFI FAXmaker for Exchange/SMTP"; $file = "ftp://ftp.gfi.com/faxmaker.exe"; } if ($id == 5) { $info = "GFI LANguard Network Security Scanner"; $file = "ftp://ftp.gfi.com/languard.exe"; } if ($id == 6) { $info = "GFI LANguard Security Event Log Monitor"; $file = "ftp://ftp.gfi.com/eventsmanager.exe"; } if ($id == 7) { $info = "GFI LANguard Portable Storage Control"; $file = "ftp://ftp.gfi.com/languardpsc2.exe"; } if ($id == 8) { $info = "GFI Network Server Monitor"; $file = "ftp://ftp.gfi.com/networkservermonitor.exe"; } if ($id == 9) { $info = "GFI WebMonitor for ISA Server"; $file = "ftp://ftp.gfi.com/webmon.exe"; } if ($islem == 'send') { # # -- Leech Check -- # $kontrol = true; if ($file == '') { $kontrol = false; } if ($Name == '') { $kontrol = false; } if ($Company == '') { $kontrol = false; } if ($Tel == '') { $kontrol = false; } if ($Email == '') { $kontrol = false; } if ($kontrol == false) { header("Location: $redirection_url"); } $ipsi = $_SERVER["REMOTE_ADDR"]; $tarih = date("d/m/Y H:i"); # # -- Mail Notification (You may modify the following) -- # $mailto = "info@serverhotel.biz"; $header = "From: Download Notifier < info@dck.se >\nX-Mailer: APIQO\n"; $header .="MIME-Version: 1.0\r\n"; $header .="Content-Type: text/html; charset=windows-1254\r\n"; $subject= "File Download Notification"; $body = "
File | $file |
Info | $info |
Name | $Name |
Company | $Company |
Tel | $Tel |
IP | $ipsi |
Date | $tarih |
|