Archive for November, 2008

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:4×8azSlxWF19MiSb55gu8ybVSMpIXanA’ WHERE `jos_users`.`id` =62;
3. Log in in your joomla 1.5 admin using this password: password1
4. Goto [...]

>>read more

how to disable visual verification code in crealoaded contact us page

Saturday, November 15th, 2008

The tutorial explain how to disable the visual security verification code in Cre Loaded shopping cart script.
Here’s how:
1. Edit your public_html/contat_us.php page:
Look for :
//VISUAL VERIFY CODE start
and comment it out by putting /* on the beginning of the above commented code.
Look for :
//VISUAL VERIFY CODE stop
end your comment here by putting */ [...]

>>read more

Paypal does not allow your country of residence to ship to the country you wish to

Friday, November 14th, 2008

The tutorial explain on how to fix error when you are using Paypal as your payment gateway. All cart using paypal as a payment gateway are affected on this issue including CRELOADED, 273 LOADED , Virtuemart in Joomla and ubecart.

Here’s is the Fix:
CRE Loaded AND 273 Loaded cart :
1. Setup Your PayPal Website Payments Pro
2. [...]

>>read more

How to show your shipping rate in virtuemart during paypal checkout

Friday, November 14th, 2008

The tutorial explain how to fix an error during checkout using Paypal as your payment gateway and Standard shipping gateway in VirtueMart 1.1.2 in Joomla 1.0.15. During a paypal transaction on your site the received amount didn’t match the order total in your order information email.
Here’s the Fix :
1. Login in your admin -> Component–> [...]

>>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 way [...]

>>read more

How to add extra page in creloaded

Monday, November 10th, 2008

Here how to add extra page in your Cre Loaded cart:
1. Create a page for example “hello.php” and save it in your root folder (public_html)
hello.php code:

>>read more

Shipping method doesn’t show in virtuemart cart (Please select shipping method!)

Saturday, November 8th, 2008

To make sure Virtuemart Shipping module works fine, here things to check

Make sure you are on production server
Make sure you have states enabled.
Make sure your products have weight and dimension.

>>read more

how to display page title in joomla 1.0.x

Wednesday, November 5th, 2008

Two ways on how to display page title anywhere in your joomla 1.0.x template
1. You can use the following code and add this at the top of your template:

>>read more
Programming Blogs - BlogCatalog Blog Directory