$token, 'time' => time()]; file_put_contents($file, json_encode(array_values($data))); echo json_encode(["status" => "success"]); } exit; } if ($action == 'count') { header('Content-Type: application/json'); echo json_encode(["count" => count($data)]); exit; } if ($action == 'clear') { file_put_contents($file, json_encode([])); header("Location: cap.php"); exit; } if ($action == 'get') { header('Content-Type: application/json'); if (count($data) > 0) { $tokenData = array_pop($data); // সবথেকে নতুন টোকেনটি বের করে আনা (LIFO) file_put_contents($file, json_encode(array_values($data))); // সার্ভার থেকে সেটি মুছে ফেলা echo json_encode(["status" => "success", "token" => $tokenData['token']]); } else { echo json_encode(["status" => "empty"]); } exit; } ?>
Dark Mode Active
Cleanup
4 Mins
Refresh
2s Interval
Final Confirmation Required
© IVAC CLOUD CORE • DARK SYSTEM