Server Requirements
| Requirements |
Result |
| Redis |
Redis extension is NOT installed |
| Database file |
Success |
| Database Connection |
Success |
| PHP |
v.8.1.34 |
| 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 |
Enabled |
| shell_exec |
Enabled |
| allow_url_fopen |
Enabled |
| ffmpeg |
You have to enable shell_exec() from your server |
| Cron - Nudity Detection / Compressing Videos or images |
Cron not running which means the videos cannot be moderated or can't be compressed. Please check the documentation |
| AWS S3 Bucket Permission |
some invalid error in aws |
| Memory Limit |
256M |
Admin Portal Config
$baseurl= "http://www.desitik.in/mobileapp_api/";
define("status" , "live");
define("API_KEY" , "120380836406-gufrbu1nmv4cimgiii7ohpqv1vmv6eek.apps.googleusercontent.com");
Android App Config
public static final String BASE_URL= "http://www.desitik.in/mobileapp_api/";
public static final String API_KEY= "120380836406-gufrbu1nmv4cimgiii7ohpqv1vmv6eek.apps.googleusercontent.com";
IOS App Config
var BASE_URL = "http://www.desitik.in/mobileapp_api/"
let API_KEY= "120380836406-gufrbu1nmv4cimgiii7ohpqv1vmv6eek.apps.googleusercontent.com"