Jump to content

i need host server for remote actvation code


KingAT
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...