Hay ther i try to get the current date from the internet for a login system.
for now im using @mon @year ... to get current date but you could easily crack this system.
it would be nice if i could get the current date from a website or something to avoid this problem
if anyone has an idee pls tell me
gretz usbstick
sry for my bad english
That _NTP_FT function seems not to work behind a proxy.
I use this function to get the date which should be accurate.
#include <Array.au3>
Global $iError = 0, $oErrorChk = ObjEvent("AutoIt.Error", "ObjErrChk")
$aResult = GetDateFromINet()
If @error Then
ConsoleWrite("Error connecting to internet!" & @CRLF)
Else
_ArrayDisplay($aResult)
EndIf
Func GetDateFromINet($bProxy = False, $sProxy = "", $sURL = "http://www.google.