');
document.write('');
var yuipath = 'clientscript/yui';
var yuicombopath = '';
var remoteyui = false;
}
else // Load Rest of YUI remotely (where possible)
{
var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build';
var yuicombopath = '';
var remoteyui = true;
if (!yuicombopath)
{
document.write('');
}
}
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "warmane/misc";
var IMGDIR_BUTTON = "warmane/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "422";
var BBURL = "https://forum.warmane.com";
var LOGGEDIN = 0 > 0 ? true : false;
var THIS_SCRIPT = "showthread";
var RELPATH = "showthread.php?goto=nextnewest&t=479075";
var PATHS = {
forum : "",
cms : "",
blog : ""
};
var AJAXBASEURL = "https://forum.warmane.com/";
var CoTTooltips = {
rename: true,
icons: false,
iconsize: 15,
qualitycolor: true,
overridecolor: {
spells: '#839309',
items: '',
npcs: '#fff',
objects: '#fff',
quests: '#ffb100',
achievements: '#fff'
}
};
// -->
Website SOLUTION: For the "illegal character" error when submitting tickets.
Member
SOLUTION: For the "illegal character" error when submitting tickets.
You should avoid using Unicode characters, because the Warmane website’s ticket text input field only accepts ASCII characters.
Recommendation:
Write your desired text, then use the ChatGPT website for free to convert it — it can replace any Unicode characters with ASCII characters for you.
For example:
Unicode: “ ” ‘ ’ … ×
ASCII: " " ' ' . . . x
If a Warmane web developer is reading this, I would like to suggest:
EITHER
The input field should accept these Unicode characters.
OR
The error message should be more descriptive, because the current one does not clearly explain the cause of the error:
"Your ticket reply contains illegal characters, try again."
Instead, it should clearly state something like:
The input field does not accept Unicode characters, only ASCII characters.
Rock n' Roll Racing Champion
There are several ascii characters that aren't allowed either. I guess they are overzealous in protecting themselves from sql injections.
Member
SQL injection is easy to prevent, and that’s not even the real issue here — but you know, the error message should actually tell you what the problem is and how you can avoid it.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules