I backup my wordpress once a month. I recommend you backup your wordpress too. You won’t regret having backup, instead you will be happy when thing go wrong. There will be always a option to go back. for most having a backup and restore is scary task. but if you do it several time it become habit. I want to explain how you even can make it fun and enjoy having full Wordpress backup!
(more…)
Easy Contact form 7 Guide, Customization and most wanted tips. Set replay to. change submit button style. Add multi recipients , BB or BCC. Get all the sender info right inside email body. and give sender a copy too!
(more…)
Is your wordpress two slow? did you get an error that display not enough memory to run current script?did you get error like this one?
Fatal error: Allowed memory size of 8388608 bytes exhausted.
or PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6233929 bytes) in /home/…/press/wp-includes/cache.php on line 330
or Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 368640 bytes) in /wordpress/wp-includes/class-simplepie.php on line 9575
Then you are lucky to be here! Here are four solution to increase your WordPress memory
(more…)
Contact page is one of the most part of your website. Thanks to Contact Form 7 Plugin for WordPress that give us exactly what we need.
While it work great, but it might be hard for WordPress newbie to figure out how to change style of Contact Form 7 plugin.
If you like my Contact page, then you are on luck! just copy past my setting and you will have same as my Contact page.
- First download Contact Form 7 plugin
- Copy it in your WordPress Plugins folder and and activate it
- look for Contact Form 7 setting in admin area. and copy past below code;
(more…)
You may get this error after trying to backup your mysql database using mysqldump command
warning: World-writable config file /etc/my.cnf is ignored
or sometime when yoy start Xampp, you may see error like this:
Starting XAMPP for Linux …
XAMPP: Starting Apache with SSL (and PHP5)…
XAMPP: Starting MySQL…
XAMPP: Starting ProFTPD…
warning: World-writable config file /etc/my.cnf is ignored
warning: World-writable config file /etc/my.cnf is ignored
warning: World-writable config file /etc/my.cnf is ignored
XAMPP for Linux started.
This is just a waring and can be ignored but here is the solution how to fix it
(more…)
I am sharing my simple SSH script to backup my online server.
- First it remove my last backup. I do not want to keep more than last backup in my server.
- It zip all file of my website ( except excluded directories ) into mydomainbackup.zip at backup_path
- It zip a dump of mysql into mysqldump.zip at backup path
Now I have full backup of all files and database in my server. Then I copy it into my local computer. If needed I clone or sync it in my local development website. Here is the SSH script: (more…)
Comment