Well I don't know this mod not using it but I may take a look later but based off your code have you tried
// Let's make sure the url format is correct if (strstr($url, "https://") === false) {$url = "https://".$url;} // Is the url valid and can we read it if (@fopen($url, "r"))
to see if it at least passes the https:// addresses? if not there may be something else in the code stopping it.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.