Search results

  1. swedman

    Disable magic_quotes

    I know you can do it that way but it would make my site a lot slower and would require me to rewrite a lot of code. I don't understand why it is not allowed to disable it with .htaccess because many web developers can create nice safe sites without magic quotes. (on the host I used before...
  2. swedman

    Disable magic_quotes

    Hi, I am a pretty new user here with about a mount maybe time here, but I am already stuck. I am currently developing a new site for my clan / group / community with PHP and so far I got a nice news system. Now for my problem, since magic_quotes is on all my quotes looks like \" instead of "...
  3. swedman

    MYSQL issue - access denied - URGENT

    I also got the problem when I deleted my account and created a new one, and I suspected that it was related to this "Upgrade" thing... Will have to use another host until this starts working again, hopefully not for too long though, I prefer x10hosting :)
  4. swedman

    MYSQL issue - access denied - URGENT

    I got the same problem, it worked before but I noticed today I got "access denied". The site can be found at goodfriends.x10hosting.com Here is my PHP MySQL config: $mysql_settings['server'] = 'localhost'; $mysql_settings['username'] = 'swedman_gfsite'; $mysql_settings['password']...
Top