Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/facebook.codeskitter.site/sources/
Upload File :
Current File : /home/users/unlimited/www/facebook.codeskitter.site/sources/most_liked.php

<?php
if ($wo['loggedin'] == false || $wo['config']['popular_posts'] != 1) {
    header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
    exit();
}
$posts = Wo_GetPosts(array('filter_by' => 'most_liked','publisher_id' => 0 , 'dt' => 0, 'lasttotal' => 0 )); 

$wo['most_liked'] = $posts;

$wo['description'] = '';
$wo['keywords']    = '';
$wo['page']        = 'most_liked';
$wo['title']       = 'Most Liked';
$wo['content']     = Wo_LoadPage('most_liked/content');