Can’t create/write to file /tmp/ (Errcode: 28)

The tutorial explain how to fix error cause by MYSQL daemon/engine on your server has run out of space for storing its own database files. If the filename/path mentioned includes “/tmp/” in it, then the error is likely referring to temporary/swap files instead of main database files.

>>read more

VM Paypal Integration in virtuemart (itemize + shipping)

When someone goes to checkout in PayPal like any other payment checkout it would be great to have each product listed item by item and the shipping rate. By using this VM Paypal Integration product in Virtuemart its allow you to do them both. For all those who are interested email me at arni@virtuosomaster.com [...]

>>read more

How to hide empty or restricted categories in creloaded

The tutorial explain on how to hide categories that are restricted or empty in creloaded.
Here is the fix.
1.Back up your template directory.
2. Go to your template folder root/template_name/content/index_nested.tpl.php using dreamwever or any html editor .
3. Look for :

>>read more

How to remove the entire directory in linux comand

o remove all directories and subdirectories use rm command. For example remove letters and all subdirectories and files inside this directory, type the following command:

$ rm -rf letters/

>>read more

Adding more fields to the Joomla 1.5 Contact Form Page

I found a good component that support more additional field in your contact form field in joomla. The component derived from com_contact, the standard component distributed with Joomla!, and offering several additional features. 1) More contact fields: Yahoo Messenger Id and Skype Id to provide your visitors with an alternate way to send a message [...]

>>read more

How to reset your joomla 1.5 password

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

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

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

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)

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
Older Posts »
Programming Blogs - BlogCatalog Blog Directory