Skip to content

Instantly share code, notes, and snippets.

@testpnz
testpnz / AnonChat
Created December 1, 2017 23:55
Telegram Bot for hackers
<?php
include_once 'db_connect.php';
$response = json_decode(file_get_contents('php://input'), TRUE);
if (!(isset($response)))
{
exit();
}