Toggle navigation
Home
Games
Latest Games
Popular Games
Action Games
Board Games
Card Games
Casino Games
Fighting Games
Multiplayer Games
Puzzle Games
Racing Games
Shooting Games
Sport Games
Mario Games
Videos
Accident Videos
Animal Videos
Motor Bike Videos
Car Videos
Cat Videos
Fight Videos
Hilarious Videos
Painful Videos
Soccer Football Videos
Magic Trick Videos
Pictures
Cartoons
>
Favorites
Pope Unihoc
Funny pictures jokes a hockey fan john paul
// nacitanie hlavneho configuraku #include_once DIR .'/includes/configuration/inc_cfg_main.php'; // definovanie o aky druh contentu ide a jeho ID $sort = 'picture'; $id = 298; // nacitanie funkcie na vypocet ratingu include_once DIR .'/includes/function/inc_fun_calcul_rating.php'; // nacitanie funkcie na slovne vypisanie ratingu include_once DIR .'/includes/function/inc_fun_str_rating.php'; // urcenie otom ze sa nema vypisovat pri pouzity funkcie ani rating $not_echo_rating = TRUE; // urcenie funkcie na nacitanie ratingu #include_once DIR .'/includes/script/inc_load_rating.php'; $rating_content = round($rating*20); $votes_content = $arr2['votes']; ?> Current rating:
echo "
" . str_rating($rating_content, 1) . " (" .$rating_content . "%)
"; if (isset($_COOKIE['rated']) && StrStr($_COOKIE['rated'], 'picture298')){ // urcenie otom ze sa nema vypisovat pri pouzity funkcie votes $not_echo_votes = TRUE; // nacitanie votes $lib_category_key = array( 'online_game' => 1, 'adult_game' => 2, 'full_game' => 3, 'cartoon' => 4, 'video' => 5, 'picture' => 6, 'joke' => 7 ); $arr = db_query("SELECT votes FROM fg_rating WHERE id_sort = '" . $lib_category_key[$sort] . "' and id_content = '" .intval($id) . "'", 1); include_once DIR . '/includes/function/inc_fun_save_file.php'; $votes_content = $arr['votes']; if ($not_echo_votes <> TRUE) { echo $votes_content; } echo "
- BASED ON " . $votes_content . " VOTES
"; } else { ?> - Rate this picture:
://www.funny-games.biz/Public/_public_rating_ajax.html?sort=picture&id=298&rating=bad')" class="rating" title="vote thumbs down">
Bad
|
://www.funny-games.biz/Public/_public_rating_ajax.html?sort=picture&id=298&rating=good')" class="rating" title="vote thumbs up">
Good
|
://www.funny-games.biz/Public/_public_rating_ajax.html?sort=picture&id=298&rating=great')" class="rating" title="vote double thumbs up">
Great
} // end if.. else.. ?>