C# - Register Application

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: C# - Register Application

    Omg, this is nothing!!!

    in vb:

    Code:
    webbrowser1.navigate(textbox1.text)
    IS THIS SOMETHING? Answer: No.

  2. #17
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: C# - Register Application

    Quote Originally Posted by Tyggo View Post
    Purple, you should just use ASP.Net (Visual Web Developer) and create your own User Creation Wizard.

    ~Vengeance
    ASP.NET is meant to be used for server-sided scripts; not browser-type applications.

  3. #18

    Re: C# - Register Application

    Correct, but he wants to make a register app, so PHP or ASP would be the beat choice.

    ~Vengeance

  4. #19
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: C# - Register Application

    Quote Originally Posted by Tyggo View Post
    Correct, but he wants to make a register app, so PHP or ASP would be the beat choice.

    ~Vengeance
    No, he wants to make a program that accesses the registration script, not the actual script itself.

  5. #20
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: C# - Register Application

    Quote Originally Posted by XZeenon View Post
    0/10 srry... very bad. besides when it redirects all they have to do is right click the web browser and hit properties.... and yeah it fails.
    didn't we discuss this on msn, about a similar thread on GZP?

  6. #21
    Account Upgraded | Title Enabled! X-Weaver is offline
    MemberRank
    Jan 2009 Join Date
    XDLocation
    443Posts

    Re: C# - Register Application

    o.o nice xD this is like a local web register xD

  7. #22
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: C# - Register Application

    This is just a cheap way of trying to get past sql injection, but its not going to work.

  8. #23
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: C# - Register Application

    Quote Originally Posted by Joe9099 View Post
    This is just a cheap way of trying to get past sql injection, but its not going to work.
    No, that's not the point - the point is to look "pretty".

    And, this does nothing to sanitize data before it's sent.

  9. #24
    Account Upgraded | Title Enabled! 4ndr34s is offline
    MemberRank
    Sep 2007 Join Date
    At My Home O_oLocation
    587Posts

    Re: C# - Register Application

    .... nice "release"

  10. #25
    WowIwasSuperCringeB4 XZeenon is offline
    MemberRank
    Jun 2008 Join Date
    CanadaLocation
    1,405Posts

    Re: C# - Register Application

    Quote Originally Posted by Joe9099 View Post
    This is just a cheap way of trying to get past sql injection, but its not going to work.
    Well... I tried that the other day... And I'm not sure if it worked or not because I don't SQL Inject. I released it. Where you enter your data hit submit and tada.

  11. #26
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: C# - Register Application

    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.

  12. #27
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: C# - Register Application

    Quote Originally Posted by purpleCRAYON View Post
    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.



Page 2 of 2 FirstFirst 12

Advertisement