( ! ) 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/heavyequipment/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0015232464{main}( ).../index.php:0
20.0028233824include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/heavyequipment/incs/config.php' ).../index.php:4
30.0055257000include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/heavyequipment/incs/addcode.php' ).../config.php:70
40.0055258632db_connect_all( ).../addcode.php:14
50.0060260152mysql_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/heavyequipment/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0015232464{main}( ).../index.php:0
20.0119282712include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/heavyequipment/sql/get_properties.php' ).../index.php:11
30.0119282712db_connect_all( ).../get_properties.php:4
40.0119283608mysql_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/heavyequipment/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0015232464{main}( ).../index.php:0
20.0128285304include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/heavyequipment/sql/get_top5.php' ).../index.php:20
30.0128285440db_connect_all( ).../get_top5.php:8
40.0128286344mysql_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/heavyequipment/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0015232464{main}( ).../index.php:0
20.0145288408include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/heavyequipment/sql/get_movies.php' ).../index.php:35
30.0145288544db_connect_all( ).../get_movies.php:6
40.0145289440mysql_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/heavyequipment/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0015232464{main}( ).../index.php:0
20.0157297432include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/heavyequipment/sql/play_movie.php' ).../index.php:46
30.0157297432db_connect_all( ).../play_movie.php:6
40.0158298328mysql_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/heavyequipment/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0015232464{main}( ).../index.php:0
20.0169317184include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/heavyequipment/sql/get_scrollmovies.php' ).../index.php:60
30.0169317136db_connect_all( ).../get_scrollmovies.php:6
40.0169318032mysql_connect ( ).../functions.db.php:13
HEAVY EQUIPMENT MOVIES
Contact
Browse

TOP MOVIES

----- TOP MOVIE -----
Transporting Caterpillar D11R Part 2
----- TOP MOVIE -----
METRO 5 MILANO FRESA TBM AD ISTRIA
----- TOP MOVIE -----
Herrenknecht Mixed Shield TBM
digging dragline
related movies

WOMEN TAKE THE WHEEL IN MINING BOOM
waimes demag h 55 01
Volledig automatisch profileren met een Ahlmann zwenklader
VIDEO OF MACHINES 777, 5130, AND 6400
Tunneling under a river
Tunnel excavation with NFM Technologies Single shield tunnel boring machines
more random movies

PASS AFTER PASS.wmv
Terex-demag/Liebherr cranes
waimes demag h 55 01
Dart 3100 a Demag shovel and Deep Purple
ROCK AND THE 8700
Opencast Coal Mining
HUGE KOMATSU EXCAVATOR PC8000 INSIDE AND OUTSIDE VIEW
DEMAG H185S Working with Cat D9L
20100311 Nederhoff AC650.mpg
Coal mining new Zealand
Demag CC8800-1 Twin Scale model Request for Conrad
DEMAG AND BIG TRUCKS
DEMAG CC8800 (大井JCT) 2010.10.16.
VIDEO OF MACHINES 777, 5130, AND 6400
traslado de pala p&h 4100
27 yard LOADING SHOVEL WITH SOUND
10B Bucyrus Shovel at work
Demag Cranes & Components Corp.

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