ini_set('magic_quotes_gpc', 0)
You can override this withCode:ini_set('magic_quotes_gpc', 0)
php_value magic_quotes_gpc 0
Actually, try this instead. In the file in your public_html folder called .htaccess, add this line:
Code:php_value magic_quotes_gpc 0
If the file does not exist, create it with this one line.
[EDIT]
It looks like this throws a server 500 error...Must not be allowed... I'll try to think of another good way
Edit:
After reading the php documentation on magic_quotes_gpc, it cannot be disabled at runtime. Sorry.
V3 is traditionally not available for most users. It allows many privileges that could easily be abused by the owner of the account or even a user of the owner's webpage. Even so, PHP V3 is a X10 proprietary thing, and I don't believe that turning off magic_quotes is one of the advantages. There are ways of working around magic quotes, you may have to implement them. I agree with you that this should not be turned on and I will recommend it here: http://forums.x10hosting.com/news-announcements/99843-feature-requests-php.html
You are the one who helped me and I tried to up your rep again alas to no avail, the system desires i should spread some rep around. Thx again "The system is now The MaN."