JEMBOT MAWOT Bypass Shell

Current Path : /home/cinepatreb/www/dao/class/mysql/ext/
Upload File :
Current File : /home/cinepatreb/www/dao/class/mysql/ext/ListeFilmGroupeMySqlExtDAO.class.php

<?php

/**
 * Class that operate on table 'listeGenreFilm'. Database Mysql.
 *
 * @author: http://phpdao.com
 * @date: 2015-01-28 23:26
 */
class ListeFilmGroupeMySqlExtDAO extends ListeFilmGroupeMySqlDAO {

   public function queryByFilmFestival($groupe, $cine, $date) {
    
        //$sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=?  and Patria=-1  and actif=-1 and acceuil =-1 and heure >= 20151105 group by nomFilm order by nomFilm";
        $sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=?  and Patria=-1  and actif=-1 and heure >= 20161105 and heure < 20161115 group by nomFilm order by nomFilm";
       
        $sqlQuery = new SqlQuery($sql);
        $sqlQuery->setNumber($groupe);
        
//        $sqlQuery->setString("" . $date . "");
        return $this->getList($sqlQuery);
    }
    
       public function queryByFilmFestivalHorreur($groupe, $cine, $date) {
        //$sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=?  and Patria=-1  and actif=-1 and acceuil =-1 and heure >= 20151105 group by nomFilm order by nomFilm";
        $sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=?  and NosLoisirs=-1  and actif=-1 and heure >= 20151105 and heure < 20151115 and nomFilm like  '%nuit de l\'horreur%' group by nomFilm order by nomFilm";
        
        $sqlQuery = new SqlQuery($sql);
        $sqlQuery->setNumber($groupe);
        
//        $sqlQuery->setString("" . $date . "");
        return $this->getList($sqlQuery);
    }
    

}

?>

xxxxx1.0, XXX xxxx