Omg, this is nothing!!!
in vb:
IS THIS SOMETHING? Answer: No.Code:webbrowser1.navigate(textbox1.text)
Omg, this is nothing!!!
in vb:
IS THIS SOMETHING? Answer: No.Code:webbrowser1.navigate(textbox1.text)
Correct, but he wants to make a register app, so PHP or ASP would be the beat choice.
~Vengeance
o.o nice xD this is like a local web register xD
This is just a cheap way of trying to get past sql injection, but its not going to work.
.... nice "release"
The point of this it to stop regpage spamming, that's why I said use an invisible redirect so even if they do the right click -> properties, then it will show the URL to the invisible redirect. Which you can change if your page starts getting DDoS'd.
The MAIN point of this it to just have it bundled in with your client, so once it is installed just double click the application, register, and then they can play.
There's no such thing as an "invisible redirect" - there's different types of requesting a redirect (HTTP tag w/REQUIV attribute, scripting via J/VB, "Location" header, etc), but all are visible some way or other.
Regardless, you launching a distributed attack on one page would be pointless - the server would continue to get flooder, only requests wouldn't be processed; still resulting in a flood causing damage.