really old vb program i found on my hard drive

Discussion in 'Programming General' started by htaed, Aug 21, 2008.

really old vb program i found on my hard drive
  1. Unread #1 - Aug 21, 2008 at 7:35 PM
  2. htaed
    Joined:
    Dec 19, 2005
    Posts:
    336
    Referrals:
    0
    Sythe Gold:
    0

    htaed Forum Addict
    Banned

    really old vb program i found on my hard drive

    Just a really old client server mess around program i found on my hard drive from a few years ago,

    [​IMG]

    have a look at it, i remember it being quite amusing when i installed the server onto my brothers computer and kept opening his disc tray and he was like wtf,

    the server is listening on port 7666 and there is a problem with it that it just says listening and doesn't change at all even if your connected to it
     
  3. Unread #2 - Aug 21, 2008 at 9:33 PM
  4. O Glitch O
    Joined:
    Aug 14, 2008
    Posts:
    347
    Referrals:
    0
    Sythe Gold:
    0

    O Glitch O Forum Addict

    really old vb program i found on my hard drive

    Hmmm.... Looks interesting for something just digged up.
     
  5. Unread #3 - Aug 22, 2008 at 12:23 PM
  6. htaed
    Joined:
    Dec 19, 2005
    Posts:
    336
    Referrals:
    0
    Sythe Gold:
    0

    htaed Forum Addict
    Banned

    really old vb program i found on my hard drive

    pretty simple to make, just loads of,

    Code:
    If dat = "opencd" Then
        lRet = mciSendString("set CDAudio door open", returnstring, 127, 0)
    ElseIf dat = "opennotepad" Then
        Shell "notepad.exe"
    
    on the server, and
    Code:
    Private Sub Command3_Click()
    sckClient.SendData "opencd"
    End Sub
    
    Private Sub Command7_Click()
    sckClient.SendData "opennotepad"
    End Sub
    
    on the client, and a few more lines for the connection itself.
     
  7. Unread #4 - Aug 22, 2008 at 12:31 PM
  8. Antman
    Joined:
    Feb 6, 2008
    Posts:
    2,490
    Referrals:
    1
    Sythe Gold:
    0

    Antman Grand Master
    Banned

    really old vb program i found on my hard drive

    I really dont get it, im new to this stuff
     
  9. Unread #5 - Aug 22, 2008 at 10:38 PM
  10. MitBaz
    Joined:
    Jul 31, 2008
    Posts:
    111
    Referrals:
    0
    Sythe Gold:
    0

    MitBaz Active Member
    Banned

    really old vb program i found on my hard drive

    how could i put that on my friends computer and then mess around with him?
     
  11. Unread #6 - Aug 22, 2008 at 10:53 PM
  12. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    really old vb program i found on my hard drive

    It wouldn't really work a lot of the time, unless he has an unsecured modem. Most modern routers block ports that aren't specifically set, so even if you did get the listening server on to his computer, it wouldn't necessarily work.

    The easiest way is physical access to your friend's computer, nonetheless.
     
  13. Unread #7 - Aug 22, 2008 at 11:37 PM
  14. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    really old vb program i found on my hard drive

    Yeah, you would need to actually set this up through the router to get it working. (Port forwarding)

    There are other ways you can do this without portforwarding, like, silently install a bot that takes commands over IRC, then send commands through that or something.

    This will work over a network just fine, though. Just type in the network IP address of the computer, and you can get it working just fine. (Assuming they have the server running.)

    What do Dog/Disney do? o_O
     
  15. Unread #8 - Aug 23, 2008 at 11:45 PM
  16. O Glitch O
    Joined:
    Aug 14, 2008
    Posts:
    347
    Referrals:
    0
    Sythe Gold:
    0

    O Glitch O Forum Addict

    really old vb program i found on my hard drive

    Yeah i was wondering what dog and disney did also
     
< Vb6 Help ? | Need help with something >

Users viewing this thread
1 guest


 
 
Adblock breaks this site