Software:
- Uniuploader :UniUploader 2.0 (UU 2.8.1.74; English)
- Roster :WoWRoster v2.0.9.2258
Upload link on roster: http://www.(domain).com/roster/upload.php
Problem: wowroster.lua file not uploaded.
Default setting of User Agent is : UniUploader 2.0 (UU 2.8.1.74; English)
(notice the capital 'U' in UniUploader )
in roster: (...)/roster/pages/upload.php it states in line 32:
- Code: Select all
// See if UU is requesting this page
if( preg_match('/uniuploader/', $_SERVER['HTTP_USER_AGENT']) )
{
Since 'preg_match' is case sensitive it does not match the default User Agent in UU.
Workaround:
* To make it work I just changed the User Agent: in UU to lower case: "uniuploader 2.0 (UU 2.8.1.74; English)"
hope this helps.
Keep up the Brilliant work!
Sincerely, Thorstone