Hello, https://luac.multitheftauto.com - API not work!
my PHP code:
$ch = curl_init();
$post_params = array(
'luasource' => new CurlFile('test.lua', 'application/octet-stream', 'test.lua'),
'compile' => 1,
'debug' => 0,
'obfuscate'=> 1
);
$options = array(
CURLOPT_URL => 'https://luac.multitheftauto.com',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => $post_params
);
curl_setopt_array($ch, $options);
$data = curl_exec($ch);
var_dump($data);
Response: ERROR Could not sign file
Please help, or FIX this...