• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Website errors - what are these files?

metroplex

Golden Member
Now that I registered my own domain name and found a webhosting service, I got my site up and running but found some peculiar errors:

I found over 60 errors where ppl attempted to access these files/directories:

/_vti_bin/shtml.exe/_vti_rpc

/_vti_inf.html

/robots.txt

/animate.js

I only get about 100 hits (on average) a day and so far these (each) have about 60 hits.

I found 99 hits for favicon.ico and found that it was just used for bookmarks where you have a custom icon for your site that shows up in ppl's IE favorites bookmarks.

But what are these other things? I never had them on my site before so I don't know why ppl would try to access them.
 
robots.txt is a file that can be used to specify which pages on your site automated serach-engine robots shouldn't use when creating search engine indexes.

The /vti_ things are frontpage configuration info.

Don't know about animate.js
 
Who is your webhost and what control panel (cPanel, Ensim, Plesk, Ikonware, H Sphere) are they using?
 
well I was asking because this isn't related to 8-95 or the ensim control panel, these are errors generated from ppl that have visited my site (logged in the admin control panel).

I.e.

You go to my site and attempt to visit \pamela_anderson\ and there'd be a 404.

This gets logged in the report and I see 1 account of someone trying to visit \pamela_anderson

I don't see how ensim or 8-95 would be directly related to this.
 
The robots.txt file is being accessed by search engine spiders. Don't worry about it if you don't have this file. The vti's are frontpage. The js is a file for some javascript you're using.

Most likely, you've got some issues with the coding in your site. What's the domain and what did you use to design the site?
 
Yeah, but you might have something in there that you put in with Dreamweaver accidentally or thought you removed.
 
Originally posted by: jjones
The robots.txt file is being accessed by search engine spiders. Don't worry about it if you don't have this file. The vti's are frontpage. The js is a file for some javascript you're using.

Most likely, you've got some issues with the coding in your site. What's the domain and what did you use to design the site?
Half right, I believe. robots.txt is indeed read by most quality search engines out there; for example, read this page to see how Google handles robots.txt. Quick fix for this, though: "If you just want to prevent the "file not found" error messages in your webserver log, create an empty file named robots.txt."

Accesses to /_vti_whatever are likely to be hacked/virused computers instructed by their masters to scan the web for sites to hack using FrontPage extensions. Theoretically, tracing and notifying the owners of said computers to tell them their computers are being used for nefarious purposes would be best. Realistically, ignore them and move on.

/animate.js is a new one. Something on your server might be broken? .js is a JavaScript file.
 
I have seen similar errors, but never bothered looking into them. Not only that, but I have seen people searching for image directories like "www.domain.com/pictures". What's up with that? Directory surfing?
 
Originally posted by: TommyVercetti
I have seen similar errors, but never bothered looking into them. Not only that, but I have seen people searching for image directories like "www.domain.com/pictures". What's up with that? Directory surfing?

I hate allowing people to directory surf on my domains so I turn off directory listings by adding 1 line of code to the .htaccess file

http://www.hostingmyway.com <--- Directory listings turned OFF

http://www.bofadeals.com <--- Directory listings turned ON
 
Ok update:

I noticed the animate.js error occurs in the main root of my site and I know for a fact I did not use anything remotely resembling javascript for my main root page.

it has to be someone searching for this file specifically, not one of my websites or the HTML code looking for a javascript file.
 
There are lots of automated crawlers out there looking for security holes, email addresses to collect, etc. I get a lot of requests for form mail....it's possible for a remote user to use a website's form mail to send out spam....I don't understand why people use it when it's fairly simple to come up with your own form to send email using PHP...plus there are tons of website's online that will give you examples of how to do it. If there weren't so many incompetent people with web sites the internet would be a better place😀
 
Back
Top