booksdl.org
Open in
urlscan Pro
104.21.19.17
Public Scan
URL:
http://booksdl.org/
Submission: On August 28 via manual from CA — Scanned from CA
Submission: On August 28 via manual from CA — Scanned from CA
Form analysis
1 forms found in the DOMGET index.php
<form class="card p-2 needs-validation" novalidate="" id="formlibgen" action="index.php" enctype="multipart/form-data" method="GET">
<div class="input-group mb-3">
<input autofocus="" type="text" class="form-control" placeholder="Input value" name="req" aria-label="input text" aria-describedby="button-addon2" value="" required="">
<div class="input-group-append">
<button class="btn btn-outline-secondary" id="button-addon2" type="submit"> 🔍 </button>
</div>
<div class="invalid-feedback">Input value</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-8">
<div class="d-block" id="topic">
<strong>Search in fields:</strong>
<input type="checkbox" checked="" class="column-input" id="colt" name="columns[]" value="t">
<label class="column-label" for="coltitle">Title</label>
<input type="checkbox" checked="" class="column-input" id="cola" name="columns[]" value="a">
<label class="column-label" for="colauthor">Author(s)</label>
<input type="checkbox" checked="" class="column-input" id="cols" name="columns[]" value="s">
<label class="column-label" for="colseries">Series</label>
<input type="checkbox" checked="" class="column-input" id="coly" name="columns[]" value="y">
<label class="column-label" for="colyear">Year</label>
<input type="checkbox" checked="" class="column-input" id="colp" name="columns[]" value="p">
<label class="column-label" for="colpublisher">Publisher</label>
<input type="checkbox" checked="" class="column-input" id="coli" name="columns[]" value="i">
<label class="column-label" for="colisbn">ISBN</label>
</div>
<div class="d-block" id="object">
<strong>Search in objects:</strong>
<input type="checkbox" checked="" class="column-input" id="objf" name="objects[]" value="f">
<label class="column-label" for="objf">Files</label>
<input type="checkbox" checked="" class="column-input" id="obje" name="objects[]" value="e">
<label class="column-label" for="obje">Editions</label>
<input type="checkbox" checked="" class="column-input" id="objs" name="objects[]" value="s">
<label class="column-label" for="objs">Series</label>
<input type="checkbox" checked="" class="column-input" id="obja" name="objects[]" value="a">
<label class="column-label" for="obja">Authors</label>
<input type="checkbox" checked="" class="column-input" id="objp" name="objects[]" value="p">
<label class="column-label" for="objp">Publishers</label>
<input type="checkbox" checked="" class="column-input" id="objw" name="objects[]" value="w">
<label class="column-label" for="objw">Works</label>
</div>
<div class="d-block" id="column">
<strong>Search in topics :</strong>
<input type="checkbox" checked="" class="column-input" id="topl" name="topics[]" value="l">
<label class="column-label" for="topl">Libgen</label>
<input type="checkbox" checked="" class="column-input" id="topc" name="topics[]" value="c">
<label class="column-label" for="topc">Comics</label>
<input type="checkbox" checked="" class="column-input" id="topf" name="topics[]" value="f">
<label class="column-label" for="topf">Fiction</label>
<input type="checkbox" checked="" class="column-input" id="topa" name="topics[]" value="a">
<label class="column-label" for="topa">Scientific Articles</label>
<input type="checkbox" checked="" class="column-input" id="topm" name="topics[]" value="m">
<label class="column-label" for="topm">Magazines</label>
<input type="checkbox" checked="" class="column-input" id="topr" name="topics[]" value="r">
<label class="column-label" for="topr">Fiction RUS</label>
<input type="checkbox" checked="" class="column-input" id="tops" name="topics[]" value="s">
<label class="column-label" for="tops">Standards</label>
</div>
</div>
<div class="col-4">
<div>
<strong>Results per page:</strong>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" id="res25" name="res" class="custom-control-input" value="25" checked="">
<label class="custom-control-label" for="res25">25</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" id="res50" name="res" class="custom-control-input" value="50">
<label class="custom-control-label" for="res50">50</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" id="res100" name="res" class="custom-control-input" value="100">
<label class="custom-control-label" for="res100">100</label>
</div>
</div>
<div class="d-block">
<table>
<tbody>
<tr>
<td>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="covers" name="covers">
<label class="custom-control-label" for="covers"><strong>Show Covers</strong></label>
<script type="text/javascript">
$("input[id=covers]").change(function() {
if ($(this).is(":checked") == false) {
document.cookie = "covers=; expires=Thu 01-Jan-70 00:00:01 GMT;";
}
});
</script>
</div>
</td>
<td>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="showch" name="showch">
<label class="custom-control-label" for="showch"><strong>Show chapters</strong></label>
<script type="text/javascript">
$("input[id=showch]").change(function() {
if ($(this).is(":checked") == false) {
document.cookie = "showch=; expires=Thu 01-Jan-70 00:00:01 GMT;";
}
});
</script>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="d-block">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="gmode" name="gmode">
<label class="custom-control-label" for="gmode"><strong>Google mode <a href="#" data-toggle="modal" data-target="#googlemodemodal">?</a></strong></label>
<script type="text/javascript">
$("input[id=gmode]").change(function() {
if ($(this).is(":checked") == false) {
document.cookie = "gmode=; expires=Thu 01-Jan-70 00:00:01 GMT;";
}
});
</script>
</div>
</div>
<div>
<strong>Seach in files:</strong>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" id="all" name="filesuns" class="custom-control-input" value="all" checked="">
<label class="custom-control-label" for="all">All</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" id="sort" name="filesuns" class="custom-control-input" value="sort">
<label class="custom-control-label" for="sort">Only sorted</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" id="unsort" name="filesuns" class="custom-control-input" value="unsort">
<label class="custom-control-label" for="unsort">Only uns.</label>
</div>
</div>
</div>
</div>
</div>
</form>
Text Content
* NEWS (current) * FORUM (current) * LOGIN Register * DOWNLOAD Mirrors TOR P2P Torrents Usenet (*.nzb) Torrents status DB DUMPS Libgen libgen.rs (gen.lib.rus.ec) Unsorted magz Unsorted fiction Unsorted comics * UPLOAD FTP * LAST Files Libgen Scientific Articles Fiction Comics Magazines Standards Fiction RUS Editions Series Publishers Authors Works * OTHERS API Top 100 users Stats Batch search Bibliographic services Libgen librarian for desktop Source (PHP) LG soft Full text search * TOPICS * LINKS Sci-hub Magzdb.org РНБ РГБ LOC ComicVine Cyberleninka Lib.rus.ec Flibusta.net Goodreads.com Worldcat.org Archive team Reddit Pilimi (Z-lib archives) * WANTED 🌓 RU LIBRARY GENESIS+ EX LIBGEN.IO, LIBGEN.ORG, ALTERNATIVE DOMAINS: *.LC, *.LI, *.GS, *.TOP, *.CLICK 19.08.2023 1M FILES IN MAGAZINES REPOSITORY 18.08.2023 SOME TECHNICAL PROBLEMS AFTER THE ATTACK ON OUR SERVICE 23.07.2023 COMICS FOLDERS MOVED TO REPOSITORY FORMAT... 🔍 Input value Search in fields: Title Author(s) Series Year Publisher ISBN Search in objects: Files Editions Series Authors Publishers Works Search in topics : Libgen Comics Fiction Scientific Articles Magazines Fiction RUS Standards Results per page: 25 50 100 Show Covers Show chapters Google mode ? Seach in files: All Only sorted Only uns. GOOGLE MODE × By default, the search searches for a set of marked fields containing all the words specified in the query in no particular order Advanced search mode (Google mode), allows you to set more precise search terms: - Quotes: "" - search exactly for the phrase as it is written in the database - Mask: * (min 3 chars)- search by part of a word - Excluding words: - (minus) - does not display records containing this word, also, these conditions can be combined. Example: "Physics and Chemistry" Basi * -technology means the title of the book contains the exact phrase "Physics and Chemistry", contains the word starting with Basi and does not contain the word technology. You can also search for a specific field or view mode that is not displayed for selection in the interface, syntax: field_name:value List of add. fields: For the Files tab: md5 tth sha1 sha256 crc32 edonkey doi View modes: mode:last - last added entries (for a given object - series, authors, editions, etc.) fmode:last - last added files (for the given repository) Add. fields for object "editions" and "files": issuevolume - periodical volume issuesid - serial ID of the periodical issuenumber - the number (within the volume) of the periodical issuetnumber is the gross number of the periodical issueynumber - intra-annual issue of the periodical year - year publisherid - Publisher ID authorid - Author's ID lang - three-letter language code (ISO 639) fsize - filesize (MBytes), for example: fsize>10, fsize<20, fsize=15 ext - File extenstion Add. fields for object "series" comtopicid - ID of the classifier for comics smtopicid - ID of the classifier for scientific journals magtopicid - ID of the classifier for magazines issn - ISSN * DMCA * ABOUT * DONATE Users online 4550 BITCOIN × 1HEUTKLrWggDjrUQtX59rUmpK9ckxEXFJb ABOUT × The Library Genesis aggregator is a community aiming at collecting and cataloging items descriptions for the most part of scientific, scientific and technical directions, as well as file metadata. In addition to the descriptions, the aggregator contains only links to third-party resources hosted by users. All information posted on the website is collected from publicly available public Internet resources and is intended solely for informational purposes. ABOUT × Library Genesis - aggregator items is a website that collects and organizes online items from users. Item aggregation is done for fact-finding purposes, and website Library Genesis respects the rights of copyright holders and respect dcma. Removing Content From Library Genesis / DMCA Policy Library Genesis respects the intellectual property of others. If you believe that your copyrighted work has been copied in a way that constitutes copyright infringement and is accessible on this site, you may notify our copyright agent, as set forth in the Digital Millennium Copyright Act of 1998 (DMCA). For your complaint to be valid under the DMCA, you must provide the following information when providing notice of the claimed copyright infringement: * A physical or electronic signature of a person authorized to act on behalf of the copyright owner Identification of the copyrighted work claimed to have been infringed * Identification of the material that is claimed to be infringing or to be the subject of the infringing activity and that is to be removed * Information reasonably sufficient to permit the service provider to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address * A statement that the complaining party "in good faith believes that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or law" * A statement that the "information in the notification is accurate", and "under penalty of perjury, the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed" The above information must be submitted as a written, faxed or emailed notification to the following Designated Agent: ianzlib@protonmail.com. Appeals will be reviewed within 72 hours.