Link clicker-bot? I'm looking for a program that will run in either mozilla or IE or something like that that will visit links on a website automatically just quickly going from page to page and then stopping after it's gone through the whole site. Is there such a thing? Like a program to check all the links and pages in a website to make sure.
I want to make a program
What this script should do is:
- Top free link click bot downloads. Link Click'n Go 2001 lets you create a starting Web page with your favorite links and e-mail addresses. Aim is to write a open source click bot.
- A great adfly auto clicker tool. This great paid link shortener auto clicker bot is a real easy way to tweak your adfly income and for a chance to make even more money with other link shorteners.
- First go a webpage 'www.site.com/index.php'
- Then start clicking every URL in the site until it matches with 'www.site.com/sitemap.xml'
- Then the bot should come back to my site and say that 'sitemap.xml has been found'.
Can anyone tell me how to do this?
Thanks
1 Answer
Check out curl for PHP. With it, you will be able to get the contents of a URL in a string. Then you can examine it, find the other links, and do the same until you find it.
--
It doesn't matter if the URL is shortened, CURL will get you to the actual page, there are options to follow redirects.
Also, if you already know the URL that the webpage you're looking for is in, you can just get call curl with that url and check if it exists.
no_ripcordno_ripcordprotected by bmarguliesJul 8 '11 at 18:27
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Not the answer you're looking for? Browse other questions tagged phpjavascripthtml or ask your own question.
Hi all,
I'm hoping you can upvote my link as I'm trying to get sufficient karma to stop the captcha.
I've written a bot that moderates the referral link posts on /r/churning. A few bad apples have made moderating those posts a nightmare by trying to post duplicate links. This bot allows the mods to configure threads and thread-specific rules and regular expressions to filter out valid links as well as scan for duplicates.
Auto Link Clicker Online
It's still in the development phase, but it's getting close to 100% and I'm trying to put it through a rigorous round of tests, but the captcha has been proving annoying.
Feel free to ask questions - thanks!