5 ways to spend your Paypal credits online if you can’t withdraw it

There are plenty of reason why people seems to be unable to withdraw their Paypal money from their account. One of the main reason is that Paypal prohibit users from certain countries from withdrawing their Paypal account into local bank account, and getting a US checking account incurs additional costs that might not justify its use.

Paypal Logo

Afraid not, because here are 5 ideas how you can spend your Paypal credit online, and let it not go to waste.

  • Bid items on Ebay – Ebay has many local websites, all of it supports Paypal as a method of payment. So why don’t you leverage this with your paypal credits?
  • Send flowers to your loved ones – Sites like Flowers.com.my offers variety of gifts and flowers on special occasion for your loved ones. You can show your appreciation by sending them bouquet of flowers
  • Get domain names, SSL cert or whois protection – Websites like Namecheap.com, provides an easy to use interface which enables you to obtain and manage your domain name more effectively. They offers SSL certificate at a reasonable price too!
  • Get your own VPS – You can get VPS account and run your own Web hosting company or your own SQL Server with RapidVPS. Payable using Paypal account of course
  • Order books online – What more better thing you can do other than reading books? You can browse the most popular books, read reviews and order books online on Barnes & Noble

Tipvista.com is now hosted on Dreamhost


Tired of downtime and other service interruption, I finally decided to move this blog to Dreamhost.

I’ve been a Dreamhost customers for more than 2 years and I’ve hosted several of my websites there with no problem.

The reason that I kept this blog on its original web hosting company is because of its legacy value (yes, I’m sentimental), but lately I’ve been experiencing several downtime problem in a month that really annoys the hell out of me that I finally decided to change switch it to my trusty Dreamhost account.

The transition was smooth, and I’m able to get “Journal Of Useful Tips” back online in mere minutes.

I don’t know what actually happened to the previous web hosting company, but It seems that they still haven’t manage to get their main website online by the time of this writing, boo hoo.

For what it worth, I will certainly recommend Dreamhost web hosting service to my friends because of its excellent service that exceeds my expectations.

Special :
You can get USD90 DISCOUNT if you enter any of these discount code = “FAKAPED”, “WANGCYBER” when you order a Dreamhost account.

ps: No, I will not disclose the name of my previous web hosting company publicly as I felt sorry for them for losing me. Besides, I’ve backed-up all my files so I’ve no trouble moving out to a better company.

[tags]web hosting,hosting,web,dreamhost,domain[/tags]

Fix Dreamhost Stats problem in WordPress


Users who has installed WordPress blog application on Dreamhost may noticed that they can’t access the Dreamhost stats page on their blog (sub)domain.

This is caused by the way WordPress handle URL in its internal system. However you can fix this issue by adding a few lines in your WordPress .htaccess file.

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html)/?(.*)$ [NC]
RewriteRule ^.*$ - [L]

Make sure you put the lines before the WordPress rewrite rule. Finally overwrite the .htaccess files on the server and the Dreamhost stats should be back working by now.

You can read the full text of the tutorial in Dreamhost Wiki page.

[tags]dreamhost,hosting,wordpress,htaccess,mod_rewrite,apache[/tags]

Ban IP Address from your website using .htaccess

Some people has their own reasons for banning certain IP Address from accessing their websites.
Some because they want to single out an individual or certain organisation from browing their websites and some one to protect their website from excessing crawling from bad bots or any other form of bot attacks.

Whatever the reasons are, you can ban IP Address from accessing your websites by using Apache .htaccess file.

What you need to do is create add these lines to your .htaccess file and upload it to your web server directory.

Don’t forget to replace xxx with the IP Address that you want to ban.


order allow,deny
deny from xxx.xxx.xxx.xxx
deny from xxx.xxx.xxx.xxx
allow from all

[tags]htaccess, apache,ban,ip address[/tags]

Differences between Parked Domains and Addon Domains in Web hosting

When you rent a hosting space, you will most probably presented with hosting jargon or terms that you don’t understand. Today we will explore the meaning of “Parked Domains” and “Addon Domains” terms used in shared hosting.

Parked Domain

This is the most popular ‘addon’ feature offered in a web hosting package. Parked Domains means that your website can be accessed by two different domains, but with the same content.
Example :

Let’s say that you have example.com as a domain name. But at the same time you don’t want other people to register example.net as use it for their own websites, confusing your users.

What you can do is, registers example.net, and ‘parked’ it at your webhosting, so that when users surfed to example.net, they will be presented with the same website as example.com.

Summary :

Parked Domains lets you point multiples domain names to the same website.

Addon Domains

Addon domains is another value added features offered by common shared hosting provider. Like Parked Domains, Addon Domain lets you add another domain name to your hosting account.

But unlike Parked Domain, you can use the domain name to host another website.

Example :

You have a domain name called example.com that’s about selling mp3 players and stuff for audiophiles.

You may then decided to have another not-for-profit website that is informational nature, called example.org . All you need to do is ‘add on’ example.org domain to your hosting, and you will have another website

Summary :

Add on Domains lets you host more than one domain name on a hosting account, each can have their own space and website, as if you own multiple hosting account.

So in short, Addon Domain offer is more valueable than Parked domains, since you can have multiple website with multiple domain names with Addon Domains using only one hosting account.

[tags]hosting, web hosting,webhosting, web, storage, domains, shared hosting,domain name,dreamhost,godaddy[/tags]