You are on page 1of 2

procedure TFormLicense.

edt_SerialNoChange(Sender: TObject);

begin

//LicenseIsCracked

if ( v13 == 918765431 || v13 == 201512249 || v13 == 201631665 || v13 == 568568567 )

((_DWORD *)v56 + 8) < 201427624 || *((_DWORD *)v56 + 8) > 201429401;

*((_DWORD *)v56 + 8) < 201529402 || *((_DWORD *)v56 + 8) > 201530985;

*((_DWORD *)v56 + 8) < 201630986 || *((_DWORD *)v56 + 8) > 201632763;

*((_DWORD *)v56 + 8) < 201732764 || *((_DWORD *)v56 + 8) > 201799999;

*((_DWORD *)v56 + 8) < 201427624 || *((_DWORD *)v56 + 8) > 201735000;

36C33F78 918765432 total MAX???

C02D53A 201512250 total MIN???

C018AA8 201427624 MIN

C019199 201429401 MAX

C03183A 201529402 MIN

C031E69 201530985 MAX

C04A50A 201630986 MIN

C04ABFB 201632763 MAX

C06329C 201732764 MIN

C07393F 201799999 MAX

end;~

Packer trace
http://dl1.rahim-soft.org/new1/IntraWEB_Ultimate_Edition_v14.2.5.rar

Stand Alone Server / Service Deployment


When you are developing your application, simply running the SA Server and typing
http://127.0.0.1:8888/$/start on your browser is enough for running your
application.

http://127.0.0.1 stands for the local host, 8888 is the port the embeded web server
is listening to (check TIWServerControllerBase for learning about the Port property)
and /$/start is the IntraWeb command that forces the start of a new user session.

You can also test your application through your network. From another computer,
simply type the IP of the hosting computer (ex: 192.168.100.10) and include the port
number and the new session command: http://192.168.100.10:8888/$/start.

If you can't open the application, please check for proper network settings as well
any firewall/router/proxy/etc rules that may prevent the proper communication.

You might also like