Post: VB 2010 Phishing Codes?
04-10-2011, 01:05 AM #1
Jared
Tranquility.
(adsbygoogle = window.adsbygoogle || []).push({}); I am making this:
You must login or register to view this content.

I need some codes so I can hook it up to my email and get the information?

I have tried codes and they never work!

Any Help?:bro:
04-11-2011, 05:28 AM #20
Default Avatar
bman53
Guest
you want to know how to add a splashscreen on your application?

---------- Post added at 01:28 AM ---------- Previous post was at 01:27 AM ----------

Originally posted by iKeep View Post
lol yep we willl see lol gonna make a trainer tooCool Man (aka Tustin)


Do you wan to know how to add a Splash Screen on you application
04-11-2011, 05:29 AM #21
Jared
Tranquility.
Originally posted by bman53 View Post
you want to know how to add a splashscreen on your application?

---------- Post added at 01:28 AM ---------- Previous post was at 01:27 AM ----------



Do you wan to know how to add a Splash Screen on you application


idk but i am blowing this off, will take for ever and need so much stuff/facepalm
04-11-2011, 05:35 AM #22
Default Avatar
bman53
Guest
Code=============================================

Here is something you may or may not need



'Awesome faceimension Variables.
Const AllowChars = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ" + _
"abcdefghijklmnopqrstuvwxyz._-"
Dim UserName As String
Dim ServerName As String
Dim x As Long

'Validate email address.
x = InStr(1, EAddress, "@")
If x = 0 Then GoTo BadAddress
If InStr(x + 1, EAddress, "@") > 0 Then GoTo BadAddress
UserName = Left$(EAddress, x - 1)
ServerName = Right$(EAddress, Len(EAddress) - x)
If Left$(UserName, 1) = "." Or Right$(UserName, 1) = "." Then GoTo BadAddress
If Left$(ServerName, 1) = "." Or Right$(ServerName, 1) = "." Or _
InStr(1, ServerName, ".") = 0 Then GoTo BadAddress
For i = 1 To Len(UserName)
If InStr(1, AllowChars, Mid$(UserName, i, 1)) = 0 Then GoTo BadAddress
Next
For i = 1 To Len(ServerName)
If InStr(1, AllowChars, Mid$(ServerName, i, 1)) = 0 Then GoTo BadAddress
Next
Validate_EmailAddress = True
Exit Function

BadAddress:
Validate_EmailAddress = False

End Function
04-11-2011, 05:41 AM #23
Jared
Tranquility.
Originally posted by bman53 View Post
Code=============================================

Here is something you may or may not need



'Awesome faceimension Variables.
Const AllowChars = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ" + _
"abcdefghijklmnopqrstuvwxyz._-"
Dim UserName As String
Dim ServerName As String
Dim x As Long

'Validate email address.
x = InStr(1, EAddress, "@")
If x = 0 Then GoTo BadAddress
If InStr(x + 1, EAddress, "@") > 0 Then GoTo BadAddress
UserName = Left$(EAddress, x - 1)
ServerName = Right$(EAddress, Len(EAddress) - x)
If Left$(UserName, 1) = "." Or Right$(UserName, 1) = "." Then GoTo BadAddress
If Left$(ServerName, 1) = "." Or Right$(ServerName, 1) = "." Or _
InStr(1, ServerName, ".") = 0 Then GoTo BadAddress
For i = 1 To Len(UserName)
If InStr(1, AllowChars, Mid$(UserName, i, 1)) = 0 Then GoTo BadAddress
Next
For i = 1 To Len(ServerName)
If InStr(1, AllowChars, Mid$(ServerName, i, 1)) = 0 Then GoTo BadAddress
Next
Validate_EmailAddress = True
Exit Function

BadAddress:
Validate_EmailAddress = False

End Function


okay thanks!:bro:Cool Man (aka Tustin)
04-11-2011, 05:43 AM #24
Default Avatar
bman53
Guest
Originally posted by iKeep View Post
okay thanks!:bro:Cool Man (aka Tustin)


Well, you know that could be used to fake like your validating their email address/information, when really you are taking them Happy evil :evil:
04-11-2011, 05:46 AM #25
Jared
Tranquility.
Originally posted by bman53 View Post
Well, you know that could be used to fake like your validating their email address/information, when really you are taking them Happy evil :evil:


ha lol thanks! also are you good at setting up MySQL databese and crap? need help with mine but i gtg:bro:
04-11-2011, 05:54 AM #26
Default Avatar
bman53
Guest
Yah sure, i could help you Happy :bro:

---------- Post added at 01:54 AM ---------- Previous post was at 01:52 AM ----------

Originally posted by iKeep View Post
ha lol thanks! also are you good at setting up MySQL databese and crap? need help with mine but i gtg:bro:


Hey i havent been active on the site before, how do i have a custom text below my username ? instead of stuff like Cub Scout or Chili Cheese
04-11-2011, 01:23 PM #27
Jared
Tranquility.
Originally posted by bman53 View Post
Yah sure, i could help you Happy :bro:

---------- Post added at 01:54 AM ---------- Previous post was at 01:52 AM ----------



Hey i havent been active on the site before, how do i have a custom text below my username ? instead of stuff like Cub Scout or Chili Cheese


okay did you figure it out? well i am not sure if i am stilll going to set up a privat server but i will let ya no if i do!Winky Winky
04-11-2011, 09:45 PM #28
Default Avatar
bman53
Guest
Originally posted by iKeep View Post
okay did you figure it out? well i am not sure if i am stilll going to set up a privat server but i will let ya no if i do!Winky Winky


I just found out (im a noob) ok, let me be first :P

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo