Plugin not working on new nginx server

Recently I shifted one of my websites from apache based server to nginx and a plugin I coded (BMI calculator) stopped working on it. I thought it might be due to wordpress upgrade which happened almost the same day too. As WP is fond of deprecating old stuff, I thought it might have caused the […]

Nginx – The uploaded file could not be moved to wp-content/uploads [solved]

While trying to upload the image in my WordPress post, I received an error saying: The uploaded file could not be moved to wp-content/uploads Server Configuration The server which got this error is: vps (unamanged with ssh/root access) ubuntu 14.04 minimal nginx with php-fpm and mysql NO ftp WordPress 4.0 The directories were in standard […]

w3schools.com error 503 – service unavailable

Guys our favorite site w3schools.com is down since yesterday with a 503 error! It’s down here in my region at least, is it working for you? If not then since when is the great resource down for you? I tried going to sub pages, through google and still nothing happened. All the pages including the […]

www.Click2earning.com is Fraud and scam

This page is to inform you that Click2earning.com is a fraud site and is a scam. They have listed our website and many others just randomly and we did not pay them or even register on their site. In fact we didn’t know about this site even until we found out the fake traffic coming […]

WP LogInOut – Plugin

We’re excited to announce the launch of our next WordPress plugin for automatic login / logout links in selected menu. Plugin Name: WP LogInOut Download from WordPress.org: Wp-LogInOut plugin The plugin uses the wp_loginout functionality and extends it to automatically show login or logout button on your selected menu. The status of login or logout […]

Submit html code via input to WordPress options correctly

I’ve been working on a plugin and it needed to allow users to save html code as options. However while trying to do so, php (or WordPress) would automatically escape the submitted code with a backslash (\). I tried figuring out why and where it was happening and it turned out to be added right at […]

Welcome to Facebook – get rid of it!

Welcome to Facebook message which we seem to get when someone makes a new account on facebook. But unfortunately facebook forgets that welcome is done once, it keeps on welcoming your for days and months! wow! The welcome to facebook (followed by your name) message appears on your facebook profile until facebook thinks your profile […]

UBL online banking errors

I don’t know if it’s the issue with united bank limited as a whole or just Pakistan branch. Their online banking system is crap! Literally crap!. I’ve been trying to send some money to my brothers account for home remittance and it’s giving errors one after another! First of all there is “paid” limit on […]

Location services disabled after iOS 8 update on iPhone

Apple has introduced iOS 8 for iphone 6 plus, iphone 6 , iphone 5s and iphone 5, which is a great operation system no doubt but has some bugs like every Apple software out there :/ I upgraded iOS on my iphone when it became available for installation and when I tried using my location […]

Urlencode not working for space in php – the_title() in WordPress

Today while working on a clients site trying to fix w3 validation errors I found this interesting error when urlencode was’t able to encode/escape the space character in the title of the post. Scenario (urlencode not working for space character in php): The w3 validator error said: Line 142, Column 297: Bad value http://twitter.com/home?status=10 Ways […]