when i go into my profile and add a signature, when i typed the word "can't" and do a save, it comes out looking like "can\'t" instead (with a backward slash)... any ideas how to get rid of that?
im running phpnuke 8.0 and the latest version of phpbb. thanks for any help
_________________ Pornography, the carrier, is big business. It is Mafia-spawned. It is contagious. It is addicting. In a study last year, the FBI estimated that Americans spent 2.4 billion dollars on hard-core pornography. Other estimates reach as high as 4 billion.
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12389
Posted:
Tue Nov 07, 2006 7:31 am
Disable magic_quotes_gpc - that can be done through .htaccess or your host's php.ini
ok thanks.
but i have no clue what that means or how to do it.
do i need to contact my host?
_________________ Pornography, the carrier, is big business. It is Mafia-spawned. It is contagious. It is addicting. In a study last year, the FBI estimated that Americans spent 2.4 billion dollars on hard-core pornography. Other estimates reach as high as 4 billion.
Endeavour Corporal
Joined: Oct 22, 2006
Posts: 59
Posted:
Tue Nov 07, 2006 8:43 am
Open (or create) a file called literally ".htaccess" in your webroot. In it, add this line:
Code:
php_value magic_quotes_gpc off
If that doesn't work you'll need to play with the site code. I had a nightmare issue with one host where I had to change whole chunks of Nuke to addslashes()/stripslashes()...
_________________ Stand up for courtesy and decency in the Nuke community, don't support nukeforums.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum