Server Requirements
| Requirements |
Result |
| Redis |
Redis extension is installed |
| Database file |
Success |
| Database Connection |
Success |
| PHP |
v.8.2.30 |
| PDO PHP Extension |
Enabled |
| cURL PHP Extension |
Enabled |
| OpenSSL PHP Extension |
Enabled |
| MBString PHP Extension |
Enabled |
| GD PHP Extension |
Enabled |
| Zip PHP Extension |
Enabled |
| exec |
You have to enable exec from your server. |
| shell_exec |
You have to enable shell_exec from your server. |
| allow_url_fopen |
Enabled |
| ffmpeg |
You have to enable shell_exec() from your server |
| Cron - Nudity Detection / Compressing Videos or images |
Your PHP version is 8.2.30 |
| Memory Limit |
2048M |
Admin Portal Config
$baseurl= "http://hubduh.com/";
define("status" , "live");
define("API_KEY" , "a3f9c821-7e4b-4d12-b8f1-2c9d0e5f6a7b");
Android App Config
public static final String BASE_URL= "http://hubduh.com/";
public static final String API_KEY= "a3f9c821-7e4b-4d12-b8f1-2c9d0e5f6a7b";
IOS App Config
var BASE_URL = "http://hubduh.com/"
let API_KEY= "a3f9c821-7e4b-4d12-b8f1-2c9d0e5f6a7b"