I want to use UniAdmin to update UniUploaders of fellow guild members with the proper Primary URL. It's easier to give them one setting (the sync URL) and let UniUploader pull the rest of the settings from UniAdmin. I'm running WoWRoster in PHP-Nuke so the correct Primary URL is something like:
http://www.mysite.com/modules.php?name= ... ateprofile
Unfortunately UniUploader only gets
http://www.mysite.com/modules.php?name
It stops at the '='. I've tried replacing the '=' with %3D which does update correctly but PHP-Nuke doesn't like that. Any ideas how to get around this?