( ! ) 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/cinema4dmovies/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0031232464{main}( ).../index.php:0
20.0034233824include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/cinema4dmovies/incs/config.php' ).../index.php:4
30.0046257288include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/cinema4dmovies/incs/addcode.php' ).../config.php:72
40.0047258920db_connect_all( ).../addcode.php:14
50.0048260456mysql_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/cinema4dmovies/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0031232464{main}( ).../index.php:0
20.0126283208include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/cinema4dmovies/sql/get_top5.php' ).../index.php:13
30.0126283344db_connect_all( ).../get_top5.php:8
40.0126284264mysql_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/cinema4dmovies/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0031232464{main}( ).../index.php:0
20.0141287808include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/cinema4dmovies/sql/get_properties.php' ).../index.php:39
30.0141287808db_connect_all( ).../get_properties.php:4
40.0141288728mysql_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/cinema4dmovies/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0031232464{main}( ).../index.php:0
20.0150288048include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/cinema4dmovies/sql/get_movies.php' ).../index.php:58
30.0150288184db_connect_all( ).../get_movies.php:6
40.0150289080mysql_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/cinema4dmovies/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0031232464{main}( ).../index.php:0
20.0163298112include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/cinema4dmovies/sql/play_movie.php' ).../index.php:69
30.0163298112db_connect_all( ).../play_movie.php:6
40.0163299008mysql_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/cinema4dmovies/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0031232464{main}( ).../index.php:0
20.0176318536include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/cinema4dmovies/sql/get_selectedmovies.php' ).../index.php:88
30.0176318488db_connect_all( ).../get_selectedmovies.php:7
40.0176319384mysql_connect ( ).../functions.db.php:13
CINEMA4DMOVIES
Contact
Browse
Home

TOP MOVIES

Cinema 4D tutorial: Smoke trails
Explosion FX Tutorial in Cinema 4D
Cinema 4D I Intro
Tutorial Textures MoText Lights German
selected movies

Cinema4D Tutorial 1 - Water Flood Effect
CINEMA 4D - TurbulenceFD - (Fire & Smoke) TUTORIAL -EP1
Animate the growth of a plant with MoGraph - Tutorial #8 - Part 1
CINEMA 4D - Energy effect - (TurbulenceFD ) Tutorial
How to make particles move along a path, mask or shape with After Effects
CINEMA 4D - PROJECT PARTICLE V2 - 4500000 Particles(EPIC)
latest movies

Cinema 4D Tutorial, Plugin TurbulenceFD (German)
Cinema 4D Smoke Tutorial
[T1]Cinema 4D - Smoke effect
Cinema 4D Slow Motion Dynamics
Cinema 4D tutorial: Smoke Trails Preset
Cinema 4D Tutorial Nr.3
Xplode Sample, C4D test
Cinema 4D r13 Tutorial: Particles Transition to Text - PolyFX
How to Make Falling Letters | CINEMA 4D
Cinema 4D - How to get Text in Videos - Tutorial
Cinema 4D::Compositing::Tutorial::DuhBkRandies
Cinema4d tutorial how to make cool abstract shapes
Cinema 4D tutorial: Smoke trails
Como Texturizar En Cinema 4D - Tutorial en Español - por BG
Cinema 4D | Professional 3D Text Tutorial
Cinema 4D Tutorial : Glasflaschen Material ( Product Rendering ) Teil 1/2
☆TuTo Cinema 4D☆ •Créer Un Super Fond d'écran •
Cinema 4d Transformers text tutorial

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