Server Requirements

Requirements Result
Redis Redis extension is installed
Database file Success
Database Connection Success
PHP v.8.1.7-1ubuntu3.5
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 Your PHP version is 8.1.7-1ubuntu3.5
Memory Limit 500M

Admin Portal Config

$baseurl= "http://hittokapp.com/mobileapp_api/";
define("status" , "live");
define("API_KEY" , "99a1e42f-1d61-4daf-b1b9-9b2eb80e7323");

Android App Config

public static final String BASE_URL= "http://hittokapp.com/mobileapp_api/";
public static final String API_KEY= "99a1e42f-1d61-4daf-b1b9-9b2eb80e7323";

IOS App Config

var BASE_URL = "http://hittokapp.com/mobileapp_api/"
let API_KEY= "99a1e42f-1d61-4daf-b1b9-9b2eb80e7323"