Upgrade Kloxo Mysql, PHP if you want to.

We can upgrade our Kloxo Mysql and PHP.
For upgrade it, we use SSH and yum command

First, we check our MySQL that already installed inside our kloxo.

# rpm -qa | grep -i mysql

for check the latest Mysql available for Kloxo

# yum check-update mysql-server

And for upgrade :

# yum update mysql-server

For upgrade PHP
Check our server PHP latest version

# rpm -qa | grep -i php

Continue Reading

Change kloxo awstats to webalizer for less load server

This is how to change awstats, Web Statistics Program to webalizer. I read at kloxo forum, that webalizer more less load than awstats. So I change my web statistics program at Kloxo admin.

For change it , login to your Kloxo admin with username admin.
Inside kloxo, you will find “General Settings”. Inside this you can change Web Statistisc Program form awstats to webalizer. That’s it. Restart your kloxo server, and now your web statistics program has been changed to webalizer.

I am new for use this, so if this wrong, please comment help for fix this.
Thank you

Incoming search terms for the article:

kloxo awstats, kloxo webalizer, awstats are not updating in kloxo, update awstats kloxo, to change webalizer to awstat, optimize kloxo, kloxo reboot MySQL, kloxo not updating, kloxo awstats update, kloxo awstat where

Download movie using Torrent

This is the first time download movie using Torrent. Originally started to download the movie Shaun of the Sheep.

After searching in google, finally find download big movie using Torrent. To dowload torrent software for free, you can find at here.

After download and install, now looking for a movie torrent file from Shaun the Sheep. After find it’s torrent file and downloaded, run torrent software and add that torrent file. After that, leave it to torrent to download for you.

I still downloading shaun the sheep movie, still not finished yet, 3,4 GB of file.

Php script for make TAG Cloud for more interactive website

TAG Cloud. That’s show our TAG or others for make our website more interactive. I use this for my classified website. I want to display TAG of Ads’ TAG. After search at google, I use this script and I think this script good.

This for Style. Place it between <head> and </head> of our website.


You can change/edit the style for your own purpose. You can set the color, border if you want or other else.

And this is example for using tag cloud. Example display TAG for categories

< ?php /** this is our array of tags * We feed this array of tags and links the tagCloud * class method createTagCloud */ $tags = array( array('weight' =>40, 'tagname' =>'Art and Entertainment', 'url'=>'http://obamatruthsquad.com/category/art-and-entertainment'), array('weight' =>12, 'tagname' =>'kloxo server', 'url'=>'http://obamatruthsquad.com/category/internet/kloxo-server'), array('weight' =>15, 'tagname' =>'BUSINESS', 'url'=>'http://obamatruthsquad.com/category/business'), array('weight' =>10, 'tagname' =>'domain', 'url'=>'http://obamatruthsquad.com/category/internet/domain'), ); /*** create a new tag cloud object ***/ $tagCloud = new tagCloud($tags); echo $tagCloud -> displayTagCloud(); ?>
< ?php class tagCloud{ /*** the array of tags ***/ private $tagsArray; public function __construct($tags){ /*** set a few properties ***/ $this->tagsArray = $tags; } /** * * Display tag cloud * * @access public * * @return string * */ public function displayTagCloud(){ $ret = ''; shuffle($this->tagsArray); foreach($this->tagsArray as $tag) { $ret.=''.$tag['tagname'].''."\n"; } return $ret; } } /*** end of class ***/ ?>

Hope this usefull

Incoming search terms for the article:

php tag cloud database, search site create tag cloud php, tag cloud PHP script use URL, tags clouds php script

Easy way to move Cpanel hosting to Kloxo hosting

I get this way from my friend, Hendra. Usually I move hosting to new one use ftp upload for upload all file to new hosting. This way is not good, because i must waiting for upload file untill finished, and my internet connection is very slow. I must spend time 1-2 hours for move 1 account.

But now, I can move 1 account hosting for 8-10 minutes.

This way is use SSH connection / Putty. First, you must can access root or your SSH connection. If not, this way is can not be used.

If you can access SSH. This is way for move your hosting to new one.

  1. Login to your old hosting (cPanel) and click  File Manage, and choose Home.
    At you file manage, check your folder Public_html and compress it with zip. After you zip this folder, you will see your file zip. Move your file zip to public_html.
  2. open your putty and Login for user root.
  3. #cd home/yourdomainuser/yourdomain.com. If failed, try #cd home/yourdomainuser then #cd yourdomain.com
  4. And you will see [root@yourdomain.com].
  5. #wget http://yourdomain.com/yourfilezip. Wait untill save process finished Continue Reading

Incoming search terms for the article:

migrate from cpanel to kloxo, migrate cpanel to kloxo, access mysql database kloxo, move from cpanel to kloxo, kloxo putty login, kloxo mysql failed, kloxo database file, kloxo cpanel importer, kloxo, import mysql from kloxo to cpanel

How to change your wordpress archive layout

My blog archives using wordpress is List show. If your archive is much, it will become long archives.

I like to make my archive layout become combo Box / drop down box.

This is the code (get from wordpress original website)


WordPress 3 is available now

WordPress 3.0 is available! Please update now. That’s I found at my wp-admin area. For upgrade, it’s simple, just click link that given, and choose upgrade automatically, wait…. and after loading finished, your wordpress has been upgraded.

Downloading update from http://wordpress.org/wordpress-3.0.zip.

Unpacking the update.

Verifying the unpacked files…

Installing the latest version…

Upgrading database…

WordPress upgraded successfully

See inside admin area, still same with wp 2.9.2

From wordpress blog,

Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation.

Fix question note image from our website

I was surprised when I see at my website I see question not image like this .

I check page that show that image. I see at my tabel like this :

<tr>
          <td> </td>
          <td> </td>
</tr>

Thats because of that empty between <td> </td>

So I fill it with :

<tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
</tr>

And after that, that question note image was disepeared from my page.

setting cronjob at kloxo

For setting cronjob at Kloxo system

Klik Icon Cron Scheduled Tasks

Fill “Mail To” to email we want get report from cronjob, and don’t forget to update.

We can use Simple cronjob with click “Add Simple” Tab and fill Command *with

php /home/usernameKloxo/domain/filename

And same setting for  “Add Standard”

Cheap domain, only $4.99

you can register new .com domain with $4.99.

This promo ends on the 31st of March, 2010. For get cheap domain, you must sign up reseller account.

Another note :

  • This promo is offered to you through the ResellerClub Promo Engine. To avail of the special pricing of $4.99 on .COM Domains, you need to set your Selling Price in the Promo Engine to not more than $7.49 for Customers and Resellers. If you do not wish to pass on the promo and set a Selling Price that is higher than $7.49, your Cost Price will be $7.89.
  • This Promo is applicable to the first year of Registration only.
  • Renewals and Transfer-Ins will not attract this Promo Pricing.
  • There are no restrictions on the number of Domains that can be Registered during this period.
  • The Promo Ends on the 31st of March, 2010.

Unblocked Website from your Home, workplace, school