UtamaBeritaTutorialBlogTool



Cannot Load MySQL Extension

If you are getting this error (Cannot Load MySQL Extension. Please check your PHP configuration) when running phpmyadmin with browser, you need to enable the mysql extension.

1) Edit your php.ini and make sure the following line was uncommented:

extension=php_mbstring.dll
extension=php_mysql.dll

2) Copy \PHP\libmysql.dll to the \windows\system32 if you were running mysql on windows.

3) Restart your server

You can use this simple script to test. It can tell you whether the mysql extensions is successfully loaded.

if (!@function_exists('mysql_get_server_info')) {
echo “Mysql is not loaded”;
}else{
echo “Mysql is successfully loaded”;
}

Technorati Tags: ,

My Google AdSense PIN

Just got my first Adsense PIN via postal mail a couple of days ago. I am now eligible to receive Payment from Google Adsense. Hopefully soon I will be getting my first check from Google.

Google Adsense PIN

Technorati Tags: ,

How to find out perl version

Not sure what version of Perl you have on your server?

1) Telnet into your server, then run the following command:

$ perl -v

This command will print-out the version of Perl installed on your web server.

TMnet IP Address

This is not a complete list of TMnet IP Address. You can find out more information on this at CIDR Report: http://www.cidr-report.org/cgi-bin/as-report?as=AS4788&view=4637

202.71.96.0 - 202.71.111.255 (TM Eastgate) - TM Eastgate is an Internet Exchange

202.75.32.0 - 202.75.63.255 (TM MyLoca) - Myloca is Telekom Malaysia’s total hosting and business continuity solutions centre. It offers IDC, Telehousing, and Business Continuity.

202.188.xxx.xxx
210.187.xxx.xxx (Streamyx SDSL)
210.186.xxx.xxx
210.195.xxx.xxx

203.106.xxx.xxx

219.92.0.0 - 219.94.xxx.xxx
219.95.xxx.xxx

60.48.0.0 - 60.54.xxx.xxx

24.82.xxx.xxx
218.111.xxx.xxx
218.208.xxx.xxx
218.208.xxx.xxx

This form is inoperational!

This form

This form is inoperational?

If you are getting this similar message when you are trying to use webpoll code, javascript or forms on free web hosting provider, you need to find another web host as most of free hosting provider has disabled forms and javascripts function.