Translations:S2S ping/18/ru: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 September 2023

  • curprev 02:1602:16, 19 September 2023Admin talk contribs 402 bytes +402 Created page with "=== Пример на PHP: === <pre> $url = 'https://kaminari.systems/v1/pingtest'; try { $ch = curl_init( $url ); $payload = json_encode([ 'kmnrKey' => 'XXXXXXXX', 'kmnrId' => (string)mt_rand(), 'sub1' => 'test', 'sub2' => '1001', 'sub3' => '10', 'sub4' => '40', 'sub5' => '555', 'sub6' => '6', 'sub7' => '77777', ]);"