Notice: Undefined variable: ub in /var/www/clients/client1/web1/web/functions.php on line 264
Notice: Undefined variable: ub in /var/www/clients/client1/web1/web/functions.php on line 276
Deprecated: strripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /var/www/clients/client1/web1/web/functions.php on line 276
Default ezbloo headerphp
<?php session_start(); ?><?php require_once('config.php');?><?php include('functions.php'); redirects();?> <?php if (!empty($_SERVER['HTTP_CLIENT_IP'])) { $ip = $_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; } else { $ip = $_SERVER['REMOTE_ADDR']; } $resultb = $con->query("SELECT * FROM block") ; while ($row = $resultb->fetch_assoc()) { if($ip==$row['ip']){ header("location: http://www.google.com/"); exit(); }else{ echo ''; } }; ?> <meta Http-Equiv="Cache-Control" Content="no-cache"> <meta Http-Equiv="Pragma" Content="no-cache"> <meta Http-Equiv="Expires" Content="0"> <meta Http-Equiv="Pragma-directive: no-cache"> <meta Http-Equiv="Cache-directive: no-cache"> <?php //include('analytics.php'); date_default_timezone_set("America/New_York"); error_reporting(E_ALL | E_NOTICE); ini_set('display_errors', '1'); include('analytics.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="alternate" href="https://ezbloo.com" hreflang="en-us" /> <title><?php posttitle(); ?></title> <meta name="google-site-verification" content="2tZ8BZMjqAyabkdKTtL58iGFMXfVqjBvFeiGd-5Tv48" /> <meta name="description" content="<?php postmeta(); ?>"> <meta name="city" content="<?php webcity(); ?>"> <meta name="country" content="<?php webcountry(); ?>"> <meta name="state" content="<?php webstate(); ?>"> <meta name="zipcode" content="<?php webzip(); ?>"> <meta name="geo.position" content="<?php weblat();?>;<?php weblng();?>"> <meta name="geo.placename" content="<?php webcity(); ?>, <?php webstate(); ?>"> <meta name="geo.region" content="<?php webcountry(); ?>-<?php webstate(); ?>"> <meta name="robots" content="noodp,noydir"/> <link rel="canonical" href="<?php weburl(); ?><?php posturl(); ?>/" /> <link rel="publisher" href="<?php webgoogleplus(); ?>"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:description" content="<?php postmeta(); ?>"/> <meta name="twitter:title" content="<?php posttitle(); ?>"/> <meta name="twitter:site" content="<?php webtwitter(); ?>"/> <meta name="twitter:image" content="<?php postfimage(); ?>"/> <meta name="twitter:creator" content="<?php webtwitter(); ?>"/> <meta property="og:url" content="<?php $actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; echo $actual_link; ?>"/> <meta property="og:title" content="<?php posttitle(); ?>"/> <meta property="og:image" content="<?php postfimage(); ?>"/> <meta property="og:site_name" content="<?php webcompany(); ?>"/> <meta property="og:description" content="<?php postmeta(); ?>"/> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <div class="container-fluid"> <?php menupages(); ?> <div class="jumbotron"> <?php headerr(); ?> <div class="pull-right"><?php socialnet(); ?> </div> <div class="clearfix"></div> <?php analytics(); ?> </div> <div class="container-fluid"> <?php include('insert.php'); ?> <?php breadcrumbs(); ?>


Category: header-templates
Leave a review