/home3/searchdo/public_html/protected/views/profile/view.php(2)
01 <?php 02 session_start(); 03 $folder= $_SESSION[ 'uprofile']; 04 $user = mysqli_fetch_assoc(mysqli_query($GLOBALS["mysqli_con"], "SELECT * FROM `reg_ngo` WHERE (`userfolder` = '".$folder."' AND `status` = 1) LIMIT 1")); 05 if (!empty($user['cname'])) { 06 $this->pageTitle = $user['cname'] . ' ' . strtoupper($user['utype']) . ' in ' . $user['state'] . ', ' . $user['address'] . ', ' . $user['mobile'] . ', ' . $user['email']; 07 Yii::app()->clientScript->registerMetaTag($user['cname'] . ' ' . strtoupper($user['utype']) . ' in ' . $user['state'] . ', ' . $user['address'] . ', ' . $user['mobile'] . ', ' . $user['email'] . ' NGOs, Non Government Organization, Charity, Society, Not Profit Organization (NPO), Voluntary Organization (VO), Charitable trust, Trust, foundation, social welfare organization', 'keywords'); 08 Yii::app()->clientScript->registerMetaTag($user['cname'] . ' ' . strtoupper($user['utype']) . ' in ' . $user['state'] . '. Address and contact details: ' . $user['address'] . ', ' . $user['mobile'] . ', ' . $user['email'] . '. NGO are also explained as Non Government Organization, Charity, Society, Not Profit Organization (NPO), Voluntary Organization (VO), Charitable trust, Trust, foundation, social welfare organization', 'description'); 09 $page = empty($_GET['lst']) ? "index" : $_GET['lst']; 10 ?> 11 <style> .banner { background: url('https://www.searchdonation.com/images/clients-images/<?php echo $user['coverpage']; ?>') no-repeat 0px 0px; height: 350px; background-size: cover; position: relative; width:100%; } </style> 12 <div class="row no-gutters"> 13 <div class="col-12"> 14 <p style="font-size:1px;color:white;"><?php echo $user['cname']; ?> NGO works for employeement generation and youth works for insurance of home, Insurance of cars, Insurance of bike, Lawyer, property lawyer, Mortage, Attorney, accepts donation, donate cars, donate clothes, conference call, Education degree, Credit Cards, Electricity, SEO etc.</p>
#0 |
+
–
/home3/searchdo/public_html/protected/views/profile/view.php(2): session_start() 1 <?php 2 session_start(); 3 $folder= $_SESSION[ 'uprofile']; 4 $user = mysqli_fetch_assoc(mysqli_query($GLOBALS["mysqli_con"], "SELECT * FROM `reg_ngo` WHERE (`userfolder` = '".$folder."' AND `status` = 1) LIMIT 1")); 5 if (!empty($user['cname'])) { 6 $this->pageTitle = $user['cname'] . ' ' . strtoupper($user['utype']) . ' in ' . $user['state'] . ', ' . $user['address'] . ', ' . $user['mobile'] . ', ' . $user['email']; 7 Yii::app()->clientScript->registerMetaTag($user['cname'] . ' ' . strtoupper($user['utype']) . ' in ' . $user['state'] . ', ' . $user['address'] . ', ' . $user['mobile'] . ', ' . $user['email'] . ' NGOs, Non Government Organization, Charity, Society, Not Profit Organization (NPO), Voluntary Organization (VO), Charitable trust, Trust, foundation, social welfare organization', 'keywords'); |
#1 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CBaseController.php(127): require("/home3/searchdo/public_html/protected/views/profile/view.php") 122 $data=$_data_; 123 if($_return_) 124 { 125 ob_start(); 126 ob_implicit_flush(false); 127 require($_viewFile_); 128 return ob_get_clean(); 129 } 130 else 131 require($_viewFile_); 132 } |
#2 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CBaseController.php(96): CBaseController->renderInternal("/home3/searchdo/public_html/protected/views/profile/view.php", null, true) 091 { 092 $widgetCount=count($this->_widgetStack); 093 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 094 $content=$renderer->renderFile($this,$viewFile,$data,$return); 095 else 096 $content=$this->renderInternal($viewFile,$data,$return); 097 if(count($this->_widgetStack)===$widgetCount) 098 return $content; 099 else 100 { 101 $widget=end($this->_widgetStack); |
#3 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(870): CBaseController->renderFile("/home3/searchdo/public_html/protected/views/profile/view.php", null, true) 865 */ 866 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 867 { 868 if(($viewFile=$this->getViewFile($view))!==false) 869 { 870 $output=$this->renderFile($viewFile,$data,true); 871 if($processOutput) 872 $output=$this->processOutput($output); 873 if($return) 874 return $output; 875 else |
#4 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(783): CController->renderPartial("view", null, true) 778 */ 779 public function render($view,$data=null,$return=false) 780 { 781 if($this->beforeRender($view)) 782 { 783 $output=$this->renderPartial($view,$data,true); 784 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 785 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 786 787 $this->afterRender($view,$output); 788 |
#5 |
+
–
/home3/searchdo/public_html/protected/controllers/ProfileController.php(2): CController->render("view") 1 <?php class ProfileController extends Controller { public $layout='//layouts/column2'; public function actions() { return array( 'captcha' => array( 'class' => 'CCaptchaAction', 'backColor' => 0xFFFFFF, ), 'page' => array( 'class' => 'CViewAction', ), ); } public function actionIndex() { $this->render('index'); } 2 public function actionView() { $this->render('view'); } } |
#6 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/actions/CInlineAction.php(50): ProfileController->actionView() 45 $controller=$this->getController(); 46 $method=new ReflectionMethod($controller, $methodName); 47 if($method->getNumberOfParameters()>0) 48 return $this->runWithParamsInternal($controller, $method, $params); 49 else 50 return $controller->$methodName(); 51 } 52 53 } |
#7 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(309): CInlineAction->runWithParams(array()) 304 { 305 $priorAction=$this->_action; 306 $this->_action=$action; 307 if($this->beforeAction($action)) 308 { 309 if($action->runWithParams($this->getActionParams())===false) 310 $this->invalidActionParams($action); 311 else 312 $this->afterAction($action); 313 } 314 $this->_action=$priorAction; |
#8 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(287): CController->runAction(CInlineAction) 282 * @see runAction 283 */ 284 public function runActionWithFilters($action,$filters) 285 { 286 if(empty($filters)) 287 $this->runAction($action); 288 else 289 { 290 $priorAction=$this->_action; 291 $this->_action=$action; 292 CFilterChain::create($this,$action,$filters)->run(); |
#9 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(266): CController->runActionWithFilters(CInlineAction, array()) 261 { 262 if(($parent=$this->getModule())===null) 263 $parent=Yii::app(); 264 if($parent->beforeControllerAction($this,$action)) 265 { 266 $this->runActionWithFilters($action,$this->filters()); 267 $parent->afterControllerAction($this,$action); 268 } 269 } 270 else 271 $this->missingAction($actionID); |
#10 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(276): CController->run("view") 271 { 272 list($controller,$actionID)=$ca; 273 $oldController=$this->_controller; 274 $this->_controller=$controller; 275 $controller->init(); 276 $controller->run($actionID); 277 $this->_controller=$oldController; 278 } 279 else 280 require_once 'profiles/index.php'; 281 /* throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', |
#11 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(135): CWebApplication->runController("profile/view") 130 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 131 $_GET[$name]=$value; 132 } 133 else 134 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 135 $this->runController($route); 136 } 137 138 /** 139 * Registers the core application components. 140 * This method overrides the parent implementation by registering additional core components. |
#12 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/base/CApplication.php(162): CWebApplication->processRequest() 157 */ 158 public function run() 159 { 160 if($this->hasEventHandler('onBeginRequest')) 161 $this->onBeginRequest(new CEvent($this)); 162 $this->processRequest(); 163 if($this->hasEventHandler('onEndRequest')) 164 $this->onEndRequest(new CEvent($this)); 165 } 166 167 /** |
#13 |
+
–
/home3/searchdo/public_html/index.php(11): CApplication->run() 06 $yii = dirname(__FILE__) . '/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/yii.php'; 07 $config = dirname(__FILE__) . '/protected/config/main.php'; 08 defined('YII_DEBUG') or define('YII_DEBUG', TRUE); 09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 0); 10 require_once($yii); 11 Yii::createWebApplication($config)->run(); 12 ?> |