muskratt
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] IP address in footerHere’s my fix class-fscf-process.php line 937, change it to
$_SERVER['HTTP_X_FORWARDED_FOR']
It seems a simple if/else logic test to see if $_SERVER[‘SERVER_ADDR’] = $_SERVER[‘REMOTE_ADDR’] then to use $_SERVER[‘HTTP_X_FORWARDED_FOR’] instead on the email output.
Of course, $_SERVER[‘HTTP_X_FORWARDED_FOR’] can be spoofed easily but for a normal submission form just to weed out questionable submissions, this should work just fine.
Forum: Plugins
In reply to: [Fast Secure Contact Form] IP address in footerMike,
With that information, my best guess is that it reports its own IP because Apache is setting behind Nginx. That makes it pretty obvious to me now as why the server’s own IP is being shown as the remote since Nginx as a client is being the remote host according to Apache.
I’ll keep you advised if I find an unobtrusive work-around.
Thanks!
Forum: Plugins
In reply to: [Fast Secure Contact Form] IP address in footerStraight from the front page of the plugin’s page on www.remarpro.com
Email message footer shows blog username(if logged on), Date/Time timestamp, IP address, and user agent (browser version) of user who contacted you.
Forum: Plugins
In reply to: [Quick Featured Images] Filted by date?I’d be extremely interested in seeing it Month/Year (as well as entire year) for filtering. To think of it, this would be one of the first things I’d expect to see on a filter list.
When importing thousands of posts from Blogger, being able to set the featured image for posts several years old all at once is ideal.
I’d be more than willing to contribute to the author for this granular customization since it will save me many hours of editing!
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] QC Not workingAfter a day of not hearing anything, we went ahead and bought the Pro version in hopes of speeding along the process and submitted a request there but haven’t heard back.
Latest Posts is the Reading setting. I tried using different browsers as well as different PCs, ones that have never been to the site before to ensure there was no cache or cookies set.
wp-content/cache still only has .htaccess and qc-advanced-cache files, nothing else in there so it has access to write to that folder but for some reason the cached files aren’t being generated (and thus not served to the users)
jayscustomcreations.com
muskratt AT gmail D0T com (I can verify more information non-publicly if you wish)