In fact : pages/update.php, line 34/35 says :
- Code: Select all
// See if UU is requesting this page
if( eregi('uniuploader',$_SERVER['HTTP_USER_AGENT']) )
This means that the word 'uniuploader' should be in the string $_SERVER['HTTP_USER_AGENT'] otherwise the update routine will throw out html code.....
In UniUpLoader, the field 'User Agent' exists, because UniUpLoader isn't written for WoWRoster only, and other Character Profiler sites could test for other values.
Anyway, Murphy should have written this law : "don't touch any unknown default settings, especially if they are not documented"