FleaPHP is a PHP framework which is designed by Mr.Liao and it’s home here:http://www.fleaphp.org/
Yes, it’s a Chinese PHP framework, but I like this flex PHP framework very much.
Although this blog is WordPress Online, anyway, WordPress is based on PHP, the FleaPHP is also based on PHP, so I think it is no problem to write this post on this blog, perhaps, the framework can help learn PHP and write some WordPress plugins, think of this, this is good to write this post.
Anyway, there are some people still use the Mysql 4.0, like me
, but I am not using Mysql 4.0 in this blog : WordPress Online.
Well, WP-affiliate is a good WordPress plugin for me, because I use this great plugin to find my affiliate link clicking state.
If you are the same to me and install this great WordPress plugin, I believe that you are very satisfactory. Anyway, if you are using this plugin under Mysql 4.0, you can’t use the state function.
Why? This is because the Mysql 4.0 can not support the SQLsyntax below:
`thestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
There is not current_timestamp in Mysql 4.0. so what you do is this below:
- Open the WP-affiliate directory and find the PHP file named wp-affiliate-install-functions.php
- Open this file and find the the code in line 42 like below:
`thestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
- Replace this code into the code below:
`thestamp` TIMESTAMP,
Now it OK, feel free to use this tips and make money online with WordPress blog now
Any problem is welcomed to leave a comment.
Now I am watch the game on CCTV5.USA VS China, basketball.
Well, the first 3 point is a pointers By YaoMing, it’s true
But the USA is far away from China, that is, as me, I want to see how China do their best to beat the game, I know, USA will win, and it’s really no suspense.
What I want to see is how many points the USA will win China in basketball
I have to see the game again!
Wow, SunYue give Howard a blank cap!!!
Someone told me that Kidd give $500K to whom can slamdunk overhead SunYue. Funny
Now, game over, USA : China 101:70.
To be a WordPress blogger, It is required to install the WordPress blog. Although you are a newbie ( Also am I
). Here are the steps to install WordPress which I used to using.
- Download the WordPress blog program at WordPress.
- In order to have a blog, you must have a blog hosting. Here I will introduce some better hosting.
- Also, you have to own a domain, like me, webtoolol.com is my one.
- Decompressing the WordPress file where you have downloaded by step 1.
- Upload the whole files to your hosting.
- Build a database to save the WordPrss blog data.
- Then open the domain, there where some suggestive steps displayed in the browse. What you have to do is just to follow the steps.
- After you installed the WordPress blog, you can begin to write blog. Enjoyed!
So, this is how to install WordPress, maybe this is too simple with you, but I have to write this for some WordPress newbie. Hope this will help! More information to see here.
Today, when I opened my email box, I found that the WordPress Themes Directory sent me a email, not good news, but the bad news.
Unfortunately we don’t yet support parent/child themes in the directory, but this is something that we have our list of features to add.
This is what I received. Yesterday, when I finished a COOL WordPress theme with Sandbox, and I was going to upload the theme to the WordPress Themes Directory.
It’s a bad news for me, anyway, this is a CHILD THEME, but WPTD do not support this kind of theme, what a pity.
Anyway, I’ll upload the cool theme on my hosting, although my hosting is not enough for the DOWNLOAD for many times.
Yesterday, I talked about how to design a WordPress theme EASILY! The solution is to use the Sandbox, anyway, when you begin to design a WordPress theme with the Sandbox, you will find a lot of problems if you don’t understand some feature of the Sandbox.This is what I felt at the begin when I began to use Sandbox.
For instance, when I am going to design a theme that the pre and next post displayed under the post, but the Sandbox just let it be a little difficult because you have to change the code, that what I couldn’t do because I just want to write some CSS and the theme will designed quickly, but nothing can help, just have to change the code.
Another example, the menu of Sandbox is just including the page items, but not including the HOME item. Anyway, I must use Google to find out the solution and at last I changed the code in function.php.
So, the solution is, if you want to custom a bardian WordPress Theme, do not use Sandbox, but if you just want to design a theme, do use Sandbox