1. A program that reads web pages from the server over Internet, simulating browser behavior. 2. A (usually testing) tool that simulates human input events. 3. A programmable hardware machine.
0
votes
0answers
8 views
htaccess file change url structure
I've been trying to rewrite my URL's with a htaccess file, for my wordpress site.
I would change the url structure for better indicization, so I need help to do it.
Home page is at:
www.aaaaa.it/wp
...
0
votes
3answers
50 views
Do search engine bots - crawlers - spiders - etc. have javascript in them?
I don't know how search engine bots work, database entries for robots on my browser records are e.g. Googlebot, msnbot, BingBot, etc.
So I don't know if they have javascript enabled or anything.
Why ...
0
votes
1answer
35 views
Protect text from robots
I need to protect text from robots or other scripts who can auto steal text from website. Very good example is in http://hidemyass.com/proxy-list/ IP addresses are generated with a lot of div and ...
0
votes
0answers
17 views
Refresh Wordpress Site for Visitors & Robots
This is kind of a strange one so bear with me.
I have a wordpress site where I use a random posts widget. Everytime a human visitor visits a page or refreshes a page, the random posts refreshes and ...
0
votes
0answers
50 views
Programming for electro-mechanical robots? [closed]
In which language are electro-mechanical robots programmed. And how to deploy the program ?
1
vote
1answer
96 views
Disallow /feed and /trackback on wordpress robots but Google still indexing
I got a problem with my site and the robots.txt file. I got Disallow for /feed and /trackback url on my robots, but for some reason im still receiving on my Google Webmaster url like ...
0
votes
0answers
184 views
Increase in authorization permission errors - Google Webmaster Tools
"Increase in authorization permission errors "
I have been getting this error for the past 2 nights in webmasters tools for one of my sites, the only change I have made that I think could contribute ...
0
votes
0answers
30 views
Can Web and Search bots/robots trigger JavaScript events in a page?
Can Web and Search bots/robots trigger JavaScript events in a page, while they are indexing and reading a particular page?
Let's say I have a key logger on the website and a following jQuery code:
...
0
votes
0answers
40 views
Finding link embedded in a image from a intermediate webpage
I performed a CURL request on website www.index-of-mp3.com
curl "www.index-of-mp3.com/dosearch.php?search_keyword=staind
and got back the following from the server.
Instead of showing the list of ...
1
vote
1answer
101 views
robots.txt which folders to disallow - SEO?
I am currently writing my robots.txt file and have some trouble deciding whether I should allow or disallow some folders for SEO purposes.
Here are the folders I have:
/css/ (css)
/js/ (javascript)
...
1
vote
3answers
108 views
How to tell if web visitor is a robot
On an ASP website, is there a way to tell whether a visitor is a robot?
I'm thinking there might be a parameter in the ServerVariables collection that could be used, in a similar way to ...
0
votes
1answer
34 views
Robots Text Blocked
header("Content-Type: text/plain; charset=utf-8");
if ($_SERVER['SERVER_PORT'] == 443) {
echo "User-agent: *\n" ;
echo "Disallow: /\n" ;
} else {
echo "User-agent: *\n" ;
echo "Disallow: \n" ;
}
...
3
votes
1answer
65 views
htaccess specify directory and robot file
I hanv a htaccess file I block directories by
Options -Indexes
but I would like to allow admin directory. above code block admin directory too.
Second thing is some of hacker get all directory ...
0
votes
1answer
36 views
Stop google from following my api
OK, I have a website which has a series of buttons which call an api to return informtion relating to products. The problem i have is that google is accessing and following the api every 10 minutes ...
0
votes
2answers
491 views
Robot Operating System ROS book [closed]
I need a book to learn the basics of the ROS architecture. Does anyone know a good book for introduction?
Best regards...
3
votes
4answers
604 views
X-Robots noindex specific page in .htaccess
Can I 'noindex, follow' a specific page using x robots in .htaccess?
I've found some instructions for noindexing types of files, but I can't find instruction to noindex a single page, and what I have ...
0
votes
1answer
53 views
Hide web pages to the search engines robots
I need to hide all my sites pages to ALL the spider robots, except for the home page (www.site.com) that should be parsed from robots.
Does anyone knows how can i do that programmatically?
thx.
3
votes
1answer
97 views
Fighting robot spam different way
I have a website with simple form that posts input as tweets to a twitter account.
There is no captcha or any kind of anti-spam system installed, so it's only logical that spam-bots have been posting ...
0
votes
0answers
94 views
disallow search engine bots, spiders, crawlers for a special directory with htaccess [closed]
Sorry my bad english. But not use robots.txt because my special directory name displayed in robots.txt.
0
votes
1answer
34 views
How to find script error
My site has been down on and off for the last 10 hours. According to my host:
It appears that the image
http://www.yetzira.com/wp-content/uploads/2011/03/ben10.jpg is being
hit hard by a ton ...
0
votes
2answers
511 views
How to restrict access to files in a folder in codeigniter
Hello I have used codeigniter to develop my website but when my website is searched in google , google shows up links to the files (pdf) in a particular folder and user can view these files (pdf) ...
1
vote
1answer
177 views
How to prevent bots from creating sessions in CodeIgniter?
I am using CodeIgniter with sessions stored in my database.
Over a short period of time, a large amount of sessions are created by bots/spiders, etc.
Is there a way of preventing this? Perhaps via ...
0
votes
2answers
126 views
noindex follow in Robots.txt
I have a wordpress website which has been indexed in search engines.
I have edited Robots.txt to disallow certain directories and webpages from search index.
I only know how to use allow and ...
1
vote
2answers
1k views
webmaster tools says robots.txt unreachable, but it exists
I am having real problems with a new website, which I'm trying to configure in google webmaster tools. I keep getting the message 'Unreachable robots.txt' and google says it can't crawl my site as it ...
0
votes
1answer
193 views
Make PHP Web Crawler to Respect the robots.txt file of any website
I have developed a Web Crawler and now i want to respect the robots.txt file of the websites that i am crawling.
I see that this is the robots.txt file structure:
User-agent: *
Disallow: ...
0
votes
1answer
98 views
Stop user control being indexed
To comply with the cookies law, I have created a user control that gets added to various pages in asp.net . The user control basically is the cookie message that appears in a div. The problem is that ...
0
votes
1answer
435 views
How to Block PicScout Bot
I would like to block PicScout Web Robot from accessing my site. I have read that it does not behave like a "good" robot should, so how should I go about doing this?
Please Note: I use a hosted CMS. ...
0
votes
3answers
255 views
stopping spam bots in coldfusion
I am blocking a huge number of bots, except the ones from search engines, and then only allowing 2seconds of session management.
However, spam bots are still able to by-pass these measure and create ...
1
vote
0answers
108 views
how to know if the url is crawled by robots or clicked by user?
Daily I am getting same error from same IP at different time intervals.
Here are details,
<site_name> <same_site_name's_IP> - - [13/May/2012:16:27:30 +0100] "POST ...
-1
votes
2answers
93 views
How to block this kind of URLs in robot.txt file?
here are two set of conditions and I want to block all url with /search/jobdescription? and search/jobdescription/
1) http://<--sitename-->/search/jobdescription?id=0154613&css=a&act=a
...
0
votes
1answer
200 views
How to set noindex and nofollow metas in symfony framework?
I am using symfony 1.0.6 and site structure is as below;
apps/frontend/module/custompages
I want to set 'noindex and nofollow' metas to pages of custompages module.
I tried giving as below:
metas:
...
0
votes
1answer
310 views
Are search-bots or spam-bots able to emulate/trigger JavaScript events?
Are search-bot or spam-bots able to emulate/trigger JavaScript events while they read out the page?
0
votes
0answers
140 views
Godaddy adding code to links when accessed by robots
I moved my website from One.com to Godaddy.com, and eversince robots (thing googlebot, baidu, google webmaster or freesitemapgenerator) have been unable to access pages, as there is a sort of ...
0
votes
1answer
53 views
Google indexed my domain anyway?
I have a robots.txt like below but Google has still indexed my domain. Basically they've indexed mydomain.com but not mydomain.com/any_page
UserAgent: *
Disallow: /
I mean how can I go back further ...
-1
votes
1answer
35 views
wordpress robots [closed]
my permalink was like this %postname%/
then i changed it like this /%post_id%/%postname%/
now the problem is that google bot still indexing postname and report it as not found, so I want to add a line ...
0
votes
2answers
123 views
NSTimer Syntax in Xcode 3
I'm using an old 12" Powerbook for the brains of a mobile robot platform and I'm having trouble getting the NSTimer to compile in XCode 3.2.3. Creating a standard tool in C, Using:
[NSTimer ...
1
vote
0answers
245 views
how to create robotic arms/legs [closed]
update 2: sorry for posting here. didn't know of electronics.stackexchange.com - thanks to Dennis. will post this again in electronics.stackoverflow.com, and moderators to feel free to delete this, or ...
2
votes
1answer
230 views
Output triggered during startup/reset on Arduino
During startup, opening the serial window, and resetting the Arduino triggers all outputs. I need to prevent this, I have a very loud horn connected and it really will scare the audience when I ...
-1
votes
1answer
200 views
How should I stop spam robots? [duplicate]
Possible Duplicates:
Blocking comment spam without using captcha
Alternative to Annoying Captcha in Forms: How to SMELL the difference between a Human Customer and a Spammy Robot?
I need ...
1
vote
1answer
175 views
Google Meta Bots
I have a question:
If I put this code in my website:
<META NAME="robot" CONTENT="noindex,nofollow">
The google won't search the specific page, right? not all website.
0
votes
3answers
371 views
prevent all bots from accessing a page
In asp.net, c# web applciation, is it possible to prevent bots from accessing a particular page?
I want to prevent all bots from accessing the payment page on my site.
1
vote
2answers
264 views
There are books about developing webcrawlers/spiders/robots? [closed]
I searched, but not found any specific book about webcrawlers.
Someone could reccomend one for me?
EDIT: It's for the developing of a webcrawler, algorithms to use, technics, etc, and not to show ...
0
votes
1answer
175 views
Regarding ROS(Meta operating system for robots) software
I am working on the simulation of care-o-bot technologies (beginner to ROS). I read the ROS documentation and found some two similar things i.e. RVIZ and GAZEBO. Would you please tell me the ...
0
votes
0answers
85 views
fetch a website and parse some content [closed]
I want to write a program to fetch a particular website (like a discussion group) and get some information from the web pages.
Can someone recommend any opensource easy to use to do it?
I am testing ...
0
votes
1answer
75 views
How to store big map j2me
I need to create 3000x3000 bit map for coords of my robots. In theory I have a array MxM, M=3000, and if my robot see somthing, then in coords [5][5] example I put 1, if see nothing then 0.
When I ...
1
vote
2answers
465 views
mod_rewrite all robots.txt requests to default file, server-wide
So, I have a development server running OpenSuse with apache. There are loads of projects on this server, some of them have an online/live counterpart.
Each project has a separate subdomain.
How do ...
0
votes
1answer
128 views
robots.txt with Disallow and meta tag that allows
I am responsible for a site with a base URL such as:
https://hello.world.com/my-site/
There is a robots.txt file in https://hello.world.com/robots.txt with the following content:
User-agent: *
...
0
votes
1answer
223 views
Restrict access to iframed domain through anything but its parent frame / domain
I have a site on one domain (say, iframedomain.com), which is loaded via iframe through another domain (say, parentdomain.com) and I want to prevent users from accessing it directly. How do I ensure ...
1
vote
2answers
333 views
Correct way to add robots.txt and hide it?
I have a secret folder on my hosting, which may not be seen by visitors. I've added a robots.txt to htdocs:
User-agent: *
Disallow: /super-private/
However, if a visitor goes to ...
-2
votes
1answer
160 views
A new method to avoid Robots
I've a form with a text input for email. I don't want to use the captcha to avoid robots. But I used to use a method.
I give my email text input a name="courrier" or another name and I create another ...

