- This topic has 17 replies, 7 voices, and was last updated 17 years ago by Admin.
-
AuthorPosts
-
September 7, 2005 at 2:24 pm #189315AhFoxMember
Hi,
I’m just wondering, how to get a physical ip address of a computer using Visual Basic.
Thank you very much!
Thanks …
September 7, 2005 at 6:18 pm #189332AdminAdministrator@NVYE wrote:
Hi,
I’m just wondering, how to get a physical ip address of a computer using Visual Basic.
Thank you very much!
Thanks …
Text1.Text = Winsock1.LocalIP
you dont have to use a text box you can use a label aswell you can put
Text1.Text = Winsock1.LocalIP
under
Private Sub Command1_Click()
Text1.Text = Winsock1.LocalIP
End Subor
Private Sub Form_Load()
Text1.Text = Winsock1.LocalIP
End Subi included a exsample its downloadable below :
September 7, 2005 at 7:10 pm #189331AhFoxMemberGood stuff … thanks
UMM … I want physical ip adress or MAC ADRESS …
September 8, 2005 at 3:46 am #189330AdminAdministrator@NVYE wrote:
Good stuff … thanks
UMM … I want physical ip adress or MAC ADRESS …
how your really asking for alot there…
September 8, 2005 at 10:45 pm #189329DepartureMemberphysical ip adress
I dont get it am i missing something here?? your so called physical ip address is 127.0.0.1 unless you are on a local network. other than that the ip address is assigned by your ISP while connected to the internet.
But your hardware mac address should’nt be too hard to get
September 8, 2005 at 10:58 pm #189328AhFoxMemberanyway I figured out 🙂 thanks all
Now I would like to get Real Serial Number of Hard drive or CPU serial number …
any idea ??? kekekek
September 9, 2005 at 4:51 am #189327AdminAdministratorEhh? what is the point of needing all this for? CPU serial cannot be changed. then again is it was able to be changed within the computer you are more likly to fuck your computer then you would deleting something in your registry. now as far as getting a the CPU serial as far as i know thats on the chip its self not stored in the computer any where. however i think if you look around Admins site he did in the past release the source code to his anti-ban sounds like you wanna make a anti-ban.
December 13, 2005 at 7:33 am #189326rattled_CageMemberhmmm i decided to slap a lot of diferent code ive found to retrieve some of the info i suspect paltalk bans our merry asses on
i was kind of freaked out when it returned the model numbers of my hard drives
and as to changing the serial numbers of the drive Good luck LOL
you gonna peel the model number off in visual basic ?
the only thing i left of was the volume idcmd /k dir
December 13, 2005 at 7:34 am #189325rattled_CageMemberooops here it is
December 13, 2005 at 2:26 pm #189324AhFoxMemberdamn … this is good stuff man 🙂 …. thanks a whole bunch.
Hey buddy … one question … why are the serials number for C and D are in decimal digits?
Is that a format volume serial number or the hard drive serial number?
December 13, 2005 at 3:22 pm #189323AdminAdministratorGreat, I might just use this for the new ban remover 🙂 thanks a lot man
December 13, 2005 at 7:33 pm #189322rattled_CageMemberhard drive serial number ^^^
the vol-id is created when you format or change with volid.exe
and the serial numbers on that should be on your stickers to your hard drive too ! i dont think these can ever be changed ! like the VIN number on a car
this shows the volid of c:/
April 7, 2006 at 11:19 pm #189321methodMemberHi Guest. I tried your code and i keep getting the following error!! could u help me fix this problem.Thanks
April 9, 2006 at 8:44 am #189320DepartureMemberhehehe you have to add the winsock componate …..
Ctrl + T to bring up the componate window and just tick the box that says “Microsoft winsock control” then click the apply or the ok button.
now you should see a new componate in your tool bar (left side) click on the winsock and place it into your form
January 18, 2007 at 2:34 pm #189319s k 8 e rMemberthat’ll tell u ur ip lol
-
AuthorPosts
Related
- You must be logged in to reply to this topic.