ERROR: Human Not Found

ERROR: Human Not Found

Not enough ratings
ERROR 404 :Error:
By 四糸乃 Yoshino404
⠀⠀⠀⠀⠀ Now playing: Tokyo Ghoul - Oshiete yo
⠀⠀⠀⠀⠀ ⠀───────⚪─────────────────────────
⠀▐▐ ⠀►▏ ⠀⠀──○─ 🔊 ⠀₁:₂₅ / ₃:₅₀ ⠀⠀⠀⠀⠀⠀ᴴᴰ⚙ ❐ ⊏⊐
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
$cats = array_merge(
(array)@$page['qsearch_details']['matching_cats_no_images'],
(array)@$page['qsearch_details']['matching_cats'] );
if (count($cats))
{
usort($cats, 'name_compare');
$hints = array();
foreach ( $cats as $cat )
{
$hints[] = get_cat_display_name( array($cat), '' );
}
$template->assign( 'category_search_results', $hints);
}

$tags = (array)@$page['qsearch_details']['matching_tags'];
foreach ( $tags as $tag )
{
$tag['URL'] = make_index_url(array('tags'=>array($tag)));
$template->append( 'tag_search_results', $tag);
}

if (empty($page['items']))
{
$template->append( 'no_search_results', htmlspecialchars($page['qsearch_details']['q']));
}
elseif (!empty($page['qsearch_details']['unmatched_terms']))
{
$template->assign( 'no_search_results', array_map('htmlspecialchars', $page['qsearch_details']['unmatched_terms']));
}
}

// image order
if ( $conf['index_sort_order_input'][]
and count($page['items']) > 0
and $page['section'] != 'most_visited'
and $page['section'] != 'best_rated')
{
$preferred_image_orders = get_category_preferred_image_orders();
$order_idx = pwg_get_session_var( 'image_order', 0 );

// get first order field and direction
$first_order = substr($conf['order_by'], 9);
if (($pos = strpos($first_order, ',')) !== false)
{
$first_order = substr($first_order, 0, $pos);
}
$first_order = trim($first_order);

$url = add_url_params(
duplicate_index_url(),
array('image_order' => '')
);
$tpl_orders = array();
$order_selected = false;
   
Award
Favorite
Favorited
Unfavorite
1 Comments
Origami Tobiichi 26 Jul, 2020 @ 3:30pm 
Error 404