Posts Tagged ‘cpanel’

How to reset your joomla 1.5 password

Sunday, November 23rd, 2008

The tutorial explain on how to reset your joomla 1.5 password. Here’s how: 1. Go to your Cpanel (www.yourdomain.com/cpanel) -> Phpmyadmin. 2. Run the command below to reset the password: UPDATE `jos_users` SET `password` = "49f55cfe53b93f1d319d3e0a30df0db8:4x8azSlxWF19MiSb55gu8ybVSMpIXanA" WHERE `jos_users`.`id` =62; 3. Log in in your joomla 1.5 admin using this password: password1 4. Goto user management [...]

>>read more

WordPress Captcha (anti spam)

Wednesday, November 12th, 2008

I’ve gotten around 9,000 + spam comments since September to October 2008. It was becoming such a pain to delete them using phpmyadmin tool in my cpanel until i implemented reCAPTCHA WordPress Plugin. It seems to be working pretty well so far. Please let me know if you have any issues. Here is the easy [...]

>>read more