RB
curl
cURL support enabled
cURL Information 7.64.0
Size: a a a
RB
ДБ
G
RB
DM
DM
DM
<?phpтоже самое
$tel = $_REQUEST['rec'];
$text = $_REQUEST['text'];
$text2 = str_replace('"', ' ', $text);
$text3 = urlencode($text2);
exec('/usr/local/bin/curl -X POST "https://api.telegram.org/bot$bot_token/sendMessage?chat_id='.$tel.'&text='.$text3.'"');
?>
G
G
G
G
DM
DM
ПС
A
<?phpтоже самое
$tel = $_REQUEST['rec'];
$text = $_REQUEST['text'];
$text2 = str_replace('"', ' ', $text);
$text3 = urlencode($text2);
exec('/usr/local/bin/curl -X POST "https://api.telegram.org/bot$bot_token/sendMessage?chat_id='.$tel.'&text='.$text3.'"');
?>
DM
G
DM
A