KingAT 0 Posted February 24, 2011 i want lil help for any i have one code and generate serial, but i want host one page for actve and deactive serial any can help? Func __TCPIPTONAME_SZSTRINGREAD($ISZPTR, $ILEN = -1) Local $ASTRLEN, $VSZSTRING If $ISZPTR < 1 Then Return "" If $ILEN < 0 Then $ASTRLEN = DllCall("msvcrt.dll", "ulong_ptr:cdecl", "strlen", "ptr", $ISZPTR) If @error Then Return SetError(1, 0, "") $ILEN = $ASTRLEN[0] + 1 EndIf $VSZSTRING = DllStructCreate("char[" & $ILEN & "]", $ISZPTR) If @error Then Return SetError(2, 0, "") Return SetExtended($ILEN, DllStructGetData($VSZSTRING, 1)) EndFunc $CHECK = _GETUUID() $SOURCE = _INETGETSOURCE("http://shionari.net/higurashi/HWID.txt")] any ideia for i host this and help for build one script for activation remote? Share this post Link to post Share on other sites
Xenobiologist 47 Posted February 24, 2011 There are several hoster out there: http://forum.chip.de/webspace-webserver-webhosting/kostenloser-webspace-160515.html Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites