- May 5, 2019
- 4,528
- 3,785
- 120
Nice idea!Nulled versions sometimes give you headaches. With a ‘clean’ / untouched version, we can build our "own self-hosted license server" and it’s much saferwith clue like this
Code:<?php header('Content-Type: application/json'); $logFile = '/tmp/6ammart_bypass.log'; $input = file_get_contents('php://input'); file_put_contents($logFile, date('Y-m-d H:i:s') . " - Request: " . $input . PHP_EOL, FILE_APPEND); // RESPON WAJIB: // 1. 'active' => 'MQ==' (Base64 dari 1) -> need by core Laravel 6amMart // 2. 'status' => 'success' -> need by installer addon echo json_encode([ 'active' => base64_encode('1'), 'status' => 'success', 'message' => 'Verified by 6amMart Local Server' ]);
so Could you provide me with the clean version? thx before
Untouched!

