გენერირება უბრალოდ ჩადეთ თქვენი გრძელი ბმული ზემოთ მოცემულ ველში, შემდეგ დააჭირეთ ღილაკს" ENTER " ან ღილაკს მარჯვნივ. ქვემოთ მოცემულ არეალში ჩანს მზა ბმული და მისთვის QR-კოდი. როგორც ხედავთ, ეს ძალიან მარტივია.
ფრთხილად იყავით, ბმული უნდა იყოს სწორი. თუ თქვენ ჩადეთ სრული URL სქემა (ოქმი ჩვეულებრივ), დარწმუნდით, რომ მისი შეესაბამება ერთი ამ სიაში: წყარო. ან, უარი თქვით სრული ბმულის ჩასმაზე. სწორი URL-ის მაგალითი: example.com. კიდევ ერთი მაგალითი: http://example.com/nel/mezzo/del/cammin?di=nostra#vita.
Telegram (ბოტი): @easylink_bot<?phpპასუხი:
/* Using file_get_contents(): */
file_get_contents( 'https://el1nk.com/api?url=example.com' );
/* Using cURL: */
$query = http_build_query( [
'url' => "example.com",
'password' => '1234',
] );
$curl = curl_init();
$url = "https://el1nk.com/api";
curl_setopt( $curl, CURLOPT_URL, $url );
curl_setopt( $curl, CURLOPT_RETURNTRANSFER, 1 );
curl_setopt( $curl, CURLOPT_POST, 1 );
curl_setopt( $curl, CURLOPT_POSTFIELDS, $query );
$result = curl_exec($curl);
curl_close($curl);
{"error":false,"original":"example.com","short":"https:\/\/el1nk.com\/B","qr":"https:\/\/el1nk.com\/qr\/show\/55268.png","password":"","statistics":"https:\/\/el1nk.com\/stat\/58","private":false}თუ შეცდომაა დაინახავთ მსგავს რამეს:{"error":{"cause":"empty string"}}