How to redirect IP addresses to different page

Friday, February 26th, 2010 Posted in Wordpress template | 11 views No Comments »

If you would like to redirect browsers based on their IP the following method can be used to handle multiple IP’s.  You can choose to redirect entire networks or a ... Read more..

How to automated backups your database ?

Thursday, April 16th, 2009 Posted in PHP script | 101 views No Comments »

Here is a php script that will create a compressed backup of your website files, creating a different file each day for a month (then start over) so you have ... Read more..

PHP: Ban or allow IP Addresses

Thursday, April 16th, 2009 Posted in PHP script | 147 views 1 Comment »

While a .htaccess file can be used to ban or allow, it cannot be selective by function. This is something you can easily do with a script. In these examples ... Read more..

Using .htaccess to rewrite your URL

Thursday, April 16th, 2009 Posted in Ebooks - Tips, Others | 169 views No Comments »

If you want your website to have friendly URLs you can use this .htaccess code. With this example code, the URL http://www.w3code.net/about would cause the page about.html to load. RewriteEngine ... Read more..

How to convert Wordpress to Blogger ?

Saturday, April 11th, 2009 Posted in Ebooks - Tips, How to | 137 views No Comments »

Blogger is getting better and there could be bloggers wanting to import and convert their Wordpress blog to Blogger blog. Wordpress has in-built feature (under ‘tools’ tab) to import any ... Read more..

How to import /export xml file Blogger ?

Saturday, April 11th, 2009 Posted in Ebooks - Tips, How to | 438 views No Comments »

Long back in June Blogger introduced Blogger import / export feature along with loads of other new Blogger features. Import - export feature just got better and now support very ... Read more..

Fix Unable to create directory with Wordpress

Wednesday, April 8th, 2009 Posted in Ebooks - Tips, How to | 962 views 2 Comments »

I'm having issues uploading images to to a post. I keep getting the following error: Unable to create directory /var/www/vhosts/domain.com/httpdocs/wp-content/uploads/2008/05. Is its parent directory writable by the server? 1. Firstly, on my ... Read more..

How to Create Zoom Photo in your Blogger ?

Monday, April 6th, 2009 Posted in How to, Java script, Themes Blogger | 185 views No Comments »

Zoom Your Images In Blogger Posts is the script you would have seen in many websites to show of there image demos as large one as its very nice way ... Read more..

How to add multi language translator in Blogger ?

Thursday, April 2nd, 2009 Posted in Themes Blogger | 102 views No Comments »

Here's the code you can add to create the flag buttons (above) to translate your blog into different languages, depending on which country flag the visitors click. Simply copy all ... Read more..

Adsense block IP to avoid the invalid clicks.

Thursday, April 2nd, 2009 Posted in Google adsense, PHP script | 124 views No Comments »

When my adsense was disable, i very sad for this..., I try thing whats the problem due to my adsense account disable ? I cant understand whats the reason make ... Read more..