Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 06-04-2013, 10:53 AM
Nemesis's Avatar
Nemesis Nemesis is offline
Member
 
Join Date: Mar 2011
Location: Ohio, United States
Posts: 641
Gender: Male
Credits: 70,344
Nemesis is on a distinguished road
Default

back slash is an escape character. Meaning its telling the computer to treat your apostrophes as literals (literally an apostrophe), rather than code.

for example the string 'don't touch me'

could be misinterpreted by a computer as just 'don' while everything else after me could then be reinterpreted as a string even though it is code. so you escape it to get the right string length.

like this 'don/'t touch me'

This is probably caused by php having a certain setting on. I think its called magic quotes.

I am guessing all that data you entered was via text boxes on your website. so when you entered the data the first thing php does is escape code characters, like apostrophes and dollar signs. so that users can not inject code into your site.

It is a security measure though and usually after the data has been cleansed and scanned it should then strip the slashes. Also if the input data is already protected by admin password, all the incoming data should be treated as safe and not need to be checked.

Easiest fix I can think of right now is to go into your database or php files and manually take out the back slashes.

also in your php files that collect the data there should be a line of coding saying add_magic_quotes(); You would want to remove that.
__________________
https://gemnode.com
Free Hosting for Mysidia Adopt Sites
Just join our forum and request your free hosting account
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:14 PM.

Currently Active Users: 4990 (0 members and 4990 guests)
Threads: 4,081, Posts: 32,032, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636