Your one source for online videos. On this site you will be able to view public domain, funny, owned, classic and many other types of videos for your entertainment. Enjoy!
This 1954 film documents where and why the Civil War happened. The
American Civil War (sometimes the War between the States, or simply the
Civil War) was a civil war fought from 1861 to 1865 between the United
States (the "Union" or the "North") and several Southern slave states
that had declared their secession and formed the Confederate States of
America (the "Confederacy" or the "South").
DISCLAIMER: This
video is part of the Prelinger Archives with the Creative Commons
Copyright-Only Dedication* (based on United States law) or Public Domain
Certification. This video is in the Public Domain.
Color footage of atomic bomb tests with active duty military personnel
at Camp Desert Rock, Nevada Test Site, Nevada. Shows soldiers in
foxholes as nuclear detonation occurs nearby; light and shockwaves;
blowing dust; soldiers climbing out of foxholes and running towards
mushroom cloud. Some of this footage is familiar by virtue of having
been seen in the film Atomic Cafe. Many soldiers who were present were
exposed to high levels of radiation.
DISCLAIMER: This video is
part of the Prelinger Archives with the Creative Commons Public Domain
Mark 1.0 license. This video is in the Public Domain.
This video contains very funny Google Search Suggestion results. Whenever you are using Google to search for anything and you start typing, they will make suggestions for what you might be looking for. This video shows some funny suggestion results.
This video shows how special effects were performed for 1930's radio. We have come a long way!
DISCLAIMER: This video is part of the Prelinger Archives with the Creative Commons Copyright-Only Dedication* (based on United States law) or Public Domain Certification. This video is in the Public Domain.
This video teaches basic Electricity for kids. Very educational film
showing kids how electricity works. A wonderful film in the usual
excellently produced manner of the State College of Iowa which has
produced some other equally good films shown on this site.
DISCLAIMER:
This video is part of the Prelinger Archives with the Creative Commons
Public Domain Mark 1.0. This video is in the Public Domain.
This is video #3 and it contains secret coordinates of unusual and secret images as seen through Google Maps. The coordinates of all the images on this video are below.
Image 1
The word "Bar" in Spain
Coordinates = 39°49'21.77"N 3°28'44.50"W
Image 2
Italian Crop Circles
Coordinates = 44°40'52.79"N 10°19'6.39"E
Image 3
Radar Station in Puerto Rico
Coordinates = 18°20'39.01"N 66°45'8.79"W
Image 4
Sailing Ship in Australia
Coordinates = 33°51'13.07"S 151°13'59.47"E
Image 5
Plane parked in parking lot in Germany
Coordinates = 51°21'44.43"N, 7°33'29.13"E
Image 6
Aircraft Carrier in Shanghai China
Coordinates = 31°6'14.73"N, 121°0'52.87"E
Image 7
Whale Skeleton in Republic of the Congo
Coordinates = 1°39'23.42"S, 29°14'15.85"E
Image 8
Plane Boneyard in Tucson Arizona
Coordinates = 32 08'59.96" N, 110 50'09.03"W
Image 9
Billionaires etches name "Hamad" in the sand in United Arab Emirates
Coordinates = 24.3442, 54.3255
Image 10
Shipwreck in Sudan
Coordinates = 19° 38' 46.00" N, 37° 17' 42.00" E
This is video #2 and it contains secret coordinates of unusual and secret images as seen through Google Maps. The coordinates of all the images on this video are below.
Image 1
Black Triangular UFO in Australia
30 30'38.82"S 115 22'56.14"E
Image 2
Spiral Symbol in sand in Germany
48 21'10.18"N 11 43'56.72"E
Image 3
Antarctic Expedition building
71°40'12.14"S 2°50'3.64"W
Image 4
Luxor Pyramid Las Vegas
36° 5'44.67"N 115°10'32.06"W
This video contains secret coordinates of unusual and secret images as seen through Google Maps.
The coordinates of all the images on this video are below.
1) Unknown image carved in mountains
Coordinates = 40 27'15.19"N 93 23'33.75"E
2) Camels in Chad
Coordinates = 15°17'40.32" N 20°28'47.42" E
3) Lady's Head in Canada
Coordinates = 50° 0'36.09"N, 110° 6'35.17"W
4) Firefox crop circle in Oregon
Coordinates = 45° 7'25.87"N 123° 6'48.97"W
5) Buffaloes in Tanzania
Coordinates = 4°17'21.49" S 31°23'46.46" E
6) Ptash Mine Pools in Utah
Coordinates = 38°29'0.16"N 109°40'52.80"W
7) Oryx in Namibia
Coordinates = 24°57'18.60" S 15°51'30.61" E
8) Crazy public swimming pool in Germany
Coordinates = 52°29'52.24"N 13°27'13.67"E
9) Nazi Swastika shaped building in California
Coordinates = 32°40'34.19"N 117° 9'27.58"W
10) Enormous Human Fingerprint in the UK
Coordinates = 50°50'38.73"N 0°10'19.69"W
11) Unknown cirles in Nevada
Coordinates = 39°39'38.05"N 115°58'33.73"W
12) Spiral Sand circle in Egypt
Coordinates = 27°22'49.22"N 33°37'55.87"E
13) World's biggest monolite in Australia
Coordinates = 25°20'38.21"S 131° 2'14.69"E
14) UFO in Romania
Coodinates = 45°42'12.73"N 21°18'7.53"E
15) Giant in Chile
Coordinates = 19°56'56.96"S 69°38'1.83"W
If you create a robots.txt file it does not mean that it will improve your search engine ranking, but it will provide robots with information regarding files you will not allow to be crawled and indexed for search engines. Whenever a robot crawls your site, the first thing it looks for is the robots.txt file. If it cannot find one it will automatically crawl and index your entire site. If you do not have a robots.txt file may also create 404 errors in your server logs, making it harder to track 404 errors.
A simple robots.txt file?
Open notepad and type the following . Please note that this text will allow all robots to crawl and index all files. Save the file as robots.txt and uploaded it to the root directory of your domain.
This allows all robots to crawl all files on your server.
User-agent: *
Disallow:
How to disallow certain files?
Open notepad and type the following. In this example you are not allowing robots to crawl the images file on your server. Please note: Disallowing a specific file to be crawled will keep it from being indexed. The file disallowed will not show up in the search engines. HOWEVER, this is only effective for friendly robots. Robots can choose to ignore your instructions.
This allows all robots to crawl all files except the images file.
User-agent: *
Disallow: /images/
This will allow all robots to crawl all files except the images file and the awstats files.
For every file that you do not want crawled just add it to the disallow line.
This will deny access to Googlebot-image to any files in your domain
User-agent: Googlebot-Image
Disallow: /
This denies Googlebot-image to your images file
User-agent: Googlebot-Image
Disallow: /images/
Upload the file to the root directory of your domain. To confirm that it has no errors go to the following site and check to make sure everything is correct. http://tool.motoricerca.info/robots-checker.phtml
Free search for child molestors/sex offender who are living in your area without your knowledge. Find out how many child molestors/sex offenders are living down the block from your house. Just click on the link to your home state below and you will be taken to the sex offender registry of that state.
The following links will take you to your home state where you can
search for child molesters that are living in your area.
What is the Purpose of Registry key: Wow6432Node? The Wow6432 registry entry indicates that you're running a 64-bit version of Windows. The OS uses this key to present a separate view of HKEY_LOCAL_MACHINESOFTWARE for 32-bit applications that run on a 64-bit version of Windows. When a 32-bit application queries a value under the HKEY_LOCAL_MACHINESOFTWARE<company><product> subkey, the application reads from the HKEY_LOCAL_MACHINESOFTWAREWow6432Node<company><product> subkey A "registry reflector" copies certain values between the 32-bit and 64-bit registry views (e.g., mainly for COM registration) and resolves any conflicts using a last-writer-wins approach.
IP Address helps identify visitor's geographical location such as country, region, city, latitude, longitude, ZIP code, time zone, connection speed, ISP and domain name, IDD country code, area code, weather station code and name using a proprietary IP address lookup database and technology without invading the Internet user's privacy.
Below is your IP Address and other geographical information.
A new type of flash cookie is invading your system and recording your internet activities. LSO also known as Flash Cookies, are stored on the user system when you visit certain webpages and you cannot do anything about it. They function a lot like cookies and can be used to store session information. They record your browsing habits and stores them in a flash cookie so when you visit that site back, they will be able to know all your browsing history. The real problem that many users have with them is that they do not know that they exist because they are NOT stored in the same directory as the normal browser cookies.
If you do not delete them they will be stored in your system forever, tracking your every move. They never expire unless you delete them.
In Windows 7 they are located in the following location:
C:UsersComputerNameAppDataRoamingMacromedia
The following video will show you how to delete them using Firefox.
Startup programs are programs that start every time Windows starts. Many of these programs do not need to start and they take up resources and slow down your computer. Some of these programs can be viruses, worms, spyware, and trojans. Learn how to disable them.
To disable program in the Windows (XP/Vista/7) Startup:
1) Use the System Configuration Utility to safely turn off programs that start-up through the Windows Registry. Access this utility by going to the Start -> Run
2) Type msconfig and press Enter.
3) Under the Startup tab there is a list of all the programs that start in the Windows Registry. By unchecking many of the programs you can speed up the launch time of Windows. If you do not know what a program is, just search the internet for information on what it is.
4) It is recommended that you keep the lines that say ScanRegistry and SystemTray.
5) Once you have unchecked all programs that you do not want to start with Windows, click OK and you will get another window like the following picture. Click Restart and wait for your system to restart and you are done.
The following video will show you exactly how to disable Startup Programs stated above.