Y
Size: a a a
Y
A
VS
A
VS
AN
АЗ
AN
ДА
RY
АЗ
АЗ
S
G
\n
A
<?php
$tel = $_REQUEST['rec'];
$text = $_REQUEST['text'];
$text1 = str_replace('#', '', $text);
$text2 = str_replace('"', '', $text1);
$text3 = str_replace('\r\n', '%0A', $text2);
$text4 = str_replace('&', '%26', $text3);
A
A
VS
A
exec('/usr/bin/curl -X POST "https://api.telegram.org/botXXXXXXX/sendMessage?chat_id='.$tel.'&text='.$text4.'"');
S