$pagenum = intval($_GET['pagenum']);
$rate_style = mysql_real_escape_string($_GET['rate_style']);
$rate_looks = $_GET['rate_looks'];
$rate_status = $_GET['rate_status'];
$rate_limit = intval($_GET['rate_limit']);
$retrievedas = !empty($_GET['retrievedas']) ? $_GET['retrievedas'] : null;
echo " <span  style='color:black'> ";
switch ($retrievedas) {
    case 'rate-next-prev':
        //this is set that the user can't view his own modal uploaded because of mno<>$mno
        if ($rate_style == 'All Style') {
            $looks = select_v3('postedlooks', '*', "active = 1 and mno <> {$mno} ");
        } else {
            $looks = select_v3('postedlooks', '*', "active = 1 and  style = '{$rate_style}' and mno <> {$mno}");
        }
        $mylookrated = $mc->get_all_my_rated_looks_by_month($mno, $mc->date_dif['month_firstday']);
        $plnos = $mc->remove_rated_looks($looks, $mylookrated, $rate_status);
        $tres = count($plnos);
        $np = $mc->generate_next_prev_numbers(intval($tres), $rate_limit);
        echo "<nextprev1>";
        $mc->print_next_prev_numbers($np, null, 'rate-look', 'loader-down');
        echo "<nextprev1>";
        echo "<nextprev2>";
        $mc->print_next_prev_numbers($np, null, 'rate-look', 'loader-up');
        echo "<nextprev2>";
        echo "<span style='display:none' ><tres>{$tres}<tres></span>";
        break;
    default:
        // modals
        $start = $mc->get_loop_start($pagenum, $rate_limit);
        $end = $mc->get_loop_end($pagenum, $rate_limit);
Example #2
0
     echo "<nextprev1>";
     echo "<nextprev2>";
     $mc->print_next_prev_numbers($np, null, 'rate-look', 'loader-up');
     echo "<nextprev2>";
     echo "<span style='display:none' ><tres>{$tres}<tres></span>";
     break;
 default:
     echo " this is the page rating..";
     echo "<h4> modals display </h4><br>";
     // modals
     $start = $mc->get_loop_start($pagenum, $rate_limit);
     $end = $mc->get_loop_end($pagenum, $rate_limit);
     $counter = $mc->set_loop_counter(1);
     /** Fetch look or article by basic all sortings */
     $orderby = $mc->get_rate_looks_order_by($rate_latest);
     $mylookrated = $mc->get_all_my_rated_looks_by_month($mno, $mc->date_dif['month_firstday'], $rate_status, $table_name);
     // print_r($mylookrated);
     /*
         echo " <br>my look rated by this month <br>";
         $c=0;
         for ($i=0; $i < count($mylookrated) ; $i++) {
             $c++;
             echo "  $c.)  ".$mylookrated[$i]['plno'].'<br>';
         }
     */
     #get look with filter
     //                echo "
     //                            rate_style = $rate_style      <br>
     //                            rate_gender = $rate_gender        <br>
     //                            rate_plus_blogger = $rate_plus_blogger  <br>
     //                            rate_latest = $rate_latest       <br>