• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[REL] Basic Licence Login [REL]

Status
Not open for further replies.
Initiate Mage
Joined
Aug 26, 2007
Messages
4
Reaction score
0
Hello... RZ Members, this is my second program that I'm releasing...
It's basically a simple (VERY SIMPLE) Login system that uses the internet to keep track of the Username + Password... / Accounts

You can manually change the usernames and passwords and each time you try to login it'll connect and verify the username and password that the user inputs.

Screenshot:

Macrowave - [REL] Basic Licence Login [REL] - RaGEZONE Forums


or :
Macrowave - [REL] Basic Licence Login [REL] - RaGEZONE Forums


(Note: Tested on Windows XP)

Test it if you like, also use - To scan for results to assure it's safety

I created it using Visual Basic 6 ... I'm still a beginner at VB6
I will probably release source if people want but when I'm finished creating this... (100%)

It's connecting to a form of database storage.
It's not very secure either... As I stated above... 'SIMPLE'

Post comments if you like it or not...

:juggle:

Enjoy

Edit:

Username: 123
Password: 123
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Mar 31, 2007
Messages
276
Reaction score
0
Is it the Source Or The .exe?

EDIT: USELESS!
PLEASE PUT SOURCE.... LOL How Could you Add your program... OMg LOL!

Virus SCans If Anyone Wants it!
AntivirusVersionLast UpdateResultAhnLab-V32007.9.22.02007.09.21-AntiVir7.6.0.152007.09.21-Authentium4.93.82007.09.23-Avast4.7.1043.02007.09.22-AVG7.5.0.4852007.09.22-BitDefender7.22007.09.23-CAT-QuickHeal9.002007.09.21-ClamAV0.91.22007.09.23-DrWeb4.332007.09.22-eSafe7.0.15.02007.09.19-eTrust-Vet31.2.51542007.09.21-Ewido4.02007.09.20-FileAdvisor12007.09.23-Fortinet3.11.0.02007.09.22-F-Prot4.3.2.482007.09.23-F-Secure6.70.13030.02007.09.21-IkarusT3.1.1.122007.09.23-Kaspersky4.0.2.242007.09.23-McAfee51252007.09.21-Microsoft1.28032007.09.23-NOD32v225442007.09.21-Norman5.80.022007.09.21-Panda9.0.0.42007.09.22-Prevx1V22007.09.23-Rising19.41.60.002007.09.23-Sophos4.21.02007.09.22-Sunbelt2.2.907.02007.09.22-Symantec102007.09.23-TheHacker6.2.5.0662007.09.22-VBA323.12.2.42007.09.22-VirusBuster4.3.26:92007.09.22-Webwasher-Gateway6.0.12007.09.21-
 
Initiate Mage
Joined
Aug 26, 2007
Messages
4
Reaction score
0
It's just .exe

I'm most likely going to release source after when I get MySQL functions 100%
I'm at 40% ... after that it'll be more secure and safer IMO :punch:

@ @Chamillionaire:

I'll release the source when I get MySQL 100% right now it's connectivity works still but is not 100% through MySQL database...

But if you want the source... It's incomplete still but your choice
 
Experienced Elementalist
Joined
Mar 31, 2007
Messages
276
Reaction score
0
^^^^^ Dude I'll Give You MySQL LOL logins Fricken Easy:
5 second Code:
Private Sub Command2_Click()
If Text3.Text = "demo" Then GoTo username1
If Text3.Text = "1" Then GoTo username2
MsgBox "Incorrect password, please try again"
username1:
If Text4.Text = "demo" Then Load frmMain
username2:
If Text4.Text = "1" Then Load frmMain
End Sub
Add The Texts yourself...
 
Mythic Archon
Loyal Member
Joined
Aug 11, 2007
Messages
758
Reaction score
0
lmao what does it do like let u log onto habbo wif ouit signin inn
 
Experienced Elementalist
Joined
Aug 15, 2007
Messages
223
Reaction score
0
yeah cool nice awesome ya!!

Regards
saddiqiqbal
 
Junior Spellweaver
Joined
Jun 14, 2007
Messages
166
Reaction score
0
I would like something like that :)
U login
My logo appears
Then goes to loader :D
 
Experienced Elementalist
Joined
Mar 31, 2007
Messages
276
Reaction score
0
Yo T Oli Pm my I Could Create A .exe thingy that You Just put On your Site And Tell people TO DL And put Like scans or What Ever And You login... Shows Splash Screen the Loader
 
Skilled Illusionist
Joined
Jul 1, 2007
Messages
367
Reaction score
1

Lol, good release, for what you've done.

It looks good.
 
Newbie Spellweaver
Joined
Apr 20, 2007
Messages
12
Reaction score
0
ROFL this aint no SSO login.... its more like
If text1.text="name" and text2.text="pass" then form2.show
else msgbox "Wrong pass or username..."
 
Experienced Elementalist
Joined
Mar 31, 2007
Messages
276
Reaction score
0
^^^ LOL Ya! Externalhacker... But I Do Mine Da other Way... Whats the Point If Rekeaseing This... Realse When you get Somin in It Or Release the Source....

EDIT: ExternalHack Your Mean this Code?

'Un = Username
'PW = Password
'Command1 Could Be changed To like send Or OK
Private Sub Command1_Click()
If UN.Text = "123" And PW.Text = "123" Then
Form2.Show
Else: MsgBox "Wrong Pass or Username"
End If
End Sub


'If You Wanna Add Another User
Private Sub Command1_Click()
If UN.Text = "5ab" And PW.Text = "45" Then
Form2.Show
Else: MsgBox " Wrong Pass"
End If
If UN.Text = "Chamil" and Pw.Text = "FUKYOU" Then
Form2.Show 'Change Form2 To the Load Form
Else: MsgBox "Wron Pass"
End If
End Sub
 
Initiate Mage
Joined
Aug 26, 2007
Messages
4
Reaction score
0
...

If you guys don't believe that, ask me to make a password and I'll change the pass to it.
You won't need to download it again.

:juggle:

Plus I'm almost done I just need to upload the MySQL, btw you need MySQL Connector 3.5
 
Experienced Elementalist
Joined
Mar 31, 2007
Messages
276
Reaction score
0
OMG.... It's SO Ducking Easy To CODE That! And MySQL Connector 3.5 Is Easy Ta Get.... LOL Y mySQL Connector 3.5???

And WHo Cares the Source Is Upthere people Can make And Change PW Them Selves....
 
Junior Spellweaver
Loyal Member
Joined
Jan 23, 2007
Messages
175
Reaction score
0
lmao what does it do like let u log onto habbo wif ouit signin inn
What do you mean? Learn English and explain how you said it in english.

ROFL this aint no SSO login.... its more like
If text1.text="name" and text2.text="pass" then form2.show
else msgbox "Wrong pass or username..."
He didn't say that is a sso login so don't blame it on him it's his 2th progress
so let him go ;l so was you also with you're first release that you get all negativ comments so you give him negativ comments for his 2th progress

OMG.... It's SO Ducking Easy To CODE That! And MySQL Connector 3.5 Is Easy Ta Get.... LOL Y mySQL Connector 3.5???

And WHo Cares the Source Is Upthere people Can make And Change PW Them Selves....
This isn't a mysql connecter you know also that isn't a mysql connecter so why you said it..
 
Been here for 1 year. ☆
Joined
Sep 1, 2007
Messages
325
Reaction score
0
Agh, not my type of thing...

The THREAD REVIVER! Woo! :p

Thanks,
MatthewRulz!
 
Status
Not open for further replies.
Back
Top