Severity: Notice
Message: Undefined offset: 1
Filename: infosekolah/leftmenudasboard.php
Line Number: 33
Line Number: 34
Magnet is a URI scheme that defines the format of magnet links, a de facto standard for identifying files (URN) by their content, via cryptographic hash value rather than by their location.
Although magnet links can be used in a number of contexts, they are particularly useful in peer-to-peer file sharing networks because they allow resources to be referred to without the need for a continuously available host, and can be generated by anyone who already has the file, without the need for a central authority to issue them. This makes them popular for use as "guaranteed" search terms within the file sharing community where anyone can distribute a magnet link to ensure that the resource retrieved by that link is the one intended, regardless of how it is retrieved.
The standard for Magnet URIs was developed by Bitzi in 2002, partly as a "vendor- and project-neutral generalization" of the ed2k: and freenet: URI schemes used by eDonkey2000 and Freenet (now Hyphanet), respectively, and attempts to follow official IETF URI standards as closely as possible. BitTorrent introduced the btmh: protocol in 2020 as part of its BitTorrent v2 changes.[1]
ed2k:
freenet:
btmh:
Magnet URIs consist of a series of one or more parameters, the order of which is not significant, formatted in the same way as query strings that ordinarily terminate HTTP URLs.
The following parameters are supported:[2][3]
xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a
tr=http%3A%2F%2Fexample.org%2Fannounce
as=[web link to file(URL encoded)]
xs=http://[Client Address]:[Port of client]/uri-res/N2R?[ URN containing a file hash ]
xs=http://192.0.2.27:6346/uri-res/N2R?urn:sha1:FINYVGHENTHSMNDSQQYDNLPONVBZTICF
kt=martin+luther+king+mp3
mt=http://example.org/all-my-favorites.rss
mt=urn:sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ
so=0,2,4,6-8
x.pe=hostname:port
x.pe=ipv4-literal:port
x.pe=[ipv6-literal]:port
The standard also allows for application-specific experimental parameters, which must begin with "x".[citation needed]
The xt parameter specifies the URN for a given p2p protocol. Its purpose is to provide a search parameter for finding the metadata to the torrent. This effectively acts as a replacement to a .torrent file, which itself contains the torrent metadata, by instead searching the p2p network (using the URN) for that metadata. Each protocol handles a URN uniquely; for example, xt=urn:btih:FFC7E738EAA4CD4ECF51EC6FD669C6CDE2C281A8 uses the btih (BitTorrent v1 protocol), so a BitTorrent client can take the hash and lookup the torrent's metadata in the BitTorrent DHT.[7] In the case of DHT the client searches through a set of pre-known nodes and requests the metadata for an infohash; those nodes will make the same request to other known nodes until eventually a swarm is found and returned.
xt=urn:btih:FFC7E738EAA4CD4ECF51EC6FD669C6CDE2C281A8
xt also allows for a group setting. Multiple files can be included by adding a count number preceded by a dot (".") to each link parameter.[citation needed]
magnet:?xt.1=[ URN of the first file]&xt.2=[ URN of the second file]
xt=urn:tree:tiger:[ TTH Hash (Base32) ]
xt=urn:sha1:[ SHA-1 Hash (Base32) ]
xt=urn:bitprint:[ SHA-1 Hash (Base32) ].[ TTH Hash (Base32) ]
xt=urn:ed2k:[ ED2K Hash (Hex) ]
xt=urn:aich:[ aich Hash (Base32) ]
xt=urn:kzhash:[ Kazaa Hash (Hex) ]
xt=urn:btih:[ BitTorrent Info Hash (Hex) ]
btmh
xt=urn:btmh:[1220: (v2 prefix) BitTorrent Info Hash (Hex) ]
xt=urn:md5:[ MD5 Hash (Hex) ]
There are two types of download links that a Magnet link can include as a direct or backup source.
xs=dchub://[hub address]:[hub port]
xs=http://cache.freebase.be/[ SHA-1 hash ]
xs=ed2kftp://[client address]:[client port]/[ed2k hash]/[file size]/
For experimental and self-complementing informal options, the prefix x. followed by a chosen suffix letter can be used. These names are guaranteed to never be standardized.
x.
x.[name of the new parameter]=[data of the new parameter (URL encoded)]
urn:ed2k:
urn:bitprint:
urn:tree:tiger:
urn:btih:
1.76
1.74
urn:btmh:
urn:sha1:
urn:md5:
5.7.5.0