Adblock breaks this site

really old vb program i found on my hard drive

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

  1. htaed

    htaed Forum Addict
    Banned

    Joined:
    Dec 19, 2005
    Posts:
    336
    Referrals:
    0
    Sythe Gold:
    0
    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
     
  2. O Glitch O

    O Glitch O Forum Addict

    Joined:
    Aug 14, 2008
    Posts:
    347
    Referrals:
    0
    Sythe Gold:
    0
    really old vb program i found on my hard drive

    Hmmm.... Looks interesting for something just digged up.
     
  3. htaed

    htaed Forum Addict
    Banned

    Joined:
    Dec 19, 2005
    Posts:
    336
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  4. Antman

    Antman Grand Master
    Banned

    Joined:
    Feb 6, 2008
    Posts:
    2,490
    Referrals:
    1
    Sythe Gold:
    0
    really old vb program i found on my hard drive

    I really dont get it, im new to this stuff
     
  5. MitBaz

    MitBaz Active Member
    Banned

    Joined:
    Jul 31, 2008
    Posts:
    111
    Referrals:
    0
    Sythe Gold:
    0
    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?
     
  6. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    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.
     
  7. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    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
     
  8. O Glitch O

    O Glitch O Forum Addict

    Joined:
    Aug 14, 2008
    Posts:
    347
    Referrals:
    0
    Sythe Gold:
    0
    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 >


 
 
Adblock breaks this site