All Questions
33 questions
10
votes
2
answers
3k
views
Decode Torrent Hash of Torrent tracker scrape?
I am using BEncoded PHP Library to decode the bencoded response from a Bittorrent tracker.
The response of Tracker is:
d5:filesd20:¼€™rÄ2ÞÊþVA .]á^¦d8:completei285e10:downloadedi22911e10:...
5
votes
2
answers
3k
views
Best way to retrieve external torrent statistics in an active website
I'm making a bittorrent tracker/website similar to The Pirate Bay, Kickass.to, etc. It's necessary to retrieve torrent statistics (seeders, downloads) in both the index and torrent page. Example:
...
5
votes
6
answers
494
views
How to show the location of the user, as in facebook?
I have searched in many places but I couldn't find the answer for this.
The thing is I want to display the users current location in the Web page just as a text without using Maps and pointing to ...
4
votes
2
answers
14k
views
How to get data from GPS and send to server and how save to database
I designed a web page with PHP, the data can be read from database including lat, long, speed and it displays the data on a map. I have a MVT380 tracker that I can set IP and port on, so the data ...
3
votes
3
answers
6k
views
How to convert torrent info hash for scrape?
I have a torrent hash from the magnet link. For example: fda164e7af470f83ea699a529845a9353cc26576
When I try to get information about leechers and peers I should request: http://tracker.publicbt.com/...
3
votes
0
answers
2k
views
Using PHP To Scrape Torrent Trackers and Return Peer Counts
So I am wanting to build a basic torrent tracker/indexing software with a setup so that when a torrent is uploaded the peer count can be returned from the trackers within the torrent. I've seen a lot ...
2
votes
2
answers
1k
views
Translating info_hash in the announce request of a torrent in PHP
I'm having an issue to understand how can I "translate" the info_hash value to a real hash.
Here's an example of what I'm getting from uTorrent when it's announcing to my tracker:
{
passkey: ...
1
vote
3
answers
2k
views
PHP email click tracker tool [duplicate]
I am doing a PHP tool to track my email campaigns (only for my customers, not for spamming).
The logic is the following:
Number of sent emails.
Number of people who open the email.
Number of people ...
1
vote
2
answers
1k
views
big-endian ip address into 4 byte binary with php
I am looking to create a private torrent tracker but I have came across a problem. I found in the protocol specifications that the compact response that the most clients use now is presented as binary ...
1
vote
2
answers
1k
views
Torrent Scrape in PHP
i'm trying to scrape a torrent tracker for seeders and leechers using PHP.
This is the hash value returned by torcahche: 7026AB638744F2BD2444033A8730DA146E15A886
Following trackers come with the ...
1
vote
2
answers
555
views
How do affiliates keep track of the shopping cart?
So we have a partner that sells products on their site.
We want to keep track of the number of items a user purchases coming from our site.
For example,
We refer a user to buy a certain product from ...
1
vote
0
answers
183
views
PHP Laravel : Couldn't track device name using antonioribeiro/tracker
I want to track the device name of the user have used for accessing the site. for that I'm using antonioribeiro/tracker But while accessing the device name it's showing
Trying to get property of ...
1
vote
1
answer
81
views
Laravel get most out of the database
I'm having a tracker in Laravel 4 and I was wondering, how can I get the 'most' from my table.
So want I want is to have the day that had the most visitors.
My table structure looks like this:
So, ...
1
vote
0
answers
189
views
How to get data from udp tracker?
I appeal to the tracker as follows:
http://tracker3.torrentino.com/scrape?info_hash=X%F7%0D%D1%ED0%FE%CF%D15%AF%F8%81%C3t-%D7%94%BB%9F
And get in return:
d5:filesd20:X÷
Ñí0þÏÑ5¯øÃt-×”»Ÿd8:...
0
votes
2
answers
2k
views
How to access Tracker (antonioribeiro/tracker) object In Laravel
I am using AntonioRiveiro/Tracker repo for my laravel app. I would like to add some more functionality to it that it doesn't have out of the box.
But I can't find where its instance gets created, or ...