| | |
Need an advise friends. . .
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Aug 2008
Posts: 77
Reputation:
Solved Threads: 0
Is it possible to make a program using VB where you let people visit a site and get their IP address and use their IP address to click the link which is inside the site they visit?
Ex.
My site location is: http://www.mysite.com
And this site contain one link name "Click Me"
If someone visit the http://www.mysite.com I will be able to get their IP Address and that IP Address will be use to click the "Click Me" link.
Ex.
My site location is: http://www.mysite.com
And this site contain one link name "Click Me"
If someone visit the http://www.mysite.com I will be able to get their IP Address and that IP Address will be use to click the "Click Me" link.
•
•
Join Date: Oct 2008
Posts: 10
Reputation:
Solved Threads: 4
0
#2 34 Days Ago
If you'd like to visit some site through the vb application (i was developing only in Visual Studio 6), it's all about adding a "Microsoft Internet Controls" into your component panel and then just lay it on your form window. This control needs an Internet Explorer browser installed on the users computer. If you want to connect to the site directly when opening the form, try this:
where wbEvil is the name of the WebBrowser object. Every other code (how to redirect from your page to next one, etc...) is the question of web developing.
Hope you're not going to use it for an evil purposes :-D
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
Private Sub Form_Load() wbEvil.Navigate "http://www.mysite.com" End Sub
Hope you're not going to use it for an evil purposes :-D
•
•
Join Date: Aug 2008
Posts: 77
Reputation:
Solved Threads: 0
0
#3 34 Days Ago
I was just planning if there is a way on how to increase web traffice through the use of VB Application if it is possible. . .=) Now the key to that is through the use of IP Address. . .a unique visitor must visit a site once in 24hrs and they will determine that through IP Address.
I already know how to get someone's IP address but the only problem is, how to use these IP to visit a site. It is like a mask, my IP will be mask by other IP so it will be consider as IP unique visitor. I can't click a site 300,000x. So if I get 300,000 ip addresses, so there will be 300,000 visitors a day. I think I am not crossing some sort of line, it is just about web traffic. . .I am not going to use these IP for some illegal purpose like the movie "UNTRACEABLE." It is purely for web traffic. . .
I already know how to get someone's IP address but the only problem is, how to use these IP to visit a site. It is like a mask, my IP will be mask by other IP so it will be consider as IP unique visitor. I can't click a site 300,000x. So if I get 300,000 ip addresses, so there will be 300,000 visitors a day. I think I am not crossing some sort of line, it is just about web traffic. . .I am not going to use these IP for some illegal purpose like the movie "UNTRACEABLE." It is purely for web traffic. . .
![]() |
Similar Threads
- My Mac Hate Blog (Apple Hardware)
- Would you pay membership to an online community so you wont get ads? (Social Media and Online Communities)
- Advise me forum friends (Community Introductions)
- Friends list (PHP)
- Please read this hijack log and advise (Viruses, Spyware and other Nasties)
- DNS error - please advise on HiJack log (Viruses, Spyware and other Nasties)
- Hard Drive (Storage)
- Hard Drive Detection Problem (Storage)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: How to run a program in a remote machine
- Next Thread: Need Some Help :)
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age append application basic beginner birth bmp calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver subroutine table tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





