veidit
Forum Replies Created
-
Yes and there seems to be some account created and now I am getting mail I didn’t sign up for… How do I delete the account?
Honestly, when I download a plugin to optimize my images I expect it to do that and not hide a cloud solution in it.“And about the website to optimize images: You can upload up to 5 images at once, each up to 5MB, and we’ll process them in the Optimole cloud.”
I just want to do it locally… not in any others cloud.- This reply was modified 4 months, 2 weeks ago by veidit.
Forum: Themes and Templates
In reply to: Possible securityhole in twentyten?Well as I pointed out, this is not related to my site, I just got the spam and looked at the URI that pointed out the twentyten theme.
Forum: Themes and Templates
In reply to: Possible securityhole in twentyten?Chip, how can you be sure that it’s the server that is compromised and not a hole in the theme that enables you to upload a file?
Forum: Fixing WordPress
In reply to: Importing from WordPressSo, is there some way to analyze the xml-file to see where the error could be?
Forum: Plugins
In reply to: [Plugin: Easy AdSense] Disable ads in feed and on wptouchThanks!
I was thinking in post previews, when you preview a post before you post it on your site.
Forum: Plugins
In reply to: [Plugin: Easy AdSense] Disable ads in feed and on wptouchIt would be good if it also was disabled during previews.
Forum: Requests and Feedback
In reply to: Supporting X-Forwarded-Forfunction getRemoteAddress() { $hostname = $_SERVER['REMOTE_ADDR']; $headers = apache_request_headers(); foreach($headers as $k => $v) { if(strcasecmp($k, "x-forwarded-for")) continue; $hostname = explode(",", $v); $hostname = trim($hostname[0]); break; } return $hostname; } $_SERVER["REMOTE_ADDR"] = getRemoteAddress();Forgot to markup the code correctly