0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
[
Home
]
File: prohibited.php
<?php require 'db.php'; $page_title = "Listcrawler - Prohibited"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta name="robots" content="noindex, nofollow"> <?php include_once 'includes/head.php'; ?> </head> <body class="gradient-6" data-spy="scroll" data-target="#navbar-nav"> <div class="main"> <?php include_once 'includes/header.php'; ?> <!-- =========== Start of Hero ============ --> <section class="hero hero--dark hidden mt-4"> <div class="container container_textpage"> <div class="row text-left mt-2 pb-4 row_textpage"> <div class="col-12"> <h3>Prohibited</h3> <p>Users must comply with all applicable laws, the LC <a href="/terms">terms of use</a>, and all posted site rules.</p> <p>Here is a partial list of goods, services, and content prohibited on listcrawler.app:<br><br></p> <ul> <li>weapons; firearms/guns and components; BB/pellet, stun, and spear guns; etc</li> <li>ammunition, clips, cartridges, reloading materials, gunpowder, fireworks, explosives</li> <li>hazardous materials; body parts/fluids; unsanitized bedding/clothing</li> <li>prescription drugs, medical devices; controlled substances and related items</li> <li>alcohol or tobacco; unpackaged or adulterated food or cosmetics</li> <li>child pornography; bestiality; offers or solicitation of illegal prostitution</li> <li>pet sales (re-homing with small adoption fee ok), animal parts, stud service</li> <li>endangered, imperiled and/or protected species and any parts thereof, e.g. ivory</li> <li>false, misleading, deceptive, or fraudulent content; bait and switch; keyword spam</li> <li>offensive, obscene, defamatory, threatening, or malicious postings or email</li> <li>anyone’s personal, identifying, confidential or proprietary information</li> <li>food stamps, WIC vouchers, SNAP or WIC goods, governmental assistance</li> <li>stolen property, property with serial number removed/altered, burglary tools, etc</li> <li>ID cards, licenses, police insignia, government documents, birth certificates, etc</li> <li>US military items not demilitarized in accord with Defense Department policy</li> <li>counterfeit, replica, or pirated items; tickets or gift cards that restrict transfer</li> <li>lottery or raffle tickets, sweepstakes entries, slot machines, gambling items</li> <li>spam; miscategorized, overposted, cross-posted, or nonlocal content</li> <li>postings or email the primary purpose of which is to drive traffic to a website</li> <li>postings or email offering, promoting, or linking to unsolicited products or services</li> <li>affiliate marketing; network, or multi-level marketing; pyramid schemes</li> <li>any good, service, or content that violates the law or legal rights of others</li> </ul> <p>Please don't use LC for these purposes, and <a href="/contact">notify us</a> when you see anyone doing so.</p> </div> </div> </div> </div> <!-- end of hero svg shape --> </section> <!-- =========== End of Hero ============ --> </div> <?php include_once 'includes/footer.php'; ?> </body> </html>