tracker

Bittorrent tracker request

Using a torrent file from http://torrent.ubuntu.com:6969/ I am calculating its hash which matches with the hash on the page. Then i make a request to the tracker. Like http://torrent.ubuntu.com:6969/announce?info_hash=9a81333c1b16e4a83c10f3052c1590aadf5e2e20 But i get d14:failure reason63:Requested download is not authorized...

How do I submit a bug to Tracker, MantisBT, or Trac programatically?

I've got a program that I've been working on at home for a while, and I decided finally to throw it up on SourceForge. SourceForge offers Tracker, MantisBT, or Trac for bug tracking. My app already has a "Sorry, an error occurred" dialog, but I'd like to add a "Complain about it" button that will submit a bug to my bug tracker. Has an...

Bittorrent tracker

Hi, I'm building an application that will serve bittorrent video downloads. Which BT tracker is scalable, fast and efficient, and easy to integrate into an application? I'll probably be using MongoDB's gridFS to store files to be served. I'm not hosting a public tracker, only a tracker for my own video files so that is an important fea...

Software Project Management systems

Ok, so I've only recently started getting serious about learning how to program, and I've started using Mercurial to manage my projects. I chose Mercurial over SVN because of it's ability to commit changes to a repo while not connected to the internet (these days I find myself in areas without internet access). I'm looking for a piece of...

Calculating info_hash from UrlEncoded query string

Basically, I'm building a small tracker for experimental purposes. I've gotten quite far, and am now working on the announce part. What I really can't figure out is how I should decode the info_hash query string provided. From the specification, it is a urlencoded 20-byte SHA1 hash, which made me write this code, byte[] foo = Encoding...

how to implement a retweet tracker on Android

I would like to know if there is a way to track these retweets... I know that there are several applications for full twitter already available, but i would like to follow just a few things and integrate them in my application... The only thing I'm sure of, is that when someone retweet one of my tweets, there is a @my_account mentionned ...

How does Torrentz.com find different trackers for same torrent?

I want to know the logic behind such comparison. Same is being done by BtReannouncer.net Do the torrents have similar hash or do they compare it by size and name? Most torrents on piratebay do not have trackers other than piratebay, but torrentz.com provides a complete list of all the trackers that are tracking the same torrent. ...

Downloading the bug list of a sourceforge hosted project

There's a project that I would like to start contributing patches to and it would have been very convenient for me to to be able to view the bug list tracker offline. Is there a client for the Tracker system that will allow me to do this? ...

Requirements of an issue/bug tracker

I've been looking at various issue/bug trackers available on the net. There are some very good ones, but I'm unable to use them as my server does not support Perl/Ruby (for example), I'm not too bothered however because I am able to write code in PHP and as such would prefer something in that language. So I've taken it upon myself to wr...

How to force tracker to re-index a folder?

I'm using the tracker indexing tool to search for and in files on my Ubuntu 10.10 amd64 system. Having recently added some of files into a single folder I wondered how to force tracker to re-index this folder so I would be able to perform search-queries on these files. Any ideas? A terminal command would be completely sufficient. ...

Set up facebook UrchinTracker for aJax calls for Google Analytics

I have set up the Google Analytics in my FBML facebook application. It works for tracking the php pages. (I can see the report in GA). However, I also want to track the aJax calls, because most of the pages of my application is ajax driven, rather than loading differnet php pages. so, that's what I put in the code (before ajax call) ...

Which Project Management Software is adequate for Software & Non-Software Projects?

PMS = (Project Management Software) I used trac for software development some time ago. Right now I'm searching for a new more powerful (scheduling, gantt charts, ...) free solution (as in free beer ;-) and free to install on my server) for my current software project. Besides the current software project, abstract project management fe...

j2ME mobile tracker

I am developing a J2ME mobile application to trace a mobile ,I have a problem to get the IMEI number to block the mobile. If any ideas........ ...

[CakePHP] How to add some action after login (and before redirection)?

hello, trying to develop some sort of login tracker for my cakephp application. i know that i need code like: $this->data['LoginSession']['username'] = $_SERVER['REMOTE_ADDR']; $this->data['LoginSession']['ipAddress'] = $_SERVER['REMOTE_ADDR']; $this->LoginSession->save($this->data); ... in (i guess) users_controller, but don't know...

OSGi service trackers not always working

Hey guys. We're using OSGi services in an Eclipse RCP application. To track them, we're using the org.osgi.util.tracker.ServiceTracker class. A sample code from the application looks like mailServiceTracker = new ServiceTracker(context, MailService.class.getName(), null); mailServiceTracker.open(); MailService service = (MailService) ma...

Dirty Size, VM Tracker, iPhone

Hi All, My doubt is regarding iPhone "VM Tracker" memory management tool. I have been trying out this tool with my project and found that the "dirty size" column is showing 55 MB, which is quite huge. It would be great help if someone could answers the following How could I see which variables are the cause of "dirty" size? 32MB memor...

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/scrape?info_hash=??? How should I convert info hash for this request? Is it url encoding or becoding? how? In PHP. ...

SD-App on OSX (or alternative distributed bug tracker with sync to GitHub)

Hi all, I have been working trying to install via CPAN and GIT SD ( http://syncwith.us/sd/ ) on an Intel MBP on OSX. So far it has been a unsuccessful process. My question is has anyone else installed SD under OSX and if so if you have any links to guidance that would be really helpful, so far JFGI has not worked for me. Alternatively...

web based service for tracking disparate forum posts

Any one know of a web based service that will track my user name/password combinations for the many forum sites that I use and aggregate all of my posts on each of these disparate sites into a single web based dashboard? ...

Parsing external torrent informations

Hi everybody! I'm build a a BitTorrent tracker with CodeIgniter, and i'm use Torrent RW class for parsing .torrent files (info hash, read/write tracker url, etc.). I would like to run external torrents, and i need help: how to parse external torrent stats -> seeders-, leechers number. Please, help me, and sorry for my bad english. Th...