لتوليد فقط أدخل رابطك الطويل في الحقل أعلاه ، ثم اضغط على "أدخل" أو الزر الموجود على اليمين. في المنطقة أدناه يظهر رابط جاهز ورمز الاستجابة السريعة لذلك. كما ترى ، الأمر بسيط للغاية.
كن حذرا الارتباط يجب أن تكون سارية المفعول. إذا قمت بإدراج 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"}}