Server Requirements
| Requirements |
Result |
| Redis |
Redis extension is installed |
| Database file |
Success |
| Database Connection |
Success |
| PHP |
v.8.1.33 |
| 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 |
6.1.1-3ubuntu5 |
| 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 |
| Memory Limit |
1280M |
Admin Portal Config
$baseurl= "http://www.stompi.de/";
define("status" , "live");
define("API_KEY" , "00000");
Android App Config
public static final String BASE_URL= "http://www.stompi.de/";
public static final String API_KEY= "00000";
IOS App Config
var BASE_URL = "http://www.stompi.de/"
let API_KEY= "00000"