<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>SLAB Techsol System</title>
	<link>http://www.techsolsystem.com/blog</link>
	<description>We never underestimate others</description>
	<lastBuildDate>Sat, 30 Apr 2011 05:58:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	

	<item>
		<title>How to enable clean URL in Drupal?</title>
		<description><![CDATA[If you have access to server via SSH then do Check 1 and 2 Check 1: if you have access to httpd.conf then check for LoadModule rewrite_module modules/mod_rewrite.so and uncomment this line. Check 2: if you have access to httpd.conf then check for FIND SECTION BEGINNING &#60;Directory &#8220;/var/www/html&#8221;&#62; Options Indexes FollowSymLinks AND CHANGE AllowOverride None [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2011/04/how-to-enable-clean-url-in-drupal/</link>
			</item>
	<item>
		<title>3d Secure and Realex payment gateway integration steps</title>
		<description><![CDATA[Step1 create sha1hash = timestamp.merchantid.orderid.total.currencycode.cardnumber sha1hash is passed with relevant data to the xml template &#8221; Checking: scripts check if response has &#8220;00&#8243; in the result tag. Response: if successful &#8220;00&#8243; , then response xml will have XID pareq URL SHA1HASH ORDERID Step2 Prepare ACS FORM post . RETURN URL = https://yourdomain.com/checkout.php?asc_action=ConfirmOrder&#38;process=3dsecure and the form [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2011/03/3d-secure-and-realex-payment-gateway-integration-steps/</link>
			</item>
	<item>
		<title>Os commerce PayPal Standard Module &amp; Return to Merchant Error</title>
		<description><![CDATA[&#8220;Return to Merchant Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.&#8221; There are not any settings that I can find to &#8220;undo&#8221; or &#8220;re-set&#8221; this new issue in the admin section [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2010/11/os-commerce-paypal-standard-module-return-to-merchant-error/</link>
			</item>
	<item>
		<title>Add Custom field in joomla registration form</title>
		<description><![CDATA[Let us add a custom field phone and mobile in registration form libraries\joomla\database\table\user.php it’s the class file tor user table/user object function __construct( &#38;$db ) //add new field var $phone = null; var $mobile= null; after that open libraries\joomla\libraries\joomla\user\user.php //add this code var $phone = null; var $mobile= null; Add two fields in users table [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2010/11/add-custom-field-in-joomla-registration-form/</link>
			</item>
	<item>
		<title>Avactis : Tax value is not displayed on checkout step 4</title>
		<description><![CDATA[In avactis the 4th step of the checkout process that is the landing page after payment the vat not displayed. To solve this issue please, replace the following part of code: default: break; } foreach ($tax['TaxSubtotalAmountView'] as $taxView) { $this-&#62;_Tax_Item['Local_TaxName'] = prepareHTMLDisplay($taxView['view']); with this one: default: break; } $lastPlacedOrderID = modApiFunc('Checkout', 'getLastPlacedOrderID'); if ($lastPlacedOrderID !== [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2010/11/avactis-tax-value-is-not-displayed-on-checkout-step-4/</link>
			</item>
	<item>
		<title>Generate Moodle password</title>
		<description><![CDATA[For generating a moodle password , first of all include the the configuration page then use the script given below $password = &#8220;new password&#8221;; $moodle_password = md5($password.$CFG-&#62;passwordsaltmain); $password is the actual password and the passwordsaltmain is a hash key generated at moodle installation.]]></description>
		<link>http://www.techsolsystem.com/blog/2010/10/generate-moodle-password/</link>
			</item>
	<item>
		<title>How to create multiple Flat Rate shipping in Oscommerce?</title>
		<description><![CDATA[If  there is a requirement where you want to create multiple shipping categories in Oscommerce that a user can select like No Shipping :  $0.00 Flat Rate Manhattan: $25.00 Flat Rate Overnight Manhattan: $30.00 Then just follow the steps given below: Create copy of &#8220;flat.php&#8221; Ex: flat2.php,flat3.php in catalog\includes\modules\shipping and catalog\includes\languages\english\modules\shipping. Open catalog\includes\languages\english\modules\shipping\flat2.php and replace lines with the following. [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2009/11/how-to-create-multiple-flat-rate-shipping-in-oscommerce/</link>
			</item>
	<item>
		<title>Android-Steps to install SDK in Ubuntu</title>
		<description><![CDATA[You will require a suitable development environment such as Eclipse, JDK6 and Apache Ant. In order to download and install ADT you will first need to configure an Eclipse remote update, this can achieved via the following steps: 1. Start Eclipse, then select Help &#62; Software Updates &#62; Find and Install&#8230;. 2. In the dialog [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2009/08/android-steps-to-install-sdk-in-ubuntu/</link>
			</item>
	<item>
		<title>LDAP-Drual Integration</title>
		<description><![CDATA[LDAP Integration Module (ldap_integration-5.x)  is a set of three modules: ldapauth It implements basic LDAP integration and sets up the environment for the other optional modules. ldapgroups Extends the basic functionality and integrates LDAP Groups into Drupal Roles ldapdata Extends the basic functionality and allows for the management of LDAP Attributes from within Drupal. Enable [...]]]></description>
		<link>http://www.techsolsystem.com/blog/2009/08/ldap-drual-integration/</link>
			</item>
	<item>
		<title>Recomplie PHP with LDAP support</title>
		<description><![CDATA[Step1 apt-get update Step2 sudo apt-get install php5-ldap Step3 sudo apache2ctl restart Step4 sudo a2enmod authnz_ldap]]></description>
		<link>http://www.techsolsystem.com/blog/2009/08/recomplie-php-with-ldap-support/</link>
			</item>
</channel>
</rss>

