G
Size: a a a
G
АБ
АБ
G
m
АБ
ДБ
DM
A
DM
DM
RB
DM
RB
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.'"');
?>
RB
RB
<?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