lpelham
Forum Replies Created
-
Brillance! It worked!
thx Tim
this is the entire function:
}
private function fileGet($url, $postParams){
if(is_array($postParams)){
$bodyArr = array();
foreach($postParams as $key => $val){
$bodyArr[] = urlencode($key) . ‘=’ . urlencode($val);
}
$body = implode(‘&’, $bodyArr);
} else {
$body = $postParams;
}
$opts = array(‘http’ =>
array(
‘method’ => ‘POST’,
‘content’ => $body,
‘header’ => “Content-Type: application/x-www-form-urlencoded\r\n”,
‘timeout’ => 60
)
);
$context = stream_context_create($opts);
return @file_get_contents($url, false, $context, -1);
}PS My wordfence connectivity tester shows this:
DNS lookup for noc1.wordfence.com returns: 69.46.36.8
CURL is not installed. Asking your hosting provider to install and enable CURL may improve any connection problems.
CURL is not installed. Asking your hosting provider to install and enable CURL may improve any connection problems.
Starting wp_remote_post() test
wp_remote_post() test to noc1.wordfence.com passed!Starting wp_remote_post() test
wp_remote_post() test to noc1.wordfence.com passed!haha, thanks!
I’ve lost my confidence lately. I use Wordfence and have it cranked down really tight. But I have learned a whole new world now, thanks to you!
yes, I have known good back ups of my db..
I thank you for your time. I can handle it from here.. <I think>
I opened a ticket with my provider. I see the same network in my wfCrawlers table..
Wouldn’t I just be best to delete this database?
Is it odd that some of my tables are in latin1_swedish_ci format?
I certainly thank you for helping me through this. I’ve learned tons just today.
Here are all the tables.. https://eickertrealty.com/wp-content/uploads/2015/03/tables.JPG and yes, I was clicking browse here (when it is available)Some don’t let me browse.Interesting..The storage engine for the table doesn’t support repair
in the wp_wfReverseCache I see the IP’s of the likely intruders.. Ukraine and Russia .. grrr..
Well, notice the Browse tab is not highlighted.. I can’t browse ??
I see this in my db console
https://eickertrealty.com/wp-content/uploads/2015/03/wp-users.JPG
Yes, I was in the db this morning and in the wp_users table.. unfortunately I don’t have see the table values..
I’ll have to contact my provider for support, I guess.
I mean a fresh version of Wordfence.. not WordPress
Should I just install a fresh version of WordPress via FTP?
Furthermore, when I try to retrieve a lost password – I enter my username and result is ERROR: There is no user registered with that email address.