Thread: Register

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,167
    My Mood
    Blah

    Register

    CAN someone give me good link of tut for SQL register ?

    New Windows 8 Injector!
    Newest Windows 8 Injector (Fast and very X-Mas) !
    My web browser for computer . Selling how to make that for 30 $ or less


  2. #2
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    someone* can*, but will anyone here actually do* it, idk.

    Last edited by abuckau907; 01-04-2013 at 09:13 AM.

  3. #3
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Googling is hard.

    First learn how to work with SQL (selects, updates, deletes, inserts, queries pretty much)
    Second learn how to apply it with .NET (Google again?)
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  4. #4
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,167
    My Mood
    Blah
    Quote Originally Posted by 'Bruno View Post
    Googling is hard.

    First learn how to work with SQL (selects, updates, deletes, inserts, queries pretty much)
    Second learn how to apply it with .NET (Google again?)
    Thanks for your excellent help but no :P , ill find some good tut here :P

    New Windows 8 Injector!
    Newest Windows 8 Injector (Fast and very X-Mas) !
    My web browser for computer . Selling how to make that for 30 $ or less


  5. #5
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by tynab View Post

    Thanks for your excellent help but no :P , ill find some good tut here :P
    Are you that stupid? Come on, listen at least to the guy that is actually telling you how to do it the correct way.

    One of the reasons I left minion.. Everyone is a leecher.. jeez
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  6. #6
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,167
    My Mood
    Blah
    Quote Originally Posted by 'Bruno View Post


    Are you that stupid? Come on, listen at least to the guy that is actually telling you how to do it the correct way.

    One of the reasons I left minion.. Everyone is a leecher.. jeez
    i know , but now i need to make that register and then i'll add those things

    New Windows 8 Injector!
    Newest Windows 8 Injector (Fast and very X-Mas) !
    My web browser for computer . Selling how to make that for 30 $ or less


  7. #7
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    Quote Originally Posted by tynab View Post

    i know , but now i need to make that register and then i'll add those things
    Why would you do the make the registration first when you know nothing about sql???

  8. #8
    itzuqkhie's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    You need to download SQL connector, then you should connect to your Online Database and Login, from that make a table on your Database set column name to username password etc. In your VB, code it like if a textbox's text is equal to yourdb.table.user.

  9. #9
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by itzuqkhie View Post
    You need to download SQL connector, then you should connect to your Online Database and Login, from that make a table on your Database set column name to username password etc. In your VB, code it like if a textbox's text is equal to yourdb.table.user.
    Keep in mind you will have to store your SQL login data in your source code this way...Even if it is encrypted, it is VERY insecure.



  10. #10
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by Blubb1337 View Post
    Keep in mind you will have to store your SQL login data in your source code this way...Even if it is encrypted, it is VERY insecure.
    Best way = Use a locally hosted PHP file that sends the login result back.

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  11. #11
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by rileyjstrickland View Post
    Best way = Use a locally hosted PHP file that sends the login result back.
    Locally hosted? No.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  12. #12
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by Jason View Post


    Locally hosted? No.
    You didn't understand what I meant.

    Locally hosted on YOUR server.

    App Sends Info -> Server Checks if valid -> Returns result


    None of your SQL info is easily grabbed.

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  13. #13
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by rileyjstrickland View Post
    You didn't understand what I meant.

    Locally hosted on YOUR server.

    App Sends Info -> Server Checks if valid -> Returns result


    None of your SQL info is easily grabbed.
    LOL. "Locally hosted...on your server" is remotely hosted. Saying it's "locally hosted" just leads to confusion as it's very common to have a local server running php in a dev environment. If it's on a remote host then yes, that is the generally accepted way of accessing data safely.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  14. #14
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by Jason View Post


    LOL. "Locally hosted...on your server" is remotely hosted. Saying it's "locally hosted" just leads to confusion as it's very common to have a local server running php in a dev environment. If it's on a remote host then yes, that is the generally accepted way of accessing data safely.
    It's more fun to be confusing

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  15. #15
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Do it with PHP

Page 1 of 2 12 LastLast

Similar Threads

  1. Help with registering
    By vibhavrocks in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 05-19-2007, 04:17 PM
  2. help with register
    By EyalZamir in forum WarRock Korea Hacks
    Replies: 1
    Last Post: 05-12-2007, 11:45 AM
  3. 10,000'th Member Registered
    By arunforce in forum News & Announcements
    Replies: 0
    Last Post: 09-04-2006, 09:57 PM
  4. help registering
    By Skurdz in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-13-2006, 07:26 PM