Server Requirements
| Requirements |
Result |
| Database file |
Success |
| Database Connection |
Success |
| PHP 7.0.0+ |
v.7.0.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 |
5.1.7 |
| File Upload Max Size |
upload_max_filesize is Ok |
| Post Max Size |
post_max_size is Ok |
| Memory Limit |
128M |
Admin Portal Config
$baseurl= "http://www.app.jazzstartalks.com.pk/";
define("status" , "live");
define("API_KEY" , "156c4675-9608-4591-1111-00000");
Android App Config
public static final String BASE_URL= "http://www.app.jazzstartalks.com.pk/";
public static final String API_KEY= "156c4675-9608-4591-1111-00000";
IOS App Config
var BASE_URL = "http://www.app.jazzstartalks.com.pk/"
let API_KEY= "156c4675-9608-4591-1111-00000"