Файл: sms.php
Строк: 19
<?php header('Content-Type: text/plain; charset=UTF-8'); $transaction_id = $_POST["transaction_id"]; $time = $_POST["time"]; $strtime = $_POST["strtime"]; $keyword = $_POST["keyword"]; $provider = $_POST["provider"]; $short_number = $_POST["short_number"]; $phone = $_POST["phone"]; $text = $_POST["text"]; $fulltext=$_POST["fulltext"]; $cost = $_POST["cost"]; $code = $_POST["code"]; $country = $_POST["country"]; $secret_key=$_POST["secret_key"]; /* работа с данными */ print("<text>Coin of Lock uspeshno nachisleny!</text> "); ?>