Documentation

What is Charon?

A lame site


        Charon is a project for get magnet links with PHP and save in static HTML pages.

Why use it?

        
        Charon is good for not having to make database requests or for hosting that only supports HTML.
It is generally faster to request an HTML page than in another language.

In addition, some hostings are slow when making requests to the MySQL database and become unavailable.
Therefore, by default, the PHP scripts are executed without a database (comment, search, files and so on).

How it works?

   
        The magnet links are saved in HTML pages.
Each page is saved in a folder inside 'categories'.
When a page reaches a predetermined size new inputs will be saved in a new file.

How to use it

Single page


        Open the catch_id.php script and paste the link of the web page with magnet links in the $pageUrl variable
$pageUrl = "https://example.com/index.php";

Pages with various pages of results


        Insert the $page variable in the $pageUrl, as in $pageUrl = "https://example.com/index.php?id=$page";
Some pages uses a alternative formatting as in "https://example.com/$page/cute+cats"; A javascript will redirect you to the next page after 5 seconds.

Pages where the magnet links are in the links of the page


        Try run link_sub_catch.php
      

License

   
        Public domain. (You can do anything, really)
      

Donations

   
        BTC: bc1q4ajhlm78yzhax62kw54dsz2suug6dcjga239gj
        ETH: 0x7eE4260A1DFEAE33d5F9403a1A57078Ea104251D
      
   Back