Hi, I'm Cathy, a Web Designer/Developer/WordPress Fanatic/Salesforce.com APEX Coder, etc. and I'm from the Philippines. Learn more about me...

Archive for February, 2009

5:17 A.M.

Published by under Hosting,Self-Confessions on Saturday, February 28th, 2009 at 9:46 pm

Yes! It’s 5:17 A.M. and I’m still wide awake…

Earlier yesterday, I finally purchased my own shared hosting in web.com.ph. This is where I purchased my domain name also. What made me do that anyway? Well, I got pissed of 000webhost.com’s free hosting service. Their servers are always down and it’s irritating! I’m sure you’ll ask me how much did it cost me to get a shared hosting? Well, my 1 piece of cigarette cost more than that a day! lol! See how cheap it is! What I’m just obliged is that I have to renew my domain name and host yearly but I don’t care! This makes me happy everyday each time I see my own place in the web.

Setting up my site again wasn’t easy as I have thought. Thanks God I’m a Programmer! :D 000webhost ftp wasn’t working anymore and I can no longer browse my wp admin panel. The DNS set up was messed up, I don’t know what they have done with it coz I haven’t touched it for months.  What I did is back up my wp database from 000webhost panel, opened mySQL script and executed in my new host those data that I need to make my site alive again.

How about my physical files? Thanks God 000webhost did not disappoint me. I discovered that they have this feature that you can still browse your public_html files even though your ftp doesn’t work anymore. I was also able to access my files by changing the ftp host name to the actual I.P. address.

At the moment, I’m transferring my files to my new host. I’m hoping that it will be better coz it is not free anymore!

ciao!

No responses yet

WordPress and PHPlist

Published by under Web Development on Tuesday, February 24th, 2009 at 1:19 pm

I was losing my mind earlier looking for the solution to my problem. I installed PHPList to my client’s web host (root directory). The installation started very easy but when I tried to access the admin page for the final configuration I was getting a bunch of page not found from IE and firefox.

As usual, I went to Google and looked at each significant search results. An hour passed and another hour passed, I can’t make it work using those solutions posted in WordPress forums as well as in other techie blogs.  I almost lost my hope to make it work  until I came across this blog http://zebrahost.net/zblog/?cat=11.  Yes! It did the trick! I first thought it’s in WordPress .htaccess overriding PHPList .htaccess. Wheeew!

The fix requires commenting out line 12 in the htaccess file which is located in the root directory of the PHP List script. All that was needed was to add a # before the line reading php_flag magic_quotes_gpc on

Darn that #! It took me 2 hours to solve it. I hope this post will help others having this problem too.

6 responses so far