Fixed?
In category General on 26 Jul 2007 @ 09:12 am
I think I\'ve managed to fix parts of my site.
Please let me know if you try to do something valid and it doesn\'t work. I\'ll look into it some more.
Maz
Please let me know if you try to do something valid and it doesn\'t work. I\'ll look into it some more.
Maz
; Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape \' with \'\' instead of \\\').
magic_quotes_sybase = Off
# Comment by Maz on 26 Jul 2007 @ 09:20 am
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape \' with \'\' instead of \\\').
magic_quotes_sybase = Off
# Comment by Maz on 26 Jul 2007 @ 09:20 am
Apparently it can be done in the .htaccess file.
'''""/\''"
# Comment by Maz on 09 Aug 2007 @ 09:45 am
'''""/\''"
# Comment by Maz on 09 Aug 2007 @ 09:45 am
Yay. That fixed the bastard. Just a few other problems with my site before it's back to normal now.
# Comment by Maz on 09 Aug 2007 @ 09:46 am
# Comment by Maz on 09 Aug 2007 @ 09:46 am




This is stupid.
\'\'\'\'
# Comment by Maz on 26 Jul 2007 @ 09:18 am