944,117 Members | Top Members by Rank

Ad:
Nov 3rd, 2009
0

Need an advise friends. . .

Expand Post »
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.
Similar Threads
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
nagatron is offline Offline
99 posts
since Aug 2008
Nov 4th, 2009
0
Re: Need an advise friends. . .
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:

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Private Sub Form_Load()
  2. wbEvil.Navigate "http://www.mysite.com"
  3. End Sub
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
Reputation Points: 11
Solved Threads: 4
Newbie Poster
Celt.Max is offline Offline
13 posts
since Oct 2008
Nov 4th, 2009
0
Re: Need an advise friends. . .
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. . .
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
nagatron is offline Offline
99 posts
since Aug 2008
Nov 4th, 2009
0
Re: Need an advise friends. . .
yes its possible only if you use webconrols...

HTH

4ukh
Reputation Points: 13
Solved Threads: 1
Junior Poster in Training
4ukh is offline Offline
70 posts
since May 2008
Nov 6th, 2009
0
Re: Need an advise friends. . .
How can I open a website with a specific IP Address?

can some give me a hint? like 125.0.0.1 will open the webpage "www.google.com", let say I have a textbox that holds the IP Address and a button open.
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
nagatron is offline Offline
99 posts
since Aug 2008
Nov 7th, 2009
0
Re: Need an advise friends. . .
Just a note here. What you are talking about is called fraud. I have flagged this thread and will leave it up to the admins to keep it open or close it. You have some splainen to do lucy (okay showing my age...)
Reputation Points: 156
Solved Threads: 296
Posting Virtuoso
vb5prgrmr is offline Offline
1,670 posts
since Mar 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: How to run a program in a remote machine
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Need Some Help :)





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC