Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
load->view("includes/device_detect.php"); //include the file //require_once 'Mobile_Detect.php'; $detect = new Mobile_Detect; //print_r($detect); // Any mobile device (phones or tablets). $device='unknown'; if ( $detect->isMobile() ) { $device = "Mobile"; } elseif( $detect->isTablet() ){ $device = "Tablet"; }else{ $device = "Desktop"; } //echo $device; $student_id=$this->session->userdata('id'); ?>
db->where('id',$this->session->userdata('id')); foreach($this->db->get('students')->result() as $row){ ?>
Login_model->language('Taarifa zangu fupi','My profile'); ?> Login_model->language('Hariri Taarifa','Edit Profile'); ?> profile_photo==NULL){?> thumb thumb
full_name ?>

location ?>

mobile ?>

email ?>

location ?>


Members

Top prices in markets
db->limit(5); $this->db->order_by('id','random'); foreach($this->db->get('marketProduct')->result() as $row){ $priceDiff=$minsum=$maxsum=0; //get total rows... $this->db->where('product_id',$row->id); $this->db->order_by('priceDate','desc'); $this->db->limit(30); $countRows=$this->db->get('marketProductPrices')->num_rows(); //get last row... $lastUpdated="_"; $this->db->where('product_id',$row->id); $this->db->order_by('priceDate','desc'); $this->db->limit(1); $getRows=$this->db->get('marketProductPrices'); foreach($getRows->result() as $row_last){ $lastUpdated=$row_last->priceDate; } //Get sum $this->db->select_sum('minPrice'); $this->db->from('marketProductPrices'); $this->db->where('product_id',$row->id); $this->db->order_by('priceDate','desc'); $this->db->limit(30); foreach($this->db->get()->result() as $row_sum){ $minsum=$row_sum->minPrice; // $maxsum=$row_sum->maxPrice; } if($countRows==0){ $countRows=1; } ?>
name;?>

Tsh

View more prices in markets....
post likes
Back

Products and Services
Top business news
db->limit(5); $this->db->order_by('id','desc'); $get=$this->db->get('business_informations'); foreach($get->result() as $row){ ?>
View more business news....
My Courses
session->userdata('id'); $this->db->where('student_id',$student_id); $getc=$this->db->get('enroll_course'); foreach($getc->result() as $rc){ $this->db->where('id',$rc->lesson_id); $get=$this->db->get('lessons'); foreach($get->result() as $row){ $i++; $t=$all=0; $this->db->where('lesson_id',$row->id); $get=$this->db->get('topics'); foreach($get->result() as $rowss){ $topicId=$rowss->id; $topic=$rowss->name; $arrange=$rowss->arange; $t++; $i=$total=$p=$pr=0; $this->db->where('type','application'); $this->db->where('topic_id',$topicId); $get=$this->db->get('notes'); foreach($get->result() as $rowt){ $i++; $c = $this->db->where('notes_id',$rowt->id)->where('student_id',$this->session->userdata('id'))->get('notes_read'); foreach($c->result() as $read){ $pr=$read->progress*100; $total=$read->progress+$total; } $p=($total/$i)*100; } $all=$p+$all; } //check if enrolled $student_id=$this->session->userdata('id'); $this->db->where('lesson_id',$row->id); $this->db->where('student_id',$student_id); $count_enrolled=$this->db->count_all_results('enroll_course'); ?>