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'); ?>
session->userdata('id'); } $this->db->where('id',$userpost); foreach($this->db->get('students')->result() as $row){ ?>
Login_model->language('Bidhaa zinazohitajika zaidi sokoni','Top Prices in the market'); ?>
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....

Login_model->language('Link muhimu','Important Links'); ?>
    db->limit(4); foreach($this->db->get('usefulLinks')->result() as $row){ ?>
  • avatar
    shortName ?>

    name ?>


Login_model->language('Tazama zaidi...','View more...'); ?>
db->where('id',$post_id); $this->db->where('student_id',$this->session->userdata('id')); $post = $this->db->get('posts'); foreach($post->result() as $row_post){ ?>
Login_model->language('Hariri chapisho','Edit post'); ?> Back
Login_model->language('Chapisho limefanikiwa kuhaririwa',' post edited successfully'); ?>
post_image==NULL){ }else{ ?>

post


Login_model->language('Kichwa cha habari kinahitajika','Post Title is required'); ?>


db->where('id',$post_id); $this->db->not_like('student_id',$this->session->userdata('id')); $post = $this->db->get('posts'); foreach($post->result() as $row_post){ ?>
Login_model->language('Ripoti hili chapisho','Report this post'); ?> Back
Login_model->language('Ripoti imefanikiwa kutumwa','Report successfully post'); ?>

title;?>

post_image==NULL){ }else{ ?>

post

post;?>




Login_model->language('Chapisho limefanikiwa kufutwa','Post Deleted Successfully'); ?>
Login_model->language('Oni limefanikiwa kufutwa','Comment Deleted Successfully'); ?>
Login_model->language('Jibu limefanikiwa kufutwa','Reply Deleted Successfully'); ?>
session->userdata('id') ){ ?>
Login_model->language('Machapisho yangu','My post'); ?> Back
User Posts... Back

Login_model->language('Bidhaa na Huduma','Product and Services'); ?>
Login_model->language(' Taarifa Zinazosomwa zaidi','Top Business Information'); ?>
db->limit(5); $this->db->order_by('id','desc'); $get=$this->db->get('business_informations'); foreach($get->result() as $row){ ?>
Login_model->language('Tazama zaidi','View more'); ?>
Login_model->language('Kozi zangu','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('enroll_course'); foreach($get->result() as $rowss){ $all = $rowss->read_progress; } //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'); ?>