Need a link clicker that can be web-hosted

Joined
Feb 9, 2013
Messages
13
Reaction score
0
Hey guys im looking for a 'program' that can visit a website(url) every x hour or at x hour or even remotely by clicking a link, and it that is able to be hosted in any web hosting website. I don't really know much about programing or if its even possible but thanks for your time!
 
A server can run a script that will load a web page, within the script, from the server's IP, unless you have a list of proxies to use. So those are the limitations.
 
Can't it be set to load it every x hour or remotely? And i dont want to use a proxy list i just need that link to be clicked by the servers ip once every x hour :p
 
What type of link? You could use curl and a cron job
 
Hey guys im looking for a 'program' that can visit a website(url) every x hour or at x hour or even remotely by clicking a link, and it that is able to be hosted in any web hosting website. I don't really know much about programing or if its even possible but thanks for your time!
Do you just need to reload the website in your browser? You could do that easily with an auto refresh addon for firefox.

https://addons.mozilla.org/en-us/firefox/addon/auto-refresh/
 
What type of link? You could use curl and a cron job
Im planing to use a adfly link, im not very good at whriting is there any chance you could wrhite it (i just need the script to load the url every 2hour)

thanks in advence and sorry for my bad english:)
Oh and im whiling to pay tho
 
lol, you're gonna get ban from adfly real fast...

However, the method for educational purposes that you're asking about is essentially a web based click bot;

1. You need a server which allows CRON jobs
2. You need a list of proxies, ideally continually updated
3. You need the script to query the desired link / webpage and
 
lol, you're gonna get ban from adfly real fast...

However, the method for educational purposes that you're asking about is essentially a web based click bot;

1. You need a server which allows CRON jobs
2. You need a list of proxies, ideally continually updated
3. You need the script to query the desired link / webpage and
-Would a webhost like 000webhost works?
-I know what proxys are and i know that adfly don't allow the same ip but i don't want to use proxys
Actually my plan is to upload that script on about 15webhosts and create a loop whit different adfly links from different adfly accounts.
 
Ring ring ring. Hey, 2001 is on the line, they say they want their fraud schemes back!

On a serious note, certainly adfly invokes javascript, which would disqualify any link clicks except real browsers. PHP, nor any other scripting language, will be able to execute the javascript required by adfly.

Certainly you can come up with a money making technique better than this?
 
Back
Top