( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/tug/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0019232528{main}( ).../index.php:0
20.0041233856include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/tug/incs/config.php' ).../index.php:4
30.0075256856include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/tug/incs/addcode.php' ).../config.php:70
40.0076258488db_connect_all( ).../addcode.php:14
50.0080259968mysql_connect ( ).../functions.db.php:13
TableStyle = $Style; } function HeaderStyle($Style) //function to set CSS styles for header row { $this->HeaderStyle = $Style; } function RowStyle($Style) //function to set CSS styles for rows { $this->RowStyle = $Style; } function AltRowStyle($Style) //function to set CSS styles for alternate rows { $this->AltRowStyle = $Style; } function FooterStyle($Style) //function to set CSS styles for footer row { $this->FooterStyle = $Style; } function PrintTable() //function to print table or error list { if(empty($this->Errors)){ switch($this->QryType){ case "select": //SELECT STATEMENTS $Result = mysql_query($this->StrQuery); $Table = "TableStyle}\">"; if(mysql_error()){ $Table.="HeaderStyle}\">"; $Table.="RowStyle}\">"; }else{ //Header Row with Field Names $NumFields = mysql_num_fields($Result); $Table.= "HeaderStyle}\">"; for ($i=0; $i < $NumFields; $i++){ $Table.= ""; } $Table.= ""; //Loop thru results $RowCt = 0; //Row Counter while($Row = mysql_fetch_assoc($Result)){ //Alternate colors for rows if(isset($this->AltRowStyle)){ if($RowCt++ % 2 == 0) $Style = $this->RowStyle; else $Style = $this->AltRowStyle; }else{ $Style = $this->RowStyle; } $Table.= ""; //Loop thru each field foreach($Row as $field => $value){ if(is_numeric($value)){ $cellstyle = "align=right"; }else{ $cellstyle = "align=left"; } $Table.= ""; } $Table.= ""; } $Table.= "FooterStyle}\">"; } $Table.="
MySQL Error Occurred:
MySQL Error: " . mysql_error() . "
" . mysql_field_name($Result, $i) . "
$value

Query returned " . mysql_num_rows($Result) . " records

"; break; default: //Everything Else mysql_query($this->StrQuery); $Table = "TableStyle}\">"; if(mysql_error()) { $Table.="HeaderStyle}\">"; $Table.="RowStyle}\">"; } else { $Table.="HeaderStyle}\">"; $Table.="RowStyle}\">"; $Table.="FooterStyle}\">"; } $Table.="
MySQL Error Occurred:
MySQL Error: " . mysql_error() . "
Successfully Executed Query!
Query String: {$this->StrQuery}
Query Affected " . mysql_affected_rows() . " Rows
"; break; } return $Table; }else{ $Table = "The Following Errors occurred initializing the table class:
"; $Table .= ""; return $Table; } } function SqlTable($Query) //Constructor function { $AppTypes = array("select", "delete", "insert", "update"); //Applicable Query Types $Query = trim($Query); //Trim excess spaces $Pos = strpos($Query, " "); //Find position of first space $Type = strtolower(substr($Query, 0, $Pos)); //Query type is the first word of the query if(in_array($Type, $AppTypes)) { //if the query type is in the array of applicable query types $this->StrQuery = $Query; $this->QryType = $Type; } else { //If not, produce error $this->Errors[] = "Query type ($Type) is not available"; } } } ?>
( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/tug/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0019232528{main}( ).../index.php:0
20.0138282480include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/tug/sql/get_properties.php' ).../index.php:11
30.0138282480db_connect_all( ).../get_properties.php:4
40.0139283376mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/tug/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0019232528{main}( ).../index.php:0
20.0148284960include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/tug/sql/get_top5.php' ).../index.php:20
30.0148285096db_connect_all( ).../get_top5.php:8
40.0148286008mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/tug/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0019232528{main}( ).../index.php:0
20.0165287912include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/tug/sql/get_movies.php' ).../index.php:35
30.0165288048db_connect_all( ).../get_movies.php:6
40.0165288944mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/tug/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0019232528{main}( ).../index.php:0
20.0178297048include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/tug/sql/play_movie.php' ).../index.php:46
30.0178297048db_connect_all( ).../play_movie.php:6
40.0178297960mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/tug/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0019232528{main}( ).../index.php:0
20.0189300640include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/tug/sql/get_scrollmovies.php' ).../index.php:60
30.0189300592db_connect_all( ).../get_scrollmovies.php:6
40.0189301488mysql_connect ( ).../functions.db.php:13
TUG MOVIES
Contact
Browse

TOP MOVIES

----- TOP MOVIE -----
Heavy weather video footage of Interceptors in rough seas
----- TOP MOVIE -----
Europoort
----- TOP MOVIE -----
20110528123014
Corinth Channel towing
related movies

vaartocht lekko
USS Intrepid Move
tugs at work
Tugboat, Yarm cross, making fast to Car carrier, Crystal Ace.
Tugboat Vs Car Carrier
tug TRHES part 2
more random movies

Suez Canal panorama, showing El Ballah Bypass - Egypt
Corinth Canal Greece 2007
USS Intrepid Move
Corinth Canal
Canal de Panama
CORINTH CANAL 2 GREECE
Grecia 2008 Vista del Canal de Corinto II
Contiki 07 - The Corinth Channel
Greece: Corinth Canal transit, #1
desatraque de un Maersk del puerto de vigo
tugs at work
Container Ship Crash - Port Constanţa
Tug Svitzer Lyndhurst assisting bulk carrier at Port of Tyne
TUG SHIP-CAR CARRIER MONTE CARLO 3 MAJ
svitzer tug WAJARRI assisting vessel into PORT OF GERALDTON 08
New York on the Clock: Chris Baker, Tugboat Captain
bollard pull
Sub sinks a tug boat

Copyright © 2012 - All Rights Reserved | Privacy Policy | FAQ | info@ppmvideos.com