"; //echo "$cookie_last_visited_page"; $query_redirect = "insert into airpics_logging_redirect (redirect_url, unique_id, timestamp) VALUES ('$page_name', '$random_id', NOW())"; //echo "$current_time
"; //echo "$page_name
"; //echo "$trimmed_time
"; //echo "$random_id"; $result_redirect = mysql_query($query_redirect); if (!isset($result_redirect)) { echo ("Error in query.
Please go back and try again."); //exit(); } //**********Connect Check********** if (!($connect)) // If no connect, error and exit(). { echo(" WorldAirPics.com "); include("includes_01/header_04_no_menu.php"); echo ("



The WorldAirPics.com server appears to be down, please refresh this page or try again later.


WorldAirPics.com apologises for this interruption.












"); include("includes_01/footer_01.php"); echo (""); // bah, modify the "Not Found" error for your needs. exit(); } if (!(@mysql_select_db($db_name))) // If can't connect to database, error and exit(). { echo(" WorldAirPics.com "); include("includes_01/header_04_no_menu.php"); echo ("



The WorldAirPics.com server appears to be down, please refresh this page or try again later.


WorldAirPics.com apologises for this interruption.












"); include("includes_01/footer_01.php"); echo (""); // bah, modify the "Not Found" error for your needs. exit(); } if ($turn_website_on != 'yes') // Check if website is turned on or off, error and exit(). { echo(" WorldAirPics.com "); include("includes_01/header_04_no_menu.php"); echo ("



The $website_name_01 has been turned off for maintenance, please try again later.


$website_name_01 apologises for this interruption.












"); include("includes_01/footer_01.php"); echo (""); // bah, modify the "Not Found" error for your needs. exit(); } ?> <? echo "$website_name_01 : Login"; ?> , airliners, aviation photography, airshows, air show, air force, propliners, photos">

You are not logged in. You must be logged in to view this page.

Please Login or Register




 
You are not logged in. You must be logged in to view this page.


"; $_SESSION['login_url'] = "$page_name"; ssi_login(); $url = @$_GET['url'] ; $query="SELECT * from airpics_logging_redirect where unique_id = '$url'"; $result=mysql_query($query); $num=mysql_numrows($result); if ($num == '0') { echo "


[ Go to the homepage ]






  "; } else { $i=0; while ($i < $num) { $redirect_url=mysql_result($result,$i,"redirect_url"); echo "


[ Continue where you left off ]






  "; ++$i; } } } else { echo "
 



Logged in as: $username
View Profile - "; $_SESSION['logout_url'] = "$page_name"; ssi_logout($logout_page); $_SESSION['login_url'] = "$page_name?url=$random_id"; ssi_login(); $url = @$_GET['url'] ; $query="SELECT * from airpics_logging_redirect where unique_id = '$url'"; $result=mysql_query($query); $num=mysql_numrows($result); if ($num == '0') { echo "


[ Go to the homepage ]






 
"; } else { $i=0; while ($i < $num) { $redirect_url=mysql_result($result,$i,"redirect_url"); echo "


[ Continue where you left off ]






  "; ++$i; } } } ?>