Tagged Questions

2
votes
5answers
54 views

PHP Detecting bot-like behavior

I am attempting to build a system that only shows users a CAPTCHA when bot-like behavior is detected. Here are the behaviors that I am currently looking for when somebody is fillin …
3
votes
1answer
51 views

microsoft robotics: cheap but very extensible robot?

Is there any cheap and very extensible robot kit, which can work with Microsoft Robotics? I want to have a great choice of cool parts for a robot to buy :) If where is no such …
1
vote
1answer
43 views

robots.txt syntax question.

Hello guys. I have a few doubts about this robots file. User-agent: * Disallow: /administrator/ Disallow: /css/ Disallow: /func/ Disallow: /images/ Disallow: /inc/ Disallow: /js/ …
5
votes
6answers
172 views

What is Robot Army Testing?

What is Robot Army Testing? Where is it used? How can I learn it?
3
votes
4answers
111 views

Do robots crawl iframes?

Is it common for robots to crawl inside iframes? And how do they do that? Do they index it instantly or do they just 'remember' the URL and continue sometimes later?
3
votes
5answers
822 views

What’s a good Web Crawler tool

I need to index a whole lot of webpages, what good webcrawler utilities are there? I'm preferably after something that .NET can talk to, but that's not a showstopper. What I real …
1
vote
2answers
98 views

Detect Robot on Server??

Hi, This question sort of extends my other question on robots and captcha. I did what everyone recommend (thanks everyone!), however is it at all possible to detect a robot on the …
0
votes
4answers
115 views

How to track all website activity and filtering web robot data

I'm doing a very rudimentary tracking of page views by logging url, referral codes, sessions, times etc but finding it's getting bombarded with robots (Google, Yahoo etc). I'm wond …
2
votes
6answers
244 views

How to Verify whether a Robot is Entering Information

Hi All, I have a web form which the users fill and the info send to server and stored on a database. I am worried that Robots might just fill in the form and I will end up with a …
3
votes
1answer
122 views

Are there any CRobots style games that support robots written in more than one language?

Many years ago, just as I was getting started with programming, I ran into some programming games in the style of CRobots (I don't think it actually was CRobots, but a clone of sor …
1
vote
2answers
324 views

Pathfinding Algorithm for Robot

I have a robot that uses an optical mouse as a position track. Basically, as the robot moves it is able to track change in X and Y directions using the mouse. The mouse also tracks …
4
votes
4answers
286 views

How do I stop search engines indexing a maintenance page

I need to setup a maintenance page for a website I'm running, e.g. for display when I'm performing site maintenance (scheduled downtime) or if something really breaks and I need to …
1
vote
2answers
214 views

Robots.txt: allow only major SE

Is there a way to configure the robots.txt so that the site accepts visits ONLY from Google, Yahoo! and MSN spiders?
4
votes
5answers
514 views

Should I get rid of bots visiting my site?

I have been noticing on my trackers that bots are visiting my site ALOT. Should I change or edit my robots.txt or change something? Not sure if thats good, because they are indexin …
8
votes
4answers
315 views

Googlebots Ignoring robots.txt?

I have a site with the following robots.txt in the root: User-agent: * Disabled: / User-agent: Googlebot Disabled: / User-agent: Googlebot-Image Disallow: / And pages within …