Last Active: Mar 07, 2018
Threads: 1
Posts: 2
Reputation:
0
Hi.
Are the TPB's codes open source? If so, where can we find it?
Is there a TPB's data dump?
Thanks.
Last Active: Jul 12, 2018
Threads: 54
Posts: 2,461
Reputation:
2
The site code is not open source.
Data dumps are here https://thepiratebay.org/static/dump/
Last Active: Mar 07, 2018
Threads: 1
Posts: 2
Reputation:
0
(Jan 16, 2018, 05:44 am)Sid Wrote: The site code is not open source.
Data dumps are here https://thepiratebay.org/static/dump/
Thank you very much.
Last Active: Sep 12, 2021
Threads: 28
Posts: 2,900
Reputation:
36
Last Active: Dec 06, 2019
Threads: 186
Posts: 1,866
Reputation:
32
Wilson once gave me all the code in an email. But that was years ago and it's long gone.
It was a long email. With several attachments.
You have no hope of getting anything. And neither does anyone else anymore.
Last Active: Jul 25, 2022
Threads: 3
Posts: 58
Reputation:
2
(Jan 16, 2018, 05:06 am)megalanya Wrote: Hi.
Are the TPB's codes open source? If so, where can we find it?
Is there a TPB's data dump?
Thanks.
OfflineBay is developed to work with the TPB dump. You're always welcome to join the development.
Last Active: Nov 19, 2024
Threads: 226
Posts: 6,325
Reputation:
26
(Feb 25, 2018, 11:50 am)techtac Wrote: (Jan 16, 2018, 05:06 am)megalanya Wrote: Hi.
Are the TPB's codes open source? If so, where can we find it?
Is there a TPB's data dump?
Thanks.
OfflineBay is developed to work with the TPB dump. You're always welcome to join the development.
Did you try this? https://bgr.com/2015/01/22/best-torrent-...-your-own/
And dump tool? http://bitcannon.io/
Last Active: Mar 10, 2018
Threads: 1
Posts: 11
Reputation:
0
(Mar 03, 2018, 19:07 pm)dueda Wrote: (Feb 25, 2018, 11:50 am)techtac Wrote: (Jan 16, 2018, 05:06 am)megalanya Wrote: Hi.
Are the TPB's codes open source? If so, where can we find it?
Is there a TPB's data dump?
Thanks.
OfflineBay is developed to work with the TPB dump. You're always welcome to join the development.
Did you try this? https://bgr.com/2015/01/22/best-torrent-...-your-own/
And dump tool? http://bitcannon.io/
I couldn't get bitcannon to work because MongoDB is pretty stuffed, at least on High Sierra.
All I could do was get the pretty html to load in the browser, and nothing else worked.
I may try again if I can sort out my SQLite tools to handle the dump.CSV , but it seems they only wanted to work once with CSV import.
Doesn't help that I've got a headache from my partner's phonecalls to her friends talking about issues
Last Active: Nov 19, 2024
Threads: 226
Posts: 6,325
Reputation:
26
Ok, once I was having a hard time with a search on a database and had an idea: Load it all.
Use C with VM array/list algorithm, torrent indexing is too simple to need a DBMS and direct access is faster.
My database wasn't that big, it would fit entirely into real memory. Worst case, in virtual memory (xmalloc).
That did it. I just needed the cursor columns and a few numbers; basically two string fields like name and category I needed to search for sub-strings.
Much like the csv dumps of any torrent index.
Torrent titles indexed by many sites are the same and using a pointer/index the database for the 10 major sites should be manageable.
We don't need to scan the hash-site table, but the title table. For searching purposes, neither the hash is needed - It's there just for the client to start torrenting.
Last Active: Oct 03, 2024
Threads: 67
Posts: 6,379
Once again, you are posting way off topic. You are welcome to discuss almost anything here at SB. You are not welcome to have that discussion in an unrelated thread.
Since the question has been asked and definitively answered, I am closing the thread.
|