Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$url = 'https://licensebox.casinoscript.online/api/verify_license'; $headers = [ 'LB..
Decoded Output download
<? $url = 'https://licensebox.casinoscript.online/api/verify_license';
$headers = [
'LB-API-KEY: 63D024F1F36183F374AB',
'LB-URL: https://luckstrike.tech',
'LB-IP: 147.93.127.186',
'LB-LANG: english',
'Content-Type: application/json'
];
$data = [
'product_id' => 'DCFAAE6E',
'license_code' => 'FBA02 -095D9 -97719 -46B99',
'client_name' => 'neocasino'
];
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
$response = curl_exec($ch);
curl_close($ch);
echo $response; ?>
Did this file decode correctly?
Original Code
$url = 'https://licensebox.casinoscript.online/api/verify_license';
$headers = [
'LB-API-KEY: 63D024F1F36183F374AB',
'LB-URL: https://luckstrike.tech',
'LB-IP: 147.93.127.186',
'LB-LANG: english',
'Content-Type: application/json'
];
$data = [
'product_id' => 'DCFAAE6E',
'license_code' => 'FBA02 -095D9 -97719 -46B99',
'client_name' => 'neocasino'
];
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
$response = curl_exec($ch);
curl_close($ch);
echo $response;
Function Calls
None |
Stats
MD5 | 4e7f4d9156e8b4d15b616c37a3260c70 |
Eval Count | 0 |
Decode Time | 74 ms |