You can modify different php settings for your account using a php.ini file. We recommend using our default php.ini file which is the most compatible with our servers and specially created to optimize the process of php values modification. You can learn how to find and edit php.ini on our shared and business servers here:
To enable/disable magic_quotes, the following code should be added to your PHP.ini file:
magic_quotes_gpc = Off
Find the following section:
Put the required value: from On to Off, or Off to On in the required fields and click Save Changes.
If your account is hosted on a shared server, the LSPHP configuration directive should be added to your .htaccess file to make these settings global for the entire account.
If your account is located on a business server, no other modifications should be applied.
That's it!