Initial import
authorRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2013 11:32:53 +0000 (11:32 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Feb 2013 11:32:53 +0000 (11:32 +0000)
56 files changed:
.gitattributes [new file with mode: 0644]
.htaccess [new file with mode: 0644]
blacklist.txt [new file with mode: 0644]
eddh-eddl-lfpg.html [new file with mode: 0644]
eddh-ekch.html [new file with mode: 0644]
eddh-ekeb.html [new file with mode: 0644]
eddh-essa.html [new file with mode: 0644]
eddh-loww-lirf.html [new file with mode: 0644]
favicon.ico [new file with mode: 0644]
fgcom.html [new file with mode: 0644]
fgdata-bundle.html [new file with mode: 0644]
fgfs-scenery.html [new file with mode: 0644]
flights.html [new file with mode: 0644]
guestbook/.htaccess [new file with mode: 0644]
guestbook/LICENSE.txt [new file with mode: 0644]
guestbook/arial.ttf [new file with mode: 0644]
guestbook/captcha.png [new file with mode: 0644]
guestbook/captcha.txt [new file with mode: 0644]
guestbook/changelog.txt [new file with mode: 0644]
guestbook/forbid.php [new file with mode: 0644]
guestbook/index.php [new file with mode: 0644]
guestbook/no-badbot.gif [new file with mode: 0644]
guestbook/pixel.gif [new file with mode: 0644]
guestbook/settings.php [new file with mode: 0644]
guestbook/spider.jpg [new file with mode: 0644]
imprint.html [new file with mode: 0644]
index.html [new file with mode: 0644]
lemd-lfpg-eddl-eddh.html [new file with mode: 0644]
links.html [new file with mode: 0644]
lirf-leib-lemd.html [new file with mode: 0644]
pfs-scam.html [new file with mode: 0644]
pub/.htaccess [new file with mode: 0644]
pub/download-helper.zip [new file with mode: 0644]
pub/fgfs-launcher.zip [new file with mode: 0644]
pub/helper.zip [new file with mode: 0644]
pub/rsyncd.conf [new file with mode: 0644]
pub/screenshot-anonymizer-fvwm-crystal_1280x1024.svg [new file with mode: 0644]
pub/svn-fgdata-bundle.sh [new file with mode: 0644]
robots.txt [new file with mode: 0644]
rsync.html [new file with mode: 0644]
tutorial-gimp-livery-drawing.html [new file with mode: 0644]
tutorials/img/livery-paths/001-thumb.png [new file with mode: 0644]
tutorials/img/livery-paths/001.png [new file with mode: 0644]
tutorials/img/livery-paths/002-thumb.png [new file with mode: 0644]
tutorials/img/livery-paths/002.png [new file with mode: 0644]
tutorials/img/livery-paths/003-thumb.png [new file with mode: 0644]
tutorials/img/livery-paths/003.png [new file with mode: 0644]
tutorials/img/livery-paths/004-thumb.png [new file with mode: 0644]
tutorials/img/livery-paths/004.png [new file with mode: 0644]
tutorials/img/livery-paths/005-thumb.png [new file with mode: 0644]
tutorials/img/livery-paths/005.png [new file with mode: 0644]
tutorials/img/livery-paths/006-thumb.png [new file with mode: 0644]
tutorials/img/livery-paths/006.png [new file with mode: 0644]
tutorials/img/livery-paths/007-thumb.png [new file with mode: 0644]
tutorials/img/livery-paths/007.png [new file with mode: 0644]
whitelist.txt [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..ac3442d
--- /dev/null
@@ -0,0 +1,56 @@
+* text=auto !eol
+/.htaccess -text
+/blacklist.txt -text
+/eddh-eddl-lfpg.html -text
+/eddh-ekch.html -text
+/eddh-ekeb.html -text
+/eddh-essa.html -text
+/eddh-loww-lirf.html -text
+/favicon.ico -text
+/fgcom.html -text
+/fgdata-bundle.html -text
+/fgfs-scenery.html -text
+/flights.html -text
+guestbook/.htaccess -text
+guestbook/LICENSE.txt -text
+guestbook/arial.ttf -text
+guestbook/captcha.png -text
+guestbook/captcha.txt -text
+guestbook/changelog.txt -text
+guestbook/forbid.php -text
+guestbook/index.php -text
+guestbook/no-badbot.gif -text
+guestbook/pixel.gif -text
+guestbook/settings.php -text
+guestbook/spider.jpg -text
+/imprint.html -text
+/index.html -text
+/lemd-lfpg-eddl-eddh.html -text
+/links.html -text
+/lirf-leib-lemd.html -text
+/pfs-scam.html -text
+pub/.htaccess -text
+pub/download-helper.zip -text
+pub/fgfs-launcher.zip -text
+pub/helper.zip -text
+pub/rsyncd.conf -text
+pub/screenshot-anonymizer-fvwm-crystal_1280x1024.svg -text
+pub/svn-fgdata-bundle.sh -text
+/robots.txt -text
+/rsync.html -text
+/tutorial-gimp-livery-drawing.html -text
+tutorials/img/livery-paths/001-thumb.png -text
+tutorials/img/livery-paths/001.png -text
+tutorials/img/livery-paths/002-thumb.png -text
+tutorials/img/livery-paths/002.png -text
+tutorials/img/livery-paths/003-thumb.png -text
+tutorials/img/livery-paths/003.png -text
+tutorials/img/livery-paths/004-thumb.png -text
+tutorials/img/livery-paths/004.png -text
+tutorials/img/livery-paths/005-thumb.png -text
+tutorials/img/livery-paths/005.png -text
+tutorials/img/livery-paths/006-thumb.png -text
+tutorials/img/livery-paths/006.png -text
+tutorials/img/livery-paths/007-thumb.png -text
+tutorials/img/livery-paths/007.png -text
+/whitelist.txt -text
diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..adc6709
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,18 @@
+Options -Indexes
+DirectoryIndex index.html
+
+<IfModule mod_rewrite.c>
+       RewriteEngine on
+
+       # Wir moegen keine Spione! ;-)
+       RewriteCond %{HTTP_USER_AGENT} !^Googlebot$
+       RewriteRule ^(black|white)list.txt$ guestbook/index.php [L]
+       # Google von der Falle fernhalten
+       RewriteCond %{HTTP_USER_AGENT} ^Googlebot$
+       RewriteRule ^(black|white)list.txt$ - [F]
+</IfModule>
+
+# Wenn Zugriff verweigert zur Fehlerseite weiterleiten
+ErrorDocument 403 http://flightgear.mxchange.org/guestbook/forbid.php
+
+Order Deny,Allow
diff --git a/blacklist.txt b/blacklist.txt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/eddh-eddl-lfpg.html b/eddh-eddl-lfpg.html
new file mode 100644 (file)
index 0000000..f8545b0
--- /dev/null
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - From EDDH, over EDDL to LFPG</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A flight from EDDH, over EDDL to LFPG</strong></big></big></center>
+
+<p>
+       You can use this flight plan for the auto-pilot in your favorite airplane
+       (never in real!). You should be directed straight on the runway for save
+       landing... and don't forget to pull out the gear! ;-)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDH</strong> <em>(Not needed to enter in AP!)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DH257<br />
+       <strong><big>&middot;</big></strong>&nbsp;DW501<br />
+       <strong><big>&middot;</big></strong>&nbsp;DW460<br />
+       <strong><big>&middot;</big></strong>&nbsp;DENOL<br />
+       <strong><big>&middot;</big></strong>&nbsp;DL450 <em>(reduce altitude to 2.000 feet in AP, speed 180kts, use airbrake [CTRL+B])</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DL019<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDL</strong> <em>(Duesseldorf Airport, ADF 417) - First stop for refueling)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DL237<br />
+       <strong><big>&middot;</big></strong>&nbsp;DL550<br />
+       <strong><big>&middot;</big></strong>&nbsp;PINUS<br />
+       <strong><big>&middot;</big></strong>&nbsp;LGE03<br />
+       <strong><big>&middot;</big></strong>&nbsp;BFS08<br />
+       <strong><big>&middot;</big></strong>&nbsp;ELVES<br />
+       <strong><big>&middot;</big></strong>&nbsp;TALUN<br />
+       <strong><big>&middot;</big></strong>&nbsp;DIDOR <em>(start reducing altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;PG511<br />
+       <strong><big>&middot;</big></strong>&nbsp;PGS08<br />
+       <strong><big>&middot;</big></strong>&nbsp;PGS05<br />
+       <strong><big>&middot;</big></strong>&nbsp;PGS01<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>LFPG</strong> <em>(Paris Charles, final, ADF 343)</em><br />
+       <br />
+       <small><strong>Notices:</strong> Between EDDH and EDDL we should not climb
+       higher than 10.000 feet. You should begin reducing the altitude to 1.000 feet
+       when you are approx. 4 to 6 minutes away with a maximum airspeed of 320 kts
+       away from your desired destination.</small>
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-03-29</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/eddh-ekch.html b/eddh-ekch.html
new file mode 100644 (file)
index 0000000..962a669
--- /dev/null
@@ -0,0 +1,61 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+<title>Quix0r&#39;s FlightGear Webpage - From EDDH to EKCH</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A flight from EDDH to EKCH and back</strong></big></big></center>
+
+<p>
+       You can use this flight plan for the auto-pilot in your favorite airplane
+       (never in real!). You should be directed straight on the runway for save
+       landing... and don't forget to pull out the gear! ;-)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDH</strong> <em>(Not needed to enter in AP!)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;HAM (VOR; 113.10 MHz; 60 deg; 5,000ft)<br />
+       <strong><big>&middot;</big></strong>&nbsp;LUB (VOR; 110.60 MHz; 50 deg; 8,000ft)<br />
+       <strong><big>&middot;</big></strong>&nbsp;MIC (VOR; 112.20 MHz; 45 deg)<br />
+       <strong><big>&middot;</big></strong>&nbsp;CDA (VOR; 114.90 MHz; 0 deg)<br />
+       <strong><big>&middot;</big></strong>&nbsp;??? (ILS; 109.30 MHz; 41.16 deg, NAV GS)<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EKCH</strong> <em>(Copenhangen, Danmark)</em><br />
+       <br />
+       <small><strong>Notices:</strong> You should not climb higher than 10.000ft.
+       You should begin reducing the altitude to 1.000 feet when you are approx. 4
+       to 6 minutes away with a maximum airspeed of 320 kts away from your desired
+       destination. Reduce your speed to 180kts for a good landing with the Bravo.</small>
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-06-09</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/eddh-ekeb.html b/eddh-ekeb.html
new file mode 100644 (file)
index 0000000..7f40fef
--- /dev/null
@@ -0,0 +1,71 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - From EDDH to EKEB and back</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A flight from EDDH to EKEB and back</strong></big></big></center>
+
+<p>
+       You can use this flight plan for the auto-pilot in your favorite airplane
+       (never in real!). You should be directed straight on the runway for save
+       landing... and don't forget to pull out the gear! ;-)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDH</strong> <em>(Not needed to enter in AP!)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DH101<br />
+       <strong><big>&middot;</big></strong>&nbsp;DH211<br />
+       <strong><big>&middot;</big></strong>&nbsp;HNT20<br />
+       <strong><big>&middot;</big></strong>&nbsp;LISBU<br />
+       <strong><big>&middot;</big></strong>&nbsp;SKR82<br />
+       <strong><big>&middot;</big></strong>&nbsp;VES30<br />
+       <strong><big>&middot;</big></strong>&nbsp;VES15<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EKEB</strong> <em>(Esbjerg, Danmark)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;VES15<br />
+       <strong><big>&middot;</big></strong>&nbsp;VES30<br />
+       <strong><big>&middot;</big></strong>&nbsp;SKR82<br />
+       <strong><big>&middot;</big></strong>&nbsp;LISBU<br />
+       <strong><big>&middot;</big></strong>&nbsp;BOREP<br />
+       <strong><big>&middot;</big></strong>&nbsp;DH060<br />
+       <strong><big>&middot;</big></strong>&nbsp;ALF38<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>R1276,DH010/EDDH</strong> <em>(Choose R1276 first, if invalid use DH010)</em><br />
+       <br />
+       <small><strong>Notices:</strong> You should not climb higher than 10.000ft.
+       You should begin reducing the altitude to 1.000 feet when you are approx. 4
+       to 6 minutes away with a maximum airspeed of 320 kts away from your desired
+       destination. Reduce your speed to 180kts for a good landing with the Bravo.</small>
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-04-23</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/eddh-essa.html b/eddh-essa.html
new file mode 100644 (file)
index 0000000..bcb9fb3
--- /dev/null
@@ -0,0 +1,77 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - From EDDH to ESSA and back</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A flight from EDDH to ESSA and back</strong></big></big></center>
+
+<p>
+       You can use this flight plan for the auto-pilot in your favorite airplane
+       (never in real!). You should be directed straight on the runway for save
+       landing... and don't forget to pull out the gear! ;-)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDH</strong> <em>(Not needed to enter in AP!)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DH102<br />
+       <strong><big>&middot;</big></strong>&nbsp;DH033<br />
+       <strong><big>&middot;</big></strong>&nbsp;DH625<br />
+       <strong><big>&middot;</big></strong>&nbsp;TOSPA<br />
+       <strong><big>&middot;</big></strong>&nbsp;CH364<br />
+       <strong><big>&middot;</big></strong>&nbsp;BEDOS<br />
+       <strong><big>&middot;</big></strong>&nbsp;SA807<br />
+       <strong><big>&middot;</big></strong>&nbsp;SA801<br />
+       <strong><big>&middot;</big></strong>&nbsp;SA705<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>ESSA</strong> <em>(Sweden, near Stockholm)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;SA802<br />
+       <strong><big>&middot;</big></strong>&nbsp;TRS48<br />
+       <strong><big>&middot;</big></strong>&nbsp;VIBAR<br />
+       <strong><big>&middot;</big></strong>&nbsp;ROXEN<br />
+       <strong><big>&middot;</big></strong>&nbsp;BABSI<br />
+       <strong><big>&middot;</big></strong>&nbsp;ORSUN<br />
+       <strong><big>&middot;</big></strong>&nbsp;NEDIK <em>(maybe invalid?)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;ALUBA<br />
+       <strong><big>&middot;</big></strong>&nbsp;DH657 <em>(reduce altitude to 1.000ft and speed to 180kts with AP, then use airbrake [CTRL+B] to reduce speed to 180kts and update the AP again)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DH030<br />
+       <strong><big>&middot;</big></strong>&nbsp;R1277 <em>(just for lining up with the runway)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDH</strong> <em>(Not needed)</em><br />
+       <br />
+       <small><strong>Notices:</strong> You should not climb higher than 10.000ft.
+       You should begin reducing the altitude to 1.000 feet when you are approx. 4
+       to 6 minutes away with a maximum airspeed of 320 kts away from your desired
+       destination. Reduce your speed to 180kts for a good landing with the Bravo.</small>
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-04-09</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/eddh-loww-lirf.html b/eddh-loww-lirf.html
new file mode 100644 (file)
index 0000000..6d0a01e
--- /dev/null
@@ -0,0 +1,86 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - From EDDH over LOWW to LIRF</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A flight from EDDH over LOWW to LIRF</strong></big></big></center>
+
+<p>
+       You can use this flight plan for the auto-pilot in your favorite airplane
+       (never in real!). You should be directed straight on the runway for save
+       landing... and don't forget to pull out the gear! ;-)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDH</strong> <em>(Not needed to enter in AP!)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DH231<br />
+       <strong><big>&middot;</big></strong>&nbsp;AGATI<br />
+       <strong><big>&middot;</big></strong>&nbsp;DV520<br />
+       <strong><big>&middot;</big></strong>&nbsp;RISOK<br />
+       <strong><big>&middot;</big></strong>&nbsp;DP444<br />
+       <strong><big>&middot;</big></strong>&nbsp;TALEG<br />
+       <strong><big>&middot;</big></strong>&nbsp;ABKIS <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;KADNO<br />
+       <strong><big>&middot;</big></strong>&nbsp;OKL36<br />
+       <strong><big>&middot;</big></strong>&nbsp;R1754 (LKPR: <em>Ruzyne</em>; no need to refuel)<br />
+       <strong><big>&middot;</big></strong>&nbsp;PG117<br />
+       <strong><big>&middot;</big></strong>&nbsp;TABEM<br />
+       <strong><big>&middot;</big></strong>&nbsp;TEMTA <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;OEZ13<br />
+       <strong><big>&middot;</big></strong>&nbsp;WGM87<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>R1805/LOWW</strong> <em>(Vienna, Austria; <u>refuel</u> here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;WW144<br />
+       <strong><big>&middot;</big></strong>&nbsp;XANUT<br />
+       <strong><big>&middot;</big></strong>&nbsp;ILB23<br />
+       <strong><big>&middot;</big></strong>&nbsp;NIKOL <em>(Marked on my paper)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;LEONN<br />
+       <strong><big>&middot;</big></strong>&nbsp;GITOD <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;BOL33 <em>(200kts, 2.000ft)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;D7FNN<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>R2635/LIRF</strong> <em>(Roma, Italia)</em><br />
+       <br />
+       <small><strong>Notices:</strong> You should not climb higher than 10.000ft.
+       You should begin reducing the altitude to 1.000 feet when you are approx. 4
+       to 6 minutes away with a maximum airspeed of 320 kts away from your desired
+       destination. Reduce your speed to 180kts for a good landing with the Bravo.</small>
+</p>
+
+<p>
+       You may want to continue flying these routes:<br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="lirf-leib-lemd.html">LIRF (Roma) over LEIB (Ibiza) to LEMD (Madrid)</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="lemd-lfpg-eddl-eddh.html">LEMD (Madrid) over LFPG (Paris) and EDDL (D&uuml;sseldorf) to EDDH (Hamburg).</a><br />
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-04-23</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..52e77b7
Binary files /dev/null and b/favicon.ico differ
diff --git a/fgcom.html b/fgcom.html
new file mode 100644 (file)
index 0000000..c22a041
--- /dev/null
@@ -0,0 +1,115 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - Compilation hints for FGCOM</title>
+</head>
+
+<body>
+
+<center><big><big><strong>Compilation hints for FGCOM</strong></big></big></center>
+
+<p>
+       I had some trouble compiling <a rel="external" target="_blank" href="http://wiki.flightgear.org/index.php/FGCOM">FGCOM</a>
+       on my machine and which tag/branch/trunk I <i>should</i> compile. Here I would like to share my experiences with you and to
+       save you a lot time.
+</p>
+
+<p>
+       First of all, I cannot give you support for FGCOM. I am not a C++ hacker, so please understand me. But I did fix some parts
+       in FGCOM where you might not know how to continue. I have a Debian Unstable (sqeeze/sid at the moment of creating this
+       document) with GCC 4.3.4 (works great for compiling FGFS, FGCOM!). So you might check first, which compiler you have.
+</p>
+
+<p>
+       Then I have found out, you need some extra packages and my fix for a successfull compilation of FGCOM. But wait! Which one
+       now? The trunk is in bad shape (revision 226). So I took the branch <strong>fgcom3</strong> here. But before you can begin,
+       you need to check-out the repository:
+</p>
+
+<p>
+       <pre>svn co https://appfgcom.svn.sourceforge.net/svnroot/fgcom/branches/fgcom3</pre>
+</p>
+
+<p>
+       The next thing is the extra packages. I need <strong>libgnet2, libgnet-dev, liboggz2_1, liboggz2-dev</strong> to get
+       installed before I can finish compilation. That wasn't very hard for now. :-) So let's head over to compilation:
+</p>
+
+<p>
+       <pre>cd fgcom3
+$EDITOR Makefile</pre>
+</p>
+
+<p>
+       Insert any favorite text editor for $EDITOR. For my setup, I need to change the installation path and the LDFLAGS variable.
+       The shown values below are only new values
+</p>
+
+<p>
+       <pre>[...]
+INSTALL_BIN:=/opt/bin
+INSTALL_DIR:=/opt/fgcom
+[...]
+LDFLAGS:=-L$(INSTALL_DIR)/lib
+[...]</pre>
+</p>
+
+<p>
+       The LDFLAGS line contains a space in the unmodified version which my linker doesn't like. So I need to hack that away.
+</p>
+
+<p>
+       Now it is time to compile. Do a <i>make</i> in the fgcom3 directory. If you run in trouble, e.g. of missing or wrong spaces
+       between -L and /some/foo/path (maybe /opt/fgcom/lib?) then add or remove it like requested by the linker. Do a
+       <i>make clean</i> to cleanup everthing. Simply <i>make</i> won't give you what you want (you need cleanup). After
+       successfully building fgcom (no error line at the end) you should now see an executable file &quot;fgcom&quot; in the path
+       (do a <i>ls -l</i>). Well done! :-) Now, do a <i>make install</i> as a user with proper permission to write to the
+       installation paths) and you are nearly done.
+</p>
+
+<p>
+       If you have changed installation paths, you maybe will get an error message complaining about missing library files. YICKS!
+       We forgot to tell the dynamic linker, where our libs are, they went to /opt/fgcom/lib which is an unknown lookup path to
+       the linker.
+</p>
+
+<p>
+       We need to help the linker finding the libs by creating a new file for ldconfig, let's say fgcom.conf, so the new library
+       path <i>/opt/fgcom/lib</i> is known to the dynamic linker. Here you can find my version (very simple):
+</p>
+
+<p><pre>
+/opt/fgcom/lib
+</pre></p>
+
+<p>
+       Place that file into /etc/ld.conf.d/ as root. Now re-run <strong>ldconfig</strong> and fgcom (placed in /opt/bin) should not
+       complain about missing libraries. Now, try the loop-back test as described <a rel="external" target="_blank"
+        href="http://wiki.flightgear.org/index.php/FGCOM_Testing">here</a>.
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2009-12-06</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/fgdata-bundle.html b/fgdata-bundle.html
new file mode 100644 (file)
index 0000000..42f73d1
--- /dev/null
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+<title>Quix0r&#39;s FlightGear Webpage - fgdata.bundle - How to get it and verify it</title>
+</head>
+
+<body>
+
+<center><big><big><strong>fgdata.bundle - How to get it and verify it</strong></big></big></center>
+
+<p>
+       There is a file called fgdata.bundle available on my server via BitTorrent
+       (see download link bewlow). This file can be downloaded with any regular download
+       tools and is mainly intended for people where the regular GIT download fails or
+       lasts so very long. The file is quite large so I need to add it to my <a
+        href="/robots.txt" rel="robots" target="_blank">robots.txt</a> file to
+       prevent downloads by bots (the whole /pub directory is now blocked for all
+       bots). You can use git-bundle to extract it to your local hard drive (see
+       below for an example).
+</p>
+
+<p>
+       <ul>
+               <li>Download: <a href="http://mxchange.org:23456/file?info_hash=%BF%FF%AB%0C%16%BF%8Eg%B8%A0%CFw%01%0A%5D%8F%3F%81%96y" target="_blank">fgdata.bundle.torrent</a></li>
+               <li>Size: 4.73 GiB (not the torrent file)</li>
+               <li>Checksum/signature files:
+                       <ul>
+                               <li>GnuPG: <a href="pub/fgfs/fgdata.bundle.asc" target="_blank">fgdata.bundle.asc</a> (recommended!)</li>
+                               <li>MD5: <a href="pub/fgfs/fgdata.bundle.md5" target="_blank">fgdata.bundle.md5</a></li>
+                               <li>SHA1: <a href="pub/fgfs/fgdata.bundle.sha1" target="_blank">fgdata.bundle.sha1</a></li>
+                               <li>SHA256: <a href="pub/fgfs/fgdata.bundle.sha256" target="_blank">fgdata.bundle.sha256</a></li>
+                               <li>SHA512: <a href="pub/fgfs/fgdata.bundle.sha512" target="_blank">fgdata.bundle.sha512</a></li>
+                       </ul>
+               </li>
+       </ul>
+</p>
+
+<p>
+       How to use those hashes is mostly simplified with download tools
+       (frontends). So I would welcome you to head over to your program&#39;s
+       documentation. Comparing e.g. the SHA512 sum with your eyes is maybe not
+       such a good idea. If you still like to use tools such as md5sum, the command
+       to enter after download is simple:
+</p>
+
+<p>
+       <pre>md5sum fgdata.bundle</pre>
+       (or use sha512 for a larger sum).
+</p>
+
+<p>
+       The more recommended way is <a href="http://www.gnupg.org" rel="external"
+        target="_blank">GnuPG</a> because trust can come in play. I am not going to
+       tell you all from scratch here, please refer to the <a rel="external"
+        href="http://www.gnupg.org/faq/GnuPG-FAQ.html" target="_blank">FAQ
+       section</a> of GnuPG and make sure you are legally allowed to use such cryptographic programs in
+       your country.
+</p>
+
+<p>
+       A simple step-by-step instruction:
+       <pre># Download the bundle file via BitTorrent:
+wget -c http://mxchange.org:23456/file?info_hash=%BF%FF%AB%0C%16%BF%8Eg%B8%A0%CFw%01%0A%5D%8F%3F%81%96y -O fgdata.bundle.torrent
+
+# Download the ASCII-armored signature file:
+wget -c http://flightgear.mxchange.org/pub/fgfs/fgdata.bundle.asc
+
+# Download the public key for my digitally signed downloads:
+wget -c http://mxchange.org/signed-downloads.asc
+
+# Import the public key (you need to create a local key-pair first: gpg --ken-key):
+gpg --import &lt; signed-downloads.asc
+
+# Alternatively of the above two steps you can download it from a public key server:
+gpg --recv-keys --keyserver hkp://keys.gnupg.net A1B99B83
+
+# If you want to prevent GnuPG warning you, locally sign my public key:
+gpg --lsign-key A1B99B83
+
+# Alternatively and then you *REALLY* need to trust my key (have you verified my ID card for example?):
+gpg --sign-key A1B99B83
+
+# ... and upload your key (do only sign locally if you don't trust my key):
+gpg --send-keys --keyserver hkp://keys.gnupg.net xxx</pre>
+       If you want to trust my key and upload your signature (thank you) please
+       come to one of the key-signing parties I join (Chemnitzer Linuxtage 2011 is
+       maybe a possible candidate).
+</p>
+
+<p>
+  <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+  PS: My manually mirrored download archive for FlightGear can be found
+  <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+  <small>
+    Created: <strong>2011-01-11</strong> |
+    Last update: <strong>2013-02-21</strong> |
+    Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+    <a href="flights.html">My flights in FGFS</a> |
+    <a href="fgcom.html">FGCOM Tutorial</a> |
+    <a href="rsync.html">How to rsync a scenery</a> |
+    <a href="links.html">Links collection</a> |
+    <a href="imprint.html">Imprint (needed in Germany)</a> |
+    <a href="index.html">Back to index</a>
+  </small>
+</p>
+
+</body>
+</html>
diff --git a/fgfs-scenery.html b/fgfs-scenery.html
new file mode 100644 (file)
index 0000000..aa353a9
--- /dev/null
@@ -0,0 +1,99 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+<title>Quix0r&#39;s FlightGear Webpage - Which scenery I'm using</title>
+</head>
+
+<body>
+
+<center><big><big><strong>Which scenery I'm using</strong></big></big></center>
+
+<p>
+       On this page I want to give you informations about which scenery I&#39;m
+       using. First of all, I always fly latest GIT/master for testing (stability)
+       it for the FGFS developers. Jester has help me with a lot compiler errors
+       and assertitions. Thanks a lot!
+</p>
+
+<p>
+       So here is now the whole scenery I&#39;m using:
+</p>
+
+<p>
+       <ul>
+               <li><a href="fgdata-bundle.html">Latest changes in fgdata GIT/master</a></li>
+               <li><a href="http://terrascenery.googlecode.com/svn/trunk/data/Scenery/" rel="external" target="_blank">TerraSync on Google Code (trunk)</a></li>
+               <li><a href="kcdw/KCDW.zip">Extended KCDW, made by Student_Pilot_Noob</a></li>
+               <li><a href="stuart/scotland.tar.gz">Extended Scotland, made by Stuart</a></li>
+               <li><a href="http://www.gidenstam.org/FlightGear/misc/Scenery/" rel="external" target="_blank">Extended Gothenburg, made by AndersG</a> (download latest, please)</li>
+               <li><a href="statto/w050s30.zip">Extended Rio De Janeiro, made by statto</a></li>
+               <li><a href="helijah/LFLX-23-02-2011.tar.gz">Extended LFLX, made by helijah</a></li>
+               <li><a href="helijah/dds-Paris.tar.gz">Extended Paris, made by helijah (HR edition)</a></li>
+               <li><a href="helijah/dds-Brest.tar.gz">Extended Brest, made by helijah (HR edition)</a></li>
+       </ul>
+</p>
+
+<p>
+       The TerraSync (not to mix with the <em>terrasync</em> program) is the latest scenery and models from the developers. You
+       should *NOT* download it into <strong>fgdata</strong>, instead you should download it in a separate folder. To do so,
+       follow this little tutorial:
+<pre># Change into your $HOME directory:
+cd ~/
+# This will take very long ...
+svn co http://terrascenery.googlecode.com/svn/trunk/data/Scenery/ fgfs-scenery/
+# Expand your FG_SCENERY variable:
+export FG_SCENERY="${FG_SCENERY};${HOME}/fgfs-scenery/"
+# You may want to add that line into your ~/.bashrc file to expand it automatically everytime you login.
+</pre>
+       For Windozer users the above tutorial doesn't work, you need some different steps. First make sure you have <a
+        href="http://tortoisesvn.net/" rel="external" target="_blank">TortoiseSVN</a> and <a
+        href="http://code.google.com/p/tortoisegit/" rel="external" target="_blank">TortoiseGIT</a> installed. If not, do so
+       or else you cannot continue.
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>Change into e.g. <strong>c:\</strong><br />
+       <strong><big>&middot;</big></strong>Create a new folder called <strong>flightgear-scenery</strong> and change into that<br />
+       <strong><big>&middot;</big></strong>Change into that folder and right-click on the free space<br />
+       <strong><big>&middot;</big></strong>Now choose <em>Subversion (or SVN)</em> -&gt; <em>Checkout ...</em><br />
+       <strong><big>&middot;</big></strong>Then enter this URL: <strong>http://terrascenery.googlecode.com/svn/trunk/data/Scenery/</strong><br />
+       <strong><big>&middot;</big></strong>Now just hit <strong>OK</strong> and the download should really long<br />
+</p>
+
+<p>
+       If the process ends successfully, congratulations! If if ends with an error, try to update it (see below). Now we need to
+       tell FlightGear to use that directory as scenery path. To do so, you have two options:<br />
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>(EXPERT) Extend the environment variable <strong>FG_SCENERY</strong> with <strong>;c:/fgfs-scenery/</strong><br />
+       <strong><big>&middot;</big></strong>(BEGINNER) Add the path in FGRUN (and save it!)<br />
+</p>
+
+<p>
+       Now try to fly e.g. at EDDL (D&uuml;sseldorf, Germany), if you see scenery and no water every where, it worked! If you
+       see water, double-check all paths. If it still doesn&#39;t work, you may have encountered a bug and anyway, you should
+       come to the forums or mailing list.
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2011-05-26</strong> |
+               Last update: <strong>2011-05-27</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/flights.html b/flights.html
new file mode 100644 (file)
index 0000000..424f2ee
--- /dev/null
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - Flights I have flew in FlightGear Flight Simulator</title>
+</head>
+
+<body>
+
+<center><big><big><strong>Planed flights I have flewn with the Bravo</strong></big></big></center>
+
+<p>
+       Here is a summerized list of flights I have flewn with FlightGear with the
+       help of fixed navigation points. You can get these with a program called
+       <em>Atlas</em>. If you like we can meet up in IRC (irc.flightgear.org) and
+       fly it wing by wing. :)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<a href="eddh-essa.html">EDDH (Hamburg) to ESSA (Stockholm-Arlanda Airport)</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="eddh-ekeb.html">EDDH (Hamburg) to EKEB (Esbjerg)</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="eddh-eddl-lfpg.html">EDDH (Hamburg) over EDDL (Duesseldorf) to LFPG (Paris Charles)</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="eddh-loww-lirf.html">From EDDH (Hamburg) over LOWW (Vienna) to LIRF (Roma)</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="lirf-leib-lemd.html">Continued flight from LIRF (Vienna) over LEIB (Ibiza) to LEMD (Madrid)</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="lemd-lfpg-eddl-eddh.html">Continued flight from LEMD (Madrid) over LFPG (Paris) and EDDL (D&uuml;sseldorf) to EDDH (Hamburg)</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="eddh-ekch.html">EDDH (Hamburg) to EKCH (Copenhagen) with VOR navigation</a><br />
+       <br />
+       <small><strong>Notices:</strong> A detailed list of my flight plans is now
+       available! :) Just click on the links above to get to them. I used a program
+       called <strong>Atlas</strong> to figure the route out.</small>
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-03-29</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/guestbook/.htaccess b/guestbook/.htaccess
new file mode 100644 (file)
index 0000000..96d6fb4
--- /dev/null
@@ -0,0 +1,4 @@
+Order allow,deny
+Allow from all
+
+ErrorDocument 404 http://www.mxchange.org/guestbook/index.php
diff --git a/guestbook/LICENSE.txt b/guestbook/LICENSE.txt
new file mode 100644 (file)
index 0000000..7a45bfe
--- /dev/null
@@ -0,0 +1,470 @@
+                          MOZILLA PUBLIC LICENSE\r
+                                Version 1.1\r
+\r
+                              ---------------\r
+\r
+1. Definitions.\r
+\r
+     1.0.1. "Commercial Use" means distribution or otherwise making the\r
+     Covered Code available to a third party.\r
+\r
+     1.1. "Contributor" means each entity that creates or contributes to\r
+     the creation of Modifications.\r
+\r
+     1.2. "Contributor Version" means the combination of the Original\r
+     Code, prior Modifications used by a Contributor, and the Modifications\r
+     made by that particular Contributor.\r
+\r
+     1.3. "Covered Code" means the Original Code or Modifications or the\r
+     combination of the Original Code and Modifications, in each case\r
+     including portions thereof.\r
+\r
+     1.4. "Electronic Distribution Mechanism" means a mechanism generally\r
+     accepted in the software development community for the electronic\r
+     transfer of data.\r
+\r
+     1.5. "Executable" means Covered Code in any form other than Source\r
+     Code.\r
+\r
+     1.6. "Initial Developer" means the individual or entity identified\r
+     as the Initial Developer in the Source Code notice required by Exhibit\r
+     A.\r
+\r
+     1.7. "Larger Work" means a work which combines Covered Code or\r
+     portions thereof with code not governed by the terms of this License.\r
+\r
+     1.8. "License" means this document.\r
+\r
+     1.8.1. "Licensable" means having the right to grant, to the maximum\r
+     extent possible, whether at the time of the initial grant or\r
+     subsequently acquired, any and all of the rights conveyed herein.\r
+\r
+     1.9. "Modifications" means any addition to or deletion from the\r
+     substance or structure of either the Original Code or any previous\r
+     Modifications. When Covered Code is released as a series of files, a\r
+     Modification is:\r
+          A. Any addition to or deletion from the contents of a file\r
+          containing Original Code or previous Modifications.\r
+\r
+          B. Any new file that contains any part of the Original Code or\r
+          previous Modifications.\r
+\r
+     1.10. "Original Code" means Source Code of computer software code\r
+     which is described in the Source Code notice required by Exhibit A as\r
+     Original Code, and which, at the time of its release under this\r
+     License is not already Covered Code governed by this License.\r
+\r
+     1.10.1. "Patent Claims" means any patent claim(s), now owned or\r
+     hereafter acquired, including without limitation,  method, process,\r
+     and apparatus claims, in any patent Licensable by grantor.\r
+\r
+     1.11. "Source Code" means the preferred form of the Covered Code for\r
+     making modifications to it, including all modules it contains, plus\r
+     any associated interface definition files, scripts used to control\r
+     compilation and installation of an Executable, or source code\r
+     differential comparisons against either the Original Code or another\r
+     well known, available Covered Code of the Contributor's choice. The\r
+     Source Code can be in a compressed or archival form, provided the\r
+     appropriate decompression or de-archiving software is widely available\r
+     for no charge.\r
+\r
+     1.12. "You" (or "Your")  means an individual or a legal entity\r
+     exercising rights under, and complying with all of the terms of, this\r
+     License or a future version of this License issued under Section 6.1.\r
+     For legal entities, "You" includes any entity which controls, is\r
+     controlled by, or is under common control with You. For purposes of\r
+     this definition, "control" means (a) the power, direct or indirect,\r
+     to cause the direction or management of such entity, whether by\r
+     contract or otherwise, or (b) ownership of more than fifty percent\r
+     (50%) of the outstanding shares or beneficial ownership of such\r
+     entity.\r
+\r
+2. Source Code License.\r
+\r
+     2.1. The Initial Developer Grant.\r
+     The Initial Developer hereby grants You a world-wide, royalty-free,\r
+     non-exclusive license, subject to third party intellectual property\r
+     claims:\r
+          (a)  under intellectual property rights (other than patent or\r
+          trademark) Licensable by Initial Developer to use, reproduce,\r
+          modify, display, perform, sublicense and distribute the Original\r
+          Code (or portions thereof) with or without Modifications, and/or\r
+          as part of a Larger Work; and\r
+\r
+          (b) under Patents Claims infringed by the making, using or\r
+          selling of Original Code, to make, have made, use, practice,\r
+          sell, and offer for sale, and/or otherwise dispose of the\r
+          Original Code (or portions thereof).\r
+\r
+          (c) the licenses granted in this Section 2.1(a) and (b) are\r
+          effective on the date Initial Developer first distributes\r
+          Original Code under the terms of this License.\r
+\r
+          (d) Notwithstanding Section 2.1(b) above, no patent license is\r
+          granted: 1) for code that You delete from the Original Code; 2)\r
+          separate from the Original Code;  or 3) for infringements caused\r
+          by: i) the modification of the Original Code or ii) the\r
+          combination of the Original Code with other software or devices.\r
+\r
+     2.2. Contributor Grant.\r
+     Subject to third party intellectual property claims, each Contributor\r
+     hereby grants You a world-wide, royalty-free, non-exclusive license\r
+\r
+          (a)  under intellectual property rights (other than patent or\r
+          trademark) Licensable by Contributor, to use, reproduce, modify,\r
+          display, perform, sublicense and distribute the Modifications\r
+          created by such Contributor (or portions thereof) either on an\r
+          unmodified basis, with other Modifications, as Covered Code\r
+          and/or as part of a Larger Work; and\r
+\r
+          (b) under Patent Claims infringed by the making, using, or\r
+          selling of  Modifications made by that Contributor either alone\r
+          and/or in combination with its Contributor Version (or portions\r
+          of such combination), to make, use, sell, offer for sale, have\r
+          made, and/or otherwise dispose of: 1) Modifications made by that\r
+          Contributor (or portions thereof); and 2) the combination of\r
+          Modifications made by that Contributor with its Contributor\r
+          Version (or portions of such combination).\r
+\r
+          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are\r
+          effective on the date Contributor first makes Commercial Use of\r
+          the Covered Code.\r
+\r
+          (d)    Notwithstanding Section 2.2(b) above, no patent license is\r
+          granted: 1) for any code that Contributor has deleted from the\r
+          Contributor Version; 2)  separate from the Contributor Version;\r
+          3)  for infringements caused by: i) third party modifications of\r
+          Contributor Version or ii)  the combination of Modifications made\r
+          by that Contributor with other software  (except as part of the\r
+          Contributor Version) or other devices; or 4) under Patent Claims\r
+          infringed by Covered Code in the absence of Modifications made by\r
+          that Contributor.\r
+\r
+3. Distribution Obligations.\r
+\r
+     3.1. Application of License.\r
+     The Modifications which You create or to which You contribute are\r
+     governed by the terms of this License, including without limitation\r
+     Section 2.2. The Source Code version of Covered Code may be\r
+     distributed only under the terms of this License or a future version\r
+     of this License released under Section 6.1, and You must include a\r
+     copy of this License with every copy of the Source Code You\r
+     distribute. You may not offer or impose any terms on any Source Code\r
+     version that alters or restricts the applicable version of this\r
+     License or the recipients' rights hereunder. However, You may include\r
+     an additional document offering the additional rights described in\r
+     Section 3.5.\r
+\r
+     3.2. Availability of Source Code.\r
+     Any Modification which You create or to which You contribute must be\r
+     made available in Source Code form under the terms of this License\r
+     either on the same media as an Executable version or via an accepted\r
+     Electronic Distribution Mechanism to anyone to whom you made an\r
+     Executable version available; and if made available via Electronic\r
+     Distribution Mechanism, must remain available for at least twelve (12)\r
+     months after the date it initially became available, or at least six\r
+     (6) months after a subsequent version of that particular Modification\r
+     has been made available to such recipients. You are responsible for\r
+     ensuring that the Source Code version remains available even if the\r
+     Electronic Distribution Mechanism is maintained by a third party.\r
+\r
+     3.3. Description of Modifications.\r
+     You must cause all Covered Code to which You contribute to contain a\r
+     file documenting the changes You made to create that Covered Code and\r
+     the date of any change. You must include a prominent statement that\r
+     the Modification is derived, directly or indirectly, from Original\r
+     Code provided by the Initial Developer and including the name of the\r
+     Initial Developer in (a) the Source Code, and (b) in any notice in an\r
+     Executable version or related documentation in which You describe the\r
+     origin or ownership of the Covered Code.\r
+\r
+     3.4. Intellectual Property Matters\r
+          (a) Third Party Claims.\r
+          If Contributor has knowledge that a license under a third party's\r
+          intellectual property rights is required to exercise the rights\r
+          granted by such Contributor under Sections 2.1 or 2.2,\r
+          Contributor must include a text file with the Source Code\r
+          distribution titled "LEGAL" which describes the claim and the\r
+          party making the claim in sufficient detail that a recipient will\r
+          know whom to contact. If Contributor obtains such knowledge after\r
+          the Modification is made available as described in Section 3.2,\r
+          Contributor shall promptly modify the LEGAL file in all copies\r
+          Contributor makes available thereafter and shall take other steps\r
+          (such as notifying appropriate mailing lists or newsgroups)\r
+          reasonably calculated to inform those who received the Covered\r
+          Code that new knowledge has been obtained.\r
+\r
+          (b) Contributor APIs.\r
+          If Contributor's Modifications include an application programming\r
+          interface and Contributor has knowledge of patent licenses which\r
+          are reasonably necessary to implement that API, Contributor must\r
+          also include this information in the LEGAL file.\r
+\r
+               (c)    Representations.\r
+          Contributor represents that, except as disclosed pursuant to\r
+          Section 3.4(a) above, Contributor believes that Contributor's\r
+          Modifications are Contributor's original creation(s) and/or\r
+          Contributor has sufficient rights to grant the rights conveyed by\r
+          this License.\r
+\r
+     3.5. Required Notices.\r
+     You must duplicate the notice in Exhibit A in each file of the Source\r
+     Code.  If it is not possible to put such notice in a particular Source\r
+     Code file due to its structure, then You must include such notice in a\r
+     location (such as a relevant directory) where a user would be likely\r
+     to look for such a notice.  If You created one or more Modification(s)\r
+     You may add your name as a Contributor to the notice described in\r
+     Exhibit A.  You must also duplicate this License in any documentation\r
+     for the Source Code where You describe recipients' rights or ownership\r
+     rights relating to Covered Code.  You may choose to offer, and to\r
+     charge a fee for, warranty, support, indemnity or liability\r
+     obligations to one or more recipients of Covered Code. However, You\r
+     may do so only on Your own behalf, and not on behalf of the Initial\r
+     Developer or any Contributor. You must make it absolutely clear than\r
+     any such warranty, support, indemnity or liability obligation is\r
+     offered by You alone, and You hereby agree to indemnify the Initial\r
+     Developer and every Contributor for any liability incurred by the\r
+     Initial Developer or such Contributor as a result of warranty,\r
+     support, indemnity or liability terms You offer.\r
+\r
+     3.6. Distribution of Executable Versions.\r
+     You may distribute Covered Code in Executable form only if the\r
+     requirements of Section 3.1-3.5 have been met for that Covered Code,\r
+     and if You include a notice stating that the Source Code version of\r
+     the Covered Code is available under the terms of this License,\r
+     including a description of how and where You have fulfilled the\r
+     obligations of Section 3.2. The notice must be conspicuously included\r
+     in any notice in an Executable version, related documentation or\r
+     collateral in which You describe recipients' rights relating to the\r
+     Covered Code. You may distribute the Executable version of Covered\r
+     Code or ownership rights under a license of Your choice, which may\r
+     contain terms different from this License, provided that You are in\r
+     compliance with the terms of this License and that the license for the\r
+     Executable version does not attempt to limit or alter the recipient's\r
+     rights in the Source Code version from the rights set forth in this\r
+     License. If You distribute the Executable version under a different\r
+     license You must make it absolutely clear that any terms which differ\r
+     from this License are offered by You alone, not by the Initial\r
+     Developer or any Contributor. You hereby agree to indemnify the\r
+     Initial Developer and every Contributor for any liability incurred by\r
+     the Initial Developer or such Contributor as a result of any such\r
+     terms You offer.\r
+\r
+     3.7. Larger Works.\r
+     You may create a Larger Work by combining Covered Code with other code\r
+     not governed by the terms of this License and distribute the Larger\r
+     Work as a single product. In such a case, You must make sure the\r
+     requirements of this License are fulfilled for the Covered Code.\r
+\r
+4. Inability to Comply Due to Statute or Regulation.\r
+\r
+     If it is impossible for You to comply with any of the terms of this\r
+     License with respect to some or all of the Covered Code due to\r
+     statute, judicial order, or regulation then You must: (a) comply with\r
+     the terms of this License to the maximum extent possible; and (b)\r
+     describe the limitations and the code they affect. Such description\r
+     must be included in the LEGAL file described in Section 3.4 and must\r
+     be included with all distributions of the Source Code. Except to the\r
+     extent prohibited by statute or regulation, such description must be\r
+     sufficiently detailed for a recipient of ordinary skill to be able to\r
+     understand it.\r
+\r
+5. Application of this License.\r
+\r
+     This License applies to code to which the Initial Developer has\r
+     attached the notice in Exhibit A and to related Covered Code.\r
+\r
+6. Versions of the License.\r
+\r
+     6.1. New Versions.\r
+     Netscape Communications Corporation ("Netscape") may publish revised\r
+     and/or new versions of the License from time to time. Each version\r
+     will be given a distinguishing version number.\r
+\r
+     6.2. Effect of New Versions.\r
+     Once Covered Code has been published under a particular version of the\r
+     License, You may always continue to use it under the terms of that\r
+     version. You may also choose to use such Covered Code under the terms\r
+     of any subsequent version of the License published by Netscape. No one\r
+     other than Netscape has the right to modify the terms applicable to\r
+     Covered Code created under this License.\r
+\r
+     6.3. Derivative Works.\r
+     If You create or use a modified version of this License (which you may\r
+     only do in order to apply it to code which is not already Covered Code\r
+     governed by this License), You must (a) rename Your license so that\r
+     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",\r
+     "MPL", "NPL" or any confusingly similar phrase do not appear in your\r
+     license (except to note that your license differs from this License)\r
+     and (b) otherwise make it clear that Your version of the license\r
+     contains terms which differ from the Mozilla Public License and\r
+     Netscape Public License. (Filling in the name of the Initial\r
+     Developer, Original Code or Contributor in the notice described in\r
+     Exhibit A shall not of themselves be deemed to be modifications of\r
+     this License.)\r
+\r
+7. DISCLAIMER OF WARRANTY.\r
+\r
+     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,\r
+     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,\r
+     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF\r
+     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.\r
+     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE\r
+     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,\r
+     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE\r
+     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER\r
+     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\r
+     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\r
+\r
+8. TERMINATION.\r
+\r
+     8.1.  This License and the rights granted hereunder will terminate\r
+     automatically if You fail to comply with terms herein and fail to cure\r
+     such breach within 30 days of becoming aware of the breach. All\r
+     sublicenses to the Covered Code which are properly granted shall\r
+     survive any termination of this License. Provisions which, by their\r
+     nature, must remain in effect beyond the termination of this License\r
+     shall survive.\r
+\r
+     8.2.  If You initiate litigation by asserting a patent infringement\r
+     claim (excluding declatory judgment actions) against Initial Developer\r
+     or a Contributor (the Initial Developer or Contributor against whom\r
+     You file such action is referred to as "Participant")  alleging that:\r
+\r
+     (a)  such Participant's Contributor Version directly or indirectly\r
+     infringes any patent, then any and all rights granted by such\r
+     Participant to You under Sections 2.1 and/or 2.2 of this License\r
+     shall, upon 60 days notice from Participant terminate prospectively,\r
+     unless if within 60 days after receipt of notice You either: (i)\r
+     agree in writing to pay Participant a mutually agreeable reasonable\r
+     royalty for Your past and future use of Modifications made by such\r
+     Participant, or (ii) withdraw Your litigation claim with respect to\r
+     the Contributor Version against such Participant.  If within 60 days\r
+     of notice, a reasonable royalty and payment arrangement are not\r
+     mutually agreed upon in writing by the parties or the litigation claim\r
+     is not withdrawn, the rights granted by Participant to You under\r
+     Sections 2.1 and/or 2.2 automatically terminate at the expiration of\r
+     the 60 day notice period specified above.\r
+\r
+     (b)  any software, hardware, or device, other than such Participant's\r
+     Contributor Version, directly or indirectly infringes any patent, then\r
+     any rights granted to You by such Participant under Sections 2.1(b)\r
+     and 2.2(b) are revoked effective as of the date You first made, used,\r
+     sold, distributed, or had made, Modifications made by that\r
+     Participant.\r
+\r
+     8.3.  If You assert a patent infringement claim against Participant\r
+     alleging that such Participant's Contributor Version directly or\r
+     indirectly infringes any patent where such claim is resolved (such as\r
+     by license or settlement) prior to the initiation of patent\r
+     infringement litigation, then the reasonable value of the licenses\r
+     granted by such Participant under Sections 2.1 or 2.2 shall be taken\r
+     into account in determining the amount or value of any payment or\r
+     license.\r
+\r
+     8.4.  In the event of termination under Sections 8.1 or 8.2 above,\r
+     all end user license agreements (excluding distributors and resellers)\r
+     which have been validly granted by You or any distributor hereunder\r
+     prior to termination shall survive termination.\r
+\r
+9. LIMITATION OF LIABILITY.\r
+\r
+     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\r
+     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL\r
+     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,\r
+     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR\r
+     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY\r
+     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,\r
+     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\r
+     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\r
+     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\r
+     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY\r
+     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW\r
+     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE\r
+     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO\r
+     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\r
+\r
+10. U.S. GOVERNMENT END USERS.\r
+\r
+     The Covered Code is a "commercial item," as that term is defined in\r
+     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer\r
+     software" and "commercial computer software documentation," as such\r
+     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48\r
+     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),\r
+     all U.S. Government End Users acquire Covered Code with only those\r
+     rights set forth herein.\r
+\r
+11. MISCELLANEOUS.\r
+\r
+     This License represents the complete agreement concerning subject\r
+     matter hereof. If any provision of this License is held to be\r
+     unenforceable, such provision shall be reformed only to the extent\r
+     necessary to make it enforceable. This License shall be governed by\r
+     California law provisions (except to the extent applicable law, if\r
+     any, provides otherwise), excluding its conflict-of-law provisions.\r
+     With respect to disputes in which at least one party is a citizen of,\r
+     or an entity chartered or registered to do business in the United\r
+     States of America, any litigation relating to this License shall be\r
+     subject to the jurisdiction of the Federal Courts of the Northern\r
+     District of California, with venue lying in Santa Clara County,\r
+     California, with the losing party responsible for costs, including\r
+     without limitation, court costs and reasonable attorneys' fees and\r
+     expenses. The application of the United Nations Convention on\r
+     Contracts for the International Sale of Goods is expressly excluded.\r
+     Any law or regulation which provides that the language of a contract\r
+     shall be construed against the drafter shall not apply to this\r
+     License.\r
+\r
+12. RESPONSIBILITY FOR CLAIMS.\r
+\r
+     As between Initial Developer and the Contributors, each party is\r
+     responsible for claims and damages arising, directly or indirectly,\r
+     out of its utilization of rights under this License and You agree to\r
+     work with Initial Developer and Contributors to distribute such\r
+     responsibility on an equitable basis. Nothing herein is intended or\r
+     shall be deemed to constitute any admission of liability.\r
+\r
+13. MULTIPLE-LICENSED CODE.\r
+\r
+     Initial Developer may designate portions of the Covered Code as\r
+     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial\r
+     Developer permits you to utilize portions of the Covered Code under\r
+     Your choice of the NPL or the alternative licenses, if any, specified\r
+     by the Initial Developer in the file described in Exhibit A.\r
+\r
+EXHIBIT A -Mozilla Public License.\r
+\r
+     ``The contents of this file are subject to the Mozilla Public License\r
+     Version 1.1 (the "License"); you may not use this file except in\r
+     compliance with the License. You may obtain a copy of the License at\r
+     http://www.mozilla.org/MPL/\r
+\r
+     Software distributed under the License is distributed on an "AS IS"\r
+     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\r
+     License for the specific language governing rights and limitations\r
+     under the License.\r
+\r
+     The Original Code is ______________________________________.\r
+\r
+     The Initial Developer of the Original Code is ________________________.\r
+     Portions created by ______________________ are Copyright (C) ______\r
+     _______________________. All Rights Reserved.\r
+\r
+     Contributor(s): ______________________________________.\r
+\r
+     Alternatively, the contents of this file may be used under the terms\r
+     of the _____ license (the  "[___] License"), in which case the\r
+     provisions of [______] License are applicable instead of those\r
+     above.  If you wish to allow use of your version of this file only\r
+     under the terms of the [____] License and not to allow others to use\r
+     your version of this file under the MPL, indicate your decision by\r
+     deleting  the provisions above and replace  them with the notice and\r
+     other provisions required by the [___] License.  If you do not delete\r
+     the provisions above, a recipient may use your version of this file\r
+     under either the MPL or the [___] License."\r
+\r
+     [NOTE: The text of this Exhibit A may differ slightly from the text of\r
+     the notices in the Source Code files of the Original Code. You should\r
+     use the text of this Exhibit A rather than the text found in the\r
+     Original Code Source Code for Your Modifications.]\r
+\r
diff --git a/guestbook/arial.ttf b/guestbook/arial.ttf
new file mode 100644 (file)
index 0000000..ff0815c
Binary files /dev/null and b/guestbook/arial.ttf differ
diff --git a/guestbook/captcha.png b/guestbook/captcha.png
new file mode 100644 (file)
index 0000000..b22655a
Binary files /dev/null and b/guestbook/captcha.png differ
diff --git a/guestbook/captcha.txt b/guestbook/captcha.txt
new file mode 100644 (file)
index 0000000..c07b38c
--- /dev/null
@@ -0,0 +1 @@
+152368
\ No newline at end of file
diff --git a/guestbook/changelog.txt b/guestbook/changelog.txt
new file mode 100644 (file)
index 0000000..8585de9
--- /dev/null
@@ -0,0 +1,39 @@
+Spider-Trap 0.92\r
+\r
+Found a bug?\r
+Please report the bug at our site http://www.spider-trap.de/forum/Bug+Report-2:0.html! \r
+Thanks a lot!\r
+\r
+Version 0.92 - 14.01.2006\r
+- fixed ";" in settings\r
+- no mail on add a spider\r
+- new changelog \r
+- upgrade the documentation\r
+- Captcha Function\r
+\r
+\r
+Version 0.91 - 13.01.2006\r
+- added whitelist for goog bots\r
+- lock on txt and htaccess files\r
+- bug - only blacklist updated\r
+- use own word in settings for remove the ban\r
+- redirection to directory path after ban\r
+- new function to get the ip of the user\r
+- new Banners added\r
\r
+Version 0.90 - 06.01.2005\r
+- first released version \r
+\r
+Versions below 0.90 were developer version\r
+\r
+The contents of this file are subject to the Mozilla Public License\r
+Version 1.1 (the "License"); you may not use this file except in\r
+compliance with the License. You may obtain a copy of the License at\r
+http://www.mozilla.org/MPL/\r
\r
+Software distributed under the License is distributed on an "AS IS"\r
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\r
+License for the specific language governing rights and limitations\r
+under the License.\r
+\r
+(c) 2005-2006 Thomas Zeithaml\r
diff --git a/guestbook/forbid.php b/guestbook/forbid.php
new file mode 100644 (file)
index 0000000..f88851f
--- /dev/null
@@ -0,0 +1,135 @@
+<?php
+/**
+* $Id: forbid.php,v 1.0 2005/31/12 12:00:00 thomasz Exp $
+*
+* @author       Thomas Zeithaml <info@spider-trap.de>
+* @copyright    (c) 2005-2006 Spider-Trap Team
+* 
+* The contents of this file are subject to the Mozilla Public License
+* Version 1.1 (the "License"); you may not use this file except in
+* compliance with the License. You may obtain a copy of the License at
+* http://www.mozilla.org/MPL/
+* 
+* Software distributed under the License is distributed on an "AS IS"
+* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+* License for the specific language governing rights and limitations
+* under the License.
+*/
+require 'settings.php';
+include trap_core_path."core.inc.php";
+
+function ts_gfx($ts_random) {
+$rcode = hexdec(md5($_SERVER['HTTP_USER_AGENT'] . $_SERVER['SERVER_SOFTWARE'] . $_SERVER['HTTP_ACCEPT_CHARSET'] . sitekey . $ts_random . datekey . filemtime("settings.php")));
+$code = substr($rcode, 2, 6);
+
+setCaptchaId($code);
+
+$circles=5;
+$width=100;
+$height=40;
+$font=5;
+
+$fontwidth = ImageFontWidth($font) * strlen($code);
+$fontheight = ImageFontHeight($font);
+
+$max_lines = $fontheight / 4;
+if (random_lines == true)
+{
+       $lines = rand(1, $max_lines);
+}
+ else
+{
+       $lines=2;
+}
+if ($lines > $max_lines) $lines = $max_lines;
+
+$im = @imagecreate ($width,$height);
+$background_color = imagecolorallocate ($im, rand(0,100),rand(0,100),rand(0,100));
+$text_color = imagecolorallocate ($im, rand(200,255),rand(200,255),rand(200,255)); // Random Text
+
+$r=0.01;$g=0.51;$b=0.87;
+for ($i=1;$i<=$circles;$i++) {
+       $value=rand(200, 255);
+       $randomcolor = imagecolorallocate ($im , $value*$r, $value*$g,$value*$b);
+       imagefilledellipse($im,rand(0,$width-10),rand(0,$height-3),
+       rand(20,70),rand(20,70),$randomcolor);
+}
+
+imagerectangle($im,0,0,$width-1,$height-1,$text_color);
+
+$w_pos = rand(5, abs($width - $fontwidth));
+$h_pos = rand(5, abs($height - 1 - $fontheight));
+imagestring ($im, $font, $w_pos, $h_pos, $code, $text_color);
+
+$y2 = 0; $y = 0;
+for ($i=0;$i<$lines;$i++) {
+       while(abs($y2 - $y) < 2)
+       {
+               $y=rand($h_pos, ($h_pos + $fontheight));
+       }
+       $y2 = $y;
+       $randomcolor=imagecolorallocate($im, 0,0, rand(100, 255));
+       imageline($im, 0, $y, $width, $y, $randomcolor);
+}
+
+header ("Content-type: image/jpeg");
+imagejpeg ($im,'',80);
+ImageDestroy($im);
+die();
+}
+$ts_random=rand();
+$pos= strpos($_SERVER['REQUEST_URI'], '?');
+$basename = basename(substr($_SERVER['REQUEST_URI'], 0, $pos));
+if($basename==basename(__FILE__))
+ts_gfx($_GET['ts_random']);
+
+$value = getCaptchaId();
+if($_POST['unbanme'] == $value ){
+    remove_blacklist(getip(), $_SERVER["HTTP_USER_AGENT"]);
+       header("Location: ../");
+       exit;
+} else {
+?>
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<meta name="robots" content="noindex,nofollow" />
+<title>403 - Zugriff verboten</title>
+</head><body>
+<h1><font face="Verdana, Arial, Helvetica, sans-serif">Zugriff auf diese Website k&ouml;nnen Sie hier freischalten </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
+    </font>
+</h1>
+<?php
+if($_POST['unbanme'] != '' && $_POST['unbanme'] != $value){
+       echo "<h2>Falsche Eingabe - Sperre nicht aufgehoben !</h2>";
+}
+?>
+<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>Diese Seite dient zum Schutz vor sogenannten &quot;b&ouml;sen&quot; Spambots.</strong>  Oft ist es der Fall, dass man persönliche Daten wie z.B. die Bankverbindung 
+    auf einer Webseite angibt. Damit diese Daten nicht in den Suchmaschinen auftauchen 
+    hat man sich auf einen Standard geeinigt, wie man Websiten vor der Indexierung ausschließen kann.*<br>
+
+    <br>
+    <strong>Sie sind einem Link gefolgt der für diesen Spambot gedacht war und haben dadurch eine Sperre Ihrer IP-Adresse ausgelöst. </strong></font>
+<p><font color="#FF0000" size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>Um
+      diese Sperre aufzuheben, müssen Sie in das folgende Formular den unten
+      angezeigten Wert eintragen und danach abschicken - dann haben Sie sofort
+      wieder Zugriff auf diese Website.</strong></font>
+<p>
+<img src="forbid.php?ts_random=<?php echo $ts_random."\""; ?> />
+<FORM METHOD="post" ACTION="forbid.php">
+<label for="unbanme">Bitte Wert eingeben:</label>
+<input name="unbanme" id="unbanme" style="width: 165px;" />
+<input class="submit" type="submit" value="Speichern" name="save" />
+</form>
+<?php
+  }
+?>
+<font size="2" face="Verdana, Arial, Helvetica, sans-serif">
+</font>
+<p>&nbsp;</p>
+<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">* Dazu legt man eine Datei mit Namen robots.txt in das Root Verzeichnis des Webspaces und hinterlegt darin, welche Seiten indexiert werden d&uuml;rfen und welche nicht. Suchmaschinen wie MSN, Yahoo oder Google halten sich an diese Regeln. Spambots aber lesen Internetseiten aus ohne dabei auf diese Richtlinien zu achten. Um dies zu unterbinden und damit die Webseiten zu sch&uuml;tzen, werden diese Spambots ausgesperrt. Mehr Informationen &uuml;ber Webcrawler gibt es z.B: bei <a href="http://www.robotstxt.org/wc/robots.html">http://www.robotstxt.org/wc/robots.html</a><br>
+&nbsp;</font></p>
+<p><?php include ("randlink.php"); ?></p>
+<font size="2" face="Verdana, Arial, Helvetica, sans-serif">powered by Spider-trap.de
+</font>
+</body>
+</html>
\ No newline at end of file
diff --git a/guestbook/index.php b/guestbook/index.php
new file mode 100644 (file)
index 0000000..4a29ce7
--- /dev/null
@@ -0,0 +1,23 @@
+<?php\r
+/**\r
+* $Id: index.php,v 1.0 2005/31/12 12:00:00 thomasz Exp $\r
+*\r
+* @author       Thomas Zeithaml <info@spider-trap.de>\r
+* @copyright    (c) 2005-2006 Spider-Trap Team\r
+* \r
+* The contents of this file are subject to the Mozilla Public License\r
+* Version 1.1 (the "License"); you may not use this file except in\r
+* compliance with the License. You may obtain a copy of the License at\r
+* http://www.mozilla.org/MPL/\r
+* \r
+* Software distributed under the License is distributed on an "AS IS"\r
+* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\r
+* License for the specific language governing rights and limitations\r
+* under the License.\r
+*/\r
+include "settings.php";\r
+include trap_core_path."core.inc.php";\r
+add_blacklist($_SERVER['REMOTE_ADDR'], $_SERVER['REQUEST_METHOD'], $_SERVER['REQUEST_URI'], $_SERVER['SERVER_PROTOCOL'], $_SERVER['HTTP_REFERRER'], $_SERVER['HTTP_USER_AGENT']);\r
+header('Location: forbid.php');\r
+exit;\r
+?>\r
diff --git a/guestbook/no-badbot.gif b/guestbook/no-badbot.gif
new file mode 100644 (file)
index 0000000..3a7eb3f
Binary files /dev/null and b/guestbook/no-badbot.gif differ
diff --git a/guestbook/pixel.gif b/guestbook/pixel.gif
new file mode 100644 (file)
index 0000000..2d2380b
Binary files /dev/null and b/guestbook/pixel.gif differ
diff --git a/guestbook/settings.php b/guestbook/settings.php
new file mode 100644 (file)
index 0000000..fcbaedc
--- /dev/null
@@ -0,0 +1,53 @@
+<?php
+/**
+* $Id: settings.php,v 1.0 2005/31/12 12:00:00 thomasz Exp $
+*
+* @author       Thomas Zeithaml <info@spider-trap.de>
+* @copyright    (c) 2005-2006 Spider-Trap Team
+* 
+* The contents of this file are subject to the Mozilla Public License
+* Version 1.1 (the "License"); you may not use this file except in
+* compliance with the License. You may obtain a copy of the License at
+* http://www.mozilla.org/MPL/
+* 
+* Software distributed under the License is distributed on an "AS IS"
+* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+* License for the specific language governing rights and limitations
+* under the License.
+*/
+// Schreibrechte CHMOD 777
+error_reporting(0);
+$htaccess_file = dirname(dirname(__FILE__))."/.htaccess";
+if (!is_writeable($htaccess_file)) die("Cannot write ".$htaccess_file." !");
+$blacklist_file = dirname(dirname(__FILE__))."/blacklist.txt"; 
+if (!is_writeable($blacklist_file)) die("Cannot write ".$blacklist_file." !");
+$whitelist_file = dirname(dirname(__FILE__))."/whitelist.txt"; 
+if (!is_writeable($whitelist_file)) die("Cannot write ".$whitelist_file." !");
+
+$alert_email = "webmaster@mxchange.org"; // Email für Benachrichtigungen
+
+$mail_on_add = true; // Email senden wenn neue Sperre 
+$mail_on_remove = true; // Email senden wenn Sperre für jemand aufgehoben wurde ?
+
+$trap_path = "guestbook/"; // path of the trap - must end with a "/"
+
+$sleep_min = 30; $sleep_max = 300;
+
+$captcha_file = dirname(dirname(__FILE__))."/".$trap_path."captcha.txt";
+if (!is_writeable($captcha_file)) die("Cannot write ".$captcha_file." !");
+
+// Bitte randomizen Sie diesen String etwas selber! ;-)
+define('sitekey', "spider-trap_gp2eg1f23.g24ih13]f.i31g]042ih9gi4p]goieghopekgfp1elf");
+
+// Hier koennen Sie auch das deutsche Datumsformat nehmen, Uhrzeit nicht, da diese zu haeufig wechselt
+// und somit die Codegenerierung nicht identische Codes liefert
+define('datekey', date("d-m-Y", time()));
+
+// Sollen die Linienanzahl per Zufall gewaehlt werden? Ja = true, Nein, fixierte Anzahl = false
+define('random_lines', true);
+
+// Wo sind die "Core-Dateien" abgelegt? (mit abschliessendem Slash!)
+define('trap_core_path', "/usr/share/php/spider-trap/");
+
+//
+?>
diff --git a/guestbook/spider.jpg b/guestbook/spider.jpg
new file mode 100644 (file)
index 0000000..e20325c
Binary files /dev/null and b/guestbook/spider.jpg differ
diff --git a/imprint.html b/imprint.html
new file mode 100644 (file)
index 0000000..9cc20dd
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+<title>Quix0r&#39;s FlightGear Webpage - Imprint / Impressum</title>
+</head>
+
+<body>
+
+<p align="center">
+       <table border="0" cellspacing="0" cellpadding="0" width="400">
+       <tr>
+               <td align="center"><big><big><strong>Imprint / Impressum</strong></big></big></td>
+       </tr>
+       <tr>
+               <td align="left" style="padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
+                       <script language="Javascript" type="text/javascript">
+<!--
+var mode="full";
+//-->
+                       </script>
+                       <script language="Javascript" type="text/javascript" src="http://js.mxchange.org/shared/impressum.js">
+                       </script><br />
+                       <strong>Kein Support, keine Beratung per Telefon</strong><br />
+                       <br />
+                       <small>Alle Inhalte, die sich ausserhalb dieses Angebotes (also ausserhalb von http://flightgear.mxchange.org) befinden sind keine Werke von mir. Ich habe keinen Einflu&szlig; auf die Gestaltung
+                       von externen Seiten und distanziere mich von diesen und deren Inhalten. Auch trotz sorf&auml;tiger &Uuml;berpr&uuml;fung der aufgenommenen Links, kann ich dennoch keine
+                       Garantie f&uuml;r diese Seiten abgeben. Ich &uuml;bernehme weiterhin keine Gew&auml;hr f&uuml;r die Erreichbarkeit der verlinkten Seiten und f&uuml;r die Korrektheit und
+                       rechtliche Unbedenklichkeit der von den jeweiligen Anbietern hinterlegten Inhalten.</small><br />
+               </td>
+       </tr>
+       </table>
+</p>
+
+<p>
+       Please further note: flightgear.org and many (all?) sub domains and including the forums use Google Analytics to track
+       your surf behavior. If you don&#39;t want that and still want to visit their pages, use Ghostery for your browser and
+       activate the blocking feature. It may slow down your surf experience a little but should remain useable.
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-04-23</strong> |
+               Last update: <strong>2011-06-08</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="links.html">Links collection</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..c86fab0
--- /dev/null
@@ -0,0 +1,173 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+<title>Quix0r&#39;s FlightGear Webpage - A simple FlightGear Helping Page</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A simple page for simple help</strong></big></big></center>
+
+<p>
+       The main purpose of this webpage is to help people having a fully featured
+       <a href="http://www.flightgear.org" target="_blank">FlightGear</a>
+       installation. It is mainly based on my own experiences I have made with this
+       great piece of software and at home while playing with my Saitek X52 Pro joystick.
+</p>
+
+<p>
+       First of all, you need to <a href="http://www.flightgear.org/Downloads/binary.shtml"
+        target="_blank" title="Binary download">download the latest version</a> of FlightGear
+       from a mirror. At the moment of writing this page it was <strong>2.0</strong> in
+       main program and scenery. Use <a href="http://www.flightgear.org/Downloads/binary.shtml"
+        target="_blank">this link</a> for instance.
+</p>
+
+<p>
+       If you have done so you can only fly a bit around in the area of San
+       Francisco (KSFO plus some more). That is indeed not very much. So you need
+       to get some scenery and more &quot;shared models&quot;. Also you will see a
+       lot warning messages or failures. We fix them all step-by-step.
+</p>
+
+<p>
+       So first let us fix the warnings (a bit, not all) and failures while the
+       program is starting up. Most happens because of missing scenery and objects
+       like buildings in the scenery. Download <em>SharedModels.tgz</em> and (if you
+       have a dial-in connection) <em>GlobalObjects.tgz</em> from <a
+        href="http://scenemodels.flightgear.org/" target="_blank">this webpage</a>.
+       You don't need to download every single building! Just grab the big tar balls.
+</p>
+
+<p>
+       On Linux systems you will find tools like <em>tar</em> and <em>gzip</em> for
+       uncompression and extraction of the data. But wait! You need to know where you
+       shall put them.
+</p>
+
+<p>
+       The GlobalObjects.tgz archive contains a lot directories like <strong>eXXXnYYY</strong>
+       plus a lot sub directories with small files in. First change the directory to FG_ROOT
+       (on my Debian system it is <em>/usr/shared/games/FlightGear/</em> and change again
+       into <em>Scenery/Objects/</em>. The final command will looks like this:<br />
+       <br />
+       <pre>cd /usr/share/games/FlightGear/Scenery/Objects/
+wget http://flightgear.mxchange.org/pub/scenemodels/GlobalObjects.tgz
+tar xzf GlobalObjects.tgz # (this will take looooong ...)
+rm -f GlobalObjects.tgz # (to save disk space)</pre><br />
+       Or try my copy.
+       You can use the tab key for autocompletition if you prefer not to enter all
+       single characters in the cd command.
+</p>
+
+<p>That part was simple, wasn't it? :)</p>
+
+<p>
+       Now we need to get the <em>SharedModels.tgz</em> file but its content
+       should be stored in a different folder. Here are again the needed
+       commands to get it, extract and fix a small bug in it:<br />
+       <br />
+       <pre>cd ../../
+wget http://flightgear.mxchange.org/pub/scenemodels/SharedModels.tgz
+tar xzf SharedModels.tgz # (will take again a bit longer)
+rm -f SharedModels.tgz # (again for saving disk space)</pre>
+</p>
+
+<p>
+       <strong>Alternative download:</strong> (from my server)<br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="pub/scenemodels/SharedModels.tgz">SharedModels.tgz</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="pub/scenemodels/GlobalObjects.tgz">GlobalObjects.tgz</a>
+</p>
+
+<p>
+       Well done! You can now still fly around in the basic area of San Fransico
+       Beach but with some more objects and details. :) Enjoy it before we continue
+       with the last steps.
+</p>
+
+<p>
+       If you have a lot (!!!) disk space left you may want to download more scenery
+       (or the whole world?) on your drive. But you can also save it by using an
+       external <a href="rsync.html">rsync server</a>. I have discontinued to provide
+       it due to low disk space on my server (only 40 GByte). But still you can
+       <a href="pub/fgfs/Scenery/" target="_blank">donwload all packages</a>.
+</p>
+
+<p>
+       If you want to use an external <a href="rsync.html">rsync server</a> (you
+       need TerraSync to do so) please use my launch-helper which available <a
+        href="pub/fgfs-launcher.zip">here</a>. It is written in Bash (Born Again
+       Shell) and starts TerraSync for you to connect to a public <a
+        href="rsync.html">rsync server</a>. It also helps you with playing in
+       multi-player mode and many more!
+</p>
+
+<p>
+       If you want to download all the scenery then find a free weekend and continue below
+       this paragraph. Everyone else is done here or might download <a href="pub/fgfs/Aircraft/"
+        target="_blank">some aircrafts</a> as well.
+</p>
+
+<p>
+       <strong>Hint for mass-downloaders:</strong> You don't need the data from
+       AirportOverlays and RawData if you just want to fly around! You need them if
+       you want to build scenery only. And don't mess around with the <em>Models-Airspace.tar.gz</em>
+       and <em>Scenery-Airspace.tar.gz</em> located <a href="pub/fgfs/Scenery-Airspace/"
+        target="_blank">here</a>. In the <em>Scenery-Airspace.tar.gz</em> you will find a
+       folder called <strong>Objects</strong>. Don't mix that with the one in
+       <strong>Scenery</strong>. If you do so you need to re-install your scenery again.
+</p>
+
+<p>
+       <strong>Continue here with full scenery download:</strong> wget can be a good
+       friend if you know how to use it and if you clean up the download after usage.
+       So this next script is based on it.
+</p>
+
+<p>
+       You can find my download helper <a href="pub/download-helper.zip">here</a>.
+       Here are the needed commands to get full scenery on your drive:<br />
+       <br />
+       <pre>cd /usr/share/games/FlightGear/Scenery/
+wget http://flightgear.mxchange.org/pub/download-helper.zip
+unzip download-helper.zip
+sh extract.sh</pre>
+</p>
+
+<p>
+       Clean up of downloaded archives is being done by extract.sh. If you like you
+       can remove <em>download-helper.zip</em>, <em>extract.sh</em>, <em>listing</em>
+       and <em>okay</em>. They belong to my script and not to FlightGear.
+</p>
+
+<p>
+       If the download fails just try to restart it with <strong>sh extract.sh</strong>
+       after some minutes. The both servers are very busy these days... :-/
+</p>
+
+<p>
+       <big><strong>Happy gaming!</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-03-28</strong> |
+               Last update: <strong>2011-05-26</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="links.html">Links collection</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="fgfs-scenery.html">My used scenery</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/lemd-lfpg-eddl-eddh.html b/lemd-lfpg-eddl-eddh.html
new file mode 100644 (file)
index 0000000..11421f3
--- /dev/null
@@ -0,0 +1,89 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - Continued flight from LEMD over LFPG and EDDL to EDDH</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A continued flight from LEMD over LFPG and EDDL to EDDH</strong></big></big></center>
+
+<p>
+       This is a continued flight enroute of <a href="lirf-leib-lemd.html">LIRF over LEIB to LEMD</a>.
+</p>
+
+<p>
+       You can use this flight plan for the auto-pilot in your favorite airplane
+       (never in real!). You should be directed straight on the runway for save
+       landing... and don't forget to pull out the gear! ;-)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<strong>LEMD</strong> <em>(Madrid, Spain)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;UCEDA<br />
+       <strong><big>&middot;</big></strong>&nbsp;NOLSA<br />
+       <strong><big>&middot;</big></strong>&nbsp;ORTEZ<br />
+       <strong><big>&middot;</big></strong>&nbsp;TIRET<br />
+       <strong><big>&middot;</big></strong>&nbsp;RBT06 <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;RGS17<br />
+       <strong><big>&middot;</big></strong>&nbsp;PGD08<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>LFPG</strong> <em>(Not needed to enter in AP, set NAV1 to 110.1 MHz, 85.32 degrees)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;PG086<br />
+       <strong><big>&middot;</big></strong>&nbsp;DIDOR<br />
+       <strong><big>&middot;</big></strong>&nbsp;NEBUL<br />
+       <strong><big>&middot;</big></strong>&nbsp;BBE38<br />
+       <strong><big>&middot;</big></strong>&nbsp;MODRU <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DL550<br />
+       <strong><big>&middot;</big></strong>&nbsp;DL013<br />
+       <strong><big>&middot;</big></strong>&nbsp;DL003<br />
+       <strong><big>&middot;</big></strong>&nbsp;R2934 <em>(Set NAV1 to 111.5 MHz, 52.7 degrees)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDL</strong> <em>(Not needed to enter in AP)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DL050<br />
+       <strong><big>&middot;</big></strong>&nbsp;BAM58<br />
+       <strong><big>&middot;</big></strong>&nbsp;DL430<br />
+       <strong><big>&middot;</big></strong>&nbsp;DGW01<br />
+       <strong><big>&middot;</big></strong>&nbsp;OSTAK<br />
+       <strong><big>&middot;</big></strong>&nbsp;VISKI<br />
+       <strong><big>&middot;</big></strong>&nbsp;VERED<br />
+       <strong><big>&middot;</big></strong>&nbsp;DH235 <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DH258 <em>(Altitude should be 3.000 ft)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;DH010<br />
+       <strong><big>&middot;</big></strong>&nbsp;R1276 <em>(Set NAV1 to 110.5 MHz, 230.2 degrees</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>EDDH</strong> <em>(Not needed to enter in AP)</em><br />
+       <br />
+       <small><strong>Notices:</strong> You should not climb higher than 10.000ft.
+       You should begin reducing the altitude to 1.000 feet when you are approx. 4
+       to 6 minutes away with a maximum airspeed of 320 kts away from your desired
+       destination. Reduce your speed to 180kts for a good landing with the Bravo.</small>
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-04-26</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/links.html b/links.html
new file mode 100644 (file)
index 0000000..beb672d
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - Some nice links I have collected</title>
+</head>
+
+<body>
+
+<center><big><big><strong>Some nice links I have collected</strong></big></big></center>
+
+<p>
+       Here is a list of nice FlightGear-related links I have found in the Internet.
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://www.gidenstam.org/FlightGear/misc/Carrier_over_MP/">Anders&#39; nice multi-player carrier patch.</a> This one is now included in CVS<br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://seahorsecorral.org/flightgear_aircraft.html">Stewart&#39;s Hangar</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://www.gidenstam.org/FlightGear/JSBSim-LTA/">Lighter-than-air simulation in JSBSim and FlightGear</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://helijah.free.fr/flightgear/hangar.htm">Helijah&#39;s Hangar</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://flightgear.azuana.de/">buster&#39;s FlightGear Site</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://www.emmerich-j.de/FGFS/">jomo&#39;s FlightGear Site</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://www.flightgear.org/forums/viewtopic.php?f=10&amp;t=5994">My announcement for my MP server mpserver08 @ the forums.</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="http://www.flightgear.org/forums/viewtopic.php?f=6&amp;t=6484">My announcement for my launcher script.</a><br />
+       <strong><big>&middot;</big></strong>&nbsp;<a rel="external" target="_blank" href="#">Another link I need to addd...</a><br />
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2009-03-18</strong> |
+               Last update: <strong>2011-04-08</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/lirf-leib-lemd.html b/lirf-leib-lemd.html
new file mode 100644 (file)
index 0000000..d50f655
--- /dev/null
@@ -0,0 +1,81 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - Continued flight from LIRF over LEIB to LEMD</title>
+</head>
+
+<body>
+
+<center><big><big><strong>A continued flight from LIRF over LEIB to LEMD</strong></big></big></center>
+
+<p>
+       This is a continued flight enroute of <a href="eddh-loww-lirf.html">EDDH over LOWW to LIRF</a>.
+</p>
+
+<p>
+       You can use this flight plan for the auto-pilot in your favorite airplane
+       (never in real!). You should be directed straight on the runway for save
+       landing... and don't forget to pull out the gear! ;-)
+</p>
+
+<p>
+       <strong><big>&middot;</big></strong>&nbsp;<strong>LIRF</strong> <em>(Roma, Italia)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;VALMA<br />
+       <strong><big>&middot;</big></strong>&nbsp;MADKA<br />
+       <strong><big>&middot;</big></strong>&nbsp;POULP<br />
+       <strong><big>&middot;</big></strong>&nbsp;VELON<br />
+       <strong><big>&middot;</big></strong>&nbsp;BALEN<br />
+       <strong><big>&middot;</big></strong>&nbsp;JOA26<br />
+       <strong><big>&middot;</big></strong>&nbsp;SSJ53 <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;IBA36<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>R2306/LEIB</strong> <em>(Ibiza, Spain))</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;IBA27<br />
+       <strong><big>&middot;</big></strong>&nbsp;NINOT<br />
+       <strong><big>&middot;</big></strong>&nbsp;VLC18<br />
+       <strong><big>&middot;</big></strong>&nbsp;MINGU<br />
+       <strong><big>&middot;</big></strong>&nbsp;PALIO <em>(Lower altitude here)</em><br />
+       <strong><big>&middot;</big></strong>&nbsp;MAA63<br />
+       <strong><big>&middot;</big></strong>&nbsp;MAA04<br />
+       <strong><big>&middot;</big></strong>&nbsp;<strong>R2256/LEMD</strong> <em>(Madrid, Spain)</em><br />
+       <br />
+       <small><strong>Notices:</strong> You should not climb higher than 10.000ft.
+       You should begin reducing the altitude to 1.000 feet when you are approx. 4
+       to 6 minutes away with a maximum airspeed of 320 kts away from your desired
+       destination. Reduce your speed to 180kts for a good landing with the Bravo.</small>
+</p>
+
+<p>
+       You may want to continue flying these routes:<br />
+       <strong><big>&middot;</big></strong>&nbsp;<a href="lemd-lfpg-eddl-eddh.html">LEMD (Madrid) over LFPG (Paris) and EDDL (D&uuml;sseldorf) to EDDH (Hamburg).</a><br />
+</p>
+
+<p>
+       <strong>And never use these flight plans in reality!</strong>
+</p>
+
+<p>
+       <big><strong>Meet you in FGFS. :)</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-04-23</strong> |
+               Last update: <strong>2011-01-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/pfs-scam.html b/pfs-scam.html
new file mode 100644 (file)
index 0000000..a3607e1
--- /dev/null
@@ -0,0 +1,117 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - What you should know before you order PFS</title>
+</head>
+
+<body>
+
+<center><big><big><strong>What you should know before you order PFS</strong></big></big></center>
+
+<p>
+       The PFS (Pro Flight Simulator) is a fork of <a href="http://www.flightgear.org" rel="external"
+        target="_blank">FlightGear</a> with main focus on making quick money (more to scam on innocent people
+       but more about that later). Right now, I don&#39;t feel comfortable to put a link to these scammer
+       folks. So just search and <strong>*DON&#39;T*</strong> buy it. So I start with their webpage (the source
+       code file is a different topic).
+</p>
+
+<p>
+       The header is on nearly every page the same and looks &quot;professionally&quot; made. The index page
+       (where you enter a website) looks like every other MLM product advertising page I have seen so far. I also
+       spare out to link to them for the same reason I will not link to PFS). On that page you can already find
+       many lies if you know FlightGear for a longer time:
+</p>
+
+<p>
+       <ul>
+               <li>FlightGear includes only GPL&#39;ed elevation data (which you can
+               somtimes get from government agencies), so they put that fact that
+               FlightGear &quot;lacks&quot; of accurate world scenery into their own.
+               Their claim to have the most accurate scenery data is based this so it
+               is the first lie.</li>
+               <li>The same applies to aircrafts and models. So they use the same fact
+               in their advantage: FlightGear only <strong>looks</strong> like it has
+               only a few aircrafts/helicopters to offer. But with <a rel="external"
+                href="http://wiki.flightgear.org/FlightGear_Hangars"
+                target="_blank">all people&#39;s hangers together</a>, FlightGear will
+               have more (many thanks to you guys!).</li>
+               <li>They claim to have 200,000 airports, but also fully developed? As
+               you may know, some airports in FlightGear are just &quot;stubs&quot; so
+               only a runway and maybe some taxi ways are there (plus wind sock and
+               some lights maybe). Again, they use that fact in their advantage.</li>
+               <li>There is TaxiDraw for drawing taxi ways (please no fictional!) and,
+               yeah, the flight planner they throw in as a bonus. See below for source
+               code references if you are interested in these programs.</li>
+               <li>There are military jets with working guns and missiles. The fact
+               that not all aircrafts can be shoot down because of missing information
+               (the other aircraft simply &quot;igores&quot; those missile hits) is
+               simply there. They make use of that in their advantage, again.</li>
+               <li>FlightGear does have handbooks, but not all are freely available
+               from the original writers. And FlightGear has in-game help and tutorials
+               (they claim to have video tutorials, FlightGear have them in-game,
+               rendered interactivly and live in fron of your own eyes!) And with the
+               help of festival, even voiced.</li>
+               <li>FlightGear is freely available (free as in freedom), no charge for
+               extra aircrafts or scenery.</li>
+               <li>The missing photo-realistic scenery in FlightGear might be true, but
+               again FlightGear depends on freely available data (which is
+               <strong>not</strong> Google Maps).</li>
+               <li>There is no need of a membership (as they ofer to you). If you have
+               questions, send them to the mailing list or forums (both free
+               registration without charge).</li>
+               <li>&quot;Open source products do not offer any support&quot; which is
+               simply <strong>not</strong> true. Support for FlightGear is available in
+               many ways: Forums, mailing list, chat or the bug tracker.</li>
+               <li>On free software you don&#39; have any gurantees. So if you play
+               with FlightGear (and have downloaded the data e.g. through an expensive
+               satellite link) and it crashes, it is your risk, not FlightGear&#39;.
+               This is a very common thing, that free software comes with no gurantee
+               (to be runable), many people just don&#39;t know it and they (PFS) put
+               it again into use in their advantage.</li>
+               <li>More to come up with ...</li>
+       </ul>
+</p>
+
+<p>
+       <strong>Source code references</strong>
+</p>
+
+<p>
+       <strong>TaxiDraw:</strong><br />
+       <a href="http://sourceforge.net/projects/taxidraw/" rel="external" target="_blank">SourceForge Project Website</a>
+       <pre>git clone git://mapserver.flightgear.org/taxidraw</pre>
+</p>
+
+<p>
+       <strong>Kelpie Flight Planner:</strong><br />
+       <a href="http://sourceforge.net/projects/fgflightplanner/" rel="external" target="_blank">SourceForge Project Website</a>
+</p>
+
+<p>
+       And please remember one thing: I don&#39;t call myself as a <em>truther</em> or so. I just summon up this
+       page to put some simple facts about the PFS scam together.
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2011-06-08</strong> |
+               Last update: <strong>2011-06-16</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/pub/.htaccess b/pub/.htaccess
new file mode 100644 (file)
index 0000000..0a9ef2d
--- /dev/null
@@ -0,0 +1,3 @@
+Options +Indexes
+
+Order Deny,Allow
diff --git a/pub/download-helper.zip b/pub/download-helper.zip
new file mode 100644 (file)
index 0000000..8844fc6
Binary files /dev/null and b/pub/download-helper.zip differ
diff --git a/pub/fgfs-launcher.zip b/pub/fgfs-launcher.zip
new file mode 100644 (file)
index 0000000..79294d6
Binary files /dev/null and b/pub/fgfs-launcher.zip differ
diff --git a/pub/helper.zip b/pub/helper.zip
new file mode 100644 (file)
index 0000000..e8b4549
Binary files /dev/null and b/pub/helper.zip differ
diff --git a/pub/rsyncd.conf b/pub/rsyncd.conf
new file mode 100644 (file)
index 0000000..a9568f0
--- /dev/null
@@ -0,0 +1,102 @@
+# sample rsyncd.conf configuration file
+
+# GLOBAL OPTIONS
+
+#motd file=/etc/motd
+# log file=/var/log/rsyncd.log
+# for pid file, dont' use /var/run/rsync.pid unless you're not going to run
+# rsync out of the init.d script. The /var/run/rsyncd.pid below is OK.
+pid file=/var/run/rsyncd.pid
+syslog facility=daemon
+#socket options=
+address=0.0.0.0
+lock file = /var/lock/rsyncd
+
+# MODULE OPTIONS
+[Airports]
+
+       comment = Flight Gear Archive - Airports
+       path = /some/path/fgdata/Scenery/Airports/
+       use chroot = no
+#      max connections=10
+       lock file = /var/lock/rsyncd
+# the default for read only is yes...
+       read only = yes
+       list = yes
+       uid = nobody
+       gid = nogroup
+#      exclude = 
+#      exclude from = 
+#      include =
+#      include from =
+#      auth users = 
+#      secrets file = /etc/rsyncd.secrets
+       strict modes = yes
+#      hosts allow =
+#      hosts deny =
+       ignore errors = no
+       ignore nonreadable = yes
+       transfer logging = yes
+       log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
+       timeout = 600
+       refuse options = dry-run
+       dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
+
+# MODULE OPTIONS
+[Terrain]
+
+       comment = Flight Gear Archive - Terrain
+       path = /some/path/fgdata/Scenery/Terrain/
+       use chroot = no
+#      max connections=10
+       lock file = /var/lock/rsyncd
+# the default for read only is yes...
+       read only = yes
+       list = yes
+       uid = nobody
+       gid = nogroup
+#      exclude = 
+#      exclude from = 
+#      include =
+#      include from =
+#      auth users = 
+#      secrets file = /etc/rsyncd.secrets
+       strict modes = yes
+#      hosts allow =
+#      hosts deny =
+       ignore errors = no
+       ignore nonreadable = yes
+       transfer logging = yes
+       log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
+       timeout = 600
+       refuse options = dry-run
+       dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
+
+[Objects]
+
+       comment = Flight Gear Archive - Objects
+       path = /some/path/fgdata/Scenery/Objects/
+       use chroot = no
+#      max connections=10
+       lock file = /var/lock/rsyncd
+# the default for read only is yes...
+       read only = yes
+       list = yes
+       uid = nobody
+       gid = nogroup
+#      exclude = 
+#      exclude from = 
+#      include =
+#      include from =
+#      auth users = 
+#      secrets file = /etc/rsyncd.secrets
+       strict modes = yes
+#      hosts allow =
+#      hosts deny =
+       ignore errors = no
+       ignore nonreadable = yes
+       transfer logging = yes
+       log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
+       timeout = 600
+       refuse options = dry-run
+       dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
diff --git a/pub/screenshot-anonymizer-fvwm-crystal_1280x1024.svg b/pub/screenshot-anonymizer-fvwm-crystal_1280x1024.svg
new file mode 100644 (file)
index 0000000..f5071b4
--- /dev/null
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+              "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+
+<svg xmlns="http://www.w3.org/2000/svg"
+     width="17.7818in" height="14.2255in"
+     viewBox="0 0 1280 1024">
+  <path id="Selection"
+        fill="none" stroke="black" stroke-width="1"
+        d="M 138.00,4.79
+           C 138.00,4.79 163.96,4.20 163.96,4.20
+             163.96,4.20 180.00,4.20 180.00,4.20
+             180.00,4.20 200.04,4.20 200.04,4.20
+             200.04,4.20 213.00,5.13 213.00,5.13
+             213.00,5.13 243.00,5.13 243.00,5.13
+             243.00,5.13 253.00,5.13 253.00,5.13
+             253.00,5.13 277.00,5.13 277.00,5.13
+             277.00,5.13 287.00,5.13 287.00,5.13
+             290.82,5.30 292.54,6.16 297.00,5.91
+             297.00,5.91 309.00,4.78 309.00,4.78
+             309.00,4.78 315.00,3.17 315.00,3.17
+             315.00,3.17 323.00,3.17 323.00,3.17
+             328.91,3.05 328.70,3.60 334.00,4.54
+             334.00,4.54 341.00,5.43 341.00,5.43
+             346.06,6.84 349.55,11.71 348.76,17.00
+             347.70,24.06 341.36,27.35 335.00,28.07
+             323.68,29.58 312.38,28.13 301.00,28.07
+             301.00,28.07 277.00,26.37 277.00,26.37
+             277.00,26.37 262.93,26.91 262.93,26.91
+             262.93,26.91 249.00,26.91 249.00,26.91
+             249.00,26.91 237.00,25.95 237.00,25.95
+             237.00,25.95 149.93,25.95 149.93,25.95
+             149.93,25.95 135.00,26.52 135.00,26.52
+             131.51,26.57 129.99,25.87 126.00,26.52
+             122.48,26.29 120.89,27.08 117.00,26.52
+             117.00,26.52 112.00,26.52 112.00,26.52
+             103.59,26.34 92.73,29.64 86.43,21.89
+             84.60,19.64 83.81,16.88 84.24,14.00
+             85.69,4.38 93.32,5.58 100.00,5.42
+             100.00,5.42 107.99,4.18 107.99,4.18
+             107.99,4.18 122.00,3.42 122.00,3.42
+             130.54,2.46 131.84,5.10 138.00,4.79 Z
+           M 569.00,4.40
+           C 569.00,4.40 595.01,4.40 595.01,4.40
+             595.01,4.40 605.58,6.04 605.58,6.04
+             605.58,6.04 625.00,4.04 625.00,4.04
+             625.00,4.04 640.58,5.10 640.58,5.10
+             640.58,5.10 664.96,5.10 664.96,5.10
+             664.96,5.10 698.00,4.29 698.00,4.29
+             698.00,4.29 713.04,4.29 713.04,4.29
+             713.04,4.29 722.00,5.04 722.00,5.04
+             722.00,5.04 735.00,5.04 735.00,5.04
+             742.17,5.50 750.02,9.64 748.76,18.00
+             748.08,22.49 744.44,26.01 740.00,26.76
+             740.00,26.76 708.17,25.89 708.17,25.89
+             700.12,25.76 699.90,29.08 694.00,28.85
+             690.70,28.73 689.04,27.38 686.58,26.95
+             686.58,26.95 674.00,26.95 674.00,26.95
+             674.00,26.95 653.59,26.95 653.59,26.95
+             653.59,26.95 636.99,27.89 636.99,27.89
+             636.99,27.89 621.58,25.86 621.58,25.86
+             615.30,25.60 610.54,28.27 605.00,27.81
+             605.00,27.81 594.58,25.96 594.58,25.96
+             594.58,25.96 566.04,25.96 566.04,25.96
+             558.25,25.80 544.00,28.16 537.00,25.96
+             531.55,24.43 527.34,20.00 528.24,14.00
+             530.21,0.92 547.97,6.29 558.01,4.40
+             564.41,3.66 564.37,4.86 569.00,4.40 Z
+           M 1185.00,5.70
+           C 1189.82,5.66 1198.55,4.03 1203.00,5.70
+             1211.31,8.93 1212.16,19.35 1204.96,24.28
+             1200.17,27.56 1189.87,27.07 1184.00,26.93
+             1184.00,26.93 1165.99,26.93 1165.99,26.93
+             1165.99,26.93 1151.93,25.90 1151.93,25.90
+             1151.93,25.90 1108.00,26.98 1108.00,26.98
+             1108.00,26.98 1094.00,26.00 1094.00,26.00
+             1085.65,25.99 1070.98,28.52 1069.24,17.00
+             1067.77,7.22 1076.48,5.01 1084.00,5.00
+             1084.00,5.00 1143.00,4.42 1143.00,4.42
+             1143.00,4.42 1185.00,5.70 1185.00,5.70 Z
+           M 1263.00,4.44
+           C 1268.84,5.84 1274.73,11.58 1273.76,18.00
+             1273.15,22.06 1269.96,25.53 1266.00,26.57
+             1262.39,27.51 1257.41,25.85 1253.42,25.85
+             1243.80,25.84 1219.41,32.42 1217.24,18.00
+             1216.88,15.59 1217.40,13.08 1218.74,11.04
+             1223.08,4.45 1231.22,6.08 1238.00,6.00
+             1243.25,5.93 1244.03,5.52 1249.00,4.44
+             1251.73,4.10 1260.52,3.82 1263.00,4.44 Z
+           M 1056.96,7.72
+           C 1064.08,12.60 1063.21,22.10 1055.98,25.83
+             1053.07,27.33 1048.29,26.84 1044.93,26.90
+             1044.93,26.90 1032.04,27.88 1032.04,27.88
+             1032.04,27.88 1016.00,27.09 1016.00,27.09
+             1013.70,26.92 1011.19,27.11 1009.00,26.26
+             999.89,22.73 999.89,10.27 1009.00,6.74
+             1009.00,6.74 1036.01,5.45 1036.01,5.45
+             1041.68,4.73 1052.19,4.46 1056.96,7.72 Z
+           M 1251.07,997.10
+           C 1255.24,997.03 1262.60,996.53 1265.96,998.74
+             1272.94,1003.34 1272.40,1012.71 1264.98,1016.86
+             1260.61,1019.32 1252.04,1019.13 1247.00,1018.89
+             1247.00,1018.89 1237.42,1017.92 1237.42,1017.92
+             1237.42,1017.92 1219.00,1017.92 1219.00,1017.92
+             1205.72,1017.83 1203.06,1006.39 1209.23,1000.23
+             1213.18,996.27 1218.90,997.15 1224.00,996.42
+             1224.00,996.42 1251.07,997.10 1251.07,997.10 Z
+           M 1153.00,997.85
+           C 1161.85,997.68 1181.32,995.15 1189.00,998.65
+             1197.46,1002.51 1198.13,1012.53 1190.96,1017.26
+             1186.71,1020.06 1182.61,1018.23 1178.00,1018.51
+             1166.24,1019.24 1146.72,1021.54 1136.00,1017.27
+             1127.65,1013.93 1125.96,1003.11 1136.00,997.85
+             1143.20,996.00 1146.29,998.17 1153.00,997.85 Z" />
+</svg>
diff --git a/pub/svn-fgdata-bundle.sh b/pub/svn-fgdata-bundle.sh
new file mode 100644 (file)
index 0000000..b40e1cd
--- /dev/null
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+GIT_DIR="/home/quix0r/fgdata/"
+BASE_FILE="/var/www/foo/pub/fgfs/fgdata.bundle"
+USER="bar"
+GROUP="www-data"
+
+cd "${GIT_DIR}"
+nice --adjustment=19 rm -fv ${BASE_FILE}*
+nice --adjustment=19 git pull || exit 1
+nice --adjustment=19 git-bundle create ${BASE_FILE} HEAD || exit 1
+echo "$0: Creating MD5 checksum ..."
+nice --adjustment=19 md5sum ${BASE_FILE} > "${BASE_FILE}.md5" || exit 1
+echo "$0: Creating SHA1 checksum ..."
+nice --adjustment=19 sha1sum ${BASE_FILE} > "${BASE_FILE}.sha1" || exit 1
+echo "$0: Creating SHA256 checksum ..."
+nice --adjustment=19 sha256sum ${BASE_FILE} > "${BASE_FILE}.sha256" || exit 1
+echo "$0: Creating SHA512 checksum ..."
+nice --adjustment=19 sha512sum ${BASE_FILE} > "${BASE_FILE}.sha512" || exit 1
+echo "$0: Doing chmod/chown ..."
+chown "${USER}.${GROUP}" ${BASE_FILE}* || exit 1
+chmod a+r ${BASE_FILE}* || exit 1
+echo "$0: All done."
diff --git a/robots.txt b/robots.txt
new file mode 100644 (file)
index 0000000..ab6fe6b
--- /dev/null
@@ -0,0 +1,383 @@
+User-agent: grub-client
+Disallow: /
+
+User-agent: grub
+Disallow: /
+
+User-agent: looksmart
+Disallow: /
+
+User-agent: WebZip
+Disallow: /
+
+User-agent: larbin
+Disallow: /
+
+User-agent: b2w/0.1
+Disallow: /
+
+User-agent: psbot
+Disallow: /
+
+User-agent: Python-urllib
+Disallow: /
+
+User-agent: NetMechanic
+Disallow: /
+
+User-agent: URL_Spider_Pro
+Disallow: /
+
+User-agent: CherryPicker
+Disallow: /
+
+User-agent: EmailCollector
+Disallow: /
+
+User-agent: EmailSiphon
+Disallow: /
+
+User-agent: WebBandit
+Disallow: /
+
+User-agent: EmailWolf
+Disallow: /
+
+User-agent: ExtractorPro
+Disallow: /
+
+User-agent: CopyRightCheck
+Disallow: /
+
+User-agent: Crescent
+Disallow: /
+
+User-agent: SiteSnagger
+Disallow: /
+
+User-agent: ProWebWalker
+Disallow: /
+
+User-agent: CheeseBot
+Disallow: /
+
+User-agent: LNSpiderguy
+Disallow: /
+
+User-agent: ia_archiver
+Disallow: /
+
+User-agent: ia_archiver/1.6
+Disallow: /
+
+User-agent: Teleport
+Disallow: /
+
+User-agent: TeleportPro
+Disallow: /
+
+User-agent: MIIxpc
+Disallow: /
+
+User-agent: Telesoft
+Disallow: /
+
+User-agent: Website Quester
+Disallow: /
+
+User-agent: moget/2.1
+Disallow: /
+
+User-agent: WebZip/4.0
+Disallow: /
+
+User-agent: WebStripper
+Disallow: /
+
+User-agent: WebSauger
+Disallow: /
+
+User-agent: WebCopier
+Disallow: /
+
+User-agent: NetAnts
+Disallow: /
+
+User-agent: Mister PiX
+Disallow: /
+
+User-agent: WebAuto
+Disallow: /
+
+User-agent: TheNomad
+Disallow: /
+
+User-agent: WWW-Collector-E
+Disallow: /
+
+User-agent: RMA
+Disallow: /
+
+User-agent: libWeb/clsHTTP
+Disallow: /
+
+User-agent: asterias
+Disallow: /
+
+User-agent: httplib
+Disallow: /
+
+User-agent: turingos
+Disallow: /
+
+User-agent: spanner
+Disallow: /
+
+User-agent: InfoNaviRobot
+Disallow: /
+
+User-agent: Harvest/1.5
+Disallow: /
+
+User-agent: Bullseye/1.0
+Disallow: /
+
+User-agent: Mozilla/4.0 (compatible; BullsEye; Windows 95)
+Disallow: /
+
+User-agent: Crescent Internet ToolPak HTTP OLE Control v.1.0
+Disallow: /
+
+User-agent: CherryPickerSE/1.0
+Disallow: /
+
+User-agent: CherryPickerElite/1.0
+Disallow: /
+
+User-agent: WebBandit/3.50
+Disallow: /
+
+User-agent: NICErsPRO
+Disallow: /
+
+User-agent: Microsoft URL Control - 5.01.4511
+Disallow: /
+
+User-agent: DittoSpyder
+Disallow: /
+
+User-agent: Foobot
+Disallow: /
+
+User-agent: WebmasterWorldForumBot
+Disallow: /
+
+User-agent: SpankBot
+Disallow: /
+
+User-agent: BotALot
+Disallow: /
+
+User-agent: lwp-trivial/1.34
+Disallow: /
+
+User-agent: lwp-trivial
+Disallow: /
+
+User-agent: BunnySlippers
+Disallow: /
+
+User-agent: Microsoft URL Control - 6.00.8169
+Disallow: /
+
+User-agent: URLy Warning
+Disallow: /
+
+User-agent: LinkWalker
+Disallow: /
+
+User-agent: cosmos
+Disallow: /
+
+User-agent: moget
+Disallow: /
+
+User-agent: hloader
+Disallow: /
+
+User-agent: humanlinks
+Disallow: /
+
+User-agent: LinkextractorPro
+Disallow: /
+
+User-agent: Offline Explorer
+Disallow: /
+
+User-agent: Mata Hari
+Disallow: /
+
+User-agent: LexiBot
+Disallow: /
+
+User-agent: Web Image Collector
+Disallow: /
+
+User-agent: The Intraformant
+Disallow: /
+
+User-agent: True_Robot/1.0
+Disallow: /
+
+User-agent: True_Robot
+Disallow: /
+
+User-agent: BlowFish/1.0
+Disallow: /
+
+User-agent: JennyBot
+Disallow: /
+
+User-agent: MIIxpc/4.2
+Disallow: /
+
+User-agent: BuiltBotTough
+Disallow: /
+
+User-agent: ProPowerBot/2.14
+Disallow: /
+
+User-agent: BackDoorBot/1.0
+Disallow: /
+
+User-agent: toCrawl/UrlDispatcher
+Disallow: /
+
+User-agent: WebEnhancer
+Disallow: /
+
+User-agent: suzuran
+Disallow: /
+
+User-agent: VCI WebViewer VCI WebViewer Win32
+Disallow: /
+
+User-agent: VCI
+Disallow: /
+
+User-agent: Szukacz/1.4 
+Disallow: /
+
+User-agent: QueryN Metasearch
+Disallow: /
+
+User-agent: Openfind data gathere
+Disallow: /
+
+User-agent: Openfind 
+Disallow: /
+
+User-agent: Xenu's Link Sleuth 1.1c
+Disallow: /
+
+User-agent: Xenu's
+Disallow: /
+
+User-agent: Zeus
+Disallow: /
+
+User-agent: RepoMonkey Bait & Tackle/v1.01
+Disallow: /
+
+User-agent: RepoMonkey
+Disallow: /
+
+User-agent: Microsoft URL Control
+Disallow: /
+
+User-agent: Openbot
+Disallow: /
+
+User-agent: URL Control
+Disallow: /
+
+User-agent: Zeus Link Scout
+Disallow: /
+
+User-agent: Zeus 32297 Webster Pro V2.9 Win32
+Disallow: /
+
+User-agent: Webster Pro
+Disallow: /
+
+User-agent: EroCrawler
+Disallow: /
+
+User-agent: LinkScan/8.1a Unix
+Disallow: /
+
+User-agent: Keyword Density/0.9
+Disallow: /
+
+User-agent: Kenjin Spider
+Disallow: /
+
+User-agent: Iron33/1.0.2
+Disallow: /
+
+User-agent: Bookmark search tool
+Disallow: /
+
+User-agent: GetRight/4.2
+Disallow: /
+
+User-agent: FairAd Client
+Disallow: /
+
+User-agent: Gaisbot
+Disallow: /
+
+User-agent: Aqua_Products
+Disallow: /
+
+User-agent: Radiation Retriever 1.1
+Disallow: /
+
+User-agent: Flaming AttackBot
+Disallow: /
+
+User-agent: Oracle Ultra Search
+Disallow: /
+
+User-agent: MSIECrawler
+Disallow: /
+
+User-agent: PerMan
+Disallow: /
+
+User-agent: searchpreview
+Disallow: /
+
+User-agent: *
+Disallow: /guestbook
+
+User-agent: Googlebot
+Disallow: /guestbook
+
+User-agent: *
+Disallow: /blacklist.txt
+
+User-agent: Googlebot
+Disallow: /blacklist.txt
+
+User-agent: *
+Disallow: /whitelist.txt
+
+User-agent: Googlebot
+Disallow: /whitelist.txt
+
+User-agent: *
+Disallow: /pub
+
+User-agent: Googlebot
+Disallow: /pub
diff --git a/rsync.html b/rsync.html
new file mode 100644 (file)
index 0000000..a6d0744
--- /dev/null
@@ -0,0 +1,92 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - How to use rsync to get the scenery from a rsync server</title>
+</head>
+
+<body>
+
+<center><big><big><strong>How to get the scenery from a rsync server</strong></big></big></center>
+
+<p>
+       Here you will learn how to mirror (in this case) the <a href="http://www.flightgear.org"
+        target="_blank">FlightGear</a> scenery from my server to your local hard
+       drive. But you can easily adapt this on other rsync servers because the
+       procedure is nearly the same.
+</p>
+
+<p>
+       First of all you need <strong>a lot</strong> free hard disk space before you
+       can start. 4 gigs left might be to much but should not hurt. :) So let us start
+       with the sync procedure, shall we?
+</p>
+
+<p>
+       Get a console window (unter Linux a terminal box) ready and find a place where
+       you want to have your scenery downloaded to. In my example I asume that you
+       want to create a new directory for your scenery. Then create the sub
+       directories <strong>Airports</strong>, <strong>Terrain</strong> and
+       <strong>Objects</strong> and start the rsync process in both directories.
+</p>
+
+<p>
+       To fast for you? Okay! Here are my commands I have entered:
+</p>
+
+<p>
+       <pre>cd
+mkdir fgfs-scenery
+cd fgfs-scenery
+mkdir Terrain # The first letter must be capitalized...
+mkdir Objects # ... and don't miss the <strong>s</strong> here.
+mkdir Airports # ... and the <strong>s</strong> again!
+rsync -a rsync://flightgear.mxchange.org/Terrain/ ./Terrain/
+rsync -a rsync://flightgear.mxchange.org/Objects/ ./Objects/
+rsync -a rsync://flightgear.mxchange.org/Airports/ ./Airports/
+cd</pre>
+</p>
+
+<p>
+       <strong>Discontinued service:</strong> Due to low disk space on my server I
+       had to discontinue my rsync server. You can still download the whole scenery
+       <a href="pub/fgfs/Scenery/" target="_blank">from my server</a>.
+</p>
+
+<p>
+       That should take a long time so you may want to setup a small script
+       containing these commands and while download is running you may want
+       to take out your dog for a walk. :-)
+</p>
+
+<p>
+       After this there is only one step left: Use the new path
+       <strong>~/fgfs-scenery/</strong> as the new scenery path for FlightGear.
+       To do so simply call <em>fgfs</em> with the parameter <strong>--fg-scenery=~/fgfs-scenery/</strong>.
+</p>
+
+<p>
+       <big><strong>Happy gaming!</strong></big>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2008-03-29</strong> |
+               Last update: <strong>2011-02-05</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/tutorial-gimp-livery-drawing.html b/tutorial-gimp-livery-drawing.html
new file mode 100644 (file)
index 0000000..3828685
--- /dev/null
@@ -0,0 +1,202 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+       <title>Quix0r&#39;s FlightGear Webpage - Tutorial: How to get paths for livery drawing in GIMP</title>
+</head>
+
+<body>
+
+<center><big><big><strong>Tutorial: How to get paths for livery drawing in GIMP</strong></big></big></center>
+
+<p>
+       <strong>Problem:</strong>
+</p>
+
+<p>
+       Most airplane constructors (for FlightGear, not the real ones!) provide a
+       so-called &quot;paint kit&quot; which provides the designer an already
+       effective way to draw his/her livery (in GIMP, of course). So if you want to
+       draw a livery for your favorite (real or fantasy) airplane, you still
+       encounter these ugly looking white stripes on the borders. They are being
+       added by GIMP in the process of removing the alpha channel from the image
+       (maybe Skyop asked you to do so? ;-) ). Now you need to get rid of them,
+       because they make your model (this also applies on building, towers, hangars
+       and all other &quot;ground-level&quot; constructions with textures) look
+       unprofessional and not good.
+</p>
+
+<p>
+       <strong>Steps to do:</strong>
+</p>
+
+<p>
+       I take skyop&#39;s CRJ1000 paintkit from git as an example. It is called
+       <strong>CRJ1000-paintkit.xcf</strong>. I do this tutorial slowy, so for
+       experienced GTK/GIMP/Linux/Computer-in-general users it might be a bit
+       boring. Just head on faster if you feel you already know that step.
+</p>
+
+<p>
+       First, startup GIMP. On my desktop it looks like in the picture below.<br />
+       <a href="tutorials/img/livery-paths/001.png" target="_blank"><img
+        src="tutorials/img/livery-paths/001-thumb.png" alt="GIMP has fully started"
+        width="320" height="256" title="GIMP has fully started"></a><br />
+       <em>Image #1: GIMP has fully started up on a FVWM-Crystal desktop</em>
+</p>
+
+<p>
+       Load the paint kit (it must be provided or else ask the airplane constructor
+       kindly to provide one for GIMP) into GIMP. Again where you saved that file,
+       I leave that completely up to you. :-) So look for it (btw.: noticed the
+       file selection boxes have a &quot;bookmarking&quot; feature called
+       &quot;Places&quot;? Just in case you want to shortcut a lot clicks into one
+       single ...)<br />
+       <a href="tutorials/img/livery-paths/002.png" target="_blank"><img
+        src="tutorials/img/livery-paths/002-thumb.png" width="320" height="256"
+        alt="GTK selection box with the paint kit file already marked"
+        title="GTK selection box with the paint kit file already marked"></a><br />
+       <em>Image #2: GTK selection box with the paint kit file already marked</em>
+</p>
+
+<p>
+       If you have done so, the image got loaded into your computer&#39;s RAM and
+       displayed as similar below (maybe you have a different solution so GIMP will
+       change the zoom factor to match the image into your screen so it may
+       <strong>NOT</strong> look exacly the same).<br />
+       <a href="tutorials/img/livery-paths/003.png" target="_blank"><img
+        src="tutorials/img/livery-paths/003-thumb.png" width="320" height="256"
+        alt="GIMP has loaded the CRJ1000-paintkit.xcf file and displayed it"
+        title="GIMP has loaded the CRJ1000-paintkit.xcf file and displayed it"></a><br />
+       <em>Image #3: GIMP has loaded the CRJ1000-paintkit.xcf file and displayed it</em>
+</p>
+
+<p>
+       Now make the layer called <strong>[DEL] UV map</strong> active by simply
+       clicking on it and click the little magic wand in the toolbox. Need a
+       screenshot? Just one more step please: Click in the large white area of
+       that image (maybe between the two fuselage halves?). The result of these
+       three steps is shown below.<br />
+       <a href="tutorials/img/livery-paths/004.png" target="_blank"><img
+        src="tutorials/img/livery-paths/004-thumb.png" width="320" height="256"
+        alt="Magically selected parts of the airplane"
+        title="Magically selected parts of the airplane"></a><br />
+       <em>Image #4: Magically selected parts of the airplane</em>
+</p>
+
+<p>
+       Next choose <strong><u>S</u>elect</strong> from the image window&#39;s menu
+       and click <strong><u>I</u>nvert/</strong> or hit CTRL+I. The (animated)
+       selection will now change slightly so I go to next step. Choose
+       <strong><u>S</u>elect</strong> again, but now <strong>S<u>h</u>rink</strong>.
+       You should get a similar box as show below. The invertion step is very
+       import so don&#39;t leave it out. If you miss it you will get a wrong path
+       as the final result.<br />
+       <a href="tutorials/img/livery-paths/005.png" target="_blank"><img
+        src="tutorials/img/livery-paths/005-thumb.png" width="320" height="256"
+        alt="Open Shrink Selection box and inverted selection"
+        title="Open Shrink Selection box and inverted selection"></a><br />
+       <em>Image #5: Open Shrink Selection box and inverted selection</em>
+</p>
+
+<p>
+       Now enter 3 to 5 or more as selection shrink value (you have find that out
+       for yourself because it depends on the image and alpha channel) and hit the
+       <strong>OK</strong> button. The selection is now shrinked and may look like
+       mine below. I choosed 3 as shrink value.<br />
+       <a href="tutorials/img/livery-paths/006.png" target="_blank"><img
+        src="tutorials/img/livery-paths/006-thumb.png" width="320" height="256"
+        alt="Shrinked selection with 3 as value"
+        title="Shrinked selection with 3 as value"></a><br />
+       <em>Image #6: Shrinked selection with 3 as value</em>
+</p>
+
+<p>
+       Now you <strong>could</strong> start drawing your livery into the layer by
+       adding a new transparent layer, <strong>but</strong> you should save your
+       selection (path! hint, hint!) for later usage (on the same paint kit, of
+       course). To do so, choose <strong><u>S</u>elect</strong> again and hit
+       <strong>To <u>P</u>ath</strong> (here it was the last entry in the menu).
+       GIMP now starts to convert the selection into a path, but after it is done,
+       nothing seems to happen to your image, right? Wrong! You added a path to
+       your image. To make that visible, just bring up the path dialog (which can
+       be accessed through <strong><u>W</u>indows</strong>,
+       <strong><u>D</u>ockable Dialogs</strong>. If you want to shortcut that, hit
+       the last menu entry <strong>Layers, Channels, Paths, Undo</strong> which
+       gives you a similar window like the one in lower right corner of my
+       screenshots. Now just hit that 3rd item in that window and you get a similar
+       view like following screenshot.<br />
+       <a href="tutorials/img/livery-paths/007.png" target="_blank"><img
+        src="tutorials/img/livery-paths/007-thumb.png" width="320" height="256"
+        alt="Paths dialog box selected with the previously generated path"
+        title="Paths dialog box selected with the previously generated path"></a><br />
+       <em>Image #7: Paths dialog box selected with the previously generated path</em>
+</p>
+
+<p>
+       Now you may wish to rename it and export it on your hard drive. To do the
+       first step, double-click the current name <em>Selection</em> and type what
+       ever you want to call it. You may want to choose <em>All airplane parts</em>
+       or something descriptive. After that, right click the path and hit
+       <strong>E<u>x</u>port Path ...</strong> (that one with the little disk).
+       Select the desired folder where you want to store it (preferable near the
+       <strong>CRJ1000-paintkit.xcf</strong> file) and e.g. name it
+       <strong>CRJ1000-paintkit-paths.svg</strong> so you can easily look it up for
+       later purposes. I leave this step out, screenshotting it, you will get a
+       similar selection box as above.
+</p>
+
+<p>
+       Now you can start drawing liveries for your favorite airplane and reuse (or
+       first create) your exported paths for easy drawing! If you have imported
+       your path, you need to convert it into a selection and keep it invisible.
+       I think you already know, where to do that or didn&#39;t you take a longer
+       look on the path&#39;s context menu, do you? :-)
+</p>
+
+<p>
+       <strong>Thank you for participating my tutorial!</strong> If you have
+       feedback to tell me, contact me at my email address, ICQ, Jabber or in IRC
+       channel (Quix0r).
+</p>
+
+<p>
+       <strong>By the way:</strong> I used a converted, as path exported selection
+       to blacken my personal things on my screenshots. The path <a rel="external"
+        href="pub/screenshot-anonymizer-fvwm-crystal_1280x1024.svg"
+        target="_blank">can be found here</a>.
+</p>
+
+<p>
+       <strong>Used software:</strong>
+       <ul>
+               <li><a href="http://www.gimp.org" rel="external" target="_blank">GIMP</a> 2.6.11 - GNU Image Manipulation Program</li>
+               <li><a href="http://gna.org/projects/fvwm-crystal/" rel="external" target="_blank">FVWM-Crystal</a> 3.0.5 - A small, fast and robust desktop for Linux (default with ACPI)</li>
+               <li><a href="http://www.debian.org" rel="external" target="_blank">Debian</a> <a href="http://www.gnu.org" rel="external" target="_blank">GNU</a>/Linux Unstable AMD64</li>
+               <li><a href="http://www.flightgear.org" rel="external" target="_blank">FlighGear Flight Simulation</a> Latest GIT - Fly free!</li>
+               <li><a href="http://www.midnight-commander.org/" rel="external" target="_blank">GNU Midnight Commander</a> - My favorite editor</li>
+               <li><a href="http://moc.daper.net/" rel="external" target="_blank">Music On Console Player</a> - Background music :-)</li>
+       </ul>
+</p>
+
+<p>
+       PS: My manually mirrored download archive for FlightGear can be found
+       <a href="pub/" target="_blank">here</a>. So take a look around. :)
+</p>
+
+<p align="center">
+       <small>
+               Created: <strong>2011-06-11</strong> |
+               Last update: <strong>2011-06-11</strong> |
+               Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
+               <a href="flights.html">My flights in FGFS</a> |
+               <a href="fgcom.html">FGCOM Tutorial</a> |
+               <a href="fgdata-bundle.html">fgdata.bundle Tutorial</a> |
+               <a href="rsync.html">How to rsync a scenery</a> |
+               <a href="links.html">Links collection</a> |
+               <a href="imprint.html">Imprint (needed in Germany)</a> |
+               <a href="index.html">Back to index</a>
+       </small>
+</p>
+
+</body>
+</html>
diff --git a/tutorials/img/livery-paths/001-thumb.png b/tutorials/img/livery-paths/001-thumb.png
new file mode 100644 (file)
index 0000000..013c62b
Binary files /dev/null and b/tutorials/img/livery-paths/001-thumb.png differ
diff --git a/tutorials/img/livery-paths/001.png b/tutorials/img/livery-paths/001.png
new file mode 100644 (file)
index 0000000..99939b7
Binary files /dev/null and b/tutorials/img/livery-paths/001.png differ
diff --git a/tutorials/img/livery-paths/002-thumb.png b/tutorials/img/livery-paths/002-thumb.png
new file mode 100644 (file)
index 0000000..76249e0
Binary files /dev/null and b/tutorials/img/livery-paths/002-thumb.png differ
diff --git a/tutorials/img/livery-paths/002.png b/tutorials/img/livery-paths/002.png
new file mode 100644 (file)
index 0000000..fa7d248
Binary files /dev/null and b/tutorials/img/livery-paths/002.png differ
diff --git a/tutorials/img/livery-paths/003-thumb.png b/tutorials/img/livery-paths/003-thumb.png
new file mode 100644 (file)
index 0000000..61d2d75
Binary files /dev/null and b/tutorials/img/livery-paths/003-thumb.png differ
diff --git a/tutorials/img/livery-paths/003.png b/tutorials/img/livery-paths/003.png
new file mode 100644 (file)
index 0000000..e57fdad
Binary files /dev/null and b/tutorials/img/livery-paths/003.png differ
diff --git a/tutorials/img/livery-paths/004-thumb.png b/tutorials/img/livery-paths/004-thumb.png
new file mode 100644 (file)
index 0000000..ed80e41
Binary files /dev/null and b/tutorials/img/livery-paths/004-thumb.png differ
diff --git a/tutorials/img/livery-paths/004.png b/tutorials/img/livery-paths/004.png
new file mode 100644 (file)
index 0000000..1a827e1
Binary files /dev/null and b/tutorials/img/livery-paths/004.png differ
diff --git a/tutorials/img/livery-paths/005-thumb.png b/tutorials/img/livery-paths/005-thumb.png
new file mode 100644 (file)
index 0000000..36607c7
Binary files /dev/null and b/tutorials/img/livery-paths/005-thumb.png differ
diff --git a/tutorials/img/livery-paths/005.png b/tutorials/img/livery-paths/005.png
new file mode 100644 (file)
index 0000000..578f250
Binary files /dev/null and b/tutorials/img/livery-paths/005.png differ
diff --git a/tutorials/img/livery-paths/006-thumb.png b/tutorials/img/livery-paths/006-thumb.png
new file mode 100644 (file)
index 0000000..69172cd
Binary files /dev/null and b/tutorials/img/livery-paths/006-thumb.png differ
diff --git a/tutorials/img/livery-paths/006.png b/tutorials/img/livery-paths/006.png
new file mode 100644 (file)
index 0000000..c403bc9
Binary files /dev/null and b/tutorials/img/livery-paths/006.png differ
diff --git a/tutorials/img/livery-paths/007-thumb.png b/tutorials/img/livery-paths/007-thumb.png
new file mode 100644 (file)
index 0000000..21f4f12
Binary files /dev/null and b/tutorials/img/livery-paths/007-thumb.png differ
diff --git a/tutorials/img/livery-paths/007.png b/tutorials/img/livery-paths/007.png
new file mode 100644 (file)
index 0000000..5850d9d
Binary files /dev/null and b/tutorials/img/livery-paths/007.png differ
diff --git a/whitelist.txt b/whitelist.txt
new file mode 100644 (file)
index 0000000..e69de29