├── README.md
├── add.php
├── cookie.txt
├── downloaded.php
├── downloading.php
└── uptobox.php
/README.md:
--------------------------------------------------------------------------------
1 | # Alldebrid PHP Torrent Script
2 | This is an unofficial script that allows you to use Alldebrid torrent service on your own domain.
3 |
4 | ## How to use ?
5 | 1. Install any cookie plugin in your browser.
6 | 2. Goto Alldebrid.com and login.
7 | 3. Open your cookie manager plugin and look for uid.
8 | 4. Copy the uid and paste it in both the scripts. (downloading.php and downloaded.php)
9 |
10 | Feel free to contact me for any support.
11 |
12 | ** This is not an official script so use it at your own risk.
13 |
14 |
15 |
--------------------------------------------------------------------------------
/add.php:
--------------------------------------------------------------------------------
1 |
30 |
31 |
32 |
33 |
34 |
Name | 14 |Size | 15 |Links | 16 |
---|---|---|
53 | 55 | | 56 |58 | | loadHTML($value['10']); 61 | foreach($dom->getElementsByTagName('a') as $link) 62 | { 63 | $ddlink = $link->getAttribute('value'); 64 | $bblink = substr($link->getAttribute('value') , 0, -3); 65 | $cclink = str_replace(",;,", "|", $bblink); 66 | echo ''; 71 | } 72 | 73 | ?> | 74 |
Name | 80 |Details | 81 |
---|---|
124 | 125 | |
126 |
127 |
137 |
138 |
139 |
146 |
147 |
148 |
149 |
150 |
145 |
151 |
152 |
154 |
155 |
156 |
158 |
159 |
160 |
162 |
163 |
164 |
166 |
167 |
168 |
169 | |
170 |
171 |