Results 1 to 8 of 8
  1. #1
    consca's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    82
    Reputation
    23
    Thanks
    477
    My Mood
    Goofy

    Cool VERY Simple MySQL Register/Login System [With Source Code and Required Mysql Files]

    MYSQL LOGIN AND REGISTER SYSTEM



    Pre Requirements: (Tried to Keep it as short and straight forward as possible)
    • .NET Framework 4.0
    • Visual Basic 2010
    • Possibly Navicat or any other Mysql Software
    • And also an Encryption Method to Obfuscate Strings


    Step 1:
    Register an Account on any DNS Site. Then Create a DNS With your Current IP.
    ****** | NO-IP

    Step 2:
    Port Forward Port 3306.
    (IF YOU DON'T KNOW HOW I'VE INCLUDED A SIMPLE UPNP PORT FORWARDER IN THE RAR)

    Step 3:


    Step 4:


    Step 5:


    Step 6:


    Step 7:


    Step 8:
    Path:
    Code:
    C:\Windows\System32\drivers\etc\hosts


    Step 9:


    Step 10:


    Step 11:
    Go into the source code and edit the Following Strings.


    YOU'RE ALMOST FINISHED!

    Now you need to Encrypt it and merge the Mysql DLL using an Encryption Software.

    I use .NET Reactor For this.



    QUICK FIXES:

    Add This to The Button1 Click Event
    Code:
     My.Settings.password = AES_Encrypt(TxtPassword.Text, EncryptPassword)
    Add this to Form1.
    Code:
        Private Sub TxtPassword_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TxtPassword.TextChanged
            If TxtPassword.Text.Length < 4 And TxtUsername.Text.Length < 1 Then
                Button1.Enabled = False
            Else
                Button1.Enabled = True
            End If
        End Sub
    
        Private Sub TxtUsername_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TxtUsername.TextChanged
            If TxtPassword.Text.Length < 4 And TxtUsername.Text.Length < 1 Then
                Button1.Enabled = False
            Else
                Button1.Enabled = True
            End If
        End Sub
    When you Change the MySql Password be sure you don't put any odd characters or numbers because it will NOT work.


    Scans:

    File 1 | Scan 1
    File 1 | Scan 2

    File 2 | Scan 1
    File 2 | Scan 2

    Credits:
    Coding the Project: Me
    Tutorial: Me
    Mysql DLL: Some guy, idk who.
    MYSQL Database: Uwamp Guys
    <b>Downloadable Files</b> Downloadable Files
    Last edited by consca; 05-27-2012 at 01:40 PM. Reason: Added More Quick Fixes
    Core i7 @2600k @ 4.7 GHz Cooled By Noctua DH-14 Air | Crossfire XFX 6870s OCed to 1 GHz Core Clock
    16 GB Corsair LP Vengeance 1600MHz | MSI Z68A-G45 (B3) Mobo | Antec 750 Watt Modular PSU


  2. The Following 8 Users Say Thank You to consca For This Useful Post:

    diek12 (04-27-2014),hunterxtzc (10-14-2016),layermode (05-26-2012),Logiinx (07-31-2014),Nercrojuice (05-27-2012),OmgBlufferGotU (05-27-2012),tktee (05-12-2013),WiliamRogers (06-11-2013)

  3. #2
    kolec94's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Davenport,IA
    Posts
    1,784
    Reputation
    2
    Thanks
    104
    realy nice post thanks i was going to do something like this

    [IMG]https://i988.photobucke*****m/albums/af4/mallard247/kolec94.png[/IMG]

  4. #3
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Good Effort !

  5. #4
    Nercrojuice's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    4
    Yeah this is really nice and he is a nice guy. No joke he sat with me for like 2 hours fixing things up for me. Now I think we are sort of working together as a little team! Nice guy & Cool tutorial! +Thanks

  6. #5
    OmgBlufferGotU's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    20
    Reputation
    -28
    Thanks
    2
    Thanks , this is pretty hard but I think I can do it : )

  7. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Nice tutorial, but the code is very unclean and insecure, just saying.



  8. #7
    consca's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    82
    Reputation
    23
    Thanks
    477
    My Mood
    Goofy
    Quote Originally Posted by Blubb1337 View Post
    Nice tutorial, but the code is very unclean and insecure, just saying.
    I threw this together not knowing i was making a tutorial in the process, Sorry for the code :/
    Core i7 @2600k @ 4.7 GHz Cooled By Noctua DH-14 Air | Crossfire XFX 6870s OCed to 1 GHz Core Clock
    16 GB Corsair LP Vengeance 1600MHz | MSI Z68A-G45 (B3) Mobo | Antec 750 Watt Modular PSU


  9. #8
    Nercrojuice's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    4
    Could you please come on skype.
    Even if you log out IT SAYS your online here.......
    Please....
    @consca

Similar Threads

  1. Replies: 6
    Last Post: 10-27-2011, 02:19 AM
  2. [Release] New Rapid Fire Script with Source Code
    By DahInternetz in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 8
    Last Post: 08-24-2011, 05:10 PM
  3. [Tutorial] How to make an injector with source code!
    By Victoria in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 03-14-2011, 12:01 PM
  4. help with source code use.
    By dddrrr in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 05-01-2010, 12:42 PM
  5. Help with source code! Easy fast scope bot!
    By Zoom in forum C++/C Programming
    Replies: 22
    Last Post: 08-21-2009, 09:06 PM