<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[FileShareFreak]]></title>
  <link href="http://filesharefreak.com/atom.xml" rel="self"/>
  <link href="http://filesharefreak.com/"/>
  <updated>2012-05-12T18:24:56-05:00</updated>
  <id>http://filesharefreak.com/</id>
  <author>
    <name><![CDATA[FileShareFreak]]></name>
    <email><![CDATA[admin@filesharefreak.com]]></email>
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html"><![CDATA[Seedbox.From.Scratch.03 - Get Your Files Home Without Using FTP]]></title>
    <link href="http://filesharefreak.com/2012/05/12/seedbox-dot-from-dot-scratch-get-your-files-home-without-using-ftp/"/>
    <updated>2012-05-12T11:53:00-05:00</updated>
    <id>http://filesharefreak.com/2012/05/12/seedbox-dot-from-dot-scratch-get-your-files-home-without-using-ftp</id>
    <content type="html"><![CDATA[<p>This is part 03 in my <a href="http://filesharefreak.com/category/seedbox-from-scratch">Seedbox From Scratch</a> series. In this series I start at the most basic level, assuming no server or Linux skills. First we built the easiest and most <a href="http://filesharefreak.com/2012/05/10/seedbox-from-scratch-new-server-to-seeding-in-less-than-5-minutes/">basic seedbox possible</a>, and now we will continue by adding some of the more basic features.</p>

<p>Once you have your seedbox happily seeding torrents from your favorite private trackers, you’ll likely want to know how to get those files off your seedbox and back home.  With most private trackers, you do not want to use BitTorrent from your home as well as your seedbox because it will hurt your ratio to download it (leech it) from the torrent cloud twice.  Instead, you want your seedbox to do all the seeding, and get the files to your local computer in some other way. </p>

<p>Today we learn what just might be the simplest way to do that, and we won’t need FTP.</p>

<!--more-->

<p>Many people are familiar with FTP (File Transfer Protocol), and this is indeed the most common way to get your movies, music, and other content back home. However, setting up an FTP server on your seedbox and using an FTP client to download them is a bit of a hassle.  FTP is also not known to be all that secure unless you really know what you’re doing. </p>

<h3 id="sftp">SFTP</h3>

<p>In this tutorial, we’ll skip all that and instead use SFTP, which is already set up by default on your Ubuntu server.  (See the first post in this series, <a href="http://filesharefreak.com/2012/05/10/seedbox-from-scratch-setting-up-your-very-first-server/">Setting Up Your Very First Server</a>, if you have not yet set up your server.) </p>

<p>If you have SSH access to your seedbox, then by default you will have <a href="http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol">SFTP</a> access to your seedbox. </p>

<p>There are many ways to use SFTP, including the robust and cross platform <a href="http://filezilla-project.org/">FileZilla</a>.  But today I want to show Windows users how to install a little Windows Explorer extension that will make it easy to drag and drop the files from their seedbox to their local computer.  The extension is called <a href="http://www.swish-sftp.org/">swish</a>.</p>

<h3 id="install-swish">Install Swish</h3>

<p>Start by downloading it from the <a href="http://www.swish-sftp.org/">Swish website</a>. After installing the program, simply open up Windows Explorer and click on “Computer”.  Then click on “Swish”:</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/click-computer-swish.png" alt="Swish windows 7" /></p>

<p>Next, click on “Add SFTP Connection”:</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/swish-add-sftp-connection.png" alt="Swish Choose Add SFTP" /></p>

<p>You will be presented with a dialog box.  Fill in the “Label” with any name you like.  </p>

<p>Fill in “Host” with the IP address of your server.  </p>

<p>The “User” is <code>root</code>.</p>

<p>The “Path” is <code>/var/lib/transmission-daemon/downloads/</code>.</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/swish-new-sftp-dialog.png" alt="Swish sftp" /></p>

<p>This will create a new icon in Computer -&gt; Swish named after whatever you named your seedbox.</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/swish-add-sftp-connection-icon.png" alt="Swish Add SFTP Connection" /></p>

<p>When you double click on that icon, you will be asked for your password, and then shown a list of files on your seedbox.</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/swift-browse-files.png" alt="Swish browses files" /></p>

<p>You can drag the files to a location on your local computer.</p>

<p>It’s as simple as that.  I’ll go over some other ways to move files to and from your seedbox in the next post. :-)</p>

<p>More soon!  </p>

<p>-kat.</p>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Seedbox.From.Scratch.02 - Build a Seedbox in 5 Minutes]]></title>
    <link href="http://filesharefreak.com/2012/05/10/seedbox-from-scratch-new-server-to-seeding-in-less-than-5-minutes/"/>
    <updated>2012-05-10T10:56:00-05:00</updated>
    <id>http://filesharefreak.com/2012/05/10/seedbox-from-scratch-new-server-to-seeding-in-less-than-5-minutes</id>
    <content type="html"><![CDATA[<p>This is part 02 in my <a href="http://filesharefreak.com/category/seedbox-from-scratch">Seedbox From Scratch</a> series. In this series I start at the most basic level, assuming no server or Linux skills.  We will first build the easiest and most basic seedbox possible, and then work our way up to some pretty advanced topics.</p>

<h3 id="zero-to-seeding">Zero to seeding</h3>

<p>Today we go from a brand new server with a freshly installed operating system, to seeding torrents and building your ratio, in less than 5 minutes - even if you have no prior knowledge about any of this.</p>

<p><span class="pullquote-right" data-pullquote="But if you are willing to step out of your comfort zone for 5 minutes, I&#8217;ll show you how to bypass the middleman. ">
To the novice, this can seem like an overwelming task. That’s why there are plenty of seedbox hosting companies willing to do it for you.  But if you are willing to step out of your comfort zone for 5 minutes, I’ll show you how to bypass the middleman. (No disrespect to these companies, there are some really good seedbox hosting companies that add a lot of value.  Most of them provide services beyond what you will get from me in these next five minutes.)
</span></p>

<!--more-->

<h3 id="what-we-are-building">What we are building</h3>

<p>A seedbox is just a server that is set up and used for BitTorrent activity.  For our first seedbox, we are going to set up the Transmission BitTorrent client on the server. I wrote about setting up a server in the <a href="http://filesharefreak.com/2012/05/10/seedbox-from-scratch-setting-up-your-very-first-server/">first post of this series</a>.  If you don’t know how or where to get a server, read that first and then come back here.</p>

<p>OK, now that you have a freshly installed Ubuntu server and know how to use SSH to get to the root prompt, lets get a BitTorrent client installed on that server.</p>

<p>I chose <a href="http://www.transmissionbt.com/">Transmission</a> for the same reasons that the Ubuntu operating system chooses it as it’s default BitTorrent client.  It is full featured, uses very little resources, and is simple to set up. It is also respected and white-listed at most private trackers.</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/transmission-header.png" alt="Transmission BitTorrent" /> </p>

<h3 id="lets-do-this">Lets do this</h3>

<p>Ready to go? Start your stop watch. ;-)</p>

<p>Standard Ubuntu includes Transmission, but it can quickly become outdated. So the first thing we’ll do is add a Transmission repository to keep us up to date with the latest Transmission release (currently 2.51 at the time of this article being published).</p>

<h3 id="add-a-repository">Add a repository</h3>

<p>Add the repository by copy/pasting this command into your Terminal or Putty and hitting enter.</p>

<pre><code>root@KATBOX001:~# aptitude install python-software-properties -y &amp;&amp; add-apt-repository ppa:transmissionbt
</code></pre>

<h3 id="add-the-bittorrent-client">Add the BitTorrent Client</h3>

<p>Next we need to install the Transmission Daemon.  This is the program that is always running in the background and giving love to your tracker ratios.  It also includes the web interface.</p>

<pre><code>root@KATBOX001:~# aptitude update &amp;&amp; aptitude install transmission-daemon -y
</code></pre>

<p>So now that we have a BitTorrent client running, we need to control it somehow.  Transmission comes with a simple web interface.  To use it we have to edit a configuration file on the server.  On Ubuntu, that file lives here: <code>/etc/transmission-daemon/settings.json</code></p>

<h3 id="add-a-text-editor">Add a text editor</h3>

<p>To the Linux programmer and system administrator, a powerful text editor is their main tool.  I use <a href="http://www.viemu.com/a-why-vi-vim.html">Vim</a>.  In my opinion, it has no equal.  However, it has a slight learning curve and we won’t reach our goal of seeding in the next three minutes if we dive into Vim right now.  Beginners are often encouraged to use <a href="http://en.wikipedia.org/wiki/Nano_(text_editor)">Nano</a> because it is simple and easy to get started with.  You can find more help with Nano on the <a href="https://help.ubuntu.com/community/Nano">community help page</a>.</p>

<p>Let’s install Nano with this command.</p>

<pre><code>root@KATBOX001:~# aptitude install nano -y
</code></pre>

<h3 id="update-your-password">Update your password</h3>

<p>Nano is a simple command line text editor.  You can start it and load up the file we want to edit with this command.</p>

<pre><code>root@KATBOX001:~# nano /etc/transmission-daemon/settings.json
</code></pre>

<p>There will be a lot of text.  Use your arrow keys to move the cursor down to the line that looks something like this.</p>

<pre><code>    "rpc-password": "{854eec4bf2c4086bdab219523efabac772c3ca80l.JIJGGc",
</code></pre>

<p>The jumbled text will be different; it is the encrypted password. We’ll simply replace it with the new password that we want to use.  Transmission is smart enough to detect the unencrypted plain text password and encrypt it.  It will then rewrite this text file with the encrypted version of the password when Transmission exits.</p>

<p>Change the password line to look like this, making sure to preserve the quotations and comma at the end.</p>

<pre><code>    "rpc-password": "YourNewPassword",
</code></pre>

<h3 id="open-it-to-the-world">Open it to the world</h3>

<p>We need to change one more line in this settings file before we are done.  Use your arrow keys to move the cursor down to the line that looks like this.</p>

<pre><code>    "rpc-whitelist-enabled": true,
</code></pre>

<p>Change the <code>true</code> to <code>false</code>.  No quotes needed here, but leave the comma.</p>

<pre><code>    "rpc-whitelist-enabled": false,
</code></pre>

<p>In Nano, you save the file being edited by pressing <code>Ctrl-O</code> as can be seen at the bottom menu.  It will then ask you where to save the file with <code>File Name to Write: /etc/transmission-daemon/settings.json</code>.  Just hit enter to save the file in the same place.</p>

<p>To exit Nano, press <code>Ctrl-X</code>.</p>

<h3 id="reload-settings">Reload settings</h3>

<p>We still have to tell Transmission about these changes.  We can do that by sending it this command:</p>

<pre><code>root@KATBOX001:~# invoke-rc.d transmission-daemon reload
</code></pre>

<p>Next, we want to restart Transmission so it can write the encrypted password to the settings file:</p>

<pre><code>root@KATBOX001:~# /etc/init.d/transmission-daemon restart
</code></pre>

<h3 id="done">Done</h3>

<p>Now the web interface is available anywhere as long as you have the password you just set.</p>

<p>You can get to the web interface in your browser by visiting <code>http://xx.xx.xx.xx:9091/</code>. (Obviously replacing xx.xx.xx.xx with your <del>server’s</del> seedbox’s real IP address).  Enter <code>transmission</code> for the user name and then enter the password we just set in the settings file.  Click “Open”, and load up a few torrents.</p>

<p>Transmission’s web gui is a bit light on features, but it sure is cute. :)</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/transmission-web-interface.png" alt="Transmission Web Interface" /></p>

<p>TaDa, your new server has magically become a seedbox in less than 5 minutes.  You’re a rockstar!</p>

<p>In the <a href="http://filesharefreak.com/2012/05/12/seedbox-dot-from-dot-scratch-get-your-files-home-without-using-ftp/">next installment</a> of this series I’ll introduce a simple of way to get your media back to your home computer without resorting to FTP.</p>

<p>I’ll try to answer any questions people have in the comments.</p>

<p>Good luck guys,</p>

<p>-kat.</p>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Seedbox.From.Scratch.01 - Your Very First Server]]></title>
    <link href="http://filesharefreak.com/2012/05/10/seedbox-from-scratch-setting-up-your-very-first-server/"/>
    <updated>2012-05-10T08:36:00-05:00</updated>
    <id>http://filesharefreak.com/2012/05/10/seedbox-from-scratch-setting-up-your-very-first-server</id>
    <content type="html"><![CDATA[<p>My name is Kat.  I’m one of Sharky’s friends who decided to give new life to this website.  </p>

<p>By way of introduction, I’ll be doing a series of tutorials on seedboxes.  Starting with the easiest and most basic seedbox possible, and working our way up to some pretty advanced topics.</p>

<p><span class="pullquote-right" data-pullquote="I&#8217;ll describe how any novice can become the ninja-admin of their own BitTorrent server. ">
In this series, I’ll describe how any novice can become the ninja-admin of their own BitTorrent server.  Notice I said “can”, not “will”.  Developing any skill takes time and dedication; that said, getting started is a lot less scary than many assume.  The first seedbox we build will be simple, but that doesn’t mean it won’t be powerful.
</span></p>

<!--more-->

<p>Setting up your own seedbox is easier than you think, but first you need a remote Linux server.</p>

<h3 id="start-with-a-small-server">Start with a small server</h3>

<p>A good bet is to start with a small, quality server from <a href="http://www.leaseweb.com">Leaseweb</a>.  You can choose how much space you need and how much bandwidth you want to pay for.  For this tutorial I purchased their smallest <a href="http://www.leaseweb.com/en/cloud-hosting/express-cloud">cloud server</a> for 9 euros. This won’t get us very far with its default 500GB of data transfer and 40GB of disk space, but it is enough to get us started and demonstrate how easy this really is.  Leaseweb is a good option for many reasons and is mostly what I use for my EU boxes, but you can use any server as long as you are careful to understand the bandwidth issues.  I’ll write more about that later.</p>

<p>Once you pick a server, choose to have the latest version of Ubuntu installed on it.  Ubuntu is easy to get started with and has a huge amount of support on the web if you get stuck.</p>

<p>After paying for the server, many hosting companies will simply send you a welcome email with the IP address and root password.  Leaseweb does not send the password, but they do send the IP address in the email.  You can find the root password of your new Leaseweb server in their Self Service Center (<a href="https://secure.leaseweb.us/en">SSC</a>).  Select ‘Manage’:</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/leaseweb-scc-click-manage.png" alt="Select Manage in Leaseweb SCC" /></p>

<p>Now click ‘Show’ under billing information:</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/leaseweb-show-billing-information.png" alt="Show Billing Information" /></p>

<p>Scroll down to show the root password:</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/leaseweb-show-rootpass.png" alt="Show Root Password" /></p>

<p>Once we have the IP address and root password we can send commands to the server using SSH.</p>

<h3 id="connecting-to-the-server-from-mac-or-linux">Connecting to the server from Mac or Linux</h3>

<p>Those of you who are lucky enough to be using Linux or Mac can simply fire up a Terminal and enter this command, replacing the ‘xx.xx.xx.xx’ with the IP address of your server.</p>

<pre><code>kat@fresh:~$ ssh root@xx.xx.xx.xx
</code></pre>

<p>You will likely get a message saying something like “The authenticity of the host can’t be established.”  This is fine because it is the first time we are connecting to the server.  Type <code>yes</code> and then enter your password.  Now you’re in.  Feel the power?</p>

<h3 id="connecting-to-the-server-from-windows">Connecting to the server from Windows</h3>

<p>On Windows you need to download a program to access your new server.  A popular choice for many people using a Windows machine is called Putty.  You can <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">get it here</a>.</p>

<p>Start up Putty and enter <code>root@xx.xx.xx.xx</code> where it says, “Host Name (or IP address)”. (Obviously replacing xx.xx.xx.xx with the real IP address of your server.)</p>

<p><img src="http://filesharefreak.com/images/seedbox-tutorials/putty-host-name-ip-address.png" alt="Putty Host Name or IP" /></p>

<p>Click “Open” and it will connect to the server as root and prompt you for the password.  Now you’re in, and feeling the power yourself. Right?</p>

<h3 id="welcome-to-your-new-server">Welcome to your new server</h3>

<p>Regardless of your local operating system, after connecting to your server you’ll have entered the world of Linux.</p>

<pre><code>Welcome to Ubuntu 11.04 (GNU/Linux 2.6.38-15-virtual x86_64)

 * Documentation:  https://help.ubuntu.com/

  System information as of Tue May  8 22:40:51 CEST 2012

  System load:  0.0               Processes:           67
  Usage of /:   2.0% of 33.56GB   Users logged in:     1
  Memory usage: 11%               IP address for eth0: xx.xx.xx.xx
  Swap usage:   0%

  Graph this data and manage this system at https://landscape.canonical.com/
Last login: Tue May  8 20:20:58 2012 from xx-xx-xx-xx.example.net
root@KATBOX001:~#
</code></pre>

<p>The last line that says <code>root@KATBOX001:~#</code> will likely say something else, maybe <code>root@XYZ001:~#</code>. This is your command prompt. The flashing cursor is where you can type commands on the server.  As soon as you type a command, like <code>uptime</code>, and hit enter, the server runs that command.  It then reports back any response and gives you a new prompt.</p>

<pre><code>root@KATBOX001:~# uptime
 18:36:24 up 1 min,  1 user,  load average: 0.15, 0.07, 0.03
root@KATBOX001:~#
</code></pre>

<h3 id="change-your-password">Change your password</h3>

<p>After you have recovered from the excitement that you have root access to a server that you can do whatever you want with, you should probably take a moment to change your password.  There is a better and more secure option for authenticating to your server, but I’ll write about ssh keys later.  For now, change your password using this command:
While you’re recovering from the excitement inherent to gaining root access to a server you can do whatever you want with, you should probably take a moment to change your password.  There is a better and more secure option for authenticating to your server with SSH keys, but I’ll write about that later.  For now, change your password using this command:</p>

<pre><code>root@KATBOX001:~# passwd
</code></pre>

<p>Type in your new password; make it long and unguessable.</p>

<h3 id="update-ubuntu">Update Ubuntu</h3>

<p>The second thing to do with any newly installed Linux server is to upgrade it to the latest packages.  This will install any securty and bug fixes since the last release. Type the following:</p>

<pre><code class="bash">root@KATBOX001:~# aptitude update &amp;&amp; aptitude safe-upgrade -y
</code></pre>

<p>You’ll see lines scrolling by as Ubuntu upgrades itself.  You are now the admin of your own linux server.
You’ll see lines scrolling by as Ubuntu upgrades itself.  Being the admin of your own linux server is fun, isn’t it?</p>

<h3 id="where-do-we-go-from-here">Where do we go from here?</h3>

<p>There are many directions we could take.  Many would say the next step would be to create a non-privileged user account and learn to use the <code>sudo</code> command.  That is important, especially for multi user servers and servers with important business information.  But to me, seedboxes are basically disposable.  If I mess up, the worst that can happen is I have to reinstall.</p>

<p>I should note here that reducing the complexity for absolute beginners is central as we start this tutorial series.  So don’t be nervous - live on the edge.  We’ll just play around as root for a while. ;-)</p>

<p>In <a href="http://filesharefreak.com/2012/05/10/seedbox-from-scratch-new-server-to-seeding-in-less-than-5-minutes/">the next post</a>, we will install a BitTorrent client and start seeding some real torrents.</p>

<p>Cheers,</p>

<p>-kat.</p>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Rebuilding FileShareFreak]]></title>
    <link href="http://filesharefreak.com/2012/05/05/rebuilding-filesharefreak/"/>
    <updated>2012-05-05T18:58:00-05:00</updated>
    <id>http://filesharefreak.com/2012/05/05/rebuilding-filesharefreak</id>
    <content type="html"><![CDATA[<p>Over the span of four years, Sharky wrote 620 articles and 59 tutorials.  When Sharky handed over FileShareFreak.com to us, it was just a domain name. Sharky had simply let the hosting run out and it was eventually deleted.  No Wordpress, no database, no website.  We were given nothing but the domain name.  </p>

<p>As planned, we initiated the transfer from his registrar to ours (one that has publicly <a href="http://community.namecheap.com/blog/2011/12/22/we-say-no-to-sopa/">condemned SOPA</a> of course), and began thinking about what to do with it.</p>

<p>Sharky alerted us to a clone of the site that some unknown person had set up. Maybe we could get some of the content back from there.  </p>

<p>It turns out we were able to copy the whole website via a little program called <a href="http://www.httrack.com/">HTTrack</a>.  But this gave us just static HTML files.  Each one embedded with the old advertising and broken links.</p>

<p>To get the content out of those files we used <a href="http://nokogiri.org/">Nokogiri</a> and wrote some Ruby scripts to parse the HTML and pull out just the sections we needed.  This took a few days to get right, but eventually we were able to pull the content into <a href="http://daringfireball.net/projects/markdown/">Markdown</a> files that we could use in blogging software called <a href="http://octopress.org/">Octopress</a>.  (I highly recommend it, its been great so far.)</p>

<p>As soon as we got the site up, we were a bit suprised by it’s popularity.  It’s no TorrentFreak, but its doing rather well for a dead website. Since going live last week, it has has been getting around 5000 unique visitors per day.  I think it’s cool that most of the readers on FSF are smart enough to have graduated to a real web browser with Chrome being the most popular.  These are browser stats from yesterday:</p>

<p><img src="http://filesharefreak.com/images/browser-popularity.png" alt="Browser Popularity" /></p>

<!--more-->

<p>There is still a lot of work to do.  Some of the links within Sharky’s articles are still incorrect.  A lot of the content is outdated and now inaccurate, but at least it is in a state that we can work with.</p>

<p>You can help by leaving a comment on anything outdated or inaccurate.  We can see each comment as it is posted and I’ll fix the page in question.</p>

<p>So, now that we have the all of Sharky’s writing restored, we can begin working on what is next.  With Sharky gone it won’t be the same thing, but there are many other great things we can do with it.  A wiki for instance, to collaboratively aggregate tutorials, or maybe a Reddit style news submission system that people can vote up or down.  We could also do a <a href="http://stackoverflow.com/">StackOverflow</a> style question and answer site for all things filesharing. Email us with your thoughts on this.</p>

<p>Whatever we end up doing, we promise not to do any advertising - we want this to be a fun and free service to the community.</p>

<p>Cheers,</p>

<p>kat.</p>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[FileShareFreak.com is back]]></title>
    <link href="http://filesharefreak.com/2012/04/28/filesharefreak-is-back/"/>
    <updated>2012-04-28T17:14:00-05:00</updated>
    <id>http://filesharefreak.com/2012/04/28/filesharefreak-is-back</id>
    <content type="html"><![CDATA[<p>FileShareFreak.com - This is a site many of us have loved in the past for the depth of its rich information and consistent timely updates. It’s been dormant now for a year and a half, collecting digital dust on its virtual shelf. The last post made here attracted huge numbers of trolls and spam, like food left in the park after a picnic.</p>

<p>So let’s dispel with the rumors first. Sharky is not dead. He was sick for a few months and stopped writing because of it. The circumstances of the situation? He was having back surgery to remove a very large pilonidal cyst. Approximately 5 inches by 1.5 by 1.5 inches of cyst material was removed. The crater that resulted from the surgery was left completely open to heal from the inside out. Sound nasty? It was.</p>

<!--more-->

<p>After 3 to 4 months of in-home nursing treatments and aftercare, he began to recover. During those bedridden days, it became clear to him that it was time to move on from FSF.</p>

<p>Today, he has completely recovered and is currently pursuing new endeavors. He wishes to retire the “Sharky” pseudonym.</p>

<p>We wish him well and are grateful that he is back to full health.</p>

<p>Sharky did want to do something good with FileShareFreak even if he wasn’t directly involved with the site any longer. So he handed the site over to a few of his hacker friends so that it could evolve into what comes next. <em>Update: To clarify, that’s “hacker” as in <a href="http://paulgraham.com/gba.html">software programming</a>, not <a href="http://en.wikipedia.org/wiki/Hacker_%28computer_security%29">security breaking</a>.</em> </p>

<p>So here we are.</p>

<p>We, in turn, want to hand this site over to the file-sharing community. In many ways, what this site becomes is up to you.</p>

<p>We can code it. We can build it and shape it into what it needs to be. We can create a structure for the community to organize information and tutorials that big media companies want to suppress. We’re kicking around the best way to go about that right now.</p>

<p>We believe information should be free. This is what we’re all about. To a large degree, that is what all of us are about, isn’t it?</p>

<p>We need to put aside our ego and pride. We need to teach new generations following us that information is not property to be bought and sold. Knowledge is not a commodity that only the wealthy have access to.</p>

<p>Information is our water. Knowledge is our air.</p>

<p>We can help champion the cause of freedom on the Internet here at FSF. </p>

<p>We have no desire to break laws. We, the people, should make the laws - not Hollywood. We need to rise up united against oppressive incumbent media and break their monopolistic stronghold on information. We need to fight against <a href="http://www.aclu.org/blog/technology-and-liberty-national-security/house-representatives-passes-privacy-busting-cispa">invasions of our privacy</a> just as hard. </p>

<p>For us, the only logical way forward is via the complete decriminalization of all non-commercial file sharing. The alternative is horrific - a malignant digital cancer fueling the growth of heightened censorship, suppression, and control of what citizens are allowed to do, say, and share on the Internet. That is not acceptable. The Internet needs to remain free if we are to remain free.</p>

<p><code>&lt;/rant&gt;</code></p>

<p>So, what will become of FSF? Lets figure it out together. Let’s make a community that creates, collects, and curates the information we care about. Let’s create a community that organizes that information so that the newbies, the clueless, the information thirsty, and the knowledge starved can find the information they need to do what they need to do.</p>

<p>So please - if you have ideas about what we should build here at FileShareFreak, do send us an email. We will respond to all serious suggestions.</p>

<p>Together we can build a resource that belongs to everyone, is free for all, and suppressed by no one.</p>

<p>Yours very truly, </p>

<p>The new caretakers of FSF</p>

<p>admin@filesharefreak.com</p>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[20 New Private Trackers: November 2010 Edition]]></title>
    <link href="http://filesharefreak.com/2010/11/22/20-new-private-trackers-november-2010-edition/"/>
    <updated>2010-11-22T00:00:00-06:00</updated>
    <id>http://filesharefreak.com/2010/11/22/20-new-private-trackers-november-2010-edition</id>
    <content type="html"><![CDATA[<p><img src="http://filesharefreak.com/images/thumb_down.png" alt="" width="27" height="50" /><img src="http://filesharefreak.com/images/thumb_ok.png" alt="" width="50" height="30" /><img src="http://filesharefreak.com/images/thumb_up.png" alt="" width="27" height="50" />With
Winter just around the corner, BitTorrent fans usually expect to witness
a spike in activity regarding new tracker development - and this
November Edition is no exception. Lots of new trackers to report about;
including 2 amazing new scene trackers; 2 new HD/Blu-ray trackers to hit
the scene; and even some niche sites worthy of mention.</p>

<!--more-->

<p><strong>NOTE:</strong> FSF apologizes for a lack of recent posts. As many of you
already know, I (Sharky) have been ill with recent surgery which has
kept me AFK. Things will go back to normal soon
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

<h2 id="generalscene-trackers"><strong>General/Scene</strong> Trackers…</h2>

<h3 id="images4alphaomegalogo-smalljpg-click-for-larger-viewimages4alphaomegalogojpg-targetblankhttpwwwalphaomegame"><a href="http://filesharefreak.com/images4/alphaomega_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/alphaomega_logo-small.jpg" alt="" title="Click For Larger View" /></a>http://www.alphaomega.me</h3>

<ul>
  <li>— Category: <strong>General/0day</strong>     Codebase: <strong>Gazelle &amp; Ocelot</strong></li>
  <li>— Signup Link: <a href="http://www.alphaomega.me/register.php" title="http://www.alphaomega.me/register.php" target="_blank">http://www.alphaomega.me/register.php</a></li>
</ul>

<p>Not quite ready yet for a public launch, scene tracker
<a href="http://www.alphaomega.me/" title="http://www.alphaomega.me" target="_blank">AlphaOmega.me</a> is still somewhat in beta but is
currently open for registration in advance (but don’t expect it to
last). Based upon Gazelle’s latest sourcecode, <em>AlphaOmega</em> (<strong>AO</strong>) is
one of just a few trackers to employ What.CD’s new <a href="http://torrentfreak.com/what-cd-debuts-lightweight-tracker-for-its-5-million-peers-101014/" title="http://torrentfreak.com/what-cd-debuts-lightweight-tracker-for-its-5-million-peers-101014/" target="_blank">Ocelot</a> backend code. Browse page lists 775 torrents in their
first week of operation. <strong>Pros:</strong> Seedbox-hosted torrents; fast pres;
also carries some P2P releases (FLAWL3SS, HDC). <strong>Cons:</strong> No ‘index’
page; no pretimes on the browse; each torrent ‘date added’ is measured
in hours on Gazelle trackers as opposed to a particular time/date
(H/M/S); indexes scene-spam (this could be a ‘pro’ if you’re into 0day
apps listed individually).</p>

<p><img src="http://filesharefreak.com/images/thumb_up.png" alt="" width="27" height="50" /><strong>Our prediction</strong> —
No question that possessing sceneaxx is the make-or-break between
0day/scene trackers that want to be taken seriously - and <em>AlphaOmega</em>
does not disappoint. Pretimes here easily match the big trackers; expect
to find upwards of 150 new torrents auto-uploaded daily. Could be the
next big thing - the quote below was pulled from their own Wiki page:</p>

<blockquote>
  <p><img src="http://filesharefreak.com/images/quote.gif" alt="" />AlphaOmega (AO) was started by a group of guys
that met on various top name private trackers. Most had been staff at
some point or another.</p>

  <p> </p>

  <p>They decided that it was time from them to come together and do things
the way they couldn’t on other trackers. This staff used their
abilities and experience working behind the scenes of a torrent site
to build a site that would rival all others. AO was designed to blow
past all others, and leave them in the dust pulling up their pants.
AO’s staff is composed of elitists in the torrent world, composed of
the top coders, racers, uploaders, and designers.</p>

  <p> </p>

  <p>The site structure is something that has never been seen before. We
are pulling releases from top group access on multiple gbit servers.
At this point, each torrent is seeded from multiple gbit servers,
meaning you will see the greatest speed possible. These releases are
auto-uploaded meaning the pre-times are some of the best.</p>

  <p> </p>

  <p>The site is beginning with seed-box only as the means of uploading and
download, this provides much high speeds and is fairly rare in the
tracker world. The site will never have open sign ups. Once the first
round of users have been invited then they each will be given a number
of invites. AlphaOmega will make it easy for members to invite
friends, This is part of AO’s plan to make this the highest quality
private tracker out there.&#8221;</p>
</blockquote>

<h3 id="images4scenebyteslogo-smalljpg-click-for-larger-viewimages4scenebyteslogojpg-targetblankhttpwwwscenebytesorg"><a href="http://filesharefreak.com/images4/scenebytes_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/scenebytes_logo-small.jpg" alt="" title="Click For Larger View" /></a>http://www.scenebytes.org</h3>

<ul>
  <li>— Category: <strong>Scene/0day</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup Link: <a href="http://www.scenebytes.org/signup.php" title="http://www.scenebytes.org/signup.php" target="_blank">http://www.scenebytes.org/signup.php</a></li>
</ul>

<p>Snappy-looking sceneaxx tracker <a href="http://www.scenebytes.org/" title="http://www.scenebytes.org" target="_blank">SceneBytes</a>
launched less than a month ago (2010-10-24), yet already indexes 3,500
total torrents (with 4,500 seeds) and 1,514 registered members.
Pre-times are impressive, and announced under each torrent title on the
browse.</p>

<p><img src="http://filesharefreak.com/images/thumb_up.png" alt="" width="27" height="50" /><strong>Our prediction</strong> —
What you won’t find at <em>SceneBytes</em> are P2P Releases - SB is strictly a
scene-only tracker. As well, almost everything here is considered scene
<strong>non-spam</strong> (there’s no xxx-imagesets, small 0day releases, and almost
no music). <strong>TIP:</strong> Combine <em>SceneBytes</em> with <em>AlphaOmega</em> (see above)
and you get an overall completeness of scene releases which could only
be compared to having axx at both SCC &amp; GFT. Great stuff!</p>

<h3 id="images4torrentorblogo-smalljpg-click-for-larger-viewimages4torrentorblogojpg-targetblankhttpwwwtorrentorbnet"><a href="http://filesharefreak.com/images4/torrentorb_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/torrentorb_logo-small.jpg" alt="" title="Click For Larger View" /></a>http://www.torrentorb.net</h3>

<ul>
  <li>— Category: <strong>General/Mixed</strong>     Codebase: <strong>XBTit 2.1</strong></li>
  <li>— Signup Link: <a href="http://www.torrentorb.net/index.php?page=agree" title="http://www.torrentorb.net/index.php?page=agree" target="_blank">here</a>.</li>
</ul>

<p>Online since August, we’d have expected more people to have heard about
<a href="http://www.torrentorb.net/" title="http://www.torrentorb.net" target="_blank">TorrentOrb</a> - a not-so new general tracker with
383 registered members. On the browse there are 1,780 torrents, with the
oldest being from 27/08/2010. Those numbers seem impressive initially,
however less than 20 of these have more than one seed and we found less
than 10 leechers among all those torrents. Simply put: nobody is using
this tracker.</p>

<p><img src="http://filesharefreak.com/images/thumb_down.png" alt="" width="27" height="50" /><strong>Our prediction</strong>
— Perhaps XBTit isn’t the best choice of codebase for general trackers.
Unless you’re a high-niche site, very few torrenters can tolerate
XBTit’s layout. Despite a decent torrent count, a thumbs-down based on
the blatant lack of activity &amp; abysmal Alexa rank.</p>

<h3 id="images4speed-byteslogo-smallgif-click-for-larger-viewimages4speed-byteslogogif-targetblankhttpspeed-bytescom"><a href="http://filesharefreak.com/images4/speed-bytes_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/speed-bytes_logo-small.gif" alt="" title="Click For Larger View" /></a>http://speed-bytes.com</h3>

<ul>
  <li>— Category: <strong>General</strong>    Codebase: <strong>TBDev?</strong></li>
  <li>— Signup: <em>You’ll find it.</em></li>
</ul>

<p>Just a few days old, <a href="http://speed-bytes.com/" title="http://speed-bytes.com" target="_blank">Speed-Bytes</a> is a new
mixed-content tracker with just 47 registered members and 161 torrents
on the browse. There is no H&amp;R system, although members are required
to maintain a global ratio of 0.4 or higher.</p>

<p><img src="http://filesharefreak.com/images/thumb_ok.png" alt="" width="50" height="30" /><strong>Our prediction</strong> —
Way too early to predict. Content varies between small apps, music
packs, adult releases and regular movie fare. More activity is requisite
if this one wants to stay healthy.</p>

<h3 id="images4bitbitzlogo-smallgif-click-for-larger-viewimages4bitbitzlogogif-targetblankhttpbitbitznet"><a href="http://filesharefreak.com/images4/bitbitz_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/bitbitz_logo-small.gif" alt="" title="Click For Larger View" /></a>http://bitbitz.net</h3>

<ul>
  <li>— Category: <strong>General</strong>     Codebase: <strong>TSSE</strong></li>
  <li>— Signup Link: <a href="http://bitbitz.net/signup.php" title="http://bitbitz.net/signup.php" target="_blank">http://bitbitz.net/signup.php</a></li>
</ul>

<p><a href="http://bitbitz.net/" title="http://bitbitz.net" target="_blank">BitBitz</a> is a brand-new nondescript general
tracker that contacted us stating, &#8220;we are a new site looking for
reviews good or bad&#8221;. Well, we’re afraid we can’t offer either - the
site is just too new.</p>

<p><img src="http://filesharefreak.com/images/thumb_ok.png" alt="" width="50" height="30" /><strong>Our prediction</strong> —
Who can tell?! Online for just a couple of days, there’s 48 torrents and
just eighteen (yes, 18) members. <strong>Pros:</strong> New signups receive 10GB
upload credit, all torrents are freeleech until 2011 &amp; everything
appears to be seedbox-hosted. <strong>Cons:</strong> TSSE codebase, lack of
members/uploaders.</p>

<h2 id="niche-trackers"><strong>Niche</strong> Trackers…</h2>

<h3 id="images4unleashthelogo-smalljpg-click-for-larger-viewimages4unleashthelogojpg-targetblankhttpunleashthenet"><a href="http://filesharefreak.com/images4/unleashthe_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/unleashthe_logo-small.jpg" alt="" title="Click For Larger View" /></a>http://unleashthe.net</h3>

<ul>
  <li>— Category: <strong>Movies (and more)</strong>     Codebase:<strong> TBDev</strong></li>
  <li>— Signup: <a href="http://unleashthe.net/signup.php" title="http://unleashthe.net/signup.php" target="_blank">http://unleashthe.net/signup.php</a>
(usually closed)</li>
</ul>

<p><a href="http://unleashthe.net/" title="http://unleashthe.net" target="_blank">UnleashThe.net</a>, as many of you already know, is
a tracker created by the iMAGiNE encoding team. UTN can’t solely be
classified as a <em>movie tracker</em> since they index all sorts of content;
such as TV eps, small appz, games &amp; music. At last check <strong>UTN</strong> has
1,470 active torrents (with about half being &#8220;movies&#8221;) and 763
registered members.</p>

<p><img src="http://filesharefreak.com/images/thumb_ok.png" alt="" width="50" height="30" /><strong>Our prediction</strong> —
There are 118 &#8220;IMAGiNE&#8221; releases in total at UTN. Of these, 46 are
&#8220;IMAGiNE Internals&#8221; which can’t be found outside of UTN (we checked)
however, these 46 are only available to the VIP userclass (good luck
getting to that, read on). UTN does have a <em>bonus system</em> for which
points can be swapped for one month of VIP access, although it costs a
whopping 10,000 points. Since UTN’s seed-point system is extremely cheap
whereby it only pays out a maximum of 120 points per day (max. 5
torrents X 24 hours), in a best-case scenario it will take 83.3 days to
obtain 10K points (enough to purchase 4 weeks of temp VIP). This is
clearly no accident; members who want to be able to download IMAGiNE’s
exclusive releases are far better served by donating, which begins at $5
for 4 weeks of temporary VIP access (or $100 for permanent VIP status).
Is this worth it for 46 exclusive releases? You be the judge.</p>

<h3 id="images4wrestlingaxxesslogo-smalljpg-click-for-larger-viewimages4wrestlingaxxesslogojpg-targetblankhttpwrestlingaxxessorg"><a href="http://filesharefreak.com/images4/wrestlingaxxess_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/wrestlingaxxess_logo-small.jpg" alt="" title="Click For Larger View" /></a>http://wrestlingaxxess.org</h3>

<ul>
  <li>— Category: <strong>Sports (Wrestling)</strong>     Codebase:<strong>
TBDev</strong></li>
  <li>— Signup: <a href="http://wrestlingaxxess.org/signup.php" title="http://wrestlingaxxess.org/signup.php" target="_blank">http://wrestlingaxxess.org/signup.php</a></li>
</ul>

<p><a href="http://wrestlingaxxess.org/" title="http://wrestlingaxxess.org" target="_blank">WrestlingAxxess</a> is BitTorrent’s newest
wrestling tracker, being online since 2010-10-23. While not exclusively
about wrestling, torrents for MMA/UFC also exist. Current stats (total #
of torrents including inactive, as well as the number of registered
members) are not displayed on the homepage.</p>

<p><img src="http://filesharefreak.com/images/thumb_ok.png" alt="" width="50" height="30" /><strong>Our prediction</strong> —
Amazing design, easy browsing - all <em>WrestlingAxxess</em> needs is more
content. With just 120 active torrents on the browse, it remains to be
seen if WA has what it takes to become competitive in amongst other
high-profile popular wrestling trackers.</p>

<h3 id="images4uactivitylogo-smalljpg-click-for-larger-viewimages4uactivitylogojpg-targetblankhttpuactivitycom"><a href="http://filesharefreak.com/images4/uactivity_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/uactivity_logo-small.jpg" alt="" title="Click For Larger View" /></a>http://uactivity.com</h3>

<ul>
  <li>— Category: <strong>eLearning</strong>     Codebase:<strong> TSSE v7.2</strong></li>
  <li>— Signup: <a href="http://uactivity.com/signup.php" title="http://uactivity.com/signup.php" target="_blank">http://uactivity.com/signup.php</a></li>
</ul>

<p>Online since October 30th, <a href="http://uactivity.com/" title="http://uactivity.com" target="_blank">uActivity.com</a> is an
eLearning tracker - or more specifically, a self improvement &amp;
lifestyle tracker. To quote, uA calls itself &#8220;a private tracker that
specializes in lifestyle content. uActivity will help you to share
videos, E-books and audio files related to day to day human life. From
Self Improvement, Fitness, Food, Drinking, Dancing, Health, Fitness,
Seduction, NLP and Cooking to Magic Illusions and More.&#8221;</p>

<p><img src="http://filesharefreak.com/images/thumb_up.png" alt="" width="27" height="50" /><strong>Our prediction</strong> —
uActivity is a sister site to popular eLearning tracker <strong>Elbitz</strong>, so
expect a good deal of initial interest. As of 2010-11-11, <strong>uA</strong> already
indexes 611 active torrents.</p>

<h3 id="images4blu-bitslogo-smallgif-click-for-larger-viewimages4blu-bitslogogif-targetblankhttpwwwblu-bitscom"><a href="http://filesharefreak.com/images4/blu-bits_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/blu-bits_logo-small.gif" alt="" title="Click For Larger View" /></a>http://www.blu-bits.com</h3>

<ul>
  <li>— Category: <strong>Hi-Def</strong>     Codebase: <strong>XBTit</strong></li>
  <li>— Signup Link: <a href="http://www.blu-bits.com/index.php?page=signup" title="http://www.blu-bits.com/index.php?page=signup" target="_blank">here</a>.</li>
</ul>

<p><a href="http://www.blu-bits.com/" title="http://www.blu-bits.com" target="_blank">Blu-Bits.com</a> is a brand-new community for
high-definition content - including full/untouched Blu-rays, FLAC audio
releases, HD movie encodes (720p/1080p) &amp; even HD-TV. If it’s HD,
it’s allowed. To quote, &#8220;We seed our torrents with seedboxes, so even 1
seeder could give you high speeds.&#8221;</p>

<p><img src="http://filesharefreak.com/images/thumb_ok.png" alt="" width="50" height="30" /><strong>Our prediction</strong> —
Off to a decent start, <em>Blu-Bits</em> lists 92 torrents and 745 members
since coming online in early November. Full BR’s are freeleech, and most
everything else is half-leech - plus there’s an active request system.</p>

<h3 id="images43dblurayisologo-smallgif-click-for-larger-viewimages43dblurayisologogif-targetblankhttp3dblurayisocomforums"><a href="http://filesharefreak.com/images4/3dblurayiso_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/3dblurayiso_logo-small.gif" alt="" title="Click For Larger View" /></a>http://3dblurayiso.com/forums</h3>

<ul>
  <li>— Category: <strong>3D Blu-ray</strong>     Codebase: <strong>Forum</strong></li>
  <li>— Signup Link: <a href="http://3dblurayiso.com/forums/register.php" title="http://3dblurayiso.com/forums/register.php" target="_blank">here</a>.</li>
</ul>

<p>Newly forged <a href="http://3dblurayiso.com/" title="http://3dblurayiso.com" target="_blank">3dBlurayISO</a> is a forum dedicated
to providing <strong>3D</strong> Blu-ray films (BD3D ISOs, encodes &amp;
side-by-side/SBS - all in 3D). Not exclusively just a tracker, most
releases contain torrents as well as DDLs (Hotfile, etc) and NZB
(Usenet) links. Members need to register first before being granted
privileges to view most threads, and for the <a href="http://3dblurayiso.com/forums/torrents.php?" title="http://3dblurayiso.com/forums/torrents.php?" target="_blank">tracker</a> (which is private) users are required to maintain a 0.5
global sharing ratio.</p>

<p><img src="http://filesharefreak.com/images/thumb_up.png" alt="" width="27" height="50" /><strong>Our prediction</strong> —
Blossoming community, but because of the specific hardware requirements
<em>3dBlurayISO</em> won’t be for everyone. Lots of activity going on here
besides just torrents (there’s 136 in all) - including 3D
hardware/software discussion and other related topics. 3D-ready HDTV,
shutter glasses &amp; a playback method are not included.</p>

<h3 id="httpmusic-torrentsorg">http://music-torrents.org</h3>

<ul>
  <li>— Category: <strong>Music</strong>     Codebase:<strong> XBTit</strong></li>
  <li>— Signup: <a href="http://music-torrents.org/index.php?page=signup" title="http://music-torrents.org/index.php?page=signup" target="_blank">music-torrents.org/index.php?page=signup</a>.</li>
</ul>

<p><img src="http://filesharefreak.com/images/thumb_down.png" alt="" width="27" height="50" />Online since
September, <a href="http://music-torrents.org/" title="http://music-torrents.org" target="_blank">Music-Torrents</a> has had plenty of
time to amass a respectable number of torrents, but has failed to do so.
There exists just 59 torrents (and a lowly 42 seeds) among 1,161 total
members. This tracker can’t possibly be serious - with over 1K members
(all of whom are permitted to upload torrents) and just 42 seeders. WTF.</p>

<h2 id="international-trackers"><strong>International</strong> Trackers…</h2>

<h3 id="images4jungletrackerlogo-smallgif-click-for-larger-viewimages4jungletrackerlogogif-targetblankhttpjungletrackernet"><a href="http://filesharefreak.com/images4/jungletracker_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/jungletracker_logo-small.gif" alt="" title="Click For Larger View" /></a>http://jungletracker.net</h3>

<ul>
  <li>— Category: <strong>General (Romania/EN)</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup Link: <a href="http://jungletracker.net/signup.php" title="http://jungletracker.net/signup.php" target="_blank">http://jungletracker.net/signup.php</a></li>
</ul>

<p><a href="http://jungletracker.net/" title="http://jungletracker.net" target="_blank">JungleTracker</a> is a new RO/EN general tracker
that’s been online less than a month. Content is a mixed-bag between
scene releases (and P2P) with a penchance towards RoSubbed films.
Interestingly, staff are very generous with the upload credit: a new
account just two weeks old already has 95GB ‘upload’ without downloading
a single torrent.</p>

<p><img src="http://filesharefreak.com/images/thumb_ok.png" alt="" width="50" height="30" /><strong>Our prediction</strong> —
JungleTracker is improving lately: On November 7th they indexed just 148
active torrents, now lists 645 - with a total membership of 3,000 users
&amp; 2,565 seeders.</p>

<h3 id="httptorfilesnet">http://torfiles.net</h3>

<ul>
  <li>— Category: <strong>General (RO/EN)</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup Link: <a href="http://torfiles.net/signup.php" title="http://torfiles.net/signup.php" target="_blank">http://torfiles.net/signup.php</a></li>
</ul>

<p>There’s only so much we can say about a tracker with 50 torrents, let
alone even be bothered to include them in this list. A selection of
RoSubbed AxxO torrents pretty much sums it up nicely.</p>

<p><img src="http://filesharefreak.com/images/thumb_down.png" alt="" width="27" height="50" /><strong>Our prediction</strong>
— Romania is indeed home to some really great trackers, but <em>TorFiles</em>
isn’t (and will never be) one of them. <strong>55</strong> total torrents since
2010-11-03 won’t win many fans. Move along, folks.</p>

<h2 id="other-trackers"><strong>Other</strong> Trackers…</h2>

<p><a href="http://www.porndepot.info/" title="http://www.porndepot.info" target="_blank">http://www.porndepot.info</a> — Supposedly a new
adult tracker; had some database errors at last check.</p>

<p><a href="http://viptracker.pl/" title="http://viptracker.pl" target="_blank">http://viptracker.pl</a> — The new URL of an
unknown Polish tracker that’s using a database from a previous tracker.
Has 4,204 members and 6,896 torrents. Registration is closed at last
check.</p>

<p><a href="http://demonpeer.org/" title="http://demonpeer.org" target="_blank">http://demonpeer.org</a> — Recently resurfaced
using this old domain. Stats unknown.</p>

<p><a href="http://seedfreaks.net/" title="http://seedfreaks.net" target="_blank">http://seedfreaks.net</a> — Just 12 active torrents
since debuting on November 8th, 2010.</p>

<p><a href="http://filezone.org/" title="http://filezone.org" target="_blank">http://filezone.org</a> — Supposedly new tracker
from the SeedZone staff. Down at last check.</p>

<p><a href="http://www.vexcora.com/" title="http://www.vexcora.com" target="_blank">http://www.vexcora.com</a> — Newer forum-style
adult tracker. The tracker itself appears offline, and site abandoned.</p>

<p><a href="http://iliketorrent.pl/" title="http://iliketorrent.pl" target="_blank">http://iliketorrent.pl</a> — New Polish tracker
from September. Lists 394 torrents on the browse.</p>

<p><a href="http://xbox-sky.pl/" title="http://xbox-sky.pl" target="_blank">http://xbox-sky.pl</a> — Newer Polish site with a
user limit of 1,200. Games/XBOX tracker?</p>

<p><a href="http://rapid-seed.com/" title="http://rapid-seed.com" target="_blank">http://rapid-seed.com</a> — Zero seeders among
1,500 torrents, no new torrents during the past 10 days. Abandoned
project?</p>

<p><a href="http://filebitts.com/" title="http://filebitts.com" target="_blank">http://filebitts.com</a> — Nice layout to this
RO/EN tracker, but lists just 109 total torrents in their first month of
operation.</p>

<p><a href="http://www.3dsbstorrents.com/" title="http://www.3dsbstorrents.com" target="_blank">http://www.3dsbstorrents.com</a> — No need to
signup to view their 46 torrents.</p>

<p><a href="http://klikniga.com/" title="http://klikniga.com" target="_blank">http://klikniga.com</a> — Invite code required at
this new Slovenian tracker.</p>

<p><a href="http://forelitetorrents.net/" title="http://forelitetorrents.net" target="_blank">http://forelitetorrents.net</a> — Just 36 torrents
since October 9th.</p>

<p><a href="http://filelistup.com/" title="http://filelistup.com" target="_blank">http://filelistup.com</a> — Romanian tracker with
330 active torrents.</p>

<p><a href="http://www.scenelinks.org/" title="http://www.scenelinks.org" target="_blank">http://www.scenelinks.org</a> — RO/EN tracker that
launched on 2010-11-18.</p>

<h2 id="updates-on-last-months-october-trackers">Updates on <strong>Last Month’s</strong> (October) Trackers…</h2>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>DeamonBytes.net</strong> — Last month had 1,781
torrents, now has 3,843 - a vast improvement.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Dragon-torrents.com</strong> — Increased torrent
count to 1,388 from 467.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Moviesmania.info</strong> — Had 776 torrents
last month; now has 1,019.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Bitxtre.me</strong> — Last month had 2,168
members and 1,215 torrents - now has 5,142 members and 2,911 torrents.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>TorrentCube.org</strong> — Had 384 torrents, now
has 1,218.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>TorrentDemon.net</strong> — Traffic to site has
trickled to a crawl; torrent count dropped from 200 to 150.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>SeedFile.org</strong> — Active torrents jumped
from 591 to 1,347.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>Sceneunderground.org</strong> — Had 800 internal
torrents, now has just 230 total seeds. <em>Public tracker</em> stats not
included.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>LosslessWorld.info</strong> — Had 1,025
torrents, now has 1,805. Those interested in joining can apply through
their invite app: <a href="https://losslessworld.info/singapp.php" title="https://losslessworld.info/singapp.php" target="_blank">https://losslessworld.info/singapp.php</a></p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Hdbits.cn</strong> — Now has 756 total torrents,
as opposed to 182 active on the browse last month.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>TinBoxTorrent.com</strong> — New stats unknown;
no possibility to ‘recover old account’?</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Bluebird-HD.org</strong> — Increased torrents
from 200 to 263.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>BitManiacs.net (SceneVids)</strong> — Had ~800
torrents, now has 1,300.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Bitgateuniverse.org</strong> — Slight positive
change; had 766 torrents, now has 931.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>TVStore.me</strong> — Had 4,600 torrents, now
has ~5,500.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>Ztracker.biz</strong>— Offline.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>Herobit.org</strong> — No change; indexes 367
active torrents (had 369 before).</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>Torrentzaa.com</strong> — Torrent count
increased, but total seeders have declined.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Bitcountry.com</strong> — Had 1,340 torrents,
now has 3,252.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>TorrentToday.com</strong> — Had 200 active
torrents, now just 138.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Street-friends-partage.info</strong> — Had 2K
active torrents, now lists 3,100.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>Latinbit.com</strong> — Had 105 active torrents,
now has 101.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>Desibits.com</strong> — Offline at last check.</p>

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-eljoker-cite-says"><cite> ELJOKER </cite> Says:</h5>

    <p>good work sharky</p>
  </li>
  <li>
    <h5 id="cite-windshield-cite-says"><cite> windshield </cite> Says:</h5>

    <p>Found open reg @<br />
<a href="http://www.trackeraccess.org/" rel="nofollow">http://www.trackeraccess.org</a><br />
<a href="http://www.cherrytorrents.com/" rel="nofollow">http://www.cherrytorrents.com</a></p>
  </li>
  <li>
    <h5 id="cite-hero-cite-says"><cite> hero </cite> Says:</h5>

    <p>great article sharky. welcome back.</p>
  </li>
  <li>
    <h5 id="cite-codemonkey-speed-bytescom-cite-says"><cite> CodeMonkey [speed-bytes.com] </cite> Says:</h5>

    <p>Just to clearfy <a href="http://speed-bytes.com/" title="http://speed-bytes.com" rel="nofollow">http://speed-bytes.com</a> is
freetsp based</p>

    <p>Thanks for the review sharky its appreciated
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-mo-cite-says"><cite> Mo </cite> Says:</h5>

    <p>stupid article. i dont get point, why need review the torrent sites
with 100-3000 torrents.</p>
  </li>
  <li>
    <h5 id="cite-coco-cite-says"><cite> Coco </cite> Says:</h5>

    <p>I avoid any tracker that uses the word “torrent” or any variation
like the plaque. IPt is the only exception.</p>
  </li>
  <li>
    <h5 id="cite-gargamel-cite-says"><cite> Gargamel </cite> Says:</h5>

    <p>Nice article Sharky and all the best in your recovery. Take your
time and take care of yourself, we and the site will be here when
you get back <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-windshield-cite-says-1"><cite> windshield </cite> Says:</h5>

    <p>Disregard those last two links I put up they ended up being bad
sites. Forcing you to donate or banning if you don’t. The owner
seems to be some kind of fat foker on a power trip. Sorry for
posting the links.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says"><cite> anonymous </cite> Says:</h5>

    <p><a href="http://tachymetry.org.uk/" rel="nofollow">http://tachymetry.org.uk</a></p>

    <p>Is new site that has been open for just some days. I invite all to
join there..<br />
 And have a great time</p>
  </li>
  <li>
    <h5 id="cite-x-cite-says"><cite> x </cite> Says:</h5>

    <p>welcome back sharky. nice article. but take care of your health as
well. fully recover first, post later.</p>
  </li>
  <li>
    <h5 id="cite-whathappend2sharky-cite-says"><cite> whathappend2sharky </cite> Says:</h5>

    <p>Sharky was sick ?</p>
  </li>
  <li>
    <h5 id="cite-get-in-while-u-can-cite-says"><cite> Get in while u can </cite> Says:</h5>

    <p><a href="http://leech2seed.info/" rel="nofollow">http://leech2seed.info</a><br />
 Is still open. Dont think it will be for long though as they sent
me an email about closing @ only 2300 members.<br />
 Some great content going up and all hosted on fast seedboxes. Great
if your an uploader at other small sites as you can steal there
torrents <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=":wink:" /></p>

    <p>Some stats:<br />
 Torrents 2,915<br />
 Torrents Today 479<br />
 Peers 3,264<br />
 Unconnectable Peers 59<br />
 Seeders 3,257<br />
 Unconnectables ratio (%) 2<br />
 Leechers 7<br />
 Seeder/leecher ratio (%) 46529<br />
 Total Uploaded 27.93 TB</p>
  </li>
  <li>
    <h5 id="cite-wa-sucks-cite-says"><cite> WA Sucks!!!! </cite> Says:</h5>

    <p>Well First i would like to say great article sharky, Get well soon!!
and second i would like to say that wrestlingaxxess if CRAP!!! you
may ask why ? The thing is that they stole that design from
all4nothin the brother site of Xtreme Wrestling Torrents (XWT) and
they steal the content that is uploaded at XTW, what a bunch of
fags. LOL</p>
  </li>
  <li>
    <h5 id="cite-green-man-cite-says"><cite> Green Man </cite> Says:</h5>

    <p>About AlphaOmega, their wiki says:</p>

    <p>“At this point, each torrent is seeded from multiple gbit servers,
meaning you will see the greatest speed possible.”</p>

    <p>I see only 1 seeder on 99% of all torrents.</p>

    <p>“The site will never have open sign ups.”</p>

    <p>Wrong again.</p>
  </li>
  <li>
    <h5 id="cite-nike-cite-says"><cite> Nike </cite> Says:</h5>

    <p>“The site will never have open sign ups.”<br />
 Signup Link: <a href="http://www.alphaomega.me/register.php" title="http://www.alphaomega.me/register.php" rel="nofollow">http://www.alphaomega.me/register.php</a> lolwut</p>
  </li>
  <li>
    <h5 id="cite-nom-nom-nom-bear-cite-says"><cite> nom nom nom bear </cite> Says:</h5>

    <p>ViPMUSiC.org is down for some days now.<br />
 does anyone know, what happened?</p>
  </li>
  <li>
    <h5 id="cite-b4yrant-cite-says"><cite> B4yrant </cite> Says:</h5>

    <p>Shame on IMAGiNE for unleashthe.net - p2l bullshit.</p>

    <p>Great article Sharky, hope you make a full recovery soon.</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.<br />
 Fórum de convites para Trackers e Convívio geral.</p>

    <p>Portuguese Language invite forum(no traders).</p>
  </li>
  <li>
    <h5 id="cite-lol--get-in-while-u-can-cite-says"><cite> LOL @ GET IN WHILE U CAN </cite> Says:</h5>

    <p>Dude why try to promote your site like that. L2S sucks ballz and
would not recommend anyone to go there. Slow ass seed boxes is what
they have. “Some great content going up and all hosted on fast
seedboxes. Great if your an uploader at other small sites as you can
steal there torrents”<br />
 PMSL dude like I said your site sucks ballz why would anyone go to
this shit ass site when you have so many top sites that you can get
into. TL REVTT SCC TD IPT on and on and on.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-1"><cite> Anonymous </cite> Says:</h5>

    <p>Yawn.</p>

    <p>Another bunch of noob trackers that will all be dead within 6
months.</p>
  </li>
  <li>
    <h5 id="cite-mr-awesome-cite-says"><cite> Mr. Awesome </cite> Says:</h5>

    <p>Blu-bits.com is very nice. No, it’s not hdbits yet, but I see great
potential in it.</p>
  </li>
  <li>
    <h5 id="cite-unknow-cite-says"><cite> Unknow </cite> Says:</h5>

    <p>Blu-Bits sux!</p>
  </li>
  <li>
    <h5 id="cite-blu-bits-cite-says"><cite> Blu-bits </cite> Says:</h5>

    <p>Thanks for the nice words. Carry on.</p>
  </li>
  <li>
    <h5 id="cite-ultras-cite-says"><cite> ultras </cite> Says:</h5>

    <p>Nice article,sharky,</p>

    <p>Btw take care yourself !</p>
  </li>
  <li>
    <h5 id="cite-zino12-cite-says"><cite> zino12 </cite> Says:</h5>

    <p>Sharky- Hope you are feeling better- thanks so much for your posts-
always a worthwhile read.</p>
  </li>
  <li>
    <h5 id="cite-kerryblue-cite-says"><cite> kerryblue </cite> Says:</h5>

    <p>As for TVStore…we have 10312 torrents (6127 active), not 5500 as
stated. Migration period is over at last (we gave a good 2 months
for doing so), whoever really wanted to, was able to bring her/his
stats from Bitgate. Invite system is open now.</p>
  </li>
  <li>
    <h5 id="cite-guest-cite-says"><cite> guest </cite> Says:</h5>

    <p>to nom nom nom bear<br />
 vipmusic change ip.. search in forums</p>
  </li>
  <li>
    <h5 id="cite-gaston-cite-says"><cite> Gaston </cite> Says:</h5>

    <p>Good good good Tracker!!!</p>

    <p><a href="http://www.scenebytes.org/signup.php" title="http://www.scenebytes.org/signup.php" rel="nofollow">http://www.scenebytes.org/signup.php</a></p>

    <p>registered members: 2,179</p>
  </li>
  <li>
    <h5 id="cite-yoda-cite-says"><cite> yoda </cite> Says:</h5>

    <p><a href="http://feeltheforce.biz/" rel="nofollow">http://feeltheforce.biz</a></p>

    <p>only been open a few days<br />
 Members: 58<br />
 Torrents: 153<br />
 Seeders: 170<br />
 Leechers: 17<br />
 Peers: 173<br />
 Threads: 94<br />
 Posts: 140</p>
  </li>
  <li>
    <h5 id="cite-name-cite-says"><cite> Name </cite> Says:</h5>

    <p>Hey sharky - just thought id point out that 3dsbs torrents is
actually a pretty good site for 3D movies, there are very few groups
out there that do 3d rips. And the 46 torrent count isnt exactly a
negative point since there are very few 3D blurays available to
encode. Again, for obvious reasons, its a niche tracker, but not one
I would gloss over for owners of 3D hardware.</p>

    <p>Disclaimer: I have no affiliation with the site (just a member), and
I DO use 3dblurayiso too, just saying both are good sources.</p>
  </li>
  <li>
    <h5 id="cite-to-guest-cite-says"><cite> To guest </cite> Says:</h5>

    <p>They changed IP? wtf even irc i see :S i dont get it where to get
new one?</p>
  </li>
  <li>
    <h5 id="cite-hero-cite-says-1"><cite> hero </cite> Says:</h5>

    <p>fyi, AlphaOmega has closed signups.</p>
  </li>
  <li>
    <h5 id="cite-chris-cite-says"><cite> chris </cite> Says:</h5>

    <p>i have funfile.org invites. does anyone know of any good music
torrent sites, perferablly private site. thanks.</p>
  </li>
  <li>
    <h5 id="cite-omen-cite-says"><cite> Omen </cite> Says:</h5>

    <p>@Hero:</p>

    <p>Nope, just checked and AlphaOmega is open.</p>
  </li>
  <li>
    <h5 id="cite-imtdb-cite-says"><cite> IMTDb </cite> Says:</h5>

    <p>Torrent site != Tracker</p>

    <p>Our website for example is a movie torrent indexer.</p>

    <p>Which means that our robots crawl the web automagically searching
for the best movie torrents available.</p>

    <p>We currently index BDRIP / DVDRIP / R5 / SCREENER only (No TS or
CAM).<br />
 Since everything is managed via our custom robots we have been able
to put some intelligence there : only the best torrents we were able
to find for each movie are displayed. Our robots target both
releases (MAXSPEED, FXG, …) and scene (ViSiON, FLAWL3SS) groups thus
making sure that the movies are made available as soon as they come
out and that the most seeded torrent only are displayed.</p>

    <p>The website is free and does not require any subscription.</p>

    <p>As for stats, we currently have 3690 torrents for 2654 movies.</p>

    <p><a href="http://imtdb.kicks-ass.org/" rel="nofollow">http://imtdb.kicks-ass.org/</a></p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says"><cite> anon </cite> Says:</h5>

    <p>“and scene (ViSiON, FLAWL3SS) groups”<br />
 ROFL #35!!!</p>

    <p>Now you just proved you know nothing about this stuff.</p>
  </li>
  <li>
    <h5 id="cite-imtdb-cite-says-1"><cite> IMTDb </cite> Says:</h5>

    <p>@36 Haters Gonna Hate</p>
  </li>
  <li>
    <h5 id="cite-kevin-cite-says"><cite> Kevin </cite> Says:</h5>

    <p>You think ViSiON is on the scene? Lol</p>
  </li>
  <li>
    <h5 id="cite-lol-imtdb-cite-says"><cite> LOL IMTDB </cite> Says:</h5>

    <p>HAHAHAHAH, nub</p>
  </li>
  <li>
    <h5 id="cite-amigzo-cite-says"><cite> Amigzo </cite> Says:</h5>

    <p>I see great potential in these trackers:</p>

    <p><a href="http://www.alphaomega.me/" title="http://www.alphaomega.me" rel="nofollow">http://www.alphaomega.me</a> - Awesome tracker!<br />
<a href="http://www.scenebytes.org/" title="http://www.scenebytes.org" rel="nofollow">http://www.scenebytes.org</a> - Great pre-times
also.<br />
<a href="http://uactivity.com/" title="http://uactivity.com" rel="nofollow">http://uactivity.com</a> - Interesting content
:D.</p>

    <p>~ Join this trackers if you want a GOOD tracker, and no trackers
that that bad and pointless because they are dead in a few weeks.</p>
  </li>
  <li>
    <h5 id="cite-amigzo-cite-says-1"><cite> Amigzo </cite> Says:</h5>

    <p>I think also i have found the newest private tracker ever, yes this
tracker has only 14 registered members!.</p>

    <p>You can register here if you want to share some stuff over here,
apply for uploaderstats please.</p>

    <p><a href="http://68.62.162.77/signup.php" rel="nofollow">http://68.62.162.77/signup.php</a></p>
  </li>
  <li>
    <h5 id="cite-amigoz-cite-says"><cite> AMIGOZ </cite> Says:</h5>

    <p>Thanks Amigzo. Your tracker seems really good. It’s so good it
doesn’t even need a domain name, and only your 14 children are
members! Until now, I’ll sign up. Who needs 30K torrents. All I need
is your 3 uploaded torrents. I don’t have time to download 30K
torrents from TL. Your trackeer is better.</p>
  </li>
  <li>
    <h5 id="cite-amigzo-cite-says-2"><cite> Amigzo </cite> Says:</h5>

    <p>Dude its not my tracker :), i just want to say with it that in this
post of FSF it says that there is a tracker with only 40 member, but
the one i found is new and has less members. that was my point.</p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says"><cite> matt </cite> Says:</h5>

    <p>/\ FAIL<br />
 u forgot to change ur name . lol</p>
  </li>
  <li>
    <h5 id="cite-efg-cite-says"><cite> EFG </cite> Says:</h5>

    <p>wow… this samefag is trolling us pretty bad.</p>
  </li>
  <li>
    <h5 id="cite-lol--amigoz-cite-says"><cite> LOL @ amigoz </cite> Says:</h5>

    <p>What a dumb ass forgot to change his name PMSL!!!!!!!!1</p>
  </li>
  <li>
    <h5 id="cite-omen-cite-says-1"><cite> Omen </cite> Says:</h5>

    <p>“Our robots target both releases (MAXSPEED, FXG, …) and scene
(ViSiON, FLAWL3SS) ”</p>

    <p>Failers gotta fail</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-2"><cite> Anonymous </cite> Says:</h5>

    <p>IMTDB:</p>

    <p>“Our robots target both releases (MAXSPEED, FXG, …) and scene
(ViSiON, FLAWL3SS) ”</p>

    <p>bahahahahahahahahahah</p>

    <p>you’re a f*cking noob.</p>
  </li>
  <li>
    <h5 id="cite-amigoz-cite-says-1"><cite> AMIGOZ </cite> Says:</h5>

    <p>LOL at the three stooges (idiots) “MATT”, “EFG”, and “LOL @ amigoz”</p>

    <p>I was making fun of his tracker. Since y’all can’t read, he spelled
his name AMIGZO and I used AMIGOZ.</p>

    <p>Where’s your glasses?</p>
  </li>
  <li>
    <h5 id="cite-zamigo-cite-says"><cite> ZAMIGO </cite> Says:</h5>

    <p>LOLZ</p>
  </li>
  <li>
    <h5 id="cite-efg-cite-says-1"><cite> EFG </cite> Says:</h5>

    <p>AMIGOZ<br />
 AMIGZO</p>

    <p>—&gt; samefag.</p>
  </li>
  <li>
    <h5 id="cite-amigzo-cite-says-3"><cite> AMIGZO </cite> Says:</h5>

    <p>@EFG:</p>

    <p>Haha, one of the stooges got offended.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-efg-cite-says-2"><cite> EFG </cite> Says:</h5>

    <p>sry 4 acting like a 14 yr old fag.</p>
  </li>
  <li>
    <h5 id="cite-amigzo-can-suck-my-d-cite-says"><cite> AMIGZO CAN SUCK MY D…. </cite> Says:</h5>

    <p>haha</p>
  </li>
  <li>
    <h5 id="cite-gfxsky-cite-says"><cite> gfxsky </cite> Says:</h5>

    <p>Thank for your list.<br />
 I see many good trackers.</p>
  </li>
  <li>
    <h5 id="cite-yocto-cite-says"><cite> Yocto </cite> Says:</h5>

    <p>Hi all, anyone want to join my site</p>

    <p>Storethe.net</p>

    <p>PM me and send me paypal donation of $30 for great membership!</p>
  </li>
  <li>
    <h5 id="cite-need-help-cite-says"><cite> Need Help </cite> Says:</h5>

    <p>I registered scenebytes, but I have not recived confirmation email.
Is there some IRC support channel or email?</p>
  </li>
  <li>
    <h5 id="cite-torrentcube-cite-says"><cite> torrentcube </cite> Says:</h5>

    <p>still looking for great staff if intrested join site @
<a href="http://torrentcube.org/" rel="nofollow">http://torrentcube.org</a> DARE U LOOK INTO THE
CUBE <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
  </li>
  <li>
    <h5 id="cite-codemonkey-speed-bytescom-cite-says-1"><cite> CodeMonkey [speed-bytes.com] </cite> Says:</h5>

    <p>Torrents 313 we are just going from strength to strength</p>
  </li>
  <li>
    <h5 id="cite-romanian-cite-says"><cite> ROMANIAN </cite> Says:</h5>

    <p><a href="http://pt.hdcmct.com/signup.php" rel="nofollow">http://pt.hdcmct.com/signup.php</a></p>

    <p>High quality bluray rip encodes</p>

    <p>select the english language from up on the right</p>
  </li>
  <li>
    <h5 id="cite----cite-says"><cite> – </cite> Says:</h5>

    <p>LOL at those AlphaOmega clowns.</p>

    <p>“AO’s staff is composed of elitists in the torrent world, composed
of the top coders, racers, uploaders, and designers.”</p>

    <p>Their staff also seems to be composed of arrogant douchebags who
don’t have the skills to back up anything they said. Other than the
design/layout (which is good but not great) the rest of the site
looks no different from any other month-old noob tracker. 99% of the
torrents have only a single seeder, pretimes are sloooooow, and most
torrents fall under the tv/movies/xxx categories that you can find
on every other tracker on the planet.</p>

    <p>With all the AO c*cksucking that’s going on in various forums I
expected something much better.</p>
  </li>
  <li>
    <h5 id="cite-stoner-cite-says"><cite> Stoner </cite> Says:</h5>

    <p>U cant judge a tracker by its first few months.. Sure some start out
great… But then start to fail, others start out looking quite bad,
but then turn into something special. Maybe they will maybe they
wont… But every new site needs to be given time to settle in.</p>
  </li>
  <li>
    <h5 id="cite-woot-cite-says"><cite> woot! </cite> Says:</h5>

    <p><a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a><br />
 a place to buy/sell/trade/give/request tracker invites:)</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says-1"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.<br />
 Fórum de convites para Trackers e Convívio geral.</p>

    <p>Portuguese Language invite forum(no traders).</p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says-1"><cite> matt </cite> Says:</h5>

    <p>Stop with the SPAM!</p>
  </li>
  <li>
    <h5 id="cite-tramzik-cite-says"><cite> tramzik </cite> Says:</h5>

    <p>im from ukraine. I need FTN , i offer waffles or what.cd account.<br />
 trade with me please. <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#116;&#114;&#097;&#109;&#122;&#105;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#116;&#114;&#097;&#109;&#122;&#105;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-monster-cite-says"><cite> Monster </cite> Says:</h5>

    <p>Open registration at SRT!<br />
<a href="http://sharetheremote.org/" rel="nofollow">http://sharetheremote.org/</a></p>
  </li>
  <li>
    <h5 id="cite-stf-cite-says"><cite> STF </cite> Says:</h5>

    <p>On 19.12.2010<br />
 StoreTheFiles.net will became invite only.</p>
  </li>
  <li>
    <h5 id="cite-blu-bits-rocks-cite-says"><cite> blu-bits rocks! </cite> Says:</h5>

    <p>WOW! The content is nice. The community is nice. I like the layout,
as well as the optional themes. I love M2TS, and this place has
them.</p>

    <p>Keep it up fellas!</p>
  </li>
  <li>
    <h5 id="cite-bloodspill-cite-says"><cite> bloodspill </cite> Says:</h5>

    <p>Scenebytes - wow !! what a great looking tracker, signed up this
morning and glad i did!!</p>

    <p>fast on releases and well worth the praise they will get , massive
thumbs up from me!!</p>
  </li>
  <li>
    <h5 id="cite-agree-i-am-cite-says"><cite> AGREE I AM </cite> Says:</h5>

    <p>I agree. SceneBytes seems much better than AlphaOmega. Looks a hell
of a lot better. Gazelle FTL.</p>
  </li>
  <li>
    <h5 id="cite-scenebytes-cite-says"><cite> scenebytes </cite> Says:</h5>

    <p>Invite only - Signups are closed presently</p>
  </li>
  <li>
    <h5 id="cite-codemonkey-speed-bytescom-cite-says-2"><cite> CodeMonkey [Speed-Bytes.com] </cite> Says:</h5>

    <p>Torrents 468 <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> just
a quick update thanks for joining all that have
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-eddie-cite-says"><cite> eddie </cite> Says:</h5>

    <p>When u are feeling better mate can you do me a favour, stop writing
reviews for sites running TSSE script, it seems every wanker with
$150 to spend decides to start a torrent site, in the main they have
no idea what they are doing, the sites look fcking awful and members
security is a fcking joke.</p>

    <p>A little tip guys, if you dont know php, dont bother, you are
putting yourselves and your members at risk.</p>
  </li>
  <li>
    <h5 id="cite-bugs-bunny-cite-says"><cite> Bugs Bunny </cite> Says:</h5>

    <p>Administrator sorry for my post!</p>

    <p>BR</p>
  </li>
  <li>
    <h5 id="cite-oklahoma-cite-says"><cite> Oklahoma </cite> Says:</h5>

    <p>SceneBytes:<br />
 Ninja.Warrior.S12E01.PDTV.XviD-W4F<br />
 Uploaded 15 seconds after pre.</p>

    <p>SceneTorrents has return…:)</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-3"><cite> Anonymous </cite> Says:</h5>

    <p>@76 OKLAHOMA</p>

    <p>meh.</p>

    <p>(01)-(SCC) Ninja.Warrior.S12E01.PDTV.XviD-W4F (13.39s AP)<br />
 (02)-(DH) Ninja.Warrior.S12E01.PDTV.XviD-W4F (15.41s AP) (W: SCC
2.02s Ago)<br />
 (03)-(SBT) Ninja.Warrior.S12E01.PDTV.XviD-W4F (17.22s AP) (W: SCC
3.83s Ago)</p>
  </li>
  <li>
    <h5 id="cite-hacker-cite-says"><cite> Hacker </cite> Says:</h5>

    <p>i need invite for revolutiontt.net or blackcats-games.net<br />
 mail–&gt;mixalaras1318@gmail.com</p>
  </li>
  <li>
    <h5 id="cite-bugs-bunny-cite-says-1"><cite> Bugs Bunny </cite> Says:</h5>

    <p>Hi Guys!</p>

    <p>Can someone please send me invitation for revolutiontt, BitMe.org,
What.CD, Waffles.fm or Blackcats-Games. Mail-&gt;
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#122;&#097;&#099;&#097;&#115;&#110;&#105;&#046;&#117;&#112;&#111;&#114;&#097;&#098;&#110;&#105;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#122;&#097;&#099;&#097;&#115;&#110;&#105;&#046;&#117;&#112;&#111;&#114;&#097;&#098;&#110;&#105;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>P.S. I’m very grateful for all of your invitations :))</p>

    <p>THX!!!</p>
  </li>
  <li>
    <h5 id="cite-james-brown-cite-says"><cite> James Brown </cite> Says:</h5>

    <p>For a good smaller HD tracker with 2 exclusive internal encoders
check out</p>

    <p><a href="http://www.seed-bytes.com/index.php" rel="nofollow">http://www.seed-bytes.com/index.php</a></p>

    <p>Exclusive encodes by out two encoding teams include 480,720, and
1080p x264s, as well as PS3-compatible mp4s (locked at 4GB in size
for FAT32) and Full DVDs and BDs.</p>

    <p>Check em out while you can. They just got rid of a bunch of accts
from inactive users so are currently open to another 1100 users.
They’ll fill up quick so sign up while you can!</p>

    <p>Get a cheap seedbox from here…</p>

    <p><a href="http://pulsedmedia.com/clients/aff.php?aff=006" rel="nofollow">http://pulsedmedia.com/clients/aff.php?aff=006</a></p>
  </li>
  <li>
    <h5 id="cite-dirty-dirk-cite-says"><cite> dirty dirk </cite> Says:</h5>

    <p>alphaomega.me &lt;—- this ones the shit!! i’d recommend joining and
i’m not one for recommendations. In a few months/years time this
will be up there with the best scene trackers and invites will be
like trying to find buried gold. The speed in which Content is
posted is ridiculously fast. Download speeds are getting better with
the growing amount of users jumping on torrents but still need a lot
of improving.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-4"><cite> Anonymous </cite> Says:</h5>

    <p>@81 DIRTY DIRK</p>

    <p>L-O-f*cking-L.</p>

    <p>I’m guessing that you’re staff on AO, since staff members are the
only people who would post such fanboy nonsense and blatantly lie
about how awesome the site is.</p>

    <p>(21)-(AO) The.Walking.Dead.S01E06.720p.HDTV.x264-IMMERSE (16m 46.45s
AP)<br />
 (21)-(AO) Boardwalk.Empire.S01E12.HDTV.XviD-FEVER (18m 20.43s AP)</p>

    <p>Between pre times like those, the open signups, giving every user 20
invites each, and the 1 seeder and no leechers on most of the
torrents… watch out SCC/GFT!</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-5"><cite> ANONYMOUS </cite> Says:</h5>

    <p>@82 ANONYMOUS<br />
 So its bad because it had open signups during its first couple
weeks of existence, its bad because it gave the first batch of new
users 20 invites, yet also bad because there aren’t enough peers on
each torrent…..were the peers just supposed to fall out of the sky
on day 1? Let me guess, FTN is the greatest thing since sliced
bread, right?! Because unless a site is super l33t and hard to get
into, its total crap, especially a new site. Bitch about pre-times,
bitch about not enough peers (IF it actually makes torrents slower
to download in your specific case, I’m guessing you never got past
the browse page), bitch about gazelle if you don’t like it, but the
rest of your argument has nothing to do with anything. The site is
2-3 weeks old. If its as terrible as you say, then guess what? Don’t
join it, ever, and ignore posts about it. As you say, it’ll go away
in 6-8 months. Your e-penis doesn’t get any bigger by acting like a
douchebag in comments for a place that you clearly don’t like.</p>
  </li>
  <li>
    <h5 id="cite-spteam-cite-says"><cite> SPTeam </cite> Says:</h5>

    <p>NEW SITE OPENED <a href="http://scenepeople.info/" rel="nofollow">http://scenepeople.info</a></p>
  </li>
  <li>
    <h5 id="cite-john-cite-says"><cite> John </cite> Says:</h5>

    <p><a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a><br />
 the best place for torrent invites, discussion, tracker reviews,
trades, sell, buy, etc ! visit and sing-up today!</p>
  </li>
  <li>
    <h5 id="cite-omg-cite-says"><cite> OMG </cite> Says:</h5>

    <p>@ 83</p>

    <p>No what is bad, is all the coverage they have had and the crap they
have posted in there forum instructing users how to make a review of
there site.. Most of it is complete bull cr*p</p>

    <p>Users should be making there own reviews of a site, not what the
owners/staff want them to say.</p>

    <p>Pretimes are pretty dismal on most stuff but yeah they aint the
worst ever seen on a private tracker.</p>

    <p>As for some of the other crap, like having access to groups dumps, I
very much doubt it, having multiple gbits seeding every torrent..
Yeah right.. That aint happening.</p>

    <p>Its a “OK” site.. Design aint all that compared to alot of the
others.. SCC, TL, GFT even SeX although that is another overrated
piece of Cr*p site.. These sites get all the hype take in 1,000’s
of users and just dont perform on what they set out todo. I bet out
of all the people who signup they have less than 10% that are
active.<br />
 There are many more better smaller sites, that dont go for the
coverage that AO and SeX have gone for..</p>
  </li>
  <li>
    <h5 id="cite-delbhoys-cite-says"><cite> delbhoys </cite> Says:</h5>

    <p><a href="http://dij-entertainments.co.uk/" rel="nofollow">http://dij-entertainments.co.uk</a> come and
have a look at this site</p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says-2"><cite> matt </cite> Says:</h5>

    <p>wheres the updates? this site is walking dead</p>
  </li>
  <li>
    <h5 id="cite-gl00zak-cite-says"><cite> gl00zak </cite> Says:</h5>

    <p>agreee with mr matt, where are all da updates mon</p>
  </li>
  <li>
    <h5 id="cite-seed-bytescom-cite-says"><cite> seed-bytes.com </cite> Says:</h5>

    <p>080 • JAMES BROWN Says:<br />
 07.12.10 at 9:51 am</p>

    <p>[quote]For a good smaller HD tracker with 2 exclusive internal
encoders check out</p>

    <p><a href="http://www.seed-bytes.com/index.php" rel="nofollow">http://www.seed-bytes.com/index.php</a></p>

    <p>Exclusive encodes by out two encoding teams include 480,720, and
1080p x264s, as well as PS3-compatible mp4s (locked at 4GB in size
for FAT32) and Full DVDs and BDs.</p>

    <p>Check em out while you can. They just got rid of a bunch of accts
from inactive users so are currently open to another 1100 users.
They’ll fill up quick so sign up while you can![/quote]</p>

    <p>Thanks for posting up a great HD site! I have joined, and am very
pleased with all the gold coined Full Blu-Rays!</p>

    <p>Thanks James Brown.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-rtfm-cite-says"><cite> RTFM </cite> Says:</h5>

    <p>@88, @89:</p>

    <p>RTFM!</p>

    <p>“NOTE: FSF apologizes for a lack of recent posts. As many of you
already know, I (Sharky) have been ill with recent surgery which has
kept me AFK. Things will go back to normal soon :)”</p>
  </li>
  <li>
    <h5 id="cite-xmagazines-cite-says"><cite> xmagazines </cite> Says:</h5>

    <p>check the largest adult magazines</p>

    <p><a href="http://xmagazines.org/" rel="nofollow">http://xmagazines.org</a></p>
  </li>
  <li>
    <h5 id="cite-derb3d3u-cite-says"><cite> DeRb3d3u </cite> Says:</h5>

    <p><a href="http://www.scenelinks.org/" title="http://www.scenelinks.org" rel="nofollow">http://www.scenelinks.org</a></p>
  </li>
  <li>
    <h5 id="cite-qpack-cite-says"><cite> qPack </cite> Says:</h5>

    <p>Fastest download speed some of you would say, i would agree with you
!</p>

    <p><a href="http://www.fddbits.com/" rel="nofollow">http://www.fddbits.com</a> is back, no
registration needed to download, fast &amp; easy.</p>
  </li>
  <li>
    <h5 id="cite-staff-cite-says"><cite> staff </cite> Says:</h5>

    <p>Get yourself signed upto <a href="http://ns-t.org/signup.php" rel="nofollow">http://ns-t.org/signup.php</a> if you want the lastest torrents at the fastest
speeds.<br />
 Great new tracker with lots of content going up daily. Dont see
what you want, stick in a request and someone will have it up for
you in no time.<br />
 Friendly staff and members always willing to lend a hand where
needed.</p>
  </li>
  <li>
    <h5 id="cite-lol-cite-says"><cite> LOL </cite> Says:</h5>

    <p>from 20 new torrents sites only scenebytes and IMAGINE tracker it’s
worth it<br />
 cocksucker why you post the imagine url</p>
  </li>
  <li>
    <h5 id="cite-hyena-cite-says"><cite> hyena </cite> Says:</h5>

    <p>Where is FSF. No news r u dead. Guys its christmas time. New Year is
close. Common get some invites to Musicvids &amp; Pedros &amp;
Exigo. That would be the best Santa gift.</p>

    <p>But firstly post some articles. I feel FSF is dead</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-1"><cite> Anon </cite> Says:</h5>

    <p><a href="http://leech2seed.info/" rel="nofollow">http://leech2seed.info</a><br />
 Is still open for signups.. Come grab some Christmas cheer and some
movies at the same time
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>

    <p>Merry Christmas to all and a happy new year</p>
  </li>
  <li>
    <h5 id="cite-ftp-anouce-cite-says"><cite> ftp anouce </cite> Says:</h5>

    <p>I got ftp scene, who wants, the service, i can provide.</p>
  </li>
  <li>
    <h5 id="cite-hd-trackers-cite-says"><cite> HD trackers </cite> Says:</h5>

    <p>List the HD trackers you know of that have open sign-ups at this
moment!</p>

    <p>blu-bits: all HD<br />
 seed-bytes: BD content is gold<br />
 HD-club: russian. only d/l 5 torrents at one time. however all BD
gold</p>

    <p>list what you know of that is open at this very moment.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-hd-trackers-cite-says-1"><cite> HD trackers </cite> Says:</h5>

    <p>thdbits: thai, most BD is gold, but need to donate</p>
  </li>
  <li>
    <h5 id="cite-fsf-is-whack-cite-says"><cite> fsf is whack </cite> Says:</h5>

    <p>come on filesharefreak ,u lot are slow we are near christmas now
DECEMBER!!!!!!!!!!!!!!!!!!!!!!</p>

    <p>where is decembers
list???????????????????????????????????????????????????/</p>

    <p>merry xmas all</p>
  </li>
  <li>
    <h5 id="cite-blu-bits-cite-says-1"><cite> blu-bits </cite> Says:</h5>

    <p>Blu-bits is freeleech ’till Christmas!
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-leechmeorg-cite-says"><cite> leechme.org </cite> Says:</h5>

    <p>scene access on <a href="http://leechme.org/" rel="nofollow">http://leechme.org</a>, free
registration</p>
  </li>
  <li>
    <h5 id="cite-odin-cite-says"><cite> odin </cite> Says:</h5>

    <p>no new articles in a month?? are you closing down?</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-6"><cite> anonymous </cite> Says:</h5>

    <p>“NOTE: FSF apologizes for a lack of recent posts. As many of you
already know, I (Sharky) have been ill with recent surgery which has
kept me AFK. Things will go back to normal soon :)”</p>

    <p>@ 97,102,105</p>

    <p>Read the articles completely and be considerate ya @s$holes</p>
  </li>
  <li>
    <h5 id="cite-odin-cite-says-1"><cite> odin </cite> Says:</h5>

    <p>@anon right hole blog is run by sharky and no one else you ki$$a$$</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-2"><cite> Anon </cite> Says:</h5>

    <p>@ ODIN</p>

    <p>Come on, do u want buddhas son coming back and posting his crap.. I
would rather wait myself lol</p>

    <p>Also look at the date of this post. (22nd) so I wouldnt expect
another one on new trackers till around the 22nd of this month. Tbh
though how many new trackers are there, that you know about since
this last article.<br />
 Maybe more due one on new seedboxes. Remember torrentfreak and
filesharefreak are run by the same people.. Torrentfreak gets the
lions share of articles as they cover more bits around bittorrent.
This blog is aimed more at sites/seedboxes/bittorrent apps. So will
be a bit slower in getting new aritcles.</p>

    <p>Also dont help the main poster/blogger is not very well. So on that
note.. Get well soon Sharky.. Have a MERRY CHRISTMAS and come back
with something good in the new year.</p>
  </li>
  <li>
    <h5 id="cite-bugs-bunny-cite-says-2"><cite> Bugs Bunny </cite> Says:</h5>

    <p>Hi Guys!</p>

    <p>Do you maby know if revolutiontt, BitMe.org, What.CD, Waffles.fm or
Blackcats-Games will be opend on Christmas eve
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

    <p>PLS my mail for invitations is -&gt;
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#122;&#097;&#099;&#097;&#115;&#110;&#105;&#046;&#117;&#112;&#111;&#114;&#097;&#098;&#110;&#105;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#122;&#097;&#099;&#097;&#115;&#110;&#105;&#046;&#117;&#112;&#111;&#114;&#097;&#098;&#110;&#105;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>THX!!!</p>
  </li>
  <li>
    <h5 id="cite-manole-cite-says"><cite> manole </cite> Says:</h5>

    <p>@qPack thank you for <a href="http://fddbits.com/" rel="nofollow">http://fddbits.com</a> news
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-bugs-bunny-cite-says-3"><cite> Bugs Bunny </cite> Says:</h5>

    <p>P.S. i wish everyone a Merry Christmas and a Happy Holidays!</p>

    <p><img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
  </li>
  <li>
    <h5 id="cite-terabyte-cite-says"><cite> Terabyte </cite> Says:</h5>

    <p>ScB has open sign ups <a href="http://scenebits.info/" rel="nofollow">http://scenebits.info</a></p>
  </li>
  <li>
    <h5 id="cite-tramzik-cite-says-1"><cite> tramzik </cite> Says:</h5>

    <p>this comment was written by some bastard<br />
 I not trade nothing</p>
  </li>
  <li>
    <h5 id="cite-tramzik-cite-says-2"><cite> tramzik </cite> Says:</h5>

    <p>this comment was written by some bastard<br />
 I not trade nothing<br />
 &lt;&lt;&lt;&gt;&gt;&gt;</p>
  </li>
  <li>
    <h5 id="cite-mm-cite-says"><cite> mm </cite> Says:</h5>

    <p>Free Blog</p>

    <p><a href="http://cashnhits.com/blog/ibra/" rel="nofollow">http://cashnhits.com/blog/ibra/</a></p>
  </li>
  <li>
    <h5 id="cite-dels-cite-says"><cite> dels </cite> Says:</h5>

    <p>hi all comw and have a look at this site lot of nice torrents and
live radio</p>

    <p><a href="http://dij-entertainments.co.uk/" rel="nofollow">http://dij-entertainments.co.uk</a></p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says-2"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.<br />
 Fórum de convites para Trackers e Convívio geral…</p>

    <p>Portuguese Language invite forum(no traders).</p>
  </li>
  <li>
    <h5 id="cite-update-cite-says"><cite> update </cite> Says:</h5>

    <p>update please</p>
  </li>
  <li>
    <h5 id="cite-damon-cite-says"><cite> damon </cite> Says:</h5>

    <p>R.I.P. FSF</p>
  </li>
  <li>
    <h5 id="cite-pencildique-cite-says"><cite> pencildique </cite> Says:</h5>

    <p>[all]Merry Christmas &amp; Happy New Year[/all]</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-7"><cite> anonymous </cite> Says:</h5>

    <p>Merry x’mas to everyone and you too pencildique</p>
  </li>
  <li>
    <h5 id="cite-jason-cite-says"><cite> jason </cite> Says:</h5>

    <p>still 23h left here</p>
  </li>
  <li>
    <h5 id="cite-hyena-cite-says-1"><cite> hyena </cite> Says:</h5>

    <p>Common sharky. At least come &amp; give a word as a new post what
the hell happened.Its been long we havent heard from you.Or is there
A big bang waiting for New Year.</p>

    <p>God bless you</p>
  </li>
  <li>
    <h5 id="cite-vale-cite-says"><cite> VaLe </cite> Says:</h5>

    <p>Best Regards Sharky</p>
  </li>
  <li>
    <h5 id="cite-grimreaper-cite-says"><cite> GrImReApeR </cite> Says:</h5>

    <p>Here is my new private tracker
<a href="http://www.definitive-scene.net/" rel="nofollow">http://www.definitive-scene.net/</a> hope to see
you there soon. We been down awhile now as we used to be
<a href="http://www.definitive-scene.com/" rel="nofollow">http://www.definitive-scene.com</a> but are
domain was taken from us but now where back with kick a** coders
and great staff that will do anything for are members. Hope to see
you all there soon <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

    <p>Thanks<br />
 GrImReApeR @ adam007</p>
  </li>
  <li>
    <h5 id="cite-pants-cite-says"><cite> Pants </cite> Says:</h5>

    <p>Open reg at: <a href="http://www.trackeraccess.org/" rel="nofollow">http://www.trackeraccess.org</a></p>
  </li>
  <li>
    <h5 id="cite-sam-cite-says"><cite> Sam </cite> Says:</h5>

    <p>..<br />
 visit scenetime . one of the best trackers</p>

    <p>Scenetime.com is the best</p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says-3"><cite> matt </cite> Says:</h5>

    <p>too much spam here</p>
  </li>
  <li>
    <h5 id="cite-arthur-cite-says"><cite> Arthur </cite> Says:</h5>

    <p>TheSwarm just went open registration for Christmas</p>

    <p><a href="https://ssl.theswarm.me/register.php" rel="nofollow">https://ssl.theswarm.me/register.php</a></p>
  </li>
  <li>
    <h5 id="cite--0129-cite-says"><cite> @ 0129 </cite> Says:</h5>

    <p>Oh really?</p>

    <p>“Sorry, the site is currently invite only. Join our irc at
irc.swarm-network.me #invite”</p>

    <p>:rolls eyes:</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-8"><cite> anonymous </cite> Says:</h5>

    <p>Merry Christmas sharky</p>
  </li>
  <li>
    <h5 id="cite-eljoker-cite-says-1"><cite> ELJOKER </cite> Says:</h5>

    <p>i hope you are ok sharky bro</p>

    <p>please update us about your self</p>
  </li>
  <li>
    <h5 id="cite-get-better-cite-says"><cite> Get better </cite> Says:</h5>

    <p>I hope all is well. I’d hate to see this site go.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-wwwsuperheroalliancenet-cite-says"><cite> www.SuperheroAlliance.net </cite> Says:</h5>

    <p>Wow the amount of trackers seem to be growing at a rapid rate.</p>

    <p>Are you a superhero fan?<br />
 Then come register at <a href="http://www.superheroalliance.net/" rel="nofollow">http://www.superheroalliance.net</a><br />
 It’s a forum dedicated to all major superhero comic fans | DC
Comics | Marvel Comics</p>

    <p>Tasks are being assigned! Soon register to be a part of the
community.</p>

    <p><a href="http://www.superheroalliance.net/" rel="nofollow">http://www.superheroalliance.net</a></p>
  </li>
  <li>
    <h5 id="cite-james-brown-cite-says-1"><cite> James Brown </cite> Says:</h5>

    <p>Thanks for the latest update!</p>

    <p>For a cheap seedbox (115GB HDD, 230MB RAM, 100mbit connection)</p>

    <p>that costs only 10 euro a month, check out this link</p>

    <p><a href="http://pulsedmedia.com/clients/aff.php?aff=006" rel="nofollow">http://pulsedmedia.com/clients/aff.php?aff=006</a></p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-9"><cite> anonymous </cite> Says:</h5>

    <p>maybe sharky will come around january first week.</p>
  </li>
  <li>
    <h5 id="cite-scenepeople-cite-says"><cite> scenepeople </cite> Says:</h5>

    <p>check out our new site.</p>

    <p><a href="http://scenepeople.info/" rel="nofollow">http://scenepeople.info</a></p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says-4"><cite> matt </cite> Says:</h5>

    <p>shark boy just left us, get over it</p>
  </li>
  <li>
    <h5 id="cite-octopus-cite-says"><cite> OCTOPUS </cite> Says:</h5>

    <p>SHARKY IS DEAD</p>
  </li>
  <li>
    <h5 id="cite-xmagazines-cite-says-1"><cite> xmagazines </cite> Says:</h5>

    <p>maybe you like this site: <a href="http://xmagazines.org/" rel="nofollow">http://xmagazines.org</a></p>
  </li>
  <li>
    <h5 id="cite-aussietorrents-cite-says"><cite> Aussietorrents </cite> Says:</h5>

    <p>we’re a new site, great code and theme.</p>

    <p>we’re currently getting things going.</p>

    <p>the stats of the website is:<br />
 Registered users 32<br />
 Torrents 81<br />
 Peers 80<br />
 Seeders 80<br />
 Leechers 0<br />
 Seeder/leecher ratio (%) 0</p>

    <p>these are stats from 31/12/10 at 00.32GMT time</p>

    <p>we’re currently needing uploaders (seedbox uploaders mainly).</p>

    <p>we’re looking for experianced moderators at the moment.</p>

    <p>if intrested then once signed up contact staff,</p>

    <p>site link: <a href="http://aussietorrents.com/signup.php" rel="nofollow">http://aussietorrents.com/signup.php</a></p>
  </li>
  <li>
    <h5 id="cite-l2s-cite-says"><cite> L2S </cite> Says:</h5>

    <p>Come signup while you can. This site will be closing its doors this
month.</p>

    <p><a href="http://leech2seed.info/" rel="nofollow">http://leech2seed.info</a></p>
  </li>
  <li>
    <h5 id="cite-bloodspill-cite-says-1"><cite> bloodspill </cite> Says:</h5>

    <p>Come and join the fun at <a href="http://twistedtorrents.com/" rel="nofollow">http://twistedtorrents.com</a></p>

    <p>99.9% of all torrents here are hosted on !!!SUPER FAST!!! seedboxes
so there is no waiting around for your torrents.</p>

    <p>We have 2 radios onsite with !!LIVE!! djs taking requests.</p>

    <p>We have added Private Game Servers that are open to all VIP members.</p>

    <p>Fun Competitions, torrent requests sections, pretty much everything
you will ever need ….PLUS MORE!!!</p>

    <p>join the fun and madness that is……..</p>

    <p><a href="http://twistedtorrents.com/" rel="nofollow">http://twistedtorrents.com/</a></p>
  </li>
  <li>
    <h5 id="cite-bro-cite-says"><cite> bro </cite> Says:</h5>

    <p>Are you alive bro?</p>
  </li>
  <li>
    <h5 id="cite-dels-cite-says-1"><cite> dels </cite> Says:</h5>

    <p>when your looking for a good torrent site pop along to
dij-entertainments we have all the latest movie’s albums and boxsets
and if there’s anything you need all you have to do is ask and one
of our team will pleased to help we have had a set back but were on
our way to becoming one of the best site’s on the net so come along
and see for yourself hope to see you soon</p>

    <p><a href="http://dij-entertainments.co.uk/" rel="nofollow">http://dij-entertainments.co.uk</a></p>
  </li>
  <li>
    <h5 id="cite-fastbinder-cite-says"><cite> fastbinder </cite> Says:</h5>

    <p>sharky, please get well and of course take your time. Besides being
highly informative you’re also a talented writer — it’s always been
a pleasure reading your articles. All the best.</p>
  </li>
  <li>
    <h5 id="cite-rip-cite-says"><cite> rip </cite> Says:</h5>

    <p>R.I.P. Filesharefreak</p>

    <p>thanks for everything while it lasted..</p>
  </li>
  <li>
    <h5 id="cite-sharky-cite-says"><cite> SHARKY </cite> Says:</h5>

    <p>FileShareFreak is now officially dead. It was fun while it lasted!
Have a nice day.</p>
  </li>
  <li>
    <h5 id="cite-cite-says"><cite>:( </cite> Says:</h5>

    <p>Sharky could you please make an official anouncement? Is it that you
just have other goals in life?.. I would understand that.</p>
  </li>
  <li>
    <h5 id="cite-eljoker-cite-says-2"><cite> ELJOKER </cite> Says:</h5>

    <p>@148</p>

    <p>you are not sharky we know so stop telling lies till real sharky
come<br />
 ps. sharky has author beside his name if he posted in comments and
his name would be activated if you click it</p>
  </li>
  <li>
    <h5 id="cite-crem-le-crem-cite-says"><cite> crem le crem </cite> Says:</h5>

    <p>ELJOKER, way to
pwn!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
  </li>
  <li>
    <h5 id="cite-cite-says-1"><cite>:( </cite> Says:</h5>

    <p>Oh, my bad. I didn’t reread the article. It turns out there’s info
in it. Get well Sharky. I wouldn’t post if I knew what’s going on.</p>
  </li>
  <li>
    <h5 id="cite-yocto-cite-says-1"><cite> Yocto </cite> Says:</h5>

    <p>All come to mine website!!!</p>
  </li>
  <li>
    <h5 id="cite-pants-cite-says-1"><cite> Pants </cite> Says:</h5>

    <p><a href="http://www.trackeraccess.org/" rel="nofollow">http://www.trackeraccess.org</a></p>
  </li>
  <li>
    <h5 id="cite-backie-cite-says"><cite> Backie </cite> Says:</h5>

    <p>I like sucking donkey dick!</p>
  </li>
  <li>
    <h5 id="cite-megavape-cite-says"><cite> megavape </cite> Says:</h5>

    <p>check out megavape.com your like it
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-ted-striker-cite-says"><cite> Ted Striker </cite> Says:</h5>

    <p>Get well soon.</p>

    <p><a href="http://www.p2pscoop.com/" rel="nofollow">http://www.p2pscoop.com</a></p>
  </li>
  <li>
    <h5 id="cite-dass-cite-says"><cite> Dass </cite> Says:</h5>

    <p><a href="http://www.funkytorrents.com/" rel="nofollow">http://www.funkytorrents.com</a></p>

    <p>OPEN <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
  </li>
  <li>
    <h5 id="cite-firestorm-cite-says"><cite> Firestorm </cite> Says:</h5>

    <p>The Camorra, new movie tracker currently open signup!</p>

    <p><a href="http://thecamorra.org/free-signup.php" rel="nofollow">http://thecamorra.org/free-signup.php</a></p>
  </li>
  <li>
    <h5 id="cite-jim267-cite-says"><cite> Jim267 </cite> Says:</h5>

    <p>Get well Sharky!!</p>
  </li>
  <li>
    <h5 id="cite-yocto-cite-says-2"><cite> Yocto </cite> Says:</h5>

    <p>SITE UPDATE<br />
 ***********************************************************</p>

    <p>The Website File Share Freak has been suspendedby new US legislation
blocking ISP internet access and removal of certain websites in
violation of US and International law.</p>

    <p>I will try to make more information available soon once my legal
counsel allows me to do so.</p>

    <p>Thanks</p>

    <p>Sharky</p>

    <p>**********************************************************</p>
  </li>
  <li>
    <h5 id="cite-visantian-cite-says"><cite> Visantian </cite> Says:</h5>

    <p>We are new general tracker and we are open to signup. Also we have
friendly staff who will want to welcome you, and if you are
interested to be part of the staff you can apply, for admin or mod
position.</p>

    <p><a href="http://torrents-n-techs.co.uk/signup.php" rel="nofollow">http://torrents-n-techs.co.uk/signup.php</a></p>
  </li>
  <li>
    <h5 id="cite-horsemen-cite-says"><cite> Horsemen </cite> Says:</h5>

    <p>get well soon Sharky</p>

    <p>I miss the articles</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-10"><cite> Anonymous </cite> Says:</h5>

    <p>FSF is dead whatever the reason may be. Thanks for all your posts
but you need to realize when to move on.</p>

    <p>All the best.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-11"><cite> anonymous </cite> Says:</h5>

    <p>pffft..</p>
  </li>
  <li>
    <h5 id="cite-scenepeople-cite-says-1"><cite> scenepeople </cite> Says:</h5>

    <p><a href="http://scenepeople.info/" rel="nofollow">http://scenepeople.info</a></p>

    <p>new tracker. come and take a look. thank you</p>
  </li>
  <li>
    <h5 id="cite-pants-cite-says-2"><cite> pants </cite> Says:</h5>

    <p>Nice private site…www.trackeraccess.org</p>
  </li>
  <li>
    <h5 id="cite-pants-cite-says-3"><cite> @pants </cite> Says:</h5>

    <p>Hey Pants AKA windshield AKA every other gay ass name you use
Trackeraccess is the worst site on the net. If you like getting your
files hours after released shit I can get new shit on piratebay b4
your gay ass site. Plus your other site cherrytorrent seem to fail
miserably PMSL. Just close your foking gay ass site already and
vanish like your other site did.</p>
  </li>
  <li>
    <h5 id="cite-hemustbedead-cite-says"><cite> HEMUSTBEDEAD </cite> Says:</h5>

    <p>Sharky must be dead.</p>
  </li>
  <li>
    <h5 id="cite-shitty-cite-says"><cite> shitty </cite> Says:</h5>

    <p>Sharky is Julian Asange.</p>
  </li>
  <li>
    <h5 id="cite-maniac-cite-says"><cite> MaNiAc </cite> Says:</h5>

    <p><a href="http://thecamorra.org/free-signup.php" rel="nofollow">http://thecamorra.org/free-signup.php</a></p>

    <p>Nice tracker for movies
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-12"><cite> anonymous </cite> Says:</h5>

    <p>moviesmania.info is waaaay better.</p>
  </li>
  <li>
    <h5 id="cite-sharky-cite-says-1"><cite> SHARKY </cite> Says:</h5>

    <p>I died on surgery table and am dead now! See you on heaven. This
site is dead. ktnxbye</p>
  </li>
  <li>
    <h5 id="cite-cite-says-2"><cite>:( </cite> Says:</h5>

    <p>\o/</p>
  </li>
  <li>
    <h5 id="cite-cite-says-3"><cite>:( </cite> Says:</h5>

    <p>Sharky I’ve got an idea for your next article. “Game trackers are
dead”<br />
 Who would want to have a separate tracker for computer games? You
can download all the stuff from scene and general tracker.</p>

    <p>blackcatgames has open signups lol</p>
  </li>
  <li>
    <h5 id="cite-scenepeople-cite-says-2"><cite> @scenepeople </cite> Says:</h5>

    <p>Why in the world would you call your site scenepeople and then
upload all external torrents? On top of that you have posted that
site is freeleech for right now but remember Please do not hit ‘n’
run, keep the torrents seeded! Are you serious, you really want
people to download and seed torrents that you pull off a public site
and put on your private site. I also noticed the owner name was “X”,
and when I asked “X” if he was “X-Blade” he replied no. But then the
name “X” disappeared shortly after. Hmmm this leads me to believe
that A: You are X-Blade B: You use to be the site owner of
<a href="http://xblade-scene.org/" rel="nofollow">http://xblade-scene.org</a>. Which if any of you
remember correctly Sharky (which we all miss and hopefully gets
better soon) gave him the The LOL Tracker of the Month back in
August (check the part 1 of August). I remember the site was only
open a short time and you ran off with a couple of members donations
(which they are only to blame there selfs for donating to such a
shit site). So anyone wanting to check out the “scenepeople” beware
it won’t last longer either. PMSL at external torrents on a private
site!!!</p>
  </li>
  <li>
    <h5 id="cite-cite-says-4"><cite>:( </cite> Says:</h5>

    <p>\o/ thanks for the heads up 0176. This all sounds phunny.<br />
 … is going to look for that August thread.</p>
  </li>
  <li>
    <h5 id="cite-everyone-cite-says"><cite> @Everyone </cite> Says:</h5>

    <p>It would seem that aka “X” aka “X-Blade” is now going by the name
“deejayisea” still can’t get over the fact that there name is
scenepeople and they upload tons of externals pmsl</p>

    <p>Taken from there chat box:</p>

    <p>[12:24] Mikey : wow someone has been busy<br />
 [15:08] deejayisea : ok i have loads a url going to this site lol
:O</p>

    <p>People this is only spelling trouble for there site and you if you
download from them be smart avoid like its a toothless hooker with
herpes <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> . There are
so many sites out there to choose from I would grab and trust shit
from the pirate bay be for this shit site
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-13"><cite> ANONYMOUS </cite> Says:</h5>

    <p>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
<a href="http://anonymousfilesharing.blogspot.com/" rel="nofollow">http://anonymousfilesharing.blogspot.com/</a>
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
StealthNet = Anonymous file sharing
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says"><cite> AleX </cite> Says:</h5>

    <p>Anyone know what happened with sciencehd.info ?</p>
  </li>
  <li>
    <h5 id="cite-cite-says-5"><cite>:( </cite> Says:</h5>

    <p>@alex<br />
 I’m not on that tracker but I think I heard that it’s dead. I’m not
sure though..</p>

    <p>@Everyone else. Lol you guys pay attention to trackers like X-Blade?
It’s the first time I hear about this tracker in the comments to
this thread. There are only a few good trackers. Stick with them.</p>
  </li>
  <li>
    <h5 id="cite-sciencehdinfo-cite-says"><cite> sciencehd.info </cite> Says:</h5>

    <p>@alex…<br />
 no, ;( above is wrong, he is not on that tracker but he thinks he
heard its dead… ha whatever. sciencehd lives on, stronger than
ever.. i am member and i love it there. u have to do a workaround to
get there now thou.. and change it in the rutorrent tracker announce
too… not to poke bad about anyone thou…<br />
 here check it out…</p>

    <p><a href="http://filenetworks.blogspot.com/2011/01/sciencehd-domain-issues-here-are-some.html" rel="nofollow">http://filenetworks.blogspot.com/2011/01/sciencehd-domain-issues-here-are-some.html</a></p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says-1"><cite> AleX </cite> Says:</h5>

    <p>Hey, thanks a lot, I’ll check it out.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-3"><cite> ANON </cite> Says:</h5>

    <p>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
<a href="http://anonymousfilesharing.blogspot.com/" rel="nofollow">http://anonymousfilesharing.blogspot.com/</a>
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
StealthNet = Anonymous file sharing
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</p>

    <p>FREE AND OPEN SOURCE</p>
  </li>
  <li>
    <h5 id="cite--0-cite-says"><cite> =-0 </cite> Says:</h5>

    <p>I r miss sharky =-(</p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says-2"><cite> AleX </cite> Says:</h5>

    <p>New ScienceHD domain: sciencehd.me</p>
  </li>
  <li>
    <h5 id="cite-magazine-4-all-cite-says"><cite> Magazine 4 All </cite> Says:</h5>

    <p>thank…great info</p>

    <p><a href="http://www.mag4all.net/" rel="nofollow">http://www.mag4all.net/</a></p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-14"><cite> ANONYMOUS </cite> Says:</h5>

    <p><a href="http://anonymousfilesharing.blogspot.com/" rel="nofollow">http://anonymousfilesharing.blogspot.com/</a></p>

    <p>Try the anonymous file sharing with StealthNet</p>

    <p>FREE AND OPEN SOURCE</p>
  </li>
  <li>
    <h5 id="cite-pants-cite-says-4"><cite> Pants </cite> Says:</h5>

    <p>@168,,,have fun on TPB…getting tracked. We get most files rite away
don’t know what your on about. I can only assume you are one of the
ppl we kicked out for HNR/Cheating etc…<br />
 No wonder you stay on TPB.<br />
 Good luck.<br />
<a href="http://www.trackeraccess.org/" rel="nofollow">http://www.trackeraccess.org</a></p>
  </li>
  <li>
    <h5 id="cite-cite-says-6"><cite>:( </cite> Says:</h5>

    <p>\o/ @Pants. Don’t you understand that advertising your tracker in
such a way doesn’t do good for it? No, thanks. I won’t register.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-15"><cite> anonymous </cite> Says:</h5>

    <p>wow.. too much spam</p>
  </li>
  <li>
    <h5 id="cite-xmagazines-cite-says-2"><cite> xmagazines </cite> Says:</h5>

    <p>Check the largest adult magazines: <a href="http://xmagazines.org/" rel="nofollow">http://xmagazines.org</a></p>
  </li>
  <li>
    <h5 id="cite-tz-cite-says"><cite> TZ </cite> Says:</h5>

    <p><a href="https://torrentzone.net/" rel="nofollow">https://torrentzone.net/</a></p>
  </li>
  <li>
    <h5 id="cite-taylor-cite-says"><cite> taylor </cite> Says:</h5>

    <p>this site was good…</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-16"><cite> anonymous </cite> Says:</h5>

    <p><a href="http://torrentcube.org/" rel="nofollow">http://torrentcube.org</a></p>

    <p>great site everyone</p>
  </li>
  <li>
    <h5 id="cite-fv-cite-says"><cite> Fv </cite> Says:</h5>

    <p>help yourself to a better torrenting experience:
<a href="http://tiny.cc/2ol7t" rel="nofollow">http://tiny.cc/2ol7t</a></p>
  </li>
  <li>
    <h5 id="cite-pornseeker-cite-says"><cite> Pornseeker </cite> Says:</h5>

    <p>Empornium is offline for good. I have checked cheqit. It’s not as
good as empornium.</p>

    <p>I want an empornium like tracker.</p>

    <p>Some suggestions please?</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-4"><cite> ANON </cite> Says:</h5>

    <p><a href="http://anonymousfilesharing.blogspot.com/" rel="nofollow">http://anonymousfilesharing.blogspot.com/</a></p>

    <p>Try the anonymous file sharing with StealthNet</p>

    <p>FREE AND OPEN SOURCE</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says-3"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.<br />
 Fórum de convites para Trackers e Convívio geral.</p>

    <p>Portuguese Language invite forum(no traders)..</p>
  </li>
  <li>
    <h5 id="cite-200-cite-says"><cite> 200 </cite> Says:</h5>

    <p>200th post. and this is a dead site.</p>
  </li>
  <li>
    <h5 id="cite-fileshare-sucks-cite-says"><cite> fileshare sucks </cite> Says:</h5>

    <p>201 post</p>

    <p>dead dead dead dead dead dead dead dead dead dead dead dead dead
dead dead dead dead dead dead dead dead dead dead dead dead dead
dead dead dead dead dead dead dead dead dead dead dead dead dead
dead dead dead dead dead dead dead dead dead dead dead dead dead
dead dead dead dead dead dead dead dead dead dead dead dead dead
dead dead dead dead dead dead dead dead dead dead dead dead dead
dead dead</p>
  </li>
  <li>
    <h5 id="cite-the-turk-cite-says"><cite> the turk </cite> Says:</h5>

    <p>good site for all turks</p>

    <p>open right now</p>

    <p><a href="http://www.bitturk.net/signup.php" rel="nofollow">http://www.bitturk.net/signup.php</a></p>

    <p>lets post sites with open sign ups keep this site ALIVE</p>
  </li>
  <li>
    <h5 id="cite-btracs-cite-says"><cite> Btracs </cite> Says:</h5>

    <p>U can get that kinda info from btracs.com</p>
  </li>
  <li>
    <h5 id="cite-jimmy-cite-says"><cite> Jimmy </cite> Says:</h5>

    <p>Help seed them torrents at lightening fast speeds.. Get a seedbox
from<br />
<a href="http://serverscene.com/" rel="nofollow">http://serverscene.com</a></p>

    <p>Great boxes at even better prices.</p>
  </li>
  <li>
    <h5 id="cite-lucky-man-cite-says"><cite> Lucky Man </cite> Says:</h5>

    <p>how come this site don’t get updated much lately?</p>
  </li>
  <li>
    <h5 id="cite-hmmm-poster-0176-is-gay-cite-says"><cite> hmmm poster 0176 is gay </cite> Says:</h5>

    <p>@0176 go get a life people cba no more there much more better thing
to do with life then seed you wanna try 1337x.org and moan bout them
plus iso plus oh loads more its up to people what they wanna do not
up to YOU NOW RUN ALONG LIL BOY</p>
  </li>
  <li>
    <h5 id="cite-206-cite-says"><cite> @206 </cite> Says:</h5>

    <p>PMSL What the hell are you saying. I’ll come back and make a more
proper comment when you start making more sense.</p>
  </li>
  <li>
    <h5 id="cite-oo-cite-says"><cite> O.o </cite> Says:</h5>

    <p>still no new articles? pfft.. hope sharky is fine.</p>
  </li>
  <li>
    <h5 id="cite-seedboxdealcom-cite-says"><cite> seedboxdeal.com </cite> Says:</h5>

    <p>Visit<br />
<a href="http://www.seedboxdeal.com/" rel="nofollow">http://www.seedboxdeal.com</a><br />
 to get seedboXdeal exclusive discounts and coupons.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-5"><cite> ANON </cite> Says:</h5>

    <p><a href="http://anonymousfilesharing.blogspot.com/" rel="nofollow">http://anonymousfilesharing.blogspot.com/</a></p>

    <p>Try the anonymous file sharing with StealthNet</p>

    <p>FREE AND OPEN SOURCE</p>
  </li>
  <li>
    <h5 id="cite-an-cite-says"><cite> AN </cite> Says:</h5>

    <p>@205 Sharky has(had) health issues,thus site is not yet
updated.Let’s hope he is OK and gets back asap.</p>
  </li>
  <li>
    <h5 id="cite-sharky-cite-says-2"><cite> SHARKY </cite> Says:</h5>

    <p>SIte is dead, I don’t have time for new arcticles. Site host is paid
for two more months. Enjoy.</p>
  </li>
  <li>
    <h5 id="cite-fakesharky-cite-says"><cite> fakesharky </cite> Says:</h5>

    <p>STFU fake ass.</p>
  </li>
  <li>
    <h5 id="cite-no-really-its-sharky-cite-says"><cite> no really it&#8217;s sharky </cite> Says:</h5>

    <p>Take a screen shot while it lasts. Users who do will get a free FtN
invite.</p>
  </li>
  <li>
    <h5 id="cite-signup-code-cite-says"><cite> Signup Code </cite> Says:</h5>

    <p><a href="http://leech2seed.info/promo.php?do=signup&amp;link=84f24f7ace40b245f399761ff1f8ef51" rel="nofollow">http://leech2seed.info/promo.php?do=signup&amp;link=84f24f7ace40b245f399761ff1f8ef51</a></p>
  </li>
  <li>
    <h5 id="cite-the-chink-cite-says"><cite> the chink </cite> Says:</h5>

    <p>hope u all joined torrentgui</p>

    <p>closed again now</p>
  </li>
  <li>
    <h5 id="cite-evul-cite-says"><cite> EVUL </cite> Says:</h5>

    <p><a href="http://www.funkytorrents.com/" rel="nofollow">http://www.funkytorrents.com</a></p>

    <p>METAL / HARDCORE / ROCK and more genres</p>

    <p>OPEN REGISTRATION <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
  </li>
  <li>
    <h5 id="cite-the-chink-cite-says-1"><cite> the chink </cite> Says:</h5>

    <p><a href="https://www.funfile.org/signup.php" rel="nofollow">https://www.funfile.org/signup.php</a></p>

    <p>open hurry</p>
  </li>
  <li>
    <h5 id="cite-nek-cite-says"><cite> nek </cite> Says:</h5>

    <p><a href="http://xvidme.org/signup.php" rel="nofollow">http://xvidme.org/signup.php</a> new XviD
releases only community.</p>
  </li>
  <li>
    <h5 id="cite-dead-site-cite-says"><cite> dead site </cite> Says:</h5>

    <p>this is a dead site.</p>
  </li>
  <li>
    <h5 id="cite-dead-site-cite-says-1"><cite> dead site </cite> Says:</h5>

    <p>this site is dead</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-17"><cite> anonymous </cite> Says:</h5>

    <p>spams!!! lots of ‘em O.o!!</p>
  </li>
  <li>
    <h5 id="cite-seedboxdealcom-cite-says-1"><cite> seedboxdeal.com </cite> Says:</h5>

    <p>visit us at seedboxdeal.com for our exclusive seedbox deals and
coupons</p>
  </li>
  <li>
    <h5 id="cite-0224-cite-says"><cite> 0224 </cite> Says:</h5>

    <p>See what you did Sharky.</p>
  </li>
  <li>
    <h5 id="cite-the-chink-cite-says-2"><cite> the chink </cite> Says:</h5>

    <p>this is a spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood spam flood spam flood spam flood
spam flood spam flood spam flood</p>
  </li>
  <li>
    <h5 id="cite-sharky-cite-says-3"><cite> SHARKY </cite> Says:</h5>

    <p>Site is dead guys.</p>
  </li>
  <li>
    <h5 id="cite-stewie-cite-says"><cite> STEWIE </cite> Says:</h5>

    <p>HI</p>
  </li>
  <li>
    <h5 id="cite-0228-cite-says"><cite> 0228 </cite> Says:</h5>

    <p>Oh hai STEWIE</p>
  </li>
  <li>
    <h5 id="cite-bruce-lee-cite-says"><cite> Bruce Lee </cite> Says:</h5>

    <p>@ The Chink</p>

    <p>How about changing that racist name of yours? Thanks.</p>
  </li>
  <li>
    <h5 id="cite-chinky-cite-says"><cite> chinky </cite> Says:</h5>

    <p>stfu cock muncher</p>
  </li>
  <li>
    <h5 id="cite-gaston-cite-says-1"><cite> Gaston </cite> Says:</h5>

    <p>New SceneSound: Mp3scene.org international scene music torrent
trackers Open now!</p>

    <p><a href="http://mp3scene.org/opensignup.php" rel="nofollow">http://mp3scene.org/opensignup.php</a></p>

    <p>excellent music tracker!</p>
  </li>
  <li>
    <h5 id="cite-xvm-cite-says"><cite> xvm </cite> Says:</h5>

    <p><a href="http://xvidme.org/signup.php" rel="nofollow">http://xvidme.org/signup.php</a></p>
  </li>
  <li>
    <h5 id="cite-xvm-cite-says-1"><cite> xvm </cite> Says:</h5>

    <p><a href="http://xvidme.org/signup.php" rel="nofollow">http://xvidme.org/signup.php</a> go…go…go</p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[The All-New TorrentLeech v3 Has Arrived]]></title>
    <link href="http://filesharefreak.com/2010/11/09/the-all-new-torrentleech-v3-has-arrived/"/>
    <updated>2010-11-09T00:00:00-06:00</updated>
    <id>http://filesharefreak.com/2010/11/09/the-all-new-torrentleech-v3-has-arrived</id>
    <content type="html"><![CDATA[<p>After more than a full year of intense planning and continuous
development, <a href="http://www.torrentleech.org/" title="http://www.torrentleech.org" target="_blank">TorrentLeech v3</a> is finally ready to
be unleashed. Get excited - this isn’t just some quick paint job thrown
over an old engine; TL has been entirely gutted &amp; reinvented into
something to behold. Not since What.CD’s iconic Gazelle has any tracker
undergone such favourable modifications to improve user functionality.
Developed 100% from scratch, the new <strong>TL</strong> offers an impressive array
of improvements over their previous aging sourcecode.</p>

<p><a href="http://filesharefreak.com/images4/torrentleech3_browse.jpg"><img src="http://filesharefreak.com/images4/torrentleech3_browse-small.jpg" alt="" /></a></p>

<!--more-->

<h2 id="new-features-at-torrentleech">New Features at TorrentLeech…</h2>

<p>Long overdue for a complete makeover, <strong>TorrentLeech v3</strong> is much more
than just a stunning new design. Cosmetics aside <em>TL v3</em> adds an arsenal
of powerful new features; such as advanced searching, IMDb integration,
a tagging system, and beyond. Enough of all that - let’s get down to
what TorrentLeech version 3.0 brings to the table.</p>

<h3 id="category-browsing">Category Browsing</h3>

<p>TorrentLeech’s true power is witnessed in their unique torrent <em>browse</em>
page, where it’s clear that the dev team set aside a heavy portion of
their resources to make browsing easier. Unlike most other trackers that
just have a list of unsorted tracker categories with countless checkmark
boxes, TorrentLeech breaks down each of their seven main categories into
lesser sub-categories. For example, &#8221;<strong>Movies</strong>&#8221; has sub-cats for
<em>Cam, R5’s, HD, DVDRips</em> (and more).</p>

<p><a href="http://filesharefreak.com/images4/torrentleech3_category.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torrentleech3_category-small.jpg" alt="" /></a></p>

<p>Clicking on a main category (ie - &#8220;Movies&#8221;) will instantly ‘checkmark’
all sub-categories &amp; display all of them on the browse page.</p>

<h3 id="filter-browsing">Filter Browsing</h3>

<p><img src="http://filesharefreak.com/images4/torrentleech3_filter-cats2.jpg" alt="" />The &#8221;<strong>Filter</strong>&#8221; option
(see image below) adds incredible versatility to search results <strong>and</strong>
regular category browsing. Torrents are filtered by way of four distinct
main criteria, as well as how many torrents exist for each, and
includes:</p>

<font color="red">**Tags**</font>

<p>— Tags are appended to releases by site members &amp; uploaders
(Nonscene, HD, foreign, retro, etc). This is brand-new and doesn’t have
a lot of input yet (we’ll get back to this point).</p>

<font color="red">**Categories**</font>

<p>— (and subcategories) Primarily used to compliment direct search
querying, results are displayed in their correct main categories on the
tracker.</p>

<font color="red">**Size**</font>

<p>— Torrents here are divided into their correct sizes, as found on the
tracker.</p>

<font color="red">**Added**</font>

<p>— This is really neat; members can enter a search (or just browse
categories) and resultant entries can be further filtered by <em>date
added</em> to the tracker.</p>

<p>The filtering uses Ajax and is also applied to any/all methods for which
to search &amp; browse. As an example, you can select the sub-category
&#8220;Cam&#8221; and these filters will automatically adjust themselves to show
only releases for that chosen criteria. And of course, members can click
each filter result to display only the torrents classified for a chosen
filter.</p>

<p><a href="http://filesharefreak.com/images4/torrentleech3_filters.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torrentleech3_filters-small.jpg" alt="" /></a></p>

<h3 id="filter-the-categories">Filter the Categories</h3>

<p>In the <strong><em>Filter</em></strong> area, users can click on the main 7 categories; what
this does is display a <em>new</em> filter for <em>subcategories</em> (with total
torrent counts for each sub-cat). The example below shows how it’s
applied when <strong><em>Filter &gt; Movies</em></strong> is selected (read more on this in
the next section).</p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_filter-cats.jpg" alt="" /></p>

<h3 id="searching---that-really-works">Searching - That Really Works!</h3>

<p><strong><em>TL v3’s</em></strong> underlying search engine allows for sophisticated queries,
and demonstrates an uncanny ability to allow members to find exactly
what they’re looking for - <em>and fast</em>. Once a search is conducted the
<strong>Filter view</strong> is applied which displays the results (and the # of
torrents for each filter criteria). But what really makes this unique is
that results can be further filtered in order to hone in on the
relevance for a specific release. We’ll walk through a quick example.</p>

<p>A search for &#8220;Windows 7&#8221; on any tracker will lead to all sorts of
unwanted results, assuming that a member is searching for a <em>Win7
application</em> or OS. Through the new TorrentLeech engine, all results are
broken down into their respective filters (Tags, Category, Size, Added).
If someone then clicks on the <strong>Applications</strong> keyword [see
<strong><em>Applications (425)</em></strong> below], the filter then adjusts itself to
display even lower-level filters from within that particular category.
Multiple <em>filter facets</em> can be quickly combined (again by<em> Tags,
Size, Added, Subcategories</em>) to either include or eliminate certain
torrents from being displayed on the browse page.</p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_filters2.jpg" alt="" /></p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_filters3.jpg" alt="" /></p>

<p>**<u>Filename Searching</u></p>

<p>** — Searches can also be extended to include filenames as found within
the torrents. For example, a <em>site search</em> for <strong>fico-oldam.r11</strong> will
turn up the appropriate &#8220;Older Than America 2008 DVDRip XviD-FiCO&#8221;
release. Take it a step further, you can now search for exact names of</p>
<u>files inside of</u>

<p><em>0day packs</em> and <em>music packs</em> (among others). <strong><em>Note:</em></strong> From what we
can tell, this deep searching feature is not (yet) retroactive to older
existing torrents.</p>

<p>It’s slightly complicated to explain (yet very easy to navigate), and we
think you’ll quickly get the hang of it. The only limitation to
searching (and filtering) is your own imagination.</p>

<h3 id="tagging-system-amp-torrent-discovery">‘Tagging’ System &amp; Torrent Discovery</h3>

<p>Searching &amp; browsing is taken to a whole new level by using TL’s
<em>tagging</em> system which is also a part of the overall filtering. For
instance, click on the &#8221;<strong>Movies</strong>&#8221; category, then on &#8221;<strong>HD</strong>&#8221;
sub-cat, and finally on the tag called &#8221;<strong>Action</strong>&#8221;. This ‘tag’
feature has yet to be fully implemented into <strong>all</strong> existing torrents,
but it offers the potential for members to discover movies or TV series
of a particular genre, without having to conduct any true search
queries.</p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_tags.jpg" alt="" /></p>

<p>As an added bonus, all members possess the ability to add/edit new tags
to torrents. Tagging extends far beyond the scope of just movies and is
attributed through all categories &amp; sub-cats of release types at TL.
Genres for games, TV shows, music, anime - the combinations for
discovery are virtually endless.</p>

<h3 id="pick-amp-choose-categories-amp-sub-cats-on-the-browse">Pick &amp; Choose Categories (&amp; Sub-cats) on the ‘Browse’</h3>

<p>Just as in <strong>v2</strong>, members can still filter the torrents to display
<em>multiple selected</em> categories (or more importantly in <strong>v3</strong>, certain
subcategories). Here’s the scenario: you want the <em>torrent browse</em> to
display torrents <u>only from</u></p>

<p>&#8220;<strong><em>Movies &gt; BDRip</em></strong>&#8221; and &#8221;<strong><em>TV &gt; Episodes</em></strong>&#8221;. It’s fairly
straightforward how to achieve this - simply put checkmarks into each
desired category and/or sub-category, and click &#8221;<strong>Search</strong>&#8221;. This
will filter the results to show only those which were selected
(checked).</p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_filter-cats3.jpg" alt="" /></p>

<h3 id="imdb-integration">IMDb Integration</h3>

<p>All newly uploaded movies (and some TV releases) are autofilled using
IMDb retrieval - this info is on display within the torrent details
page. <em>IMDb details include:</em> poster art (click posters to enlarge),
film title, IMDb link, release date, IMDb rating, genres, cast summary,
runtime &amp; plot summary.</p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_imdb.jpg" alt="" /></p>

<h3 id="torrent-details-pages">Torrent ‘Details’ Pages</h3>

<p>Various torrent info is divided into 5 tabs:</p>

<ul>
  <li>• <strong>Torrent Info</strong> — Contains the official release name, category,
date added, size, peer stats, # of snatches, # of comments, and
appropriate tags used.</li>
  <li>• <strong>NFO</strong> — Self-explanatory; contains a viewable version of the
release’s NFO file (artwork).</li>
  <li>• <strong>Comments</strong> — Where user comments are displayed and entered.
Individual comments per torrent are searchable.</li>
  <li>• <strong>Gallery</strong> — Where media files for each release can be found.
Includes posters (images) and/or YouTube clips. As well, all members
can add their own media files (screenshots and trailers/video clips)
to existing media torrents (See ‘<em>Gallery</em>‘ below).</li>
  <li>• <strong>Files</strong> — Contains a list of all files in the torrent.</li>
</ul>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Torrent Info</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Comments</font></td>
    </tr>
  </tbody>
</table>

<table width="80%" border="0" align="center">
  <tbody>
    <tr>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td><a href="http://filesharefreak.com/images4/torrentleech3_details1.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torrentleech3_details1-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/torrentleech3_details2.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torrentleech3_details2-small.jpg" alt="" /></a></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">NFO</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Gallery</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Files</font></td>
    </tr>
  </tbody>
</table>

<table width="90%" border="0" align="center">
  <tbody>
    <tr>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td><a href="http://filesharefreak.com/images4/torrentleech3_details3.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torrentleech3_details3-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/torrentleech3_details4.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torrentleech3_details4-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/torrentleech3_details5.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torrentleech3_details5-small.jpg" alt="" /></a></td>
    </tr>
  </tbody>
</table>

<h3 id="multiple-bookmarking">Multiple Bookmarking</h3>

<p>Members can quickly and easily bookmark multiple torrents on-the-fly.
Simply click each desired torrent (they’ll switch to a green background)
and click ‘Bookmark Torrents’. These torrents are then available through
the user’s <strong>Profile</strong> link in the tab &#8221;<em>Bookmarks</em>&#8221;. To remove
unwanted bookmarks (on the browse page), simply browse to a different
page (or reload it) - these will then be cleared.</p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_bookmark.jpg" alt="" /></p>

<h3 id="enhanced-user-profile">Enhanced User Profile</h3>

<p>A few new goodies have been incorporated into a members’ <strong><em>Profile</em></strong>
link. For starters, options are now separated into 5 distinct tabs.
Users can set up an RSS feed link, edit personal options, set &#8220;filter
tab&#8221; as default on browse, view snatchlist &amp; uploaded torrents, and
view saved bookmarks. Torrent columns in the <em>snatchlist</em> are easily
sortable to display high/low UL-DL data, ratios, size, completeness
&amp; active/not active criteria (as well as an internal search).</p>

<p><img src="http://filesharefreak.com/images4/torrentleech3_profile.jpg" alt="" /></p>

<h3 id="and-lots-more-to-come">…And Lots More to Come</h3>

<p>• Track your invitees through viewable invite trees with stats of users.</p>

<p>• Further Ajax styling &amp; refresh, new mouseover features, images
&amp; covers for everything, search by actor/cast name.</p>

<p>• Help system soon to be migrated to Wiki software; new forums.</p>

<p>• New <strong><em>Message Center</em></strong> (partially implemented) with a styling
similar to Facebook, with a ‘bar’ at the bottom of the browser. Send
PMs, view notifications, chat &#8220;online&#8221; with buddies from within TL.
Members can add multiple recipients and initialize a mini-thread with
them.</p>

<link rel="stylesheet" href="../../../../css/lytebox.css" type="text/css" media="screen" />

<ol>
  <li>
    <h5 id="cite-eljoker-cite-says"><cite> ELJOKER </cite> Says:</h5>

    <p>GREAT REVIEW SHARKY</p>
  </li>
  <li>
    <h5 id="cite-leecher-cite-says"><cite> leecher </cite> Says:</h5>

    <p>If i would have a chance to roll back on V2 look i would. They shoud
change the icons on browse page becauose they’re ugly.</p>
  </li>
  <li>
    <h5 id="cite-tl-cite-says"><cite> TL </cite> Says:</h5>

    <p>site not loading for me!!!</p>
  </li>
  <li>
    <h5 id="cite-sharpie-cite-says"><cite> SHARPiE </cite> Says:</h5>

    <p>And it looks great IMO
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
  </li>
  <li>
    <h5 id="cite-futyoke-cite-says"><cite> Futyoke </cite> Says:</h5>

    <p>I can’t login. Why? My password is correct.</p>
  </li>
  <li>
    <h5 id="cite-user-cite-says"><cite> user </cite> Says:</h5>

    <p>nice work guys!</p>
  </li>
  <li>
    <h5 id="cite-futyoke-cite-says-1"><cite> Futyoke </cite> Says:</h5>

    <p>“Error: Invalid Username/password combination!”</p>

    <p>It’s not true.</p>
  </li>
  <li>
    <h5 id="cite-hugge-cite-says"><cite> Hugge </cite> Says:</h5>

    <p>Looks really, really nice. I’m a long time member of TL, but now I
might actually start to use the site for real.</p>
  </li>
  <li>
    <h5 id="cite-diogyk-cite-says"><cite> DIOGYK </cite> Says:</h5>

    <p>WoW : ) Nicely done.</p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says"><cite> AleX </cite> Says:</h5>

    <p>Very ugly and useless icons.</p>
  </li>
  <li>
    <h5 id="cite-phogo-cite-says"><cite> Phogo </cite> Says:</h5>

    <p>Can’t login! Can anybody login?</p>
  </li>
  <li>
    <h5 id="cite-login-cite-says"><cite> LOGIN </cite> Says:</h5>

    <p>You probably need to be a power user or a VIP or staff to login.</p>
  </li>
  <li>
    <h5 id="cite-andrevus-cite-says"><cite> AndrevUS </cite> Says:</h5>

    <p>I like the new changes made by TorrentLeech but the design is ugly
as hell, i am sorry but this is the true. Why you didn’t made a
competition for users that are good at Photoshop to make a
banner/logo/category icons for you guy’s ?</p>

    <p>@Sharky - nice review mate
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>
  </li>
  <li>
    <h5 id="cite-guinness-mchaggis-cite-says"><cite> Guinness McHaggis </cite> Says:</h5>

    <p>The have ruined the site v2 was so much better nice try guys but im
sad to say i hate it</p>
  </li>
  <li>
    <h5 id="cite-fred-cite-says"><cite> fred </cite> Says:</h5>

    <p>Terrible Simply terrible<br />
 would revert to v2 in a heartbeat</p>

    <p>The icons are horrid, and the merging of various categories makes
using /browse a nightmare</p>

    <p>Removal of the nonscene category, say hello to 20 000 releases of
Scott Prilgrim vs the world, The Expendables etc if browsing the
movies category.</p>

    <p>The filters are pretty much pointless:</p>

    <p>The tags are useless, filled with the release group name,
resolution, year of release, nonscene (see above) which could be
easily found just using a search. The rest of the tags are generic
genere descriptions or just random crud users have entered like:
downloads, hi, christopher, awesomeness.</p>

    <p>Size I cant imagine a situation where filtering by size would ever
bee useful enough to warrant the waste of pixels it takes up.</p>

    <p>When viewing an actual torrent, the nfo, filelist and comments are
separated on different tabs, for no good reason instead of being all
on 1 page as in v2. Say hello to pointless clicking and waiting for
AJAX requests to complete to see what was on the same page in v2. To
make it even more convenient the nfo files are rendered as images so
no easy access to any links they might contain.</p>

    <p>The category and filters section take up a huge amount of screen
realestate.</p>

    <p>I could go on but wont bother.</p>

    <p>I don’t hold high hopes on the usability improving on what was until
v3 my #1 torrent site and will now be looking for alternatives.</p>
  </li>
  <li>
    <h5 id="cite-pimpxxx-cite-says"><cite> pimpxxx </cite> Says:</h5>

    <p>I can’t log in either and my password is correct, i cant recover my
password, nothing, can anyone help?</p>

    <p>Thank you.</p>
  </li>
  <li>
    <h5 id="cite-moggy-cite-says"><cite> moggy </cite> Says:</h5>

    <p>damn user pass no longer working “Error: Invalid Username/password
combination! I am sure was on last week</p>
  </li>
  <li>
    <h5 id="cite-guinness-mchaggis-cite-says-1"><cite> Guinness McHaggis </cite> Says:</h5>

    <p>When i was on earlier only power users or above could log in to the
site maybe this is the problem people are having</p>
  </li>
  <li>
    <h5 id="cite-zebus-cite-says"><cite> zebus </cite> Says:</h5>

    <p>Nice with the exception of not being able to sort search results by
date added</p>
  </li>
  <li>
    <h5 id="cite-rob-cite-says"><cite> Rob </cite> Says:</h5>

    <p>Can’t login. I’m a VIP user and 100% sure my username/pass is
correct. What’s going on?</p>
  </li>
  <li>
    <h5 id="cite-danny-aston-cite-says"><cite> Danny Aston </cite> Says:</h5>

    <p>Looks awesome</p>
  </li>
  <li>
    <h5 id="cite-hely-cite-says"><cite> hely </cite> Says:</h5>

    <p>New V3 sux.</p>
  </li>
  <li>
    <h5 id="cite-also-having-login-issues-cite-says"><cite> also having login issues </cite> Says:</h5>

    <p>another VIp .. with Username / password fails …</p>
  </li>
  <li>
    <h5 id="cite-um-cite-says"><cite> UM </cite> Says:</h5>

    <p>Try this: .org/torrents/browse</p>
  </li>
  <li>
    <h5 id="cite-cant-login-cite-says"><cite> Can&#8217;t login </cite> Says:</h5>

    <p>I can’t log in either, I’m a power user, keep getting “Error:
Invalid Username/password combination!”.</p>

    <p>I tried what 024 said, now it says “Error: Maximum login attempts
(Max: 6) reached.”</p>

    <p>What to do?</p>
  </li>
  <li>
    <h5 id="cite-d-cite-says"><cite> D. </cite> Says:</h5>

    <p>they shouls at least send a notice and not to purge account after 60
days</p>
  </li>
  <li>
    <h5 id="cite-cant-login-neither-cite-says"><cite> Can&#8217;t Login Neither </cite> Says:</h5>

    <p>user name/password won’t work! Was active a couple of days ago so it
shouldn’t be a problem. Now it says “Error: Maximum login attempts
(Max: 6) reached.”</p>

    <p>And -&gt; How do I reset my password? Nothing to click
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-cant-login-neither-cite-says-1"><cite> Can&#8217;t Login Neither </cite> Says:</h5>

    <p>It seems to be coded for a “lost password?” function in the HTML but
nothing is showing.</p>
  </li>
  <li>
    <h5 id="cite-fgdg-cite-says"><cite> fgdg </cite> Says:</h5>

    <p><a href="http://www.torrentleech.org/user/account/lostpassword" rel="nofollow">http://www.torrentleech.org/user/account/lostpassword</a></p>
  </li>
  <li>
    <h5 id="cite-dante-cite-says"><cite> dante </cite> Says:</h5>

    <p>- useless icons<br />
 - gay design (wtf is up with those flowers?)<br />
 - site slow as f*ck</p>
  </li>
  <li>
    <h5 id="cite-rais-cite-says"><cite> Rais </cite> Says:</h5>

    <p>Well the fun thing is even when you have reset your password it
still isnt working yey..great tnx torrenleech
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-cant-login-neither-cite-says-2"><cite> Can&#8217;t Login Neither </cite> Says:</h5>

    <p>Thanks for the link, it worked!
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-mj-cite-says"><cite> MJ </cite> Says:</h5>

    <p>Looks shitty …</p>

    <p>I agree with DANTE<br />
 - useless icons<br />
 - gay design (wtf is up with those flowers?) - Really WTF these
flowers fro ??! <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /> </p>

    <ul>
      <li>site slow as f*ck</li>
    </ul>

    <p>I use (SCC) <a href="http://sceneaccess.org/" rel="nofollow">http://sceneaccess.org</a> is way
better, way better ;)) + Arcihe PACS and MP, SOFT for FREE LEECH.
that’s what u can’t get in TL</p>
  </li>
  <li>
    <h5 id="cite-nooo-wtf-cite-says"><cite> NOOO WTF </cite> Says:</h5>

    <p>Error: There is no user with this email address registered! You
either mispelled your email address, or your account does not exist,
or is deleted from our system!</p>

    <p>…hope that’s a bugg cuz I spelled everything right</p>
  </li>
  <li>
    <h5 id="cite-atl-cite-says"><cite> atl </cite> Says:</h5>

    <p>My username/pw also fail</p>
  </li>
  <li>
    <h5 id="cite-i-hate-tl-cite-says"><cite> I Hate TL </cite> Says:</h5>

    <p>It’s really bad. They had an awesome old-school design and they
turned it into something that looks like it was drawn by 5 years old
in paint. I DO NOT WANT to download anything from that ugly site
anymore (and I have built 2 TB buffer - well screw it) I DO NOT WANT
to visit that crappy site anymore in my life I don’t feel
comfortable while browsing. They are dead for me. And it used to be
a good site. Shame.<br />
 P.S. Compare it with SCC v2 and you’ll see what was their ‘’source
of idea”, in basic it is very similar.<br />
 P.S.S. Sorry for my crappy English</p>
  </li>
  <li>
    <h5 id="cite-if-it-is-not-broken-cite-says"><cite> if it is not broken </cite> Says:</h5>

    <p>Sorry guys but I think the old site was better and easier to use. It
does not work very well in IE8 (i.e download, filter, category
buttons). Multiple tabs on the torrent is a bit annoying and I don’t
see an IMDB link. Not sure why you have tried to fix something that
was not working. You had a great site, why mess?</p>
  </li>
  <li>
    <h5 id="cite-ok-out-again-cite-says"><cite> Ok out again </cite> Says:</h5>

    <p>“Error: We have disabled access temporarily to normal users. Please
don’t try to login”</p>
  </li>
  <li>
    <h5 id="cite-cant-login-cite-says-1"><cite> Can&#8217;t login </cite> Says:</h5>

    <p>Seems to be working now for power users/VIP.</p>
  </li>
  <li>
    <h5 id="cite-human-cite-says"><cite> human </cite> Says:</h5>

    <p>cool improvements, i just somehow dont like the new icons. hard to
distinguish the categories.</p>
  </li>
  <li>
    <h5 id="cite-dont-understand-cite-says"><cite> Don&#8217;t Understand </cite> Says:</h5>

    <p>I don’t understand the continuing popularity of TL given that we
know from sharky’s article of last year that BayTSP has penetrated
the tracker and is sending our anti-infringement notices. It’s as if
the BT community is pretending that TL hasn’t been compromised.</p>
  </li>
  <li>
    <h5 id="cite-barko-cite-says"><cite> Barko </cite> Says:</h5>

    <p>New features are cool but the new design isn’t clear enough. The old
was better on this point.</p>
  </li>
  <li>
    <h5 id="cite-derek-cite-says"><cite> Derek </cite> Says:</h5>

    <p>Hello, i am looking for TL Invite … I ll pay through the PAY PAL
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> please, write me
offer to Mail</p>
  </li>
  <li>
    <h5 id="cite-monkey473-cite-says"><cite> Monkey473 </cite> Says:</h5>

    <p>Worst. Redesign. Ever.</p>

    <p>Recipe: Something that works</p>

    <p>Method: Screw it up.</p>

    <p>I appreciate that these changes took a whole lot of time and effort
but… the result is AWFUL. I have never seen a more poorly designed
torrent site. The old one was fine as it was. Jeebus!</p>
  </li>
  <li>
    <h5 id="cite-jinx-cite-says"><cite> jinx </cite> Says:</h5>

    <p>derek email me at
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#106;&#105;&#110;&#120;&#095;&#050;&#048;&#048;&#057;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#046;&#117;&#107;">&#106;&#105;&#110;&#120;&#095;&#050;&#048;&#048;&#057;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#046;&#117;&#107;</a> il sort u
a invite out for free as shareing is careing
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-cube-cite-says"><cite> cube </cite> Says:</h5>

    <p><a href="http://www.torrentcube.org/" rel="nofollow">http://www.torrentcube.org</a> DARE YOU LOOK INTO
THE CUBE</p>
  </li>
  <li>
    <h5 id="cite-derek-cite-says-1"><cite> Derek </cite> Says:</h5>

    <p>jinx: ive already wrote you</p>
  </li>
  <li>
    <h5 id="cite-sandellmartin-cite-says"><cite> sandell.martin </cite> Says:</h5>

    <p>Hi all! After update of torrentleech, I as it seams can’t log in.<br />
 I can’t recover password either, says mail is not in the database. </p>

    <p>Does anyone have an invite? It would be greatly appreciated!<br />
 Or if anyone knows how to get in contact with an admin of the
site!?<br />
 I was online not 2 days ago so it was not purged because of
inactivity.</p>

    <p>//Martin</p>
  </li>
  <li>
    <h5 id="cite-wtf-cite-says"><cite> WTF? </cite> Says:</h5>

    <p>What is your first impession about our updated site?<br />
 Awesome!<br />
 46%<br />
 Very Good<br />
 23%<br />
 Not bad<br />
 15%<br />
 Sucks<br />
 14%<br />
 I dont care<br />
 2%</p>

    <p>In Total 34111 votes</p>

    <p>WTF?</p>
  </li>
  <li>
    <h5 id="cite-qwerty-cite-says"><cite> qwerty </cite> Says:</h5>

    <p>The new site is looking good, slow but they’re working on that. The
forums need to go up so they can gather some feedback, like the new
torrent listing doesn’t order them by date and doesn’t offer it
either, really annoying.</p>
  </li>
  <li>
    <h5 id="cite-d-cite-says-1"><cite> D. </cite> Says:</h5>

    <p>san Admins are lazy dogs..i was purged, logged 1 day after period ..
but nothing.. no interest in IRC help channel…. I was waiting 1 YEAR
to get into tracker..<br />
 get lost…Peter, Slovakia</p>
  </li>
  <li>
    <h5 id="cite-sandellmartin-cite-says-1"><cite> sandell.martin </cite> Says:</h5>

    <p>How does one log in to the IRC channel?</p>

    <p>//Martin</p>
  </li>
  <li>
    <h5 id="cite-the-smoke-cite-says"><cite> The smoke </cite> Says:</h5>

    <p>Appending /torrents/browse to the url got me right in, (as a
previous commenter mentioned) and I’m not a power user or anything,
I haven’t even downloaded 3 gb on them yet in a year’s time lol<br />
 They shoulda got the login part working right before they unleashed
it, now everyone thinks they’re banned..real smooth! You’d think
that’d be the very first part they’d try to get right, before adding
corny icons, weird filters and frilly designs…</p>
  </li>
  <li>
    <h5 id="cite-brett-cite-says"><cite> Brett </cite> Says:</h5>

    <p>invite would be much appreciated, if anyone is in a kind mood. thx<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#097;&#108;&#049;&#057;&#056;&#053;&#064;&#118;&#101;&#114;&#105;&#122;&#111;&#110;&#046;&#110;&#101;&#116;">&#098;&#097;&#108;&#049;&#057;&#056;&#053;&#064;&#118;&#101;&#114;&#105;&#122;&#111;&#110;&#046;&#110;&#101;&#116;</a></p>
  </li>
  <li>
    <h5 id="cite-crubha-cite-says"><cite> Crubha </cite> Says:</h5>

    <p>they should go to the v1 design, black-yellow stripes industrial
design, metal plates, compact design no polluted interface,
lightning fast! oh well, maybe its ajax time for everyone
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-gargamel-cite-says"><cite> Gargamel </cite> Says:</h5>

    <p>The new look to TL is absolutely terrible. From the gay flowers to
the horrible icons that make browsing an absolute mess, it just
turned me 100% off the site now. And whats with that STUPID login
screen with that leech crap and blocky letters that looks like it
was drawn by a 4 year old with crayons?</p>

    <p>Thank God i got into SCC, TL is dead to me now.</p>
  </li>
  <li>
    <h5 id="cite-eliotte-cite-says"><cite> eliotte </cite> Says:</h5>

    <p>Connection refused using utorrent for mac v1.0.1</p>
  </li>
  <li>
    <h5 id="cite-lizoja-cite-says"><cite> Lizoja </cite> Says:</h5>

    <p>I tried to log in.. didn’t work. Then I reset my password, but when
I went back to log in with the new password it said “Error: Maximum
login attempts (Max: 6) reached.” which totally SUX since i typed in
the correct one.<br />
 TL should RLY fix this, of what I understand, several ppl have this
issue! Make en exeption and un-ban us! -.- *sigh*</p>
  </li>
  <li>
    <h5 id="cite-remark-cite-says"><cite> ReMarK </cite> Says:</h5>

    <p>v3 looks very nice BUTTTT !!!<br />
 Sucks Sucks Sucks !!!! How kind a pleasure you have guy’s about
icons?<br />
 Its complicated to use TL now and we need to make more effort to
use it. i am really gonna be far of TL. I am telling you now 4ever
SCC !!</p>
  </li>
  <li>
    <h5 id="cite-the-prez-cite-says"><cite> The Prez </cite> Says:</h5>

    <p>i’ve seen a dog blow a goat once. it was pretty cool.</p>
  </li>
  <li>
    <h5 id="cite-why-tl-cite-says"><cite> Why TL? </cite> Says:</h5>

    <p>New TL and what I dont Like.</p>

    <p>Its Slow but that should be fixed. Great that they have made the
changes and put some effort into it but it was soo much better b4.<br />
 You have gone backwards in design and functionality. Im still
looking for a positive from the change.</p>

    <p>Just a couple of issues i find.</p>

    <p>1:Icons groups have been merged.<br />
 For Movies there was about 8 now there is 1.<br />
 Games there were about 12 now there is 1.<br />
 Appz. 4 icons now 1<br />
 Seems anime and music are the only one that have there only icon.<br />
 The original groups are there but all with the same icon. Why.<br />
 2:Icon group colours are similar. ie Movies and games same green.
TV and apps are the same blue.<br />
 3: Old version when I opened into browse i could quickly see what
was new with the work NEW in brackets and in red. Thats gone.<br />
 4: Old version had the coloums with gridlines.<br />
 5: When going into a torrent all into was on one page. now you have
to go multiple pages. details/comments/pics.<br />
 6: Comments were full width now that are not.<br />
 7: You could select your default browse. now you can not.<br />
 8: Previously i could open up to my saved browse and I could scan
and see whats new and what I was mainly intersted in in a flash. now
I have to virtually read each line. Soo frustrating.<br />
 9: Comments order was better the other way around. Which is the
correct forum way.</p>

    <p>I would love to see a re-vote on what people think it like after
using it a little bit. I bet people would change there vote to it
sucks.</p>

    <p>If it ant broke dont touch it.</p>

    <p>I loved it before. Now…. sooo unhappy</p>
  </li>
  <li>
    <h5 id="cite-pencildique-cite-says"><cite> pencildique </cite> Says:</h5>

    <p>If you click on the TorrentLeech v3 embedded link at the top of the
page, you should be able to go in. Worked for me, after getting the
error message.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says"><cite> anonymous </cite> Says:</h5>

    <p>Heres my view of it.</p>

    <p>There’s some nice alterations to the codebase, granted. As a movie
guy, TL has always been my go-to tracker… why? Simple: They were the
only tracker that divided up the movies into 3 cool divisions -
‘nonscene-xvid’, ‘movies-xvid’ and ‘nonscene/brrip-xvid’. With just
3 clicks I was able to browse all 3 pertinent sections and find
everything new, and no other tracker had this. This is impossible
now.</p>
  </li>
  <li>
    <h5 id="cite-lizoja-cite-says-1"><cite> Lizoja </cite> Says:</h5>

    <p>Tnx pencildique ! It worked
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-nightmar3-cite-says"><cite> NiGhTMaR3 </cite> Says:</h5>

    <p>Most of the problems you guys are having with logging in is because
you have a wrong bookmarked url, to make it good you need to remove
index.php,browse.php or whatever you have with .php since they don’t
use that anymore but some of your problems are because they are
still working on things and they disabled access to the site for a
while so if it’s not the php thing, then it’s probably just a site
maintenance and you’ll have to wait it out.</p>

    <p>For everyone that’s being so cruel to the new design, I would give
them some time to get everything added, fix the bugs and site speed
before I judge anything but for now it really does suck with the
categories as they where in v2 gone and the slowness of the hole
thing, even tracker does not seem to be working but this will
probably get fixed soon and new icons added, also why would you say
that the logo is gay just cause it has some flowers :/ wtf it looks
nice, it’s not like it’s pink or something lol that’s what I would
call gay and give these guys some credit will you, they worked hard
on this just give them time to get things fixed, I’m sure that they
will open forums soon and start taking suggestions from the users.</p>
  </li>
  <li>
    <h5 id="cite-son-cite-says"><cite> son </cite> Says:</h5>

    <p>looks ok. but the v2 was fucking ugly. some of you people are
idiots.</p>
  </li>
  <li>
    <h5 id="cite-fxp-cite-says"><cite> Fxp </cite> Says:</h5>

    <p>How can I save the categories I want to be displayed when browsing
TL?</p>
  </li>
  <li>
    <h5 id="cite-remark-cite-says-1"><cite> ReMarK </cite> Says:</h5>

    <p>Guys if you dont think about to change icons then just keep both
themes. so everybody happy. thats useless!!</p>
  </li>
  <li>
    <h5 id="cite-jason-cite-says"><cite> jason </cite> Says:</h5>

    <p>Wow! Too much clicks to select a category… That’s so lame.</p>
  </li>
  <li>
    <h5 id="cite-jonesy-cite-says"><cite> Jonesy </cite> Says:</h5>

    <p>I don’t mind the new layout ‘too’ much, what I hate is the category
icons, the ones beside the torrent name.</p>

    <p>There absolutely hideous.</p>

    <p><img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>
  </li>
  <li>
    <h5 id="cite-geezoos-cite-says"><cite> GeeZooS </cite> Says:</h5>

    <p>Im on TL for several years now but now all I want is to find another
tracker. Worst redesign Ive ever seen. Its a complete mess. Layout,
icons, filters and everything make browsing pain in the ass. What
have You done guys ? <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-sceners-cite-says"><cite> sceners </cite> Says:</h5>

    <p>i couldnt see the Categories in chrome …but works fine in IE…hope
they could fix everything soon</p>
  </li>
  <li>
    <h5 id="cite-keishi8727-cite-says"><cite> keishi8727 </cite> Says:</h5>

    <p>I can login but download never starts. I just click on “download
torrent” and…………….nothing. Any advise?</p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says"><cite> Matt </cite> Says:</h5>

    <p>That might be a joke, right?</p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says-1"><cite> Matt </cite> Says:</h5>

    <p>I mean, why would make it so hard to browse?<br />
 The menu color is not good either.</p>
  </li>
  <li>
    <h5 id="cite-humza-cite-says"><cite> Humza </cite> Says:</h5>

    <p>I need an invite!…Does anyone have one? =/</p>
  </li>
  <li>
    <h5 id="cite-keishi8727-cite-says-1"><cite> keishi8727 </cite> Says:</h5>

    <p>Can anyone download from new TLv3?</p>
  </li>
  <li>
    <h5 id="cite-greatjob-tl-guys-cite-says"><cite> GreatJob@ TL guys </cite> Says:</h5>

    <p>TL V3</p>
  </li>
  <li>
    <h5 id="cite-greatjob-tl-guys-cite-says-1"><cite> GreatJob@ TL guys </cite> Says:</h5>

    <p>TL V3 is a product of hard work and I must say that’s perfect and
outstanding , Torrentleech was Superior in providing quality
contents now they have become superior in design as well,
Congratulation to you guys on bring this beautiful site layout and
lots and lots of useful and to all those fags who don’t like TL V3,
are either turbo faggots or are jealous of TL team’s hard work and
success because almost all old torrenters at TL appreciate their new
outlook and features</p>

    <p>GREAT JOB GUYS GREAT JOB AND THANK YOU</p>
  </li>
  <li>
    <h5 id="cite-keishi8727-cite-says-2"><cite> keishi8727 </cite> Says:</h5>

    <p>I agree! The site looks great to me! I just cant do anything when I
get logged in!</p>
  </li>
  <li>
    <h5 id="cite-why-tl-cite-says-1"><cite> Why TL? </cite> Says:</h5>

    <p>To the people who love the new look of the site must under stand
that with the new look of the site you have lost the flexability and
easy of use that people loved along with a great source of
resources.</p>

    <p>Functionality and easy of use wins hands down in my book. Hey you
might think it looks good but if it cant do the same or improve on
the way you interact with the site you have defeated the purpose of
an upgrade/redesign.</p>

    <p>As someone said b4. To get to what he wanted to see he could do this
with 3 clicks…. Now.. Not a chance.</p>

    <p>To the guys of TL. I know you all have good intentions with site
redesign but the easy and functionality has been lost.</p>

    <p>Hey maybe with some tweaks you can bring some of this ease of use
back and it will make people alot happier. including me.</p>

    <p><img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-enrty-cite-says"><cite> enrty </cite> Says:</h5>

    <p>old design was much organised for searching (more categories =
clearer)<br />
 now everything is lumped into mega-categories and this makes
searching slower and more tedious. substance should always rule over
style, but TL looks to have put style in the first place this time
over solid organisation of the website; bad decision.</p>

    <p>why fix something that wasn’t broken, and was the best site on the
planet?</p>
  </li>
  <li>
    <h5 id="cite-derek-cite-says-2"><cite> Derek </cite> Says:</h5>

    <p>A want invite to TL or SCC.. I have 100Mbit/54Mbit, there is no
problem. If you offer me seriosly, i will you pay by PAYPAL. Thx for
your offers.. My Mail is :
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#111;&#107;&#111;&#108;&#097;&#100;&#111;&#118;&#101;&#106;&#046;&#112;&#117;&#100;&#105;&#110;&#103;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#111;&#107;&#111;&#108;&#097;&#100;&#111;&#118;&#101;&#106;&#046;&#112;&#117;&#100;&#105;&#110;&#103;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-zeroman-cite-says"><cite> zero_man </cite> Says:</h5>

    <p>Like many before me have stated, the design is very hard to
navigate, and I find it to be much less functional and user friendly
than the previous one.</p>

    <p>Not to mention the hard-on-the-eyes color scheme (it’s just too dark
IMO), I find the website to be running slower than ever.</p>

    <p>However, out of all the bugs in the new template, I find the search
indexer to rank #1. Almost every search I execute on the site brings
up MANY unrelated torrents, hitting the search button a second time
brings us the results we actually want. Once the results are shown,
however, there is still a major bug as they are not listed properly
(i.e. out of order), which makes it VERY hard to find what you want
(screenshot:
<a href="http://filesharefreak.com/i52.tinypic.com/28bwgmp.html" rel="nofollow">http://i52.tinypic.com/28bwgmp.jpg</a>)</p>

    <p>Has anyone else noticed that since this new design is up, some major
releases never appeared on TL? It could just be a coincidence, but I
don’t believe so. For example, here are some of the releases they
missed:</p>

    <p>Lie.to.Me.S03E05.HDTV.XviD-LOL &amp;
Lie.to.Me.S03E05.720p.HDTV.X264-DIMENSION<br />
 Law.and.Order.SVU.S12E08.HDTV.XviD-2HD<br />
 The.Good.Wife.S02E06.HDTV.XviD-LOL<br />
 In.Treatment.S03E12.HDTV.XviD-FEVER</p>

    <p>And probably many more..</p>
  </li>
  <li>
    <h5 id="cite-why-tl-cite-says-2"><cite> Why TL? </cite> Says:</h5>

    <p>Hey Zero Man,</p>

    <p>Funny you say that I was just seeing that same thing. The search
reasults are all over the place. I did a three word search.
First…the results basically has nothing to do with what I searched
for and there was no order.</p>

    <p>Previously all were in the most recent first. no… who knows.</p>

    <p>First was was something from 2010 then something from 2008 then 2010
and the rest varied from unordered other 2010.</p>
  </li>
  <li>
    <h5 id="cite-jason-cite-says-1"><cite> jason </cite> Says:</h5>

    <p>ZERO_MAN, its like uploaders dont even know what is released or not
on TL.<br />
 icons are too confusing</p>
  </li>
  <li>
    <h5 id="cite-silversurfer-cite-says"><cite> silversurfer </cite> Says:</h5>

    <p>looks great front page designed okish<br />
 rest is veryyyyyyyyy ugly hughe bugs that will need to be fixed<br />
 tbh it looks very much like a template which would/needs edit to
your own needs</p>

    <p>should have a debug url/home www so not to lose users ie: main site
still online live allso should have a bug page so users can post
bugs</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-1"><cite> Anonymous </cite> Says:</h5>

    <p>Awesome work TL <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
 I love you <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-tl-is-dead-cite-says"><cite> TL is dead </cite> Says:</h5>

    <p>.</p>
  </li>
  <li>
    <h5 id="cite-twinnaz-cite-says"><cite> twinnaz </cite> Says:</h5>

    <p>can i get an invite plz
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#108;&#097;&#099;&#107;&#095;&#116;&#119;&#105;&#115;&#116;&#097;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#098;&#108;&#097;&#099;&#107;&#095;&#116;&#119;&#105;&#115;&#116;&#097;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-guest-cite-says"><cite> guest </cite> Says:</h5>

    <p>this is fucking awful. whoever came up with this design should be
slapped in the nuts.</p>
  </li>
  <li>
    <h5 id="cite-matt-cite-says-2"><cite> matt </cite> Says:</h5>

    <p>Guest, yea I bet it was a 14 years old kid.</p>
  </li>
  <li>
    <h5 id="cite-sandellmartin-cite-says-2"><cite> sandell.martin </cite> Says:</h5>

    <p>Is it open to general users now!?<br />
 I can’t log in! <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /><br />
 Browsers saved user/pass gives:<br />
 Error: Invalid Username/password combination!<br />
 Lost password gives:<br />
 Error: There is no user with this email address registered! You
either mispelled your email address, or your account does not exist,
or is deleted from our system!</p>

    <p>Please! How do I fix this?</p>

    <p>//Martin</p>
  </li>
  <li>
    <h5 id="cite-ciucco-cite-says"><cite> ciucco </cite> Says:</h5>

    <p>waiting for v4</p>
  </li>
  <li>
    <h5 id="cite-murp-cite-says"><cite> murp </cite> Says:</h5>

    <p>The new TL is awful.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":-(" /></p>
  </li>
  <li>
    <h5 id="cite-goodluck-cite-says"><cite> GOODLUCK </cite> Says:</h5>

    <p>@ciucco:<br />
 See my name.</p>
  </li>
  <li>
    <h5 id="cite-zeroman-cite-says-1"><cite> zero_man </cite> Says:</h5>

    <p>Yeah… I definitely think they should at the very least try to
improve the search function.. It’s a bit useless the way it works
now.</p>

    <p>Any comment from TL admins/sysops?</p>
  </li>
  <li>
    <h5 id="cite-dukiserbia-cite-says"><cite> Duki_Serbia </cite> Says:</h5>

    <p>Man, this new design is like shit. Icons are UGLY! To much clicking
to get some info. I hate it. Do some tweak or downgrade to v2.</p>
  </li>
  <li>
    <h5 id="cite-amigzo-cite-says"><cite> Amigzo </cite> Says:</h5>

    <p>Oh yes, the new features i love them, but the disign, its soo ugly!!
awefull.<br />
 I do preffer JOIN ANOTHER TRACKER!</p>
  </li>
</ol>

<p>100.#####  <cite> Amigzo </cite> Says: </p>

<pre><code>ps. browsing in TL is now like hell, you the background in
combination with the textcolor and icons makes it almost impossible
to read the releases you want to have.
</code></pre>

<p>101.#####  <cite> Back to V2 </cite> Says: </p>

<pre><code>I know you guys put in a lot of work but you have killed the site.
Put it back to v2 or you are going to start losing members.
</code></pre>

<p>102.#####  <cite> leecher </cite> Says: </p>

<pre><code>@Back to V2  
 +1

Today i downloaded just one (1) torrent, on V2 i downloaded/uploaded
at least 20 torrents per day…

I found alternative so i think i’m not coming back on TL!

Roll back to V2 or u will really start losing members &amp;amp;
uploaders…
</code></pre>

<p>103.#####  <cite> Cilr </cite> Says: </p>

<pre><code>Haha, still has very low amount of torrents but shitload of members.
</code></pre>

<p>104.#####  <cite> matt </cite> Says: </p>

<pre><code>almost 40k torrents is low?  
 u are stupid
</code></pre>

<p>105.#####  <cite> cesar </cite> Says: </p>

<pre><code>could anyone please send me an invite im always seeding!!! thankx  
[lonelyboy20@sprint.blackberry.net](mailto:lonelyboy20@sprint.blackberry.net)
i would very much appreciated!!
</code></pre>

<p>106.#####  <cite> psychaos </cite> Says: </p>

<pre><code>Wow so many idiots…loose members cause of v3?wtf!

I like it and according to the poll most others do as well.I can’t
believe people are going on like this over a fcking site design.
Honestly just how old are you lot?

Idiots.
</code></pre>

<p>107.#####  <cite> zero_man </cite> Says: </p>

<pre><code>@PSYCHAOS

I suppose the reason companies spend thousands of dollars every year
on web design and development is not to ensure they have a broad
client base thanks to a user friendly site, but just for funzies?

Easy on the eyes, intuitive, and functional. Those are the words
that describe a good design. TL v3 cannot be described using them.
</code></pre>

<p>108.#####  <cite> matt </cite> Says: </p>

<pre><code>ZERO\_MAN 100% right.
</code></pre>

<p>109.#####  <cite> I AM BATMAN </cite> Says: </p>

<pre><code>I am as well disappointed with  
 1. No “New” tags to show new uploaded content since last browse  
 2. No way to set default category browse  
 3. All torrent info, comments are tabbed  
 4. The icons are the same for the sub category’s

I did like TL v2 way better then v3 but it’s not the design that is
making people dislike it, they could easily fix these problems that
are making people not want to use TL any more.
</code></pre>

<p>110.#####  <cite> Felix </cite> Says: </p>

<pre><code>TL completely disappointed me with this new look.

It sucks big time and it hurts my eyes.

It just sucksssssssssssss

I won’t be using TL anymore, bye bye TL and i hope you fix all the
mess you did with useless design.  
 I can’t find anything, why the fuck you should change something
which worked perfectly.

new TL Design SUCKSSSSSSSSSSS
</code></pre>

<p>111.#####  <cite> matthew </cite> Says: </p>

<pre><code>ever since it has been changed over i cant downloas , go into help ,
forum ,chat and so on fecked off been like it for three days
</code></pre>

<p>112.#####  <cite> TL design </cite> Says: </p>

<pre><code>Who the fuck care about the design until TL provides good quality
stuff.. errrr fuck all of you . fuck fuck fuck fuck
</code></pre>

<p>113.#####  <cite> finger in my nose </cite> Says: </p>

<pre><code>we should boycott them untill they roll back to v2
</code></pre>

<p>114.#####  <cite> Finger in your ass </cite> Says: </p>

<pre><code>Yes “boy Cott” them you little faggot as they don’t give a fuck if
one retarded asshole stop using TL
</code></pre>

<p>115.#####  <cite> Beaney </cite> Says: </p>

<pre><code>Hi i have been trying for a few days now and i cant log in VIP user
any ideas username and password are correct….. how do i get back
on???
</code></pre>

<p>116.#####  <cite> me </cite> Says: </p>

<pre><code>they say only power users and staff can login for now
</code></pre>

<p>117.#####  <cite> Mikey </cite> Says: </p>

<pre><code>Hardly an objective review is it….. more like you just copied it
from a TL write-up. Nothing wrong with that but you should have
stated so somewhere.
</code></pre>

<p>118.#####  <cite> Beaney </cite> Says: </p>

<pre><code>Thanks ME any idea when it will be open to everyone else?
</code></pre>

<p>119.#####  <cite> zerhzerh </cite> Says: </p>

<pre><code>[http://www.torrentinvites.org][5]{: rel="nofollow"} - share, sell,
trade, buy, tracker invites
![:)](/wp-includes/images/smilies/icon_smile.gif) - it is a forum
</code></pre>

<p>120.#####  <cite> Spook </cite> Says: </p>

<pre><code>Whats new about the IMdb mod its been about for years and is in most
private trackers these days.
</code></pre>

<p>121.#####  <cite> moggy </cite> Says: </p>

<pre><code>well I have given up on the site cant login anymore
</code></pre>

<p>122.#####  <cite> Fred.Flintstone </cite> Says: </p>

<pre><code>“This isn’t just some quick paint job thrown over an old engine”

They should say… its a quick 4 yr olds crayon painting thrown over a
new de-improved engine.
</code></pre>

<p>123.#####  <cite> Fred.Flintstone </cite> Says: </p>

<pre><code>None of the options mentioned for the search are new…

Search by date has been around since before 2006  
 Same with the IMDB mod.

The only thing they have thats even remotely similiar to being new
is the tags… which sites have been doing forever but its new in a
sence for torrents kinda..  
 what.cd has had this for what 2 yrs or so now?

Its nice that sharky put a article about the site up but it would
look better if he actually used the site and the options hes making
sound like genius so he could see just how shitty they really are.
</code></pre>

<p>124.#####  <cite> Satan911 </cite> Says: </p>

<pre><code>Trolls are trolling. The new site is ok. Not much better than the
previous one but also not that different. It’s a damn torrent site,
search and download. Now with the refined search which works really
great it’s easier to do the first part and the 2nd one is still
exactly the same. Description is clean, NFO are better and with the
IMDB integration there’s not much more to ask.  
 Everybody is complaining because they obviously don’t like change..
But it just seems to me that one person said “Meh it sucks now” to
get everybody else to say the same thing.  
 And if you are not an active forum member or comments whore why do
you care so much about the “look &amp;amp; feel” of the site?
</code></pre>

<p>125.#####  <cite> Frk </cite> Says: </p>

<pre><code>I would to login can u slack moar plox
</code></pre>

<p>126.#####  <cite> this.one </cite> Says: </p>

<pre><code>Yes, very nice that search doesn’t display torrents in the order
they were uploaded anymore. Kudos to that.
</code></pre>

<p>127.#####  <cite> Frk </cite> Says: </p>

<pre><code>how the #¤!”# do ppl login ?? You deleted all casual
seeders/leechers ?
</code></pre>

<p>128.#####  <cite> Omen </cite> Says: </p>

<pre><code>It’s a BETA version, it’s not the definitive one, all BETA versions
have bugs…  
 Come on guys, are you that n00b?

And to login, just use [http://www.torrentleech.org][1]{:
rel="nofollow"}
</code></pre>

<p>129.#####  <cite> finger in my nose </cite> Says: </p>

<pre><code>Beta or not, the site is plain awful. The new tab system is just not
the way to go.
</code></pre>

<p>130.#####  <cite> nemus </cite> Says: </p>

<pre><code>trade btn for FTN please.  
 mail [netmo00@gmail.com](mailto:netmo00@gmail.com)

thanks
</code></pre>

<p>131.#####  <cite> johnnny </cite> Says: </p>

<pre><code>Seriously people. At the risk of being flamed, TL provide us with
content to download, for that I am grateful. I acknowledge the
latest incarnation of the board is not user friendly, but I will not
complain and will continue to support TL for all their efforts and
content they provide.

I am shocked by some of the complaints from people.
</code></pre>

<p>132.#####  <cite> SLBenfica </cite> Says: </p>

<pre><code>Browsing the site is now a mess… Categories are worst … tagging
should be done by uploaders, for example if it’s scene or nonscene…
etc  
 Well it’s a nightmare… the best site went lame…
</code></pre>

<p>133.#####  <cite> a/s/l </cite> Says: </p>

<pre><code>well i like it.

the old site was so dated and tired.
</code></pre>

<p>134.#####  <cite> Frk </cite> Says: </p>

<pre><code>I cant still fucking login says Error: Invalid Username/password
combination!

I’ve tried ~3 times a day for a couple of days.  
 Plz go back to V2 so I can login again
</code></pre>

<p>135.#####  <cite> Frk </cite> Says: </p>

<pre><code>haha gg somehow they reseted my password faktards
</code></pre>

<p>136.#####  <cite> Matt </cite> Says: </p>

<pre><code>Just take off these gay flowers on the logo and I will be happy.
</code></pre>

<p>137.#####  <cite> John </cite> Says: </p>

<pre><code>Yea, now I feel like a woman when I access TL.
</code></pre>

<p>138.#####  <cite> Kevin </cite> Says: </p>

<pre><code>And wtf is that login image!? So ugly…
</code></pre>

<p>139.#####  <cite> Beaney </cite> Says: </p>

<pre><code>I’m a V IP user and still cant bloody log in doing my head in
now!!!!

Omen thats what i am using to try and log in and no joy!!!!

SEnt them an email asking what was going on with my login and still
no reply!!!!!!! Not a happy bunny!!
</code></pre>

<p>140.#####  <cite> unimpressed </cite> Says: </p>

<pre><code>I have just logged in to the new layout for the first time and I
cannot say that I am too impressed.

Still far too many poor quality Scene XVid DVDRips and very few
DVD-R’s or Blu Ray’s especially of TV Series.

The searching isn’t great, categories for TV but no type/format
filtering that I can find. Not really an issue as TL doesn’t have
any. ![:(](/wp-includes/images/smilies/icon_sad.gif)

They tried which is the best I can say.

TL great if Scene XVids float your boat but many people are past
that and no longer satisfied with XVids.
</code></pre>

<p>141.#####  <cite> Please change the topic </cite> Says: </p>

<pre><code>Sharky bitch , please change this topic I am sicking tired of
reading criticism on TL new bitchy design and bullshit features ,
categories motherfuckers are more interested in TL’s design then
what they provide. what if TL’s design is perfect but the become a
shit tracker like rest of other 0day trackers already are (Except
SCC)
</code></pre>

<p>142.#####  <cite> jgf </cite> Says: </p>

<pre><code>this article just shows that filesharefreak is run by torrentleech
fanboys with no objective views.

sure you can continue with this way of reporting on the site, but it
just makes it look even more like a funny amateur running the site

LOL
</code></pre>

<p>143.#####  <cite> Jeleaous Assholes </cite> Says: </p>

<pre><code>Motherfuckers are so much jealous of TL
</code></pre>

<p>144.#####  <cite> Jealous Assholes </cite> Says: </p>

<pre><code>Motherfuckers are so much jealous of TL’s improvements and success
that now they started attacking the tracker after criticizing their
hardwork on recent improvements. tracker is currently down due to
SYN attack, fuck attackers in their fucking asses and fuck their
mothers , sisters and all women in family including grandmother (if
she is alive).
</code></pre>

<p>145.#####  <cite> Meh </cite> Says: </p>

<pre><code>site looks cool but it doesnt feel like TL anymore.

i don’t know I liked it when it was simple and easy to navigate. New
features look awesome but I doubt I will use any of them when
searching for Dexter and maybe some movies.

props to them for the hard wok though
</code></pre>

<p>146.#####  <cite> James </cite> Says: </p>

<pre><code>Hi guys, If you’re looking for any of this PS3 game (list below) as
a FREE LEECH, contact me:
[jankysxs@gmail.com](mailto:jankysxs@gmail.com)

AliensvsPredatorUSAJBPS3-HR  
 Bioshock.EUR.JB.PS3-BlaZe  
 Burnout.Paradise.EUR.PS3-SUSHi  
 Cabelas.Dangerous.Adventures.EUR.JB.PS3-BlaZe  
 Call.of.Duty.4.Modern.Warfare.PAL.PS3-MRN  
 Call.Of.Juarez.Bound.In.Blood.USA.JB.PS3-PEMA  
 Castlevania.Lords.Of.Shadow.PS3.EUR.JB.REPACK.READNFO-BlaZe  
 ClashofTheTitansJBPS3-BHTPS3  
 Dead\_to\_Rights\_Retribution\_USA\_PS3-HR  
 DeadRising2USAJBPS3-MOVE  
 DeadSpaceUSAJBPS3-HR  
 Demons.Souls.EUR.PS3-BlaZe  
 Dragon.Ball.Z.Burst.Limit.PAL.JB.PS3-ATAX  
 DynastyWarriors6EURJBPS3-HR  
 EASportsMMAUSAJBPS3-MOVE  
 EASportsMMAUSAJBPS3-MOVE  
 Enslaved.Odyssey.to.the.West.EUR.JB.PS3-BlaZe  
 EyePet.Move.Edition.EUR.JB.PS3-MRN  
 F1.2010.EUR.JB.PS3.READNFO-BlaZe  
 Fallout.New.Vegas.EUR.JB.PS3-MRN  
 Fallout.New.Vegas.EUR.JB.PS3-MRN  
 Fallout3USAJBPS3-HR  
 FalloutNewVegasUSAJBPS3-MOVE  
 Ferrari.Challenge.USA.JB.PS3-GSXR  
 FIFA11JBPS3-BHTPS3  
 Fuel\_EUR\_PS3-HR  
 G.Force.EUR.JB.PS3-MRN  
 Golden.Axe.Beast.Rider.EUR.JB.PS3-AGENCY  
 Grand.Theft.Auto.IV.Episodes.From.Liberty.City.USA.JB.PS3-GSXR  
 Grand.Theft.Auto.IV.EUR.PS3-GLoBAL  
 GrandTheftAutoIVUSAJBPS3-HR  
 Hannah\_Montana\_The\_Movie\_EUR\_PS3-HR (req from feenik)  
 Harry.Potter.And.The.Order.Of.The.Phoenix.EUR.JB.PS3-PEMA  
 Iron\_Man\_2\_The\_Videogame\_EUR\_PS3-BHTPS3  
 Katamari.Forever.EUR.JB.PS3-BlaZe  
 Kung.Fu.Rider.EUR.JB.PS3-MRN  
 Lair.EUR.JB.PS3-BlaZe  
 LegendOfTheGuardiansOwlsGaHooleEURJBPS3-STRiKE  
 Lost.Via.Domus.EUR.JB.PS3-BlaZe  
 Madagascar\_Kartz\_USA\_PS3-HR  
 MedalOfHonorLimitedEditionUSAJBPS3-iCON  
 Mercenaries2WorldinFlamesUSAJBPS3-HR  
 Midnight.Club.Los.Angeles.Complete.Edition.EUR.JB.PS3-BlaZe  
 Monopoly.PAL.EUR.JB.PS3-TURTLE  
 MonstersvsAliensUSAJBPS3-HR  
 NarutoUltimateNinjaStorm2EURJBPS3-RiOT  
 NarutoUltimateNinjaStorm2EURJBPS3-RiOT  
 NBA.Elite.11.EUR.JB.PS3-PEMA  
 NBA2K11USAJBPS3-iCON  
 NBA2K9EURJBPS3-HR  
 Need.For.Speed.Carbon.EUR.JB.PS3-PEMA  
 NHL.2K7.EUR.JB-PEMA  
 NHL11EURJBPS3-PSIIIJB  
 NinjaGaidenSigma2USAJBPS3-MOVE  
 Overlord.2.JB.PS3-XRB  
 Prince.Of.Persia.The.Forgotten.Sands.JB.PS3-XRB  
 Pro.Evolution.Soccer.2011.EUR.JB.PS3-MRN  
 Racket.Sports.EUR.JB.PS3-BlaZe  
 Red.Dead.Redemption.EUR.PS3-BlaZe  
 Resident.Evil.5.Gold.Move.Edition.EUR.JB.PS3-MRN  
 ResidentEvil5USAJBPS3-HR  
 Rise.of.the.Argonauts.EUR.JB.PS3-PEMA  
 Saints\_Row\_2\_USA\_PS3-HR  
 SBKXSuperbikeWorldChampionshipJBPS3-BHTPS3  
 SCORE.International.Baja.1000.USA.JB.PS3-GSXR  
 Shrek\_Forever\_After\_USA\_PS3-HR  
 SidMeiersCivilizationRevolutionJBPS3-ANTiDOTE  
 SingStar.EUR.JB.PS3-AGENCY  
 SOCOM\_US\_Navy\_Seals\_Confrontation\_USA\_PS3-HR  
 SpidermanWebOfShadowsJBPS3-ANTiDOTE  
 Split.Second.Velocity.EUR.JB.PS3-PEMA  
 StarWarsForceUnleashed2USAJBPS3-iCON  
 Superstars.V8.Racing.EUR.JB.PS3-BlaZe  
 Tiger.Woods.PGA.Tour.09.USA.JB.PS3-dumpTruck  
 TimeCrisis4USAJBPS3-HR  
 Tom.Clancys.H.A.W.X.2.EUR.JB.PS3-ATAX  
 Trivial.Pursuit.EUR.JB.PS3-TURTLE  
 Trivial\_Pursuit\_USA\_PS3-HR  
 Up.EUR.JB.PS3-PEMA  
 WantedUSAJBPS3-DEFECT  
 WarhawkUSAJBPS3-MOVE  
 WayofTheSamurai3JBPS3-ANTiDOT  
 Wet.USA.JB.PS3-GSX  
 Where\_the\_Wild\_Things\_Are\_USA\_PS3-HR
</code></pre>

<p>147.#####  <cite> YzMENTALzY </cite> Says: </p>

<pre><code>Can someone please give me a invite for torrentleech please?
[the\_untochable@hotmail.co.uk](mailto:the_untochable@hotmail.co.uk)
</code></pre>

<p>148.#####  <cite> Aweful </cite> Says: </p>

<pre><code>This new design is just horrid.

I need to scroll, and perform multiple clicks to view things that
was on the main page with last version. Having the banner, menus and
categories take up the entire WHOLE first page before even listing
the torrents for me sucks. I don’t care about tags. Most people
doubt would care either. Show me the 360 torrents, BR, PC-Iso…
whatever. I don’t care about all those useless info on top of every
single browse page.

Separate tabs/clicks needed to see individual torrents. So instead
of putting all the information on a single page, I’m forced to click
separate tabs to see them which breaks browsers back button in doing
so. Way too many clicks to view shit that should be on a single
page.

People like a simple clean interface. Hide that useless advance shit
down below instead of making everything in submenus. Why do you
think google’s page is so ‘bare’? I don’t hear people complaining
about google’s ’sucky’ interface.

I would pay to be able to go back to v2. This new version makes
browsing torrents such a chore.
</code></pre>

<p>149.#####  <cite> Argh </cite> Says: </p>

<pre><code>The new design is shit compared to the one before it.
</code></pre>

<p>150.#####  <cite> Derek </cite> Says: </p>

<pre><code>i ll pay 10$ for invite to TL. My Mail is
“cokoladovej.puding@gmail.com” , write me pls .. thx
</code></pre>

<p>151.#####  <cite> brent </cite> Says: </p>

<pre><code>i wish i could revert to v2. perhaps somebody will make a
greasemoneky script or something down the road. not that i dont like
v3 (it’s actually quite stunning) but i just can’t get used to it!
</code></pre>

<p>152.#####  <cite> matt </cite> Says: </p>

<pre><code>omg! they keep with the gay flowerish logo..
</code></pre>

<p>153.#####  <cite> Simon </cite> Says: </p>

<pre><code>can I get an invite pls~~~~~~~~~
[dingxwsimon@hotmail.com](mailto:dingxwsimon@hotmail.com)
</code></pre>

<p>154.#####  <cite> zyznoid </cite> Says: </p>

<pre><code>must be a great review, if you are lucky enough to be able to log
on.. shame about us mere mortals who can’t seem to be able to join
</code></pre>

<p>155.#####  <cite> castle </cite> Says: </p>

<pre><code>for login problems, it may be that you are trying to go straight to
the old browse page. that .php page no longer exists and I got weird
login issues when I tried to go through the login process after
being redirected. could be a small bug. it may even be fixed by now.
if you are having that problem just go straight to torrentleech.org
main page. and then browse from there. be sure to change your
shortcut or favourite if you’re using one
</code></pre>

<p>156.#####  <cite> Bad </cite> Says: </p>

<pre><code>Hot bitch is waiting in the basement to go up stairs and pee in your
face.. bla bla bla bla
</code></pre>

<p>157.#####  <cite> coldone2 </cite> Says: </p>

<pre><code>I cant log into the site. Im a power user / donor.
![:(](/wp-includes/images/smilies/icon_sad.gif)
</code></pre>

<p>158.#####  <cite> john </cite> Says: </p>

<pre><code>TL fail once again.
</code></pre>

<p>159.#####  <cite> somestrangeguy </cite> Says: </p>

<pre><code>Ok if you can’t get into TL you might wanna try
[http://dragons-dungeon.com][6]{: rel="nofollow"} They are going
invite only soon!! To be honest they can’t beat TL on SOME of there
pretimes but they are DAMN close. Really what do you have to lose
sign up and check them out. If you don’t like them then don’t return
but if you sign up you’ll will find they are very very close to TL
ups and don’t have as much pressure as you’ll find at TL. I actually
use this site to leech off of and use it as a supplier for my site
shhh pmsl. I seed then use the bonus points for my upload credit
can’t beat it lmao. Don’t hate on me please I am just trying to help
some people out that might be trying to supply there tracker with
torrents ![:P](/wp-includes/images/smilies/icon_razz.gif)
</code></pre>

<p>160.#####  <cite> @sharky </cite> Says: </p>

<pre><code>com’on sharky, please bring another topic or article .. I am sicking
of watching this article for two weeks.
</code></pre>

<p>161.#####  <cite> Windsheild </cite> Says: </p>

<pre><code>Open sign ups at  
[http://www.trackeraccess.org][7]{: rel="nofollow"}  
[http://www.cherrytorrents.com][8]{: rel="nofollow"}
</code></pre>

<p>162.#####  <cite> windsheild </cite> Says: </p>

<pre><code>Never mind about my previous post Just found out those to sites suck
ballz
</code></pre>

<p>163.#####  <cite> windshield </cite> Says: </p>

<pre><code>@162……..Don’t be a fake pu\$$y.  
 Not my post.
</code></pre>

<p>164.#####  <cite> windshield </cite> Says: </p>

<pre><code>@162 also learn how to spell two or by the looks of things just put
in (2) much more simplistic for morons.
</code></pre>

<p>165.#####  <cite> DM </cite> Says: </p>

<pre><code>worst redesign EVER

things that were simple before are now complicated  
 things that were fast before are now slow  
 things that worked before are now broken (for more than a week)  
 things that were seeded before are now barely downloadable since
everyones left

on the plus side some of the graphics are ok… but really… Epic Fail!
</code></pre>

<p>166.#####  <cite> Kevin </cite> Says: </p>

<pre><code>I just quit. It was good, but its fckin’ ugly right now.
</code></pre>

<p>167.#####  <cite> prolite </cite> Says: </p>

<pre><code>can anyone give me an invite, thank you….
</code></pre>

<p>168.#####  <cite> prolite </cite> Says: </p>

<pre><code>can anyone give me an invite,
[thanks………jlenglaert@gmail.com](mailto:thanks.........jlenglaert@gmail.com)
</code></pre>

<p>169.#####  <cite> mohanda </cite> Says: </p>

<pre><code>any chance of invite i am looking forward from 2 months but didn’t
find it please any one with invite of
[http://www.torrentleech.org/][1]{: rel="nofollow"} or
[https://www.revolutiontt.net/][9]{: rel="nofollow"}

[cellfree@rocketmail.com](mailto:cellfree@rocketmail.com)

Thanks
</code></pre>

<p>170.#####  <cite> matt </cite> Says: </p>

<pre><code>I lol at people think they’re going to get an invite here. haha
</code></pre>

<p>171.#####  <cite> Danny Aston </cite> Says: </p>

<pre><code>lol, just a list of email addresses in the comments!
</code></pre>

<p>172.#####  <cite> LOL @ WINDSHIELD </cite> Says: </p>

<pre><code>Looks like the foker is drunk arguing with his self pmsl. Doesn’t
matter cause you have been spamming those 2 sites all over the
place. Its actually kind of pathetic in the end. If you have open
registration all the time is means that your 2 sites must SUCK and
you can’t keep any members there. So do us all a favor and close
your 2 gay a\*\* sites and any other ones you may have open. I’m
tired of all these half a\*\* tracker owners that put up these
retarded sites and then try to scam your a\*\* into donating to
them.
</code></pre>

<p>173.#####  <cite> gottlieb </cite> Says: </p>

<pre><code>torrentleech.org is down at the moment, so it might be a nice new
version, but nobody can use it.
</code></pre>

<p>174.#####  <cite> chopshop </cite> Says: </p>

<pre><code>Its working for me
</code></pre>

<p>175.#####  <cite> AMIGZO CAN SUCK MY D…. </cite> Says: </p>

<pre><code>Their logo freaks me out, who the f¤ck did that shit?  
 F¤cking ugly!
</code></pre>

<p>176.#####  <cite> yerahyrezh </cite> Says: </p>

<pre><code>go to [http://www.torrentinvites.org][5]{: rel="nofollow"} for
invites on TL
</code></pre>

<p>177.#####  <cite> TL invites </cite> Says: </p>

<pre><code>for TL invites contact
[scene.manz@gmail.com](mailto:scene.manz@gmail.com)
</code></pre>

<p>178.#####  <cite> McDonald </cite> Says: </p>

<pre><code>Hey guys,

I have Torrentleech invites for sale for very low prices.. If you
don’t want to wait any longer, you can contact me from:

[puretnafirst@gmail.com](mailto:puretnafirst@gmail.com)
</code></pre>

<p>179.#####  <cite> brain damage </cite> Says: </p>

<pre><code>Fuck you. If you don’t like it fuck off.
</code></pre>

<p>180.#####  <cite> Royston </cite> Says: </p>

<pre><code>Hay coud i get a invite  
 to torrentleech  
 im realy keen pleas
</code></pre>

<p>181.#####  <cite> Gigantor </cite> Says: </p>

<pre><code>@MCDONALD

You are a fucking wanker. Why would you sell torrent invites.
Money-grabbing slut…
</code></pre>

<p>182.#####  <cite> ThunderStorm </cite> Says: </p>

<pre><code>Hello guys

torrentleech v3 is my favourite Tracker Design and it is very easy
to use. For people who complaining that they cannot change the
categories or content can do so my going to their profile and
editing to your likings. Forum is the best i would say. you can see
people to people comments and review it before grabbing things you
need like if you need some help then torrentleech has
[http://wiki.torrentleech.org][10]{: rel="nofollow"}, never seen
such a thing in any tracker that provide all our noob questions
answered in professional way. now they have utorrent guide to do
outside seeding you should watch if you have poor ratio on the tl
site.

I hope you guys enjoy the journey with torrentleech. The best
quality torrents available on the net
![:)](/wp-includes/images/smilies/icon_smile.gif)

Regards,  
 ThunderStorm
</code></pre>

<p>183.#####  <cite> sonni </cite> Says: </p>

<pre><code>wow torrentleech is really a wonderful site. n giving veryt good
speed. woot woot.

thanks ” TL invites” for the invite
</code></pre>

<p>184.#####  <cite> Xmagazines </cite> Says: </p>

<pre><code>Http://xmagazines.org is a largest adult magazines
</code></pre>

<p>185.#####  <cite> bassj18 </cite> Says: </p>

<pre><code>hi people need invite anyone got one spare !

got seedbox ready lol !
</code></pre>

<p>186.#####  <cite> ThunderStorm </cite> Says: </p>

<pre><code>@Bassj18,

Please go to [http://twitter.com/torrentleech][11]{: rel="nofollow"}

You will see about any updates on the invite give away. During X-mas
may be if administrator wishes he might open up invite give away ..
but stay tuned on twitter and check for updates there..

Thank You  
 Best Regards,  
 ThunderStorm
</code></pre>

<p>187.#####  <cite> BTN </cite> Says: </p>

<pre><code>For TorrentLeech and BTN invites contact
[broadcastheinternet@gmail.com](mailto:broadcastheinternet@gmail.com)

 We have the best prices
</code></pre>

<p>188.#####  <cite> Oklahoma </cite> Says: </p>

<pre><code>the new style ftw!!!
</code></pre>

<p>189.#####  <cite> dudesome </cite> Says: </p>

<pre><code>TL is awesome.. thanks TL Invite for the invite.
</code></pre>

<p>190.#####  <cite> Pants </cite> Says: </p>

<pre><code>Good site check out: [http://www.trackeraccess.org][7]{:
rel="nofollow"}
</code></pre>

<p>191.#####  <cite> Molested by TL Tabs </cite> Says: </p>

<pre><code>I don’t want my account banned so I wont complain.

The tab system is a nightmare!  
 Click on ‘new movie’ torrent info useless, gallery useless for the
most part, oh I want to view comments another click, oh view nfo
another click! Oh wait, click again…..

Previously: Click new movie, everything was there!

It’s like adding 7 doors to a one seater car….. But you have to open
all 7 doors to get to the drivers seat…. Want to get out? out the 7
pretentious wanker dooors again!

It’s liked it was designed by some OCD pretentious wanker.
</code></pre>

<p>192.#####  <cite> www.SuperheroAlliance.net </cite> Says: </p>

<pre><code>I have to say, looks pretty darn good.

[http://www.superheroalliance.net][12]{: rel="nofollow"}
</code></pre>

<p>193.#####  <cite> <a href="http://blog.lib.umn.edu/garci127/3101news/2007/03/story_idea_3.html" rel="external nofollow">Fredric Huth</a> </cite> Says: </p>

<pre><code>I realise this isn’t a very good comment but it made me smile!

If it can go wrong it probably already has.
![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>194.#####  <cite> admin </cite> Says: </p>

<pre><code>VERY SLOW  
 nowt special

nuff sed
</code></pre>

<p>195.#####  <cite> megavape </cite> Says: </p>

<pre><code>here check megavape.com
</code></pre>

<p>196.#####  <cite> DownloadAddict </cite> Says: </p>

<pre><code>Hello! Greetings from Philippines.  
 Any chance for a TorrentLeech invite?

Regards, [geffchang@gmail.com](mailto:geffchang@gmail.com)
</code></pre>

<p>197.#####  <cite> taylor </cite> Says: </p>

<pre><code>they are completing 6th birthday, and still with the same complete
ugly desing.
</code></pre>

<p>198.#####  <cite> Fv </cite> Says: </p>

<pre><code>help yourself to a better torrenting experience:
[http://tiny.cc/2ol7t][14]{: rel="nofollow"}
</code></pre>

<p>199.#####  <cite> AGREE with TAYLOR: </cite> Says: </p>

<pre><code>The present TL design … looks shitty :Ooo
</code></pre>

<p>200.#####  <cite> taylor </cite> Says: </p>

<pre id="legacy-comment-list"><code>i know right. Looks like a 14 years old kid desing. hahahaha
</code></pre>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Rapscallion - A New Community For Torrent Forum Staff]]></title>
    <link href="http://filesharefreak.com/2010/11/08/rapscallion-a-new-community-for-torrent-forum-staff/"/>
    <updated>2010-11-08T00:00:00-06:00</updated>
    <id>http://filesharefreak.com/2010/11/08/rapscallion-a-new-community-for-torrent-forum-staff</id>
    <content type="html"><![CDATA[<p>What if the BitTorrent community got together and pooled their
information to catch invite traders, sellers and ratio cheaters? The
concept itself isn’t a new one; in fact a system already exists between
private trackers. It’s known that What.CD offers resources to tracker
sysops &amp; admins to catch &amp; remove bad torrenters, available to
those of the &#8220;Torrent Celebrity&#8221; userclass. That’s great for trackers,
but bad BT behavior often begins well in advance of finding tracker
invites. Unfortunately most <em>Torrent Forum</em> staffers are unable to
access those tracker-to-tracker blacklists. Yet, as often is the case,
bad members on <em>torrent forums</em> are the same as those found on
<em>trackers</em> themselves - and are banned for exactly the same reasons. Is
there a similar system set up that caters exclusively to <em>torrent forum
staff</em> to share internal info amongst each other? Not until now.</p>

<p><img src="http://filesharefreak.com/images4/rapscallion_logo.jpg" alt="" /></p>

<!--more-->

<p><a href="http://www.rapscallion.info/" title="http://www.rapscallion.info" target="_blank">Rapscallion.info</a> aims to fill a void between
non-trading torrent forums, in order to allow different forum staff to
discuss &amp; communicate on the topics below. For the rest of this
article we’ll let <strong>Thatch</strong>, an administrator from Rapscallion to fill
in the finer details:</p>

<p><img src="http://filesharefreak.com/images/quote.gif" alt="" />Rapscallion’s Goal: We are here to create a
community of members joined together with one common idea. We want to
prevent members who do not belong in the torrent community from joining
sites that other people who should, can’t. While there are trackers out
there who do not approve of sites such as invite forums, they need to
understand that most are not out to ruin their trackers. Most hold the
beliefs that trading, selling, and cheating is bad. And that brings us
to who can join.</p>

<p>The idea is that any invite forums that follow the beliefs of no
trading, no selling, no giving away accounts, no cheating, and none of
that such stuff can join. If the site allows that, they obviously cannot
join, being that they stand for what this site is trying to remove.</p>

<p>The limited number of boards right now, is due to us creating them as
sites come in. When a forum joins up, we give them a special user class
based on their position there at their respective forum, and we give
them the forum board with their sites name on it. They can then discuss
things about their forum, problems, ideas, anything of that nature. We
also have a board for the members that we are out to prevent from
continuing to join sites such as invite forums and private trackers.
Basically, it has the norms of a site, general discussion areas, news,
and other odds and ends, but the rest is going to come with the
community.</p>

<p>As for private trackers; if the private tracker is a site that is
acceptable of invite forums, and willing to accept them being out there,
and have no problem with members using them to get into their sites,
then they are also accepted. That is a very helpful thing, as it will
help with invite forums preventing members at the lowest level, which
is, when they are attempting to get into such sites. It could
potentially help the bridge between such sites (trackers and forums) as
they could see that some are there for good reasons. That end goal, of
the bridge between them, is a long way off though, as right now, the
primary focus is on the bad users.</p>

<p>Right now, the Admins and creators of the site are two members who have
been on a number of invite forums, and seen that the thing that happens
to most of them, is a user will get banned on one, and go to another.
Now hopefully, that user will get banned on that one as well. But people
slip between the cracks and a cheater may snag that SCC invite or
something of that nature from the new forum and not get caught. That’s
where we came up with the idea. We really aren’t here to do much
administrating, besides creating forums as necessary, applying the
appropriate user classes to the new members, listening to suggestions
and implementing them if they are good ideas, and finally just making
sure the sites get along with each other in this endeavor. Beyond that,
we are basically an outside observer who is letting the site go. The
members basically run the site.</p>

<h3 id="how-to-join-rapscallion">How to Join Rapscallion:</h3>

<p><strong><em>Torrent Invite forums</em></strong> can join, provided they meet the above
criteria about not trading and such, by sending an email to:</p>

<p>rapscallion.info@gmail.com</p>

<p>From there, they must state the site they represent, their username on
said site, and their userclass (ie Mod, Admin, etc) A screenshot of
proof must also be given so I know that they aren’t just an ordinary
member attempting to gain access. Basically, a screenshot of something
only that logged in user could have. Forum owners/admins will be
admitted in, no problem, upon meeting this criteria. Forum Moderators
either have to already have one of the above from their site on here, or
I have to hear from them that they are going to allow the moderators to
represent the site. I don’t need members of sites getting on hear
without the main runners of the sites allowing it and then instantly
getting off on the wrong foot with them. From there they will get an
invite code for their specific user class, and be good to go.</p>

<p>Another method can be IRC. IRC will also be a good way to collaborate
together instantly. Could be a great addition to help do what the site
already does.</p>

<p><strong>Server:</strong> irc.rapscallion.info</p>

<p>The channel for registering will be <strong><em>#registration</em></strong> (it may or may
not be active at the time of this article). If I am there, it is a
one-on-one alternative to registering. But same criteria still apply.</p>

<p><img src="http://filesharefreak.com/images4/rapscallion_forum.gif" alt="" /></p>

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-pumi-cite-says"><cite> pumi </cite> Says:</h5>

    <p>So let me get this correct its a site where incompetent invite site
staff can share incompetent information and is mangled by “FORMER”
invite site staff and you share information that you get from the
clouds .</p>

    <p>so no one has help from #staffers ?</p>

    <p>FIGHTS EGO AND FAIL</p>

    <p>Oh make sure to use your real ips so trackers can ban you lol</p>
  </li>
  <li>
    <h5 id="cite-huh-cite-says"><cite> huh </cite> Says:</h5>

    <p>Sounds like a terrible attempt to become friends with tracker staff
and get invites.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says"><cite> anon </cite> Says:</h5>

    <p>really wanting screenshots of staff accounts as proof… seems like
rapscallion is asking a bit too much in all honesty. Wouldn’t it be
easier for you to find them in their own irc nets as proof.</p>
  </li>
  <li>
    <h5 id="cite-drmike-cite-says"><cite> drmike </cite> Says:</h5>

    <p>Gotta admit that I see this as a fail too. I got banned from a
torrent site once for reporting a moderator making racist and
bigoted remarks towards me because I reported one of his torrents as
a dupe. Should I be banned form other torrent sites because of that?</p>
  </li>
  <li>
    <h5 id="cite-100-fail-cite-says"><cite> 100% FAIL </cite> Says:</h5>

    <p>PUMI HUH Sounds like your both correct!!</p>

    <p>Anyhow any invite site worth they’re gold would have tracker staff
involved in they’re site unless they’ve lots to hide which means
they’re not worth shit just like this idea of this site good-luck
and enjoy the in fighting bitches like most these invite forums like
to do and as anon says why ask for screenshots and actually wtf even
post here about it just bloody amateurs trying to be Mr e big men.</p>
  </li>
  <li>
    <h5 id="cite-fail-cite-says"><cite> FAIL </cite> Says:</h5>

    <p>Who do you think you are ?</p>
  </li>
  <li>
    <h5 id="cite-maxell-cite-says"><cite> maxell </cite> Says:</h5>

    <p>First off.<br />
 “Right now, the Admins and creators of the site are two members who
have been on a number of invite forums,”</p>

    <p>Not even staff at a invite forum, how are you expected to trust
these people. Never mind the fact they don’t have any experience
running a forum or the ins and outs of traders/cheaters/sellers and
there habits and personality’s and traits</p>

    <p>IF this was going to happen.This post shouldn’t have been made
public. As there only 3-4 forums that this post would apply to and
the staff could have been contacted via irc or their respected
sites.</p>

    <p>the fact that they had to get sharky to post this here tells me that
they really don’t have to clue.</p>

    <p>cheers,<br />
 maxell</p>
  </li>
  <li>
    <h5 id="cite-been-done-before-cite-says"><cite> Been Done Before </cite> Says:</h5>

    <p>Waste of time…this has been done many times before. Us Staffers
already have key places that we share info at with each other…this
is/will not be that place.</p>

    <p>We (Site Staffer) already have a system in place…stop trying…this
aint gonna work!!</p>
  </li>
  <li>
    <h5 id="cite-noobs-cite-says"><cite> NOOBS </cite> Says:</h5>

    <p>What theyre not even tracker staff lol and its hosted on theyre ovh
seedbox next theyll be wanting donations to pay for theyre seedbox .</p>
  </li>
  <li>
    <h5 id="cite-frylock-cite-says"><cite> Frylock </cite> Says:</h5>

    <p>There a back channels to announce this sort of thing, don’t know why
you would choose to run it on FSF.</p>

    <p>Your IRC channel is empty of any one associated with the project and
the member list is visible to to the world.
<a href="http://www.rapscallion.info/memberlist.php" rel="nofollow">http://www.rapscallion.info/memberlist.php</a></p>

    <p>:/</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says"><cite> Beagle </cite> Says:</h5>

    <p>As Maxell and Frylock have already mentioned, this seems like a very
amateur undertaking for them to announce something like this
publicly. The public aren’t going to be invited to join, so why
bother announcing it to them?</p>

    <p>I don’t think this will work for several reasons. Very few tracker
staff will participate; they already have their hangouts where they
trade info, such as btssu, p2pg and the What.cd forums, they don’t
need yet another forum to try to keep up with. A few reps from
trackers will join so they can relay whatever info the invite forum
staff provide back to those previously mentioned places. They won’t,
in turn, share most of their info with the forums, though, since
most trackers hat e invite forums, even the so-called “good invite
forums”. They may provide a bit of info to back up evidence that’s
already been posted, but in most cases it will be a leech type
relationship. Most invite forums won’t participate in any meaningful
way, either, since it provides them no direct benefit to supply info
which helps their competitors. There are also far too many fragile
egos, past hostile relationships, etc involved for it to ever be a
drama-free environment.</p>

    <p>It didn’t work the last time it was tried, and I don’t think it will
this time, either.</p>
  </li>
  <li>
    <h5 id="cite-me-cite-says"><cite> ME </cite> Says:</h5>

    <p>Wow Sharky, this has got to be the most random article I have seen
in a while</p>
  </li>
  <li>
    <h5 id="cite-chb-cite-says"><cite> chb </cite> Says:</h5>

    <p>quit those stupid scam ads, havent you learned anything lately?</p>
  </li>
  <li>
    <h5 id="cite-dont-be-ridiculous-cite-says"><cite> don&#8217;t be ridiculous </cite> Says:</h5>

    <p>@ANONYMOUS:<br />
 Paid advertisement? Are you stupid?</p>
  </li>
  <li>
    <h5 id="cite-dbag-cite-says"><cite> D.Bag </cite> Says:</h5>

    <p>What a fucking great Idea , yea go for it you should do this.</p>
  </li>
  <li>
    <h5 id="cite-humanbeing-cite-says"><cite> Humanbeing </cite> Says:</h5>

    <p>I think this a long time coming frankly. Invite forums are a part of
the bit torrent community. Like it or not. and for a long time it
has been a pissing contest. If everyone can come together perhaps
invite forums will no longer be the black sheep of torrent society.
I guess only time will tell if these people have it together enough
to pull it off but regardless it has to happen at some point. As a
response to one of the previous posters.. i think it is good they
are asking for proof of admin status as I don’t really think IP ban
lists are the best things to be made public to all people.</p>
  </li>
  <li>
    <h5 id="cite-cmon-cite-says"><cite> c&#8217;mon </cite> Says:</h5>

    <p>I know…</p>

    <p>What we need is …</p>

    <p>A more central database of Torrent site admins / staff / uploaders /
cappers / crackers ect….</p>

    <dl>
      <dt>So torrent site owners…. Give US your user / staff database , we can</dt>
      <dt>be trusted.  </dt>
      <dt> .  </dt>
      <dt> .  </dt>
      <dt> .  </dt>
      <dt>: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : WARNING</dt>
      <dd>: : : : : : : : : : : : : : : : : : : : : : : : : : : : : :</dd>
    </dl>

    <p>If torrent site sysops / Admins Don’t give us their user databases ,</p>

    <p>then their site will be ruined by cheaters , sellers and maffia.</p>

    <p>( ( I mean … look at your sites NOW , they are so , so , so , so ,
full to the brim with cheaters and sellers.<br />
 FACT: 99 % of what.cd users have sold invites… TRUE … seriously ….</p>

    <dl>
      <dt>FACT: isp Speeds are so slow , that 99% of torrent users cheat</dt>
      <dt>upload stats…  </dt>
      <dt> TRUE . REAL upload speed is 1.kbps , thats the fastest upload speed</dt>
      <dt>around !  </dt>
      <dt> ) )  </dt>
      <dt>: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :</dt>
      <dd>: : : : : : : : : : : : : : : : : : : : : : : : :</dd>
    </dl>

    <p>BE scared , BE VERY scared…</p>

    <p>Now sign up and gives us your database.</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net/</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.<br />
 Fórum de convites para Trackers e convívio geral.<br />
 No traders.</p>
  </li>
  <li>
    <h5 id="cite-trader-cite-says"><cite> trader </cite> Says:</h5>

    <p>I am a trader of old, rice, sugar , milk, bitches, ebony, if you
would like to buy from me visit schtotstore on ebay.</p>
  </li>
  <li>
    <h5 id="cite-agree-with-08-cite-says"><cite> Agree with 08 </cite> Says:</h5>

    <p>BEEN DONE BEFORE stated all that needs to be said about this. The
comments can be closed.</p>
  </li>
  <li>
    <h5 id="cite-imeverywhere-cite-says"><cite> ImEveryWhere </cite> Says:</h5>

    <p>Good ideas are often bad ideas…</p>

    <p>Good Trackers are already well organised. They know who they can
pick as VIP, Coders, Moderators…etc</p>

    <p>If there is something wrong they can simply ban the person.</p>

    <p>The strenght of bittorent is that it’s decentralized, and that it’s
easy to start a new community thanks to tracker template, script,
seedbox, good users…etc</p>

    <p>Staffers know how to build a good a good tracker. See What.cd,
BTN…etc</p>

    <p>The way to build something good with good members is experience, and
not a system.</p>

    <p>A system always can be cheated. An if a centralized system like the
one proposed is cheated, then a lot of trackers could be set down.</p>

    <p>Now we all know we want gold.</p>

    <p>But who is gold ? Rapscallion ? or good experienced users (staff,
coders, members…etc) ?<br />
 Now that you know shit (Rapscallion) want to become gold and have
gold… ask yourself who is going to be the cheater…</p>
  </li>
  <li>
    <h5 id="cite-deviant-cite-says"><cite> deviant </cite> Says:</h5>

    <p>Wonder if BTSSU is still around. That IRC chan used to have staff
from ~20 different trackers and IPs of cheaters/traders were swapped
instantly amongst all sites, definitely had potential but only
because it was run by site staff themselves and not some unknown 3rd
party.</p>
  </li>
  <li>
    <h5 id="cite-raven-cite-says"><cite> RAVEN </cite> Says:</h5>

    <p>CHILD PLZ!!! You kids have no clue how the game is played.. we can
do this here or down at the station…. pple wanna troll like black
asses.. stfu. This is a good idea and will help both forums and
trackers.</p>
  </li>
  <li>
    <h5 id="cite-friend-cite-says"><cite> friend </cite> Says:</h5>

    <p>are any ptn staff involved with rapscallion??</p>
  </li>
  <li>
    <h5 id="cite-staffers--laughingourheadsoff-cite-says"><cite> Staffers @ laughing_our_heads_off </cite> Says:</h5>

    <p>lol friend 024</p>

    <p>Theyre all a joke this just proves to us what kind of children run
invite sites and to think that us trackers dont watch them and dont
no whats going on is at your pearl .</p>

    <p>lol @ noobs</p>
  </li>
  <li>
    <h5 id="cite-bantam-cite-says"><cite> bantam </cite> Says:</h5>

    <p>As a novice I have made some minor mistakes and, even though one of
these was because of a failure to communicate by the tracker, I
suffered a 3 strikes banishment even though they had suggested to me
to make donations to keep me in positive ratio - and I was in credit
- they took my money!!!.</p>

    <p>I have never made the same mistake twice and have now joined other
private trackers where (I think) I am a model member with ratios of
between 7:1 &amp; 16:1. The fact that some sad &amp; sorry power
hungry little person refused to discuss or help (just lecture and
abuse) should have precluded me from joining other sites?? How
stupid and short-sighted is that - do you mean there is no room in
the P2P community for learners and no allowance for them to make
mistakes and break a few rules by accident while they are
learning??? WOW, no human rights here eh?</p>
  </li>
  <li>
    <h5 id="cite-bantam-cite-says-1"><cite> bantam </cite> Says:</h5>

    <p>A bit more on that - it seems staffers have a really poor outlook on
life and immediately assume that anyone breaking a rule is a cheat.
I guess they will live that negative life until they die, it’s just
a real pity that they are also so arrogant and issue punishment
because they can without fear of retribution - give a little bit of
power to people who can’t gain it in real life and see what happens.</p>

    <p>Common-sense and ethics dictate that this is a bad idea..</p>
  </li>
  <li>
    <h5 id="cite-lolrofl-cite-says"><cite> LOLROFL </cite> Says:</h5>

    <p>LOL @ 028</p>
  </li>
  <li>
    <h5 id="cite-somestrangeguy-cite-says"><cite> somestrangeguy </cite> Says:</h5>

    <p>Ok if you can’t get into TL you might wanna try
<a href="http://dragons-dungeon.com/" rel="nofollow">http://dragons-dungeon.com</a> They are going
invite only soon!! To be honest they can’t beat TL on SOME of there
pretimes but they are DAMN close. Really what do you have to lose
sign up and check them out. If you don’t like them then don’t return
but if you sign up you’ll will find they are very very close to TL
ups and don’t have as much pressure as you’ll find at TL. I actually
use this site to leech off of and use it as a supplier for my site
shhh pmsl. I seed then use the bonus points for my upload credit
can’t beat it lmao. Don’t hate on me please I am just trying to help
some people out that might be trying to supply there tracker with
torrents <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>
  </li>
  <li>
    <h5 id="cite-kerryblue-cite-says"><cite> kerryblue </cite> Says:</h5>

    <p>I think I skip this opportunity…</p>
  </li>
  <li>
    <h5 id="cite-yerahyrezh-cite-says"><cite> yerahyrezh </cite> Says:</h5>

    <p>go to <a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a> for free
tracker invites<br />
 you can also sell and buy there
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> trade too</p>
  </li>
  <li>
    <h5 id="cite-pants-cite-says"><cite> Pants </cite> Says:</h5>

    <p>Check out this site: <a href="http://www.trackeraccess.org/" rel="nofollow">http://www.trackeraccess.org</a></p>
  </li>
  <li>
    <h5 id="cite-pisexyorg-cite-says"><cite> PiSexy.org </cite> Says:</h5>

    <p>Although the intension is good, it is too simple to abuse the
system. Once you are in, you can access a lot of information.
Setting up a simple tracker is not too much trouble for gaining this
kind of access.. We have our own ways to sniff out cheaters, traders
and traitors..</p>
  </li>
  <li>
    <h5 id="cite-dels-cite-says"><cite> dels </cite> Says:</h5>

    <p>when your looking for a good torrent site pop along to
dij-entertainments we have all the latest movie’s albums and boxsets
and if there’s anything you need all you have to do is ask and one
of our team will pleased to help we have had a set back but were on
our way to becoming one of the best site’s on the net so come along
and see for yourself hope to see you soon</p>

    <p><a href="http://dij-entertainments.co.uk/" rel="nofollow">http://dij-entertainments.co.uk</a></p>
  </li>
  <li>
    <h5 id="cite-tramzik-cite-says"><cite> tramzik </cite> Says:</h5>

    <p>test</p>
  </li>
  <li>
    <h5 id="cite-cherokee-cite-says"><cite> Cherokee </cite> Says:</h5>

    <p>So, let me get this straight. A moderator is supposed to screenshot
something regular members would not have access to, in order to
prove they’re a moderator. First of all, why would I show you
something you shouldn’t have access to? Especially someone I don’t
even know! What’s to stop you from taking this screenshot, and using
it, along with the moderator’s name, to try to get into other
places? (You’d be stupid if you tried it with me, LOL).</p>

    <p>As far as cheating, who gets caught out for cheating may not have
even intentionally cheated. This might be fairly rare, but some
sites would rather make sure they ban all cheaters, so might make
their perimeters too wide. Say 5 % were really innocent. Should
those people now be banned from all trackers? I think that people
who do it a lot, or who brag about it (I’m surprised that people do
this, but there are sites where they do it), should be banned from
private trackers. But there is so much room for abuse here.</p>

    <p>You’re also making the assumption that all tracker staffs are nice,
well meaning, well adjusted, moderate in the extreme people, and we
all know that there are plenty of people at all levels of tracker
staffs that lose it with each other. Sometimes the fights are so
bad, even ordinary members know they’re going on. So why would you
trust that person’s word, just because they were an admin or
something. Some of those people are nuts! (Though lately, all the
people I’ve been around have been very nice people :)).</p>
  </li>
  <li>
    <h5 id="cite-fv-cite-says"><cite> Fv </cite> Says:</h5>

    <p>help yourself to a better torrenting experience:
<a href="http://tiny.cc/2ol7t" rel="nofollow">http://tiny.cc/2ol7t</a></p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[The Top 50 Most Requested Tracker Invites of 2010 (Part Two)]]></title>
    <link href="http://filesharefreak.com/2010/11/01/the-top-50-most-requested-tracker-invites-of-2010-part-two/"/>
    <updated>2010-11-01T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/11/01/the-top-50-most-requested-tracker-invites-of-2010-part-two</id>
    <content type="html"><![CDATA[<p>This is <strong>Part II</strong> of the Most Popular Private Tracker <a href="../../../10/29/the-top-50-most-requested-tracker-invites-of-2010-part-one/" title="The Top 50 Most Requested Tracker Invites of 2010 (Part Two)">Invite Requests
of
2010</a>. From
the <strong><em>first 25</em></strong>, there are only <strong>3</strong> trackers that were not listed
at least <em>somewhere</em> within the <strong>top 50</strong>. From the these last <strong>25</strong>,
almost half are brand-new entries for 2010. Since we publish this &#8220;Top
50&#8221; series quite late in the year, it gives newer trackers a fair
chance to be listed. That is, if they aren’t open for registration most
of the time. Having said that, here are a few interesting statistics
from the entire <strong>50</strong>:</p>

<!--more-->

<p>• Only two trackers (out of 15 new sites in the Top 50) are <em>new
startups</em> from 2010 - SceneXpress - which had open registration twice in
2010. The only other new tracker is LosslessWorld, which has not offered
open registration.</p>

<p>• 15 trackers from the 2009 list didn’t make the cut for 2010. Some may
have deserved to be on it; others simply don’t exist anymore. From these
15, five are not longer online.</p>

<p>• The majority of new trackers will offer at least one method of public
registration; be it open signups, IRC recruitment or invite application
- thus obviously they don’t receive many/any requests.</p>

<p>• <strong>From the 2010 Top 50…</strong></p>

<ul>
  <li>— 9 are music trackers, if you count Music-Vids.</li>
  <li>— 9 are HD trackers, if you count BitHQ.</li>
  <li>— 6 are TV trackers, if you count CartoonChaos &amp; ScienceHD.</li>
  <li>— 5 are Movie trackers; counting Rmvbusters, Karagarga &amp; x264.me.</li>
  <li>— At least 7 are region-specific (nCore, BitHUmen, CHDBits, HDChina,
HDCorea, Rmvbusters, and PolishTracker).</li>
</ul>

<p>• <strong>Stats…</strong></p>

<p>Download a copy of the Excel spreadsheet for all 146 trackers
[here](/files/tracker-requests2010.xlsx “Most Requested Private Trackers
of 2010 - Spreadsheet”).</p>

<p><a href="http://filesharefreak.com/images4/top-trackers-2010.png"><img src="http://filesharefreak.com/images4/top-trackers-2010-small.png" alt="" /></a></p>

<h3 id="images4rqbitgamergif26---bitgamer2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_bitgamer.gif" alt="" />#26 - BitGamer2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Considered by many to be the <em>number two</em> games tracker on the ‘net,
<a href="http://bitgamer.com/" title="http://bitgamer.com" target="_blank">BitGamer</a> is an excellent alternative to BCG that
has evolved into a cutting-edge destination for games of all consoles
&amp; platforms. Previously unlisted, <strong>BG</strong> requests (and giveaways)
are everywhere these days - but if they keep improving at their current
pace, it’ll be only a matter of time before they put a leash on new
membership. We suspect by this same time next year, <strong>BG</strong> will be a
more difficult tracker to get into.</p>

<p>**<u>Find an invite to BitGamer</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-0.gif" alt="" />Don’t sweat it - BG is generous with
invites to members, and so giveaways are extremely common (for now) and
often come grouped together with other trackers in the same multi-site
giveaway thread. Just ask and you shall receive.</p>

<p>**<u>Why you need BitGamer</u></p>

<p>:** 8,500+ torrents &amp; nearly 47,000 members. BitGamer is only
underrated by those who are not members.</p>

<h3 id="images4hdcorealogogif27---hd-corea2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/hdcorea_logo.gif" alt="" />#27 - HD-Corea2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p><strong>HD-Corea</strong> wasn’t listed in last year’s Top 50, and debuts as #27 for
2010. There’s not much point in giving out the site’s URL since it won’t
help much anyways. Also known as <strong>BTS</strong> or <strong>Born2Seed</strong>, here’s a
tracker that doesn’t take security lightly. Foreigners without seedboxes
are doomed, considering that ~90% of site members are South Korean who
are known to have the fastest ISP home-connection speeds on the planet.
Seedboxes are unnecessary here (and rarely used) by members, and even
with one the peering to S. Korea is terrible throughout most of the
world.</p>

<p><strong><u>Find an invite to HDCorea</u>:
</strong><img src="http://filesharefreak.com/images/stars-4-5.gif" alt="" />Good luck. Signing up is tricky, and
finding someone to part with an invite is even tougher. B2S does have a
public IRC recruitment channel, but it’s been said that it’s unavailable
due to invite trading.</p>

<p><strong><u>Find an invite to HDCorea</u>: </strong>More than 50% of the
torrents are exclusively Korean; which is of little use to English
members, although B2S does carry regular scene releases (iMMERSE, METiS,
etc). *<u>Stats: 2010-10-13</u></p>

<ul>
  <li>— 4,324 members (~90% are South Korean) <strong>|</strong> 29,651 torrents.</li>
</ul>

<h3 id="images3rqtvtorrentsgif28---tvtorrentscomprevious-rank-font-colorred46font"><img src="http://filesharefreak.com/images3/rq_tvtorrents.gif" alt="" />#28 - TVTorrents.comPrevious Rank: <font color="red">#46</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Online since early 2003 (really!) <a href="http://www.tvtorrents.com/" title="http://www.tvtorrents.com" target="_blank">TVTorrents.com</a>
is one of those TV trackers where torrenters either love it, or they
despise it. We agree it takes a fair bit of getting accustomed to the
functionality &amp; layout of <strong>TVT</strong>, but it’s well worth the effort.
TVT is also the most-visited private TV tracker on the Internet; with an
Alexa rank of 10,000 it easily dwarfs even BMTV.</p>

<p>**<u>Find an invite to TVTorrents</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />You won’t find <em>too</em> many giveaways for
TVT, since invites are somewhat limited on accounts. Making a request is
the best option; likely someone will fill it.</p>

<p>**<u>Why you need TVTorrents</u></p>

<p>:** Tons of additional features makes TVT both a tracker and a TV
database, all in one site. TVT recently blocked access to their tracker
statistics on the homepage, so it’s unknown how many members <em>or</em>
torrents there are.</p>

<h3 id="images4rqbithqgif29---bithqorg2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_bithq.gif" alt="" />#29 - BitHQ.org2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p><a href="http://www.bithq.org/" title="http://www.bithq.org" target="_blank">BitHQ</a> never intended to be known as a ‘High
Definition’ tracker, and started out with the purpose of offering <em>high
quality</em> torrents. Untouched DVDRs were the mainstay of the tracker (and
still are), although BitHQ has also now become a goldmine for untouched
Blu-ray torrents.</p>

<p>**<u>Find an invite to BitHQ</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />Trackers with a healthy amount of
untouched Blu-rays are always in demand; and it’s the BDs which have
rejuvenated a good deal of new-found interest in BitHQ. Due to the small
userbase BitHQ invite giveaways are uncommon, but members are usually a
generous bunch who will fill any serious requests made through torrent
forums.</p>

<p>**<u>Why you need BitHQ</u></p>

<p>:** It’s a great site to compliment Cinematik for DVDRs, and a growing
selection of BDs. *<u>Stats: 2010-09-22</u></p>

<ul>
  <li>— 5,300 members <strong>|</strong> 11,500 torrents.</li>
</ul>

<h3 id="images3rqbithumengif30---bithumen2009-rank-font-colorred39font"><img src="http://filesharefreak.com/images3/rq_bithumen.gif" alt="" />#30 - BitHUmen2009 Rank: <font color="red">#39</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p><a href="http://bithumen.be/" title="http://bithumen.be" target="_blank">BitHUmen</a> has certainly earned the right to be
called one of Hungary’s best trackers, yet <strong>BH</strong>’s appeal extends
towards both .HU and international users alike. BH offers a mix of scene
content as found on other true 0day scene trackers, as well as releases
from Hungary’s own scene.</p>

<p>**<u>Find an invite to BitHUmen</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />Difficult. <strong>BitHUmen</strong> uses ’stars’ as
currency (seed points) - the more you have, the better chance for an
invite. Members place bids on a predetermined number of available
monthly invites that the tracker offers to everyone. Some months it may
cost more stars for an invite than other months, whereby the price is
directly connected to demand. When <strong>nCore</strong> went offline for a brief
period earlier this year, the purchase bid jumped from ~10 stars up to
300 (good old inflation), and naturally it carried forward to torrent
forums where more requests were made. Random GAs are seldom seen; invite
<em>requests</em> to BitHUmen are about the only way in right now.</p>

<p>**<u>Why you need BitHUmen</u></p>

<p>:** Good statistics, well-seeded torrents (an average of 9 seeds per
torrent). *<u>Stats: 2010-10-27</u></p>

<ul>
  <li>— 76,273 registered users <strong>|</strong> 36,223 torrents (with 337,360
seeders).</li>
</ul>

<h3 id="images4rqdemonoidpng31---demonoid2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_demonoid.png" alt="" />#31 - Demonoid2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Right now, many of you are probably wondering what <a href="http://www.demonoid.com/" title="http://www.demonoid.com" target="_blank">Demonoid</a> is doing in this list. That’s understandable, sure.
While you won’t find Demonoid requests common on the more prestigious
torrent forums, there <em>are</em> still some places when Demonoid is
occasionally requested between their brief (but frequent) periods of
open registration.</p>

<p>**<u>Find an invite to Demonoid</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-0-5.gif" alt="" />Finding an invite to Demonoid could
either be really easy, or modestly difficult. What we mean by difficult
is that it’s going to take an act of great personal courage to ask
someone in public (on a torrent forum) for a Demonoid code.</p>

<p>**<u>Why you need Demonoid</u></p>

<p>:** With 324,009 torrents (283,935 internal), there just <em>has</em> to be
stuff at the Demon that you can’t find elsewhere. Great to have around
as a backup for rarities, it’s that last *ahem* private tracker I try
before giving up entirely prior to switching my search to DDLs or NZBs
instead.</p>

<h3 id="images3rqdesitorrentsgif32---desitorrents2009-rank-font-colorred43font"><img src="http://filesharefreak.com/images3/rq_desitorrents.gif" alt="" />#32 - DesiTorrents2009 Rank: <font color="red">#43</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>For an extended period of time in 2010, DesiTorrents essentially became
a closed community when they temporarily suspended their own
<a href="http://www.dtinvites.com/" title="http://www.dtinvites.com" target="_blank">pay-to-join</a> option earlier this year. Both
<em>recruitment</em> and their <em>invite system</em> were also shut down during this
same period - which has resulted in a higher number of requests.</p>

<p>**<u>Find an invite to DesiTorrents</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-5.gif" alt="" />Just two options exist here - make a
request and hope for the best, or ante up the $15 clams to
DTInvites.com. As far as I know, there’s not a single tracker out there
with DT recruitment (for free), although there’s always the option to go
through TPS <a href="https://www.thepiratesociety.info/showthread.php?t=12798" title="Official Desitorrents Recruiting Thread" target="_blank">here</a>.</p>

<p>**<u>Why you need DesiTorrents</u></p>

<p>:** One of the best, if not <em>the</em> best, Desi tracker in the world.
*<u>Stats: 2010-10-29</u></p>

<ul>
  <li>— Members: 178,007 <strong>|</strong> Torrents: 13,822 (with 52,579 seeders).</li>
</ul>

<h3 id="images4rqfreshongif33---freshontv2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_freshon.gif" alt="" />#33 - Freshon.tv2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Neither <a href="http://freshon.tv/" title="http://freshon.tv" target="_blank">Freshon.tv</a> nor tv.torrents.ro made the
list last year (which we’ll explain below). TVT.ro was quite regular
about opening registration to the masses. While Freshon.tv is the same
site with a few new changes, it can’t be said that they offer public
open-reg like what TVT.ro used to do.</p>

<p>**<u>Find an invite to Freshon.tv</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-0.gif" alt="" />There was absolutely zero chance that
TVT.ro could have made it into the Top 50 list last year: Nobody
requested TVT.ro invites, because they didn’t <em>have</em> an invite system.
Either the site was open for registration, or it wasn’t. One major
change in the new Freshon.tv is that an invite system was created -
members can now generate invite codes, and staff is more than generous
with the amount members get.</p>

<p>**<u>Why you need Freshon.tv</u></p>

<p>:** It’s one of the few TV trackers that regularly adds freeleech &amp;
half-leech torrents, so maintaining a good ratio is easier than other
sites (especially BMTV). Stats (# of members &amp; total torrents) is
unknown.</p>

<h3 id="images4rqscenexpressgif34---scenexpress-sex2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_scenexpress.gif" alt="" />#34 - SceneXpress (SeX)2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>It wouldn’t be entirely fair to suggest that <a href="https://scenexpress.net/" title="https://scenexpress.net" target="_blank">SceneXpress</a> didn’t make the cut last year - because they sort of
did, but it was as SceneLife instead. By every right, <strong>SeX</strong> is
undoubtedly a whole new tracker than its predecessor <strong>ScL</strong>.</p>

<p>**<u>Find an invite to SceneXpress</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />Getting harder, as very few members
possess invites. Evidence suggests that invites are not automatically
awarded even to their best members within normal member-classes,
according to their FAQ. Although SeX is ranked #34, we can’t fathom a
reason why there’d be so many invite requests - SeX has had two separate
5-day periods of open registration within the past 6 months. If I were a
betting man, I’d say that it won’t happen again until SeX does a major
sitewide pruning sweep of inactive accounts.</p>

<p>**<u>Why you need SceneXpress</u></p>

<p>:** Stunning design, combined with an enthusiastic staff crew that
never ceases to develop new ideas, contests and the like. *<u>Stats:
2010-10-29</u></p>

<ul>
  <li>— Torrents: 27,806 (17,858 are freeleech) <strong>|</strong> Members: 10,784.</li>
</ul>

<h3 id="images4rqbttrovegif35---bttrove2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_bttrove.gif" alt="" />#35 - BTTrove2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>We certainly didn’t expect to see <a href="http://www.bttrove.org/" title="http://www.bttrove.org" target="_blank">BTTrove</a> in
the Top 50, but if you check around the forums you’ll discover a fair
amount of requests. Self billed as a &#8220;Technical Resources Offering
Visual Education&#8221; tracker, BTTrove offers graphics apps, web-dev tools,
documents, tutorials, with a great selection of 2D and 3D models, photos
&amp; textures for all of the major graphics software.</p>

<p>**<u>Find an invite to BTTrove</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />We have no clue how hard it is to find
someone willing to part with an invite, or if they even have an
operational invite system. All we know is that BTTrove’s
traffic/popularity has spiked tremendously recently, and it wasn’t due
to open registration. Just one other option exists, and that’s to buy
your way in: a minimum <a href="http://www.bttrove.org/public_forum/lwdonate.php" title="http://www.bttrove.org/public_forum/lwdonate.php" target="_blank">donation</a> of $10 will get
you in the door.</p>

<p>**<u>Why you need BTTrove</u></p>

<p>:** Non-members are able to <a href="http://www.bttrove.org/tracker.php" title="http://www.bttrove.org/tracker.php" target="_blank">browse</a> through a
robust selection of torrents before deciding if BTTrove is a tracker
they would like to be a part of. Try before you buy, lol.</p>

<h3 id="images3rqfilelist-rogif36---filelistro2009-rank-font-colorred50font"><img src="http://filesharefreak.com/images3/rq_filelist-ro.gif" alt="" />#36 - FileList.ro2009 Rank: <font color="red">#50</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>General/0day behemoth <a href="http://filelist.ro/" title="http://filelist.ro" target="_blank">FileList.ro</a> barely eked
into the list last year at #50. To give an idea of just how popular
<strong>FileList</strong> is, they have an Alexa rank of #4,244 compared to
TorrentLeech’s #3,367. FL.ro is a Romanian / international tracker with
an English interface, and caters to scene/P2P releases, as well as (to a
lesser extent) .RO releases.</p>

<p>**<u>Find an invite to FileList.ro</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-0.gif" alt="" />Registration is usually closed to the
public nowadays, but finding an invite should be fairly straightforward.
Surprisingly, FL.ro giveaways aren’t all that common - but a quick
request should get the job done.</p>

<p>**<u>Why you need FileList.ro</u></p>

<p>:** Huge peerlists on just about everything, lots of freeleech
(everything above 4GB is free), good speeds. Back in April 2010,
FileList indexed more than 47,000 torrents, although we don’t know
exactly what the torrent count is today.</p>

<h3 id="images3rqhdchinagif37---hdchina2009-rank-font-colorred28font"><img src="http://filesharefreak.com/images3/rq_hdchina.gif" alt="" />#37 - HDChina2009 Rank: <font color="red">#28</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>When it comes to China’s <em>dominating</em> HD trackers, one only has to look
as far as to heavyweights <a href="http://hdchina.org/" title="http://hdchina.org" target="_blank">HDChina</a> and CHDBits,
to which there is obvious rivalry between the two. The latter <strong>CHD</strong>
seems to be on a road to greatness, however <strong>HDC</strong>’s popularity has
been on an ever-so-slight decline recently. Here’s why: they were dealt
a serious blow when encoder-group WiKi announced it was parting ways
with HDC in order to join up with tracker TorrentGui. With their main
showpiece WiKi gone, HDC scrambled to organize a new internal group
called SiHD as a replacement, but so far SiHD hasn’t gained the same
level of respect that WiKi has earned over the years. This is conclusive
evidence that torrenters truly <em>do</em> follow their favorite <em>encoder
groups</em> from one tracker to the next.</p>

<p>**<u>Find an invite to HDChina</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />Invite requests are down a little,
possibly due to the aforementioned reasons - but HDC isn’t considered to
be an overly difficult tracker to get into.</p>

<p>**<u>Why you need HDChina</u></p>

<p>:** Online since 2008-02-28 HDC is still very formidable, and indexes
most of the mainstream releases from China’s top encoders. Fans of the
group SiHD will not find a suitable replacement to HDC, as other HD
trackers (Asian or otherwise) don’t seem to carry much of SiHD’s work.
*<u>Stats: 2010-10-30</u></p>

<ul>
  <li>— Torrents (active): 23,182 <strong>|</strong> Members: 25,023.</li>
</ul>

<h3 id="images3rqtorrentdamagegif38---torrent-damage2009-rank-font-colorred48font"><img src="http://filesharefreak.com/images3/rq_torrentdamage.gif" alt="" />#38 - Torrent-Damage2009 Rank: <font color="red">#48</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Trackers listed here on down in the Top 50 are so close to each other
(and/or tied) that when counting the number of invite requests, there’s
almost no discernible difference between them whatsoever. Basically it’s
a matter of just one or two requests that makes the difference to being
listed or not, and in which position. For example, if
<a href="http://www.torrent-damage.net/" title="http://www.torrent-damage.net" target="_blank">Torrent-Damage</a> was just 2 requests shorter,
they simply wouldn’t have made the cut. And in fact, only 3 out of the
12 forums had any requests for <strong>T-D</strong> at all (Btracs, FST &amp;
Torrentinvites.org), from which you can form your own opinion.</p>

<p>**<u>Find an invite to Torrent-Damage</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-0.gif" alt="" />Not hard; make a request or look for
offers - or try out for an invite through their IRC invite channel:</p>

<ul>
  <li><strong>Network:</strong> irc.torrent-damage.net</li>
  <li><strong>Channel:</strong> #td-invite (hotlink
<a href="irc://irc.torrent-damage.net/td-invite">here</a> - mibbit link can be
found in T-D’s <a href="http://www.torrent-damage.net/login.php" title="Torrent-Damage - Request an Invite!" target="_blank">login</a> page)</li>
</ul>

<p>**<u>Why you need T-D</u></p>

<p>:** T-D is a 0day/general tracker that runs on Gazelle. Unfortunately
we don’t have any current stats to share, sorry.</p>

<h3 id="images3rqdb9gif39---deepbassnine2009-rank-font-colorred42font"><img src="http://filesharefreak.com/images3/rq_db9.gif" alt="" />#39 - DeepBassNine2009 Rank: <font color="red">#42</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p><a href="http://tracker.deepbassnine.com/" title="http://tracker.deepbassnine.com" target="_blank">DeepBassNine</a> has always been an often-requested
music tracker, and is considered to be the best tracker around for
drum-n-bass, dubstep, breaks, house, jungle, oldskool and UK garage.</p>

<p>**<u>Find an invite to DeepBassNine</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />DB9 is not cheap with the invites, and
uses the default gazelle standard for invites awarded to the level of PU
&amp; up (aka - &#8220;BovidaeSteroids&#8221; - member for &gt; 4 weeks with 25GB
uploaded and a ratio of &gt; 1.05). It’s not difficult to find a member
with invites on his/her account; the hard part is simply finding a
member, period.</p>

<p>**<u>Why you need DB9</u></p>

<p>:** Unique content for the DnB music niche, DB9 indexes both scene and
user-submitted content and has a great DJ radio program. *<u>Stats:
2010-10-30</u></p>

<ul>
  <li>— Torrents: 31,312 (active on browse).</li>
</ul>

<h3 id="images3rqexigogif40---exigo2009-rank-font-colorred36font"><img src="http://filesharefreak.com/images3/rq_exigo.gif" alt="" />#40 - Exigo2009 Rank: <font color="red">#36</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>Ah, <strong>Exigo</strong>. The tracker that nobody can talk about, but yet it
continues to pull in heavy request numbers. The first rule about Exigo
club is, you can’t… or you can just Google ‘Exigo Review’ - you’ll find
plenty of info, or click <a href="http://tinyurl.com/34k3vdr" title="http://lmgtfy.com/?q=exigo+tracker+review" target="_blank">here</a>.</p>

<p>**<u>Find an invite to Exigo</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-5-0.gif" alt="" />In Soviet Russia, Exigo invite finds you.
<strong>TIP: </strong>IRC is good choice for invite transactions (GAs
&amp; requests) especially for hard-to-find invites, partly because
there is no public forum recording it. Although it’s quite cliquey, if
you can befriend a tight unit of like-minded members (say, in a torrent
forum’s IRC channel), you’ll discover that other users are more generous
with invites in a real-time environment. I’ve seen some crazy invites
passed around (and been involved in) that are unlikely to occur on a
forum. IRC ‘friends’ are more apt to help each other out, believe it.</p>

<p>**<u>Why you need Exigo</u></p>

<p>:** Lossless music tracker extraordinaire. *<u>Stats: 2010-07-04</u></p>

<ul>
  <li>— Torrents: 26,608 <strong>|</strong> Members: 2,369 <strong>|</strong> Current Alexa Rank:
722,040.</li>
</ul>

<h3 id="images3rqfscpng41---fsc2009-rank-font-colorred18font"><img src="http://filesharefreak.com/images3/rq_fsc.png" alt="" />#41 - FSC2009 Rank: <font color="red">#18</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p><strong>FSC</strong> was listed at a modest <strong>#24</strong> in 2008, then made a slight jump
to the <strong>18th</strong> most requested invite in 2009. In 2010 <strong>FSC</strong> barely
squeaked its way into the Top 50 at all. We looked everywhere, but found
just a handful of invite requests across all boards combined. Why the
sudden decline? Simple: People have finally realized that it is
unadulterated insanity to expect an <em>FSC invite</em> to be granted through a
forum request - it just doesn’t happen.</p>

<p>**<u>Find an invite to FSC</u></p>

<p>:** Lately, almost nobody requests FSC on public/private forums anymore
because of the infinitesimal odds of obtaining an invite in this manner.
And there are very, very few remaining FSC members who possess invites
on their account; typically how it works is a member will need to submit
an excruciating application form your behalf (ie - vouch for you). <strong>FSC
Recruitment</strong> — In <strong><em>the new</em></strong> TPS, there’s a <a href="https://www.thepiratesociety.info/forumdisplay.php?f=69" title="https://www.thepiratesociety.info/forumdisplay.php?f=69" target="_blank">thread here</a> called &#8220;FSC Talent Hunt&#8221; that offers official
recruitment from a FSC community rep. Nothing’s guaranteed, but it’s
worth a shot.</p>

<p><img src="http://filesharefreak.com/images4/fsc_invite.gif" alt="" /></p>

<p>**<u>Why you need FSC</u></p>

<p>:** That’s for you to explain. FSC is an incredibly aged community with
active forums &amp; IRC, regularly uploaded special packs, and a request
system that can’t be beat. FSC has 5,300 active torrents and 1,894
members.</p>

<h3 id="images4rqhd-bitsgif42---hd-bitsro2009-rank-font-colorred35font"><img src="http://filesharefreak.com/images4/rq_hd-bits.gif" alt="" />#42 - HD-Bits.ro2009 Rank: <font color="red">#35</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>Here’s another tracker that we were somewhat surprised to find in this
year’s Top 50. If open signups, an invite app form, and the fact that
invite giveaways are everywhere wasn’t enough; we’re shocked there are
still people out there who even need to request <a href="http://www.hd-bits.ro/" title="http://www.hd-bits.ro" target="_blank">HD-bits.ro</a> - let alone want in.</p>

<p>**<u>Find an invite to HD-Bits.ro</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-0.gif" alt="" />Easy. Even has an <a href="http://www.hd-bits.ro/application_form.php" title="http://www.hd-bits.ro/application_form.php" target="_blank">application
form</a> for those who want to apply directly.</p>

<p>**<u>Why you need HD-Bits.ro</u></p>

<p>:** You don’t. HD-Bits.ro is in trouble <em>and</em> overrated. Absentee
ownership, bouts of lengthy downtime, and a blatant lack of uploaders
are causing serious problems for this HD tracker. Indexed just 4,500
torrents back in July, about the same time I left my account to become
auto-pruned.</p>

<h3 id="images3rqhd-torrentsgif43---hd-torrentscom2009-rank-font-colorred49font"><img src="http://filesharefreak.com/images3/rq_hd-torrents.gif" alt="" />#43 - HD-Torrents.com2009 Rank: <font color="red">#49</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Speaking of mediocrity^ there are a lot of so-so HD trackers out there,
and there are some real class-acts. <a href="http://hd-torrents.org/" title="http://hd-torrents.org" target="_blank">HD-Torrents</a>
places somewhere in the middle. 10,000 active torrents is nothing to
scoff at, we admit. Don’t get us wrong: HDT is a very good HD tracker,
but it is not a <em>great</em> one. Overly simplified layout &amp; browse page,
and lack of search functionality when compared to HD trackers using
nexusphp that have lovely browse categories &amp; icons is HD-Torrents’
achilles heel.</p>

<p>**<u>Find an invite to HD-Torrents</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />Member-class <em>HD Maniac</em> (ie - Power
User) and above can receive invites, so there’s quite a few around.
Non-members can even <a href="http://hd-torrents.org/donate3.php" title="http://hd-torrents.org/donate3.php" target="_blank">donate</a> to get instant
access, but be warned - it isn’t cheap (or verified).</p>

<p>**<u>Why you need HD-Torrents</u></p>

<p>:** Also contains HQ audio/lossless (1,171 torrents) and has releases
from encoder group <em>Eureka</em> (287 torrents) and other internal groups
<em>Vista</em> and <em>HiDt</em>. Torrent stats (2010-10-31) - 10,080 active on
browse.</p>

<h3 id="images3rqkaragargagif44---karagarga2009-rank-font-colorred36font"><img src="http://filesharefreak.com/images3/rq_karagarga.gif" alt="" />#44 - Karagarga2009 Rank: <font color="red">#36</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p><a href="http://karagarga.net/" title="http://karagarga.net" target="_blank">Karagarga</a> is actually one of my most favourite
trackers of all time; I’d be devastated without it. It’s a niche movie
(and OST) tracker for arthouse, film noir, classic cinema, musicals,
cult flicks, rarities &amp; foreign films (basically anything
non-mainstream). <strong>KG</strong> continues to grow: The same time last year there
were 42,000 active torrents - today the total is 54,000. While XviD/AVI
is their mainstay, <strong>KG</strong> also has over 4,400 active DVDRs and some HD
releases, to a lesser extent.</p>

<p>**<u>Find an invite to Karagarga</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />PUs receive, on average, 1 invite to use
each week. Karagarga members are a proud bunch, and don’t mind in the
slightest to fill an invite request - just as long as you promise to use
the tracker. Ask, and ye shall receive.</p>

<p>**<u>Why you need Karagarga</u></p>

<p>:** Because you can’t find their stuff anywhere else, that’s why.
*<u>Stats: 2010-10-31</u></p>

<ul>
  <li>— Total Torrents: 85,886 <strong>|</strong> Members: 27,835.</li>
</ul>

<h3 id="images4rqlosslessworldgif45---losslessworld2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_losslessworld.gif" alt="" />#45 - LosslessWorld2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>OK, here’s the inside scoop to anyone out there who’s interested in
starting up a new music tracker: Music trackers that look pretty tend to
offer nothing else, and will ultimately fail (SqN, iPWN). True ratioless
music trackers tend to fail. Music trackers that only index scene
releases will fail (VIPMusic is the only living exception, based on
sheer uploading power and crazy scene connections). Most Romanian music
trackers will fail. Music trackers that use shitty sourcecode will fail.
Music trackers that attempt to spinoff from <em>other</em> successful music
trackers will likely fail. New nondescript general sites will fail.
That’s a lot of fail. So, what does it take to win? A niche.</p>

<p><a href="https://losslessworld.info/" title="https://losslessworld.info" target="_blank">LosslessWorld</a> might be fresh out of the box,
but early signs suggest <em>success</em>. Why? <strong>LW</strong> is a tight community
comprised of knowledgeable lossless rippers and uploaders. There’s no
flashy logo with a caricature donning a gasmask or a hipster dude
wearing a hoodie, but what you will find here are 100% lossless audio
rips done by pros. Many of which you <em>really</em> won’t find elsewhere
because they’re tagged exclusive:</p>

<p><a href="http://filesharefreak.com/images4/rq_losslessworld2.gif"><img src="http://filesharefreak.com/images4/rq_losslessworld2-small.gif" alt="" /></a></p>

<p>**<u>Find an invite to LosslessWorld</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />The main reason for the number of invite
requests is simply because <strong>LW</strong> has never been open for registration
to the public. There’s recruitment through Waffles.fm in <a href="https://www.waffles.fm/forum/18/16591/post1526624.html#1526624" title="https://www.waffles.fm/forum/18/16591/post1526624.html#1526624" target="_blank">this
link</a> (for PUs and up) but it’s unknown if the
offer still stands. We checked around our regular haunts, but couldn’t
find any other examples.</p>

<p>**<u>Why you need LW</u></p>

<p>:** Rare FLACs. LosslessWorld doesn’t allow everybody to upload,
members need to apply. So far, there’s 130 uploaders (31% of total site
members). *<u>Stats: 2010-10-31</u></p>

<ul>
  <li>— Torrents: 1,383 <strong>|</strong> Members: 416.</li>
</ul>

<h3 id="images4rqncoregif46---ncorenu2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_ncore.gif" alt="" />#46 - nCore.nu2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>First BitHUmen, and now <a href="http://ncore.cc/" title="http://ncore.cc" target="_blank">nCore</a> - Hungary’s two
top trackers appear in this same toplist. Of these two 0day/scene
(general) trackers, <strong>BH</strong> is considerably more difficult to get into,
although this doesn’t take anything away from <strong>nCore</strong>’s dominating
popularity. Ranked #9,103 by Alexa overall, nCore is also rated as
Hungary’s 28th most visited website. Big numbers, indeed. But even more
impressive are the tracker statistics.</p>

<p>**<u>Find an invite to nCore</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />There’s an option where members can apply
for an invite for you, by filling out this
<a href="http://filesharefreak.com/i54.tinypic.com/53o1ns.html" title="NCore Invite Application Form" target="_blank">form</a>. As well, potential members can apply directly through
their login <a href="http://ncore.cc/login.php" title="http://ncore.cc/login.php" target="_blank">link</a> (Tip: Click <strong>[en]</strong> and
then click &#8220;request an invite&#8221;) - although this feature is currently
disabled. Otherwise, just ask around on your preferred forum.</p>

<p>**<u>Why you need NCore</u></p>

<p>:** Very impressive numbers. *<u>Stats: 2010-10-27</u></p>

<ul>
  <li>— Torrents: 92,644 <strong>|</strong> Members: 142,494 <strong>|</strong> Seeders: 1,224,043.</li>
</ul>

<h3 id="images4rqsciencehdgif47---sciencehd2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_sciencehd.gif" alt="" />#47 - ScienceHD2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>The thing about <a href="https://sciencehd.info/" title="https://sciencehd.info" target="_blank">ScienceHD</a> is, the members here
are especially active and actually appreciate using the tracker.
Although there’s fewer than 1,800 members, total seeders on 6K torrents
is at a colossal 21,000 — on average each member is seeding 12 torrents
at any given time; an astonishing feat for any tracker.</p>

<p>**<u>Find an invite to ScienceHD</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />Due to the low userbase (and lack of
official recruitment at other trackers), ScienceHD isn’t the easiest
invite to find. However, you can always fill out their
<a href="https://sciencehd.info/applications.php" title="https://sciencehd.info/applications.php" target="_blank">invite-app</a>.</p>

<p>**<u>Why you need ScienceHD</u></p>

<p>:** Self-billed as the <em>Science Tracker</em>, they offer mostly
video-related torrents which make up for 87% of all content on the
tracker (documentaries, nature, history, art, BBC, science shows). To a
lesser degree, there are also magazines, eBooks, audiobooks and other
eLearning content (665 torrents). *<u>Stats: 2010-10-31</u></p>

<ul>
  <li>— Torrents: 6,000 (5,305 active) <strong>|</strong> Members: 1,782<strong>.</strong></li>
</ul>

<h3 id="images4rqtranceroutegif48---tranceroute2009-rank-font-colorred47font"><img src="http://filesharefreak.com/images4/rq_tranceroute.gif" alt="" />#48 - TranceRoute2009 Rank: <font color="red">#47</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>The closure earlier this year of EDM tracker <em>Elektronik.ro</em> left a
sizable hole in the Trance tracker music scene. Just a couple of years
ago there were 4-5 dedicated &#8220;trance&#8221; trackers; now there’s just two?
- <strong>TT</strong> and <a href="http://tranceroute.com/" title="http://tranceroute.com/" target="_blank">TranceRoute</a>. Did <strong>TR</strong> take
advantage of all those stranded members looking for a new home? Not to
our knowledge.</p>

<p>**<u>Find an invite to TranceRoute</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />We couldn’t find any recruitment
whatsoever (on torrent or tracker forums, or elsewise). No advice.</p>

<p>**<u>Why you need TranceRoute</u></p>

<p>:** Offers more trance-only music, rather than music covered under the
entire EDM umbrella. *<u>Stats: 2010-04-21</u></p>

<ul>
  <li>— Torrents (total): 12,469 <strong>|</strong> Members: 6,300<strong>.</strong></li>
</ul>

<h3 id="images4rqracing-undergroundgif49---racing-underground2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_racing-underground.gif" alt="" />#49 - Racing-Underground2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>When it comes to the motorsports torrents, fans need not look any
further than to <a href="http://www.racing-underground.com/" title="http://www.racing-underground.com" target="_blank">Racing-Underground</a> and
<a href="http://www.formulamonkey.com/" title="http://www.formulamonkey.com" target="_blank">FormulaMonkey</a>. Both trackers have a great
community who possess their own cappers to capture live races. Content
on both trackers is heavily inclined towards F1 races, GP, and lower
divisions - although there’s a respectable selection of MotoGP, Nascar
and other motorsports (especially on <strong>R-U</strong>).</p>

<p>**<u>Find an invite to R-U / FM</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-5.gif" alt="" />Pretty darn hard trackers to get into;
both are perpetually closed for signup and recruitment doesn’t exist
anywhere. Best bet is to make a request and hope someone comes to your
aid.</p>

<p>**<u>Why you need R-U / FM</u></p>

<p>:** Racing-Underground: *<u>Stats: 2010-10-31</u></p>

<ul>
  <li>— Torrents: 32,634 <strong>|</strong> Members: 23,832<strong>.</strong> FormulaMonkey: stats
unknown.</li>
</ul>

<h3 id="images4rqrmvbustersgif50---rmvbusters2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_rmvbusters.gif" alt="" />#50 - Rmvbusters2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Online since 2006-03-25 <a href="http://rmvbusters.pl/" title="http://rmvbusters.pl" target="_blank">Rmvbusters</a> is a
specialized media tracker that caters to shrunken down re-encodes of
movies (&amp; some TV) releases using <strong>rmvb</strong> and/or <strong>x264</strong> codec.
Traditionally, movies will be between 350MB - 500MB without any loss of
visual/audio quality to them. A Polish tracker by nature, Rmvbusters
also allures to international users since there’s a healthy selection of
English titles to choose from.</p>

<p>**<u>Find an invite to Rmvbusters</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-0.gif" alt="" />Almost never open to public registration
anymore, but invite giveaways are fairly common.</p>

<p>**<u>Why you need Rmvbusters</u></p>

<p>:** Great tracker for those who have a small ISP bandwidth cap. Tons of
packs &amp; freeleech torrents make it an easy tracker to maintain a
good ratio on.</p>

<h2 id="trackers-that-didnt-make-the-cut">2009 Trackers That Didn’t Make the Cut</h2>

<p>Trackers that appeared in the 2009 list, but were bumped out of the Top
50 of 2010 include:</p>

<ul>
  <li>• <strong>Elektronik.ro</strong> — Offline.</li>
  <li>• <strong>SceneTorrents (ScT)</strong> — Offline.</li>
  <li>• <strong>SceneLife</strong> (ScL) — Now exists as SceneXpress (listed)</li>
  <li>• <strong>TTi.nu</strong> — Still popular as ever, but invites are seldom requested
by English.</li>
  <li>• <strong>TheDVDClub</strong> — Has had frequent periods of open registration.</li>
  <li>• <strong>STMusic.org</strong> — Offline.</li>
  <li>• <strong>TS-Tracker</strong> — Almost made the list, but didn’t quite.</li>
  <li>• <strong>TheVault.bz</strong> — Various periods of open signups all year long.</li>
  <li>• <strong>XBox-Sky.cc</strong> — Not sure why invite requests have dwindled, but
they have.</li>
  <li>• <strong>AOM</strong> — Casual, flippant requests are not fulfilled, and not
common anymore.</li>
  <li>• <strong>MMA-Tracker.net/.org</strong> — We found but one request.</li>
  <li>• <strong>SceneSound</strong> — Offline.</li>
  <li>• <strong>FTWR.in</strong> — Offline.</li>
  <li>• <strong>iPlay.ro</strong> — Began to offer ‘trial accounts’ via open-reg (and
still does).</li>
  <li>• <strong>NTorrents</strong> — pwnnetwork.net is their new tracker.</li>
</ul>

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-luigi-cite-says"><cite> Luigi </cite> Says:</h5>

    <p>Removed for being spam.</p>
  </li>
  <li>
    <h5 id="cite-sgiuh-cite-says"><cite> sgiuh </cite> Says:</h5>

    <p>Wow. You really went there with e?</p>

    <p>Whilst we’re going there, why don’t we just name all those trackers
that would prefer their names withdrawn?</p>

    <p>nice one, fsf</p>
  </li>
  <li>
    <h5 id="cite-sharkyindex-2html-relexternal-nofollow-cite-says"><cite> <a href="http://filesharefreak.com/index-2.html" rel="external nofollow">sharky</a> </cite> Says:</h5>

    <p>^ You act like this is the first time we’ve said “Exigo”. Do a FSF
site-search before making silly comments like that.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says"><cite> anon </cite> Says:</h5>

    <p>@SGIUH: Yeah, you’re right, this place should follow the rest of the
n00bs who think using asterisks in a trackers name give it some kind
of “security”. For fuck’s sake, everyone knows that E and E****
stand for Exigo, stop being such n00bs and playing silly games.</p>
  </li>
  <li>
    <h5 id="cite-top-cite-says"><cite> TOP </cite> Says:</h5>

    <p>E**** does NOT allow trading, please don’t spread lies to other
people!</p>
  </li>
  <li>
    <h5 id="cite-cpx-cite-says"><cite> cpx </cite> Says:</h5>

    <p>RU is famous ^_^</p>
  </li>
  <li>
    <h5 id="cite-don-cite-says"><cite> Don </cite> Says:</h5>

    <p>Too bad you forgot LastTorrents.org who meanwhile became one of the
best 0day tracker with a large content (over 39000 torrents)
exceptional peers and over 180,000 users. Charged probably because
free registration. Filelist.ro is unfortunately more full of
malicious content and design reminiscent of early p2p. Once they are
no longer on the charts, even in Romania. Too bad …</p>
  </li>
  <li>
    <h5 id="cite-skiper-cite-says"><cite> skiper </cite> Says:</h5>

    <p>@Don, u’r f#ck up…so stfu u noob , and read before posting! thats
why people like u put a bad name on u’r country!</p>
  </li>
  <li>
    <h5 id="cite-anon2-cite-says"><cite> anon2 </cite> Says:</h5>

    <p>@DON:<br />
 this list isn’t for the best, the worst or the l33t, it is for the
most requested, a tracker can be anything, but if it is requested,
it is on the list.</p>

    <p>Don’t misread “most requested” with “best”</p>
  </li>
  <li>
    <h5 id="cite-superfunkyfr3h-cite-says"><cite> SuperFunkyFr3$h </cite> Says:</h5>

    <p>” XBox-Sky.cc — Not sure why invite requests have dwindled, but they
have.” Xbox-Sky has no invites, just open regs every couple months,
we some times get games before The Scene OR P2P gets them, last
year, we got that Madden football game before The Scene/P2P got it.
The main activity goes on over on IRC.</p>
  </li>
  <li>
    <h5 id="cite-anonanon-cite-says"><cite> anonanon </cite> Says:</h5>

    <p>stats on FSC are way off</p>

    <p>Registered users: 4,394</p>

    <p>Torrents: 14,003</p>
  </li>
  <li>
    <h5 id="cite-sharkyindex-2html-relexternal-nofollow-cite-says-1"><cite> <a href="http://filesharefreak.com/index-2.html" rel="external nofollow">sharky</a> </cite> Says:</h5>

    <p><strong>@ Anonanon</strong> — Wrong - You’re going by their homepage (index.php)
stats. I’m going by <strong>browse.php</strong> (ie - active torrents) and
<strong>forum stats</strong> (which reports <em>current</em> enabled users on the
tracker). As every member well knows, FSC’s “member count” (as
reported on the home link) includes deleted accounts. If you read
their forums, you’d know this.</p>
  </li>
  <li>
    <h5 id="cite-lolz-cite-says"><cite> lolz </cite> Says:</h5>

    <p>why some fucking tracker always want to hide their name. security ?
shit for this !</p>
  </li>
  <li>
    <h5 id="cite-prawn-cite-says"><cite> Prawn </cite> Says:</h5>

    <p>I don’t see Digitalhive listed anywhere. Why is digitalhive nowhere
listed? Is it that much of a shitty tracker?</p>
  </li>
  <li>
    <h5 id="cite-name-cite-says"><cite> name </cite> Says:</h5>

    <p>Just because a tracker’s not listed doesn’t mean it’s shitty. Look
how many shitty trackers are already on this list. The best ones
aren’t even listed! <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
  </li>
  <li>
    <h5 id="cite-name-cite-says-1"><cite> name </cite> Says:</h5>

    <p>Oh I forgot to say: EXIGO EXIGO EXIGO. Wow, will a kitten die now
that I mentioned their “secret” name?</p>
  </li>
  <li>
    <h5 id="cite-exigo-cite-says"><cite> Exigo </cite> Says:</h5>

    <p>Exigo , what the fuck is Exigo all about</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-1"><cite> anon </cite> Says:</h5>

    <p>Oh, man! You guys just had to go and ruin it, didn’t you? Until now
the FBI was looking for a site called E***** and getting
nothing but 404 errors. Now they know what to look for. You
assholes!</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-2"><cite> @ANON </cite> Says:</h5>

    <p>Are you kidding?</p>

    <p><a href="http://torrentinvites.org/showthread.php?1957-Exigo" rel="nofollow">http://torrentinvites.org/showthread.php?1957-Exigo</a></p>
  </li>
  <li>
    <h5 id="cite-wat-cite-says"><cite> wat </cite> Says:</h5>

    <p>I just noticed that there’s a section on Exigo’s forums for trading
invites.</p>

    <p>Made me lol</p>
  </li>
  <li>
    <h5 id="cite-ruck-cite-says"><cite> ruck </cite> Says:</h5>

    <p>&#8230; &#8230;Don’t be fooled by ScienceHD . NOT science .</p>

    <p>more docus are posted daily on usenet , filehosts</p>

    <p>When you …… finally do get in.</p>

    <p>It’s %90 scifi and entertainment. eg.. Stargate universe , Fringe,
heroes ect……<br />
 mostly stuff you can get EVERYWHERE else without the 72 hour seed.
Which is always needed.<br />
 MOST over seeded site EVER.<br />
 DON’T think that means , that torrents have lot’s of seeds….. they
dont. most I ever seen is 20 seeders (that is rarely high on SHD)
usually 1- 3 seeds per torrent.</p>

    <p>My point is , Don’t waste your time looking for an invite to SHD.
You will be disappointed.</p>

    <p>The rules that MOULD the site , it’s CONTENT and it’s user
experiance are not good.</p>

    <p>The site itself has an awfull search box. Actually multiple search
boxes. WAY over the top and truly un-needed. NEVER seen a search
like it anywhere. FOR GOOD REASON.</p>

    <p>MOST IMPORTANTLY..</p>

    <p>NO AMBITION.</p>

    <p>It could AiM to be the best .. Science (docu / Elearning torrent)
tracker EVER…<br />
 But no. NEVER has the site grown. The Rules are just fundementaly
wrong and they know it.</p>
  </li>
  <li>
    <h5 id="cite-local-cite-says"><cite> local </cite> Says:</h5>

    <p>what ruck say is so true, no progress at all at shd</p>
  </li>
  <li>
    <h5 id="cite-trading-cite-says"><cite> trading </cite> Says:</h5>

    <p>“I just noticed that there’s a section on Exigo’s forums for trading
invites.”</p>

    <p>Back in the day, trading was how everyone got everywhere. Trading
was actually encouraged. I think KG also still has a trading
section.</p>

    <p>This is something most people forget or are too new to know.</p>
  </li>
  <li>
    <h5 id="cite-joe-cite-says"><cite> joe </cite> Says:</h5>

    <p>sciencehd isn’t bad at all..its just a tightly niche community. They
also have exclusives that nobody else has. if they do please show
some proof? I cant find any exclusives outside of that site. It is
what it is. If you think it can be better then bring it to their
attention</p>
  </li>
  <li>
    <h5 id="cite-sammie-cite-says"><cite> Sammie </cite> Says:</h5>

    <p>I’m surprised Xtremespeeds.net hasn’t got a mention yet over 50,000
members all uploaders torrents are on seedboxes overall great
genreal tracker</p>
  </li>
  <li>
    <h5 id="cite-rk-cite-says"><cite> rk </cite> Says:</h5>

    <p>col</p>
  </li>
  <li>
    <h5 id="cite-imeverywhere-cite-says"><cite> ImEveryWhere </cite> Says:</h5>

    <p>ST Music is not offline. It has merged with Super Torrents, the
sister site.</p>
  </li>
  <li>
    <h5 id="cite-timtom-cite-says"><cite> TimTom </cite> Says:</h5>

    <p>Dunno, seems <a href="http://stmusic.org/" rel="nofollow">http://stmusic.org</a> is offline
if you asked me.</p>
  </li>
  <li>
    <h5 id="cite-dante-cite-says"><cite> dante </cite> Says:</h5>

    <p>SeX is a major joke</p>
  </li>
  <li>
    <h5 id="cite-felix-cite-says"><cite> Felix </cite> Says:</h5>

    <p>all junky trackers !.</p>

    <p>all above sucks.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-3"><cite> anon </cite> Says:</h5>

    <p>@TimTom: what part of “merged with SuperTorrents” didn’t you get?</p>
  </li>
  <li>
    <h5 id="cite-ak-cite-says"><cite> ak </cite> Says:</h5>

    <p>actually HDChina is much harder to get in than CHDbits in china</p>
  </li>
  <li>
    <h5 id="cite-jolly-cite-says"><cite> jolly </cite> Says:</h5>

    <p>Scihd is an awesome tracker, lots of exclusives, great staff, and
the tagging system is great, meaning searches are excellent.<br />
 I really don’t know how you came to that conclusion.<br />
 Screens for every video torrent, pdf’s from prominent sci,scifi
writers, and staff that are extremely dedicated and friendly.<br />
 I’ve been a member on maybe 15-20 trackers, and it’s the only one
apart from SCC I found worthwhile.<br />
 ‘It could aim to be the best’…… it IS the best, comparable to MVG,
only better.<br />
 It should be mentioned that Usenet and Filehosts are not free, and
finding the same files on those services holds no relevance to the
quality of the tracker.</p>
  </li>
  <li>
    <h5 id="cite-lol-cite-says"><cite> lol </cite> Says:</h5>

    <p>@ANON what part of “seems <a href="http://stmusic.org/" rel="nofollow">http://stmusic.org</a>
is offline” didn’t you get?<br />
 Clicking the link takes you to a test page. Seems the idiot sysop
merged the two sites to save money and further fleece his users out
of their hard earned money, as he has always done.</p>

    <p>@JOLLY Usenet is free, Google “free usenet”<br />
 Also, relevance:<br />
 definition of Exclusive - limiting or limited to possession,
control, or use by a single individual or group</p>
  </li>
  <li>
    <h5 id="cite-hdzrbvzdrvdrv-cite-says"><cite> hdzrbvzdrvdrv </cite> Says:</h5>

    <p><a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a></p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-4"><cite> anon </cite> Says:</h5>

    <p>@LOL: you’re just as stupid as TimTom, I guess. What part of “merged
with SuperTorrents” don’t you understand? There used to be 2 sites,
then they merged into one. Neither one disappeared, they’re both
still there, but under the main site’s url. Whether you like or
dislike the site doesn’t change that. You seem to have a grudge
against them… My guess is that they don’t like stupid people, so
they banned you.</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net/</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.</p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says"><cite> AleX </cite> Says:</h5>

    <p>Very good review!</p>

    <p>One thing I want to add for filelist.ro, all movie and tv episodes
are unpacked !</p>

    <p>Great plus!</p>
  </li>
  <li>
    <h5 id="cite-wegwgf-cite-says"><cite> wegwgf </cite> Says:</h5>

    <p>wonderful</p>
  </li>
  <li>
    <h5 id="cite-wegwgf-cite-says-1"><cite> wegwgf </cite> Says:</h5>

    <p>wonderful website clshoe.us</p>
  </li>
  <li>
    <h5 id="cite-wegwgf-cite-says-2"><cite> wegwgf </cite> Says:</h5>

    <p>google input ===clshoe.us ===,many brand will give you suprise.</p>
  </li>
  <li>
    <h5 id="cite-lol-cite-says-1"><cite> lol </cite> Says:</h5>

    <p>@ANON: I, along with most of the staff and uploaders, and other
sensible users left SuperTorrents quite some time ago when it was
shown that ersan was not using donations for site costs, which were
inflated to begin with, but his own personal gain. Perhaps you were
too young to remember the mass exodus from SuperTorrents, or perhaps
we who left were too stupid for SuperTorrents.</p>

    <p>And, did you even bother clicking the link stmusic.org, it is indeed
offline. Whether it merged with SuperTorrents or not is irrelevant
as the site that was once stmusic is no more.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-5"><cite> anon </cite> Says:</h5>

    <p>@LOL: Stmusic does still exist, though… it’s a part of Supertorrents
now. You do know that sites change url’s all the time, don’t you?.
You seem a bit slow.</p>

    <p>Just because you’re a disgruntled ex-staffer/member doesn’t change
the fact that the site is still there, albeit merged with another
site. Get over your butthurt and move on already.</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says-1"><cite> Romano </cite> Says:</h5>

    <p>Where is Seedmore.org? it is a great tracker!</p>
  </li>
  <li>
    <h5 id="cite-exigo-cite-says-1"><cite> exigo </cite> Says:</h5>

    <p>exigo is a flac tracker fyi.</p>

    <p><a href="http://exigomusic.org/" rel="nofollow">http://exigomusic.org/</a></p>
  </li>
  <li>
    <h5 id="cite-fanoffsf-cite-says"><cite> FAN_OF_FSF </cite> Says:</h5>

    <p>Just wanted to thank Sharky for putting the list together year after
year. It’s pretty amazing how some people here take such offense to
where certain trackers get listed. I don’t think a list of the top
50 abortion clinics would generate as much controversy as this list
does.</p>

    <p>Take it for what it is people, the most requested trackers, that’s
all. Somebody mentioned DigitalHive which is a great tracker, great
times, selection, peers/leechers but not hard to get into so not on
the list. At this point NO trackers are secret. Within two minutes
you can find info on any tracker if you search.</p>

    <p>Keep up the good work FSF team</p>
  </li>
  <li>
    <h5 id="cite-confused-cite-says"><cite> Confused… </cite> Says:</h5>

    <p>@ANON: Are you retarded? That is all.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-6"><cite> anon </cite> Says:</h5>

    <p>@Confused: Hahaha…. Ok then, have it your way. You keep on being
butthurt, and I’ll keep on making fun of clueless idiots like you
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-dante-cite-says-1"><cite> Dante </cite> Says:</h5>

    <p>FileList.ro</p>

    <p>Requests for invitations are made here:
<a href="http://www.facebook.com/pages/FileLi...22407611146266" rel="nofollow">http://www.facebook.com/pages/FileLi…22407611146266</a></p>
  </li>
  <li>
    <h5 id="cite-marius-cite-says"><cite> Marius </cite> Says:</h5>

    <p>@ 12 Nov 2010 — 5:25 AM (GMT+ 2) –&gt; 42626 Torrents on Filelist.ro</p>
  </li>
  <li>
    <h5 id="cite-dickson-cite-says"><cite> dickson </cite> Says:</h5>

    <p>I guess people don’t that much about CN or w*gor**t ? fine by me.</p>
  </li>
  <li>
    <h5 id="cite-somestrangeguy-cite-says"><cite> somestrangeguy </cite> Says:</h5>

    <p>Ok if you can’t get into some of these Top Sites then you might
wanna try <a href="http://dragons-dungeon.com/" rel="nofollow">http://dragons-dungeon.com</a> They
are going invite only soon!! To be honest they can’t beat some of
these Top Sites on SOME of there pretimes but they are DAMN close.
Really what do you have to lose sign up and check them out. If you
don’t like them then don’t return but if you sign up you’ll will
find they are very very close to TL ups and don’t have as much
pressure as you’ll find at some of these Top Sites. I actually use
this site to leech off of and use it as a supplier for my site shhh
pmsl. I seed then use the bonus points for my upload credit can’t
beat it lmao. Don’t hate on me please I am just trying to help some
people out that might be trying to supply there tracker with
torrents <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>
  </li>
  <li>
    <h5 id="cite-windsheild-cite-says"><cite> Windsheild </cite> Says:</h5>

    <p>Think there’s open reg..@<br />
<a href="http://www.trackeraccess.org/" rel="nofollow">http://www.trackeraccess.org</a><br />
<a href="http://www.cherrytorrents.com/" rel="nofollow">http://www.cherrytorrents.com</a></p>
  </li>
  <li>
    <h5 id="cite-dizzee-rascal-cite-says"><cite> Dizzee Rascal </cite> Says:</h5>

    <p>#029 • dante Says: 03.11.10 at 1:11 am</p>

    <p>SeX is a major joke</p>

    <p>Can u please explain y?…………</p>
  </li>
  <li>
    <h5 id="cite-hyam-cite-says"><cite> hyam </cite> Says:</h5>

    <p>Sammie, that tracker doesnt exist =X</p>
  </li>
  <li>
    <h5 id="cite-greg-cite-says"><cite> Greg </cite> Says:</h5>

    <p>Where is vibes.fm? Ultra hard to get in..</p>
  </li>
  <li>
    <h5 id="cite-ptn-sucks-cite-says"><cite> PTN Sucks </cite> Says:</h5>

    <p>Ok PTN has to be one of the most over rated sites, most of their
torrents have low seeds, shitty amount of torrents compared to most
other sites. I had an account there and just let it get disabled.</p>
  </li>
  <li>
    <h5 id="cite-lo-cite-says"><cite> Lo </cite> Says:</h5>

    <p>Filelist.ro has over 55000 torrents</p>
  </li>
  <li>
    <h5 id="cite-dels-cite-says"><cite> dels </cite> Says:</h5>

    <p>when your looking for a good torrent site pop along to
dij-entertainments we have all the latest movie’s albums and boxsets
and if there’s anything you need all you have to do is ask and one
of our team will pleased to help we have had a set back but were on
our way to becoming one of the best site’s on the net so come along
and see for yourself hope to see you soon</p>

    <p><a href="http://dij-entertainments.co.uk/" rel="nofollow">http://dij-entertainments.co.uk</a></p>
  </li>
  <li>
    <h5 id="cite-bennie-cite-says"><cite> Bennie </cite> Says:</h5>

    <p>bttrove registration is open now.</p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[The Top 50 Most Requested Tracker Invites of 2010 (Part One)]]></title>
    <link href="http://filesharefreak.com/2010/10/29/the-top-50-most-requested-tracker-invites-of-2010-part-one/"/>
    <updated>2010-10-29T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/29/the-top-50-most-requested-tracker-invites-of-2010-part-one</id>
    <content type="html"><![CDATA[<p>Due to popular request, it’s that time of the year again when FSF takes
a peek into the year’s most requested private tracker invitations. We
uncovered some surprising statistics - <strong>FtN</strong> is no longer on top, plus
we have <strong>15</strong> new entries to this 2010 edition (<strong>3</strong> in Part One;
<strong>12</strong> in Part Two).</p>

<p><img src="http://filesharefreak.com/images4/TrackerBAR.png" alt="" /></p>

<p>FSF made a *<u>best effort</u></p>

<ul>
  <li>here to provide data as accurate as humanly possible, with no bias
towards one forum or another. We simply counted requests (and filled
ones) as best as we could do. Forums included in the statistics are
listed below.</li>
</ul>

<!--more-->

<table width="80%" border="0" align="center">
  <tbody>
    <tr>
      <td>• <a href="http://torrentinvite.com/" title="http://torrentinvite.com" target="_blank">TorrentInvite.com</a></td>
      <td>• <a href="http://trackereactor.com/" title="http://trackereactor.com" target="_blank">TrackeReactor.com</a></td>
      <td>• <a href="http://www.torrent-invites.com/" title="http://www.torrent-invites.com" target="_blank">Torrent-Invites.com</a></td>
    </tr>
    <tr>
      <td>• <a href="http://filesharingtalk.com/" title="http://filesharingtalk.com" rel="nofollow" target="_blank">FileSharingTalk</a></td>
      <td>• <a href="http://www.btracs.com/forums/" title="http://www.btracs.com/forums/" target="_blank">BTRACS.com</a></td>
      <td>• <a href="http://www.etiv.in/" title="http://www.etiv.in" target="_blank">Etiv.in</a></td>
    </tr>
    <tr>
      <td>• <a href="https://www.thepiratesociety.info/" title="https://www.thepiratesociety.info" target="_blank">ThePirateSociety</a></td>
      <td>• <a href="http://ptinvites.com/" title="http://ptinvites.com" target="_blank">PTInvites.com</a></td>
      <td>• <a href="http://www.invitethe.net/" title="http://www.invitethe.net" target="_blank">InviteThe.net</a></td>
    </tr>
    <tr>
      <td>• <a href="http://www.ratioproof.us/" title="http://www.ratioproof.us" target="_blank">Ratioproof.us</a></td>
      <td>• <a href="http://toptbdev.net/" title="http://toptbdev.net" target="_blank">TopTbdev</a></td>
      <td>• <a href="http://www.sb-innovation.de/forum.php" title="http://www.sb-innovation.de/forum.php" target="_blank">SB-Innovation</a></td>
    </tr>
  </tbody>
</table>

<p>Results shouldn’t be taken literally - there are far too many factors
involved for such a list to be deemed accurate. It merely shows a vague
concept of current trends among private trackers.</p>

<h3 id="about-the-results">About the results:</h3>

<p>We went back 6 months on all forums unless specified below. Requests
involving trades, seedbonus or freeleech were not factored into the
stats.</p>

<ul>
  <li>• Special VIP areas were NOT included.</li>
  <li>• Some forums don’t offer info regarding <em>filled requests</em>.</li>
  <li>• TorrentInvite.com, Torrent-Invites.com &amp; FST - deletes <em>request
threads</em> after 30 days.</li>
  <li>• Torrent-Invites.com &amp; TrackeReactor - Includes &#8220;requests
filled&#8221; subforums; for T-I.com we went back 2 months.</li>
  <li>• SB-Innovation - We used data only from the &#8220;International&#8221;
(public) forum area.</li>
</ul>

<p><strong>Related articles:</strong></p>

<ul>
  <li>2008 — <a href="http://filesharefreak.com/2008/12/17/invites-the-top-50-most-requested-private-trackers/" target="_blank">Invites: The Top 50 Most Requested Private
Trackers</a></li>
  <li>2009 — <a href="http://filesharefreak.com/2009/10/19/the-top-50-most-requested-tracker-invites-of-2009/" target="_blank">The Top 50 Most Requested Tracker Invites of
2009</a></li>
</ul>

<p>Due to our Wordpress theme not being particularly fond of articles in
excess of 5,000 words, we were forced to break this into two segments.
***<u>Part I</u></p>

<p><em>** below lists the first 25 trackers - **</em><u>Part II</u></p>

<p>*** can be found here:</p>

<p>• <a href="../../../11/01/the-top-50-most-requested-tracker-invites-of-2010-part-two/" title="The Top 50 Most Requested Tracker Invites of 2010 (Part Two)">The Top 50 Most Requested Tracker Invites of 2010 (Part
Two)</a></p>

<h3 id="images3rqtorrentleechgif1---torrentleech2009-rank-font-colorred9font"><img src="http://filesharefreak.com/images3/rq_torrentleech.gif" alt="" />#1 - TorrentLeech2009 Rank: <font color="red">#9</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Unlike <strong>FTN</strong> - who won the <strong>#1</strong> spot two years running - most
everyone who requests a <a href="http://www.torrentleech.org/" title="http://www.torrentleech.org" target="_blank">TorrentLeech</a> invite is
not looking for a &#8220;trophy tracker&#8221;. TL &amp; FTN are at opposite sides
of the spectrum - TL is requested because of the fact that it’s the best
all-around general private tracker on the Internet today; whereas FTN is
(most usually) requested by collectors looking for bragging rights. Huge
difference between the two reasons. As well (unlike FTN), those who seek
an invite to TorrentLeech stand a very good chance of having it
fulfilled. TL is that one tracker where both <em>requests</em> and <em>giveaways</em>
are just about equal in number. 200,000 members can’t all be wrong.</p>

<p>**<u>Find an invite to TorrentLeech</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-1-5.gif" alt="" />(Easy) It gets easier all the time for a
couple of reasons. <strong>1.)</strong> Three years ago, in order to apply for a TL
invite you’d need to put up some serious collateral: a decent speedtest,
crazy ratioproofs from other trackers, and ‘good rep’ on a torrent
board. These days, invites are so abundant that a good portion of TL
giveaway threads go unanswered. It’s all about supply and demand.
<strong>2.)</strong> The rate in which TL doles out invites to members has changed
considerably. TL was once notoriously stingy, members were lucky to get
1 or 2 invites a year; now, invites come fast &amp; furious to just
about everyone. This, and there’s no hard cap on just how many total
members can join.</p>

<p>**<u>Why you need TorrentLeech</u></p>

<p>:** Best selection of <em>P2P group</em> releases on the ‘net, tons of
content, has the most peers of all general/0day private trackers, fast
speeds &amp; unique packs.</p>

<h3 id="images4rgsccgif2---scc2009-rank-font-colorred7font"><img src="http://filesharefreak.com/images4/rg_scc.gif" alt="" />#2 - SCC2009 Rank: <font color="red">#7</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>After being barely edged-out by TL for #1, it’s no coincidence that last
year’s <strong>#2</strong> ranking belonged to none other than <strong><em>SceneTorrents</em></strong>,
and this year it’s <strong>SCC</strong> who holds that position. You see, when the
other team doesn’t show up for the game, you win by default. As a scene
tracker, they truly don’t come any better than SCC, and by their own
right they’ve more than earned their #2 spot.</p>

<p>Interestingly, <strong>SCC</strong> is one of the last remaining <em>scene tracker</em>
holdouts that still refuses to index P2P releases, although this hasn’t
hurt their popularity one iota. It just means you need a secondary
tracker to supplement SCC, that’s all. Without intending to take
anything away from SCC’s domination - as by right they are still
formidable - &#8220;scene-only&#8221; trackers <em>are</em> losing ground to those who
offer a mix of both scene &amp; P2P. The Times They Are A-Changin’.</p>

<p>**<u>Find an invite to SCC</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />(Hard) The torrent community benefited
through their recent 4th birthday promotion which saw countless <em>SCC
invite</em> GAs being tossed around like popcorn on torrent forums. At no
time was there a better chance of finding an invitation for the regular
torrent folk. Things have now returned to the status quo, and inviters
are once again extremely cautious to whom they invite. With any luck
next year for their 5th anniversary they’ll offer a similar promotion;
until then, get in the long line of hopefuls who seek an invitation the
old-fashioned way - by begging
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

<p>**<u>Why you need SCC</u></p>

<p>:** SCC is the most complete repository of scene releases on the ‘net -
period. Great pretimes, insane speeds &amp; busy forums that are a
must-see. Take the Internet’s most experienced torrenters and pile them
into one tracker and you have SCC.</p>

<h3 id="images3rqftnsmallgif3---ftn2009-rank-font-colorred1font"><img src="http://filesharefreak.com/images3/rq_ftn_small.gif" alt="" />#3 - FtN2009 Rank: <font color="red">#1</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>After two straight years in the <strong>#1</strong> spot, FtN is finally dethroned by
TorrentLeech &amp; SCC. In actuality the reason for the decline in FtN
requests is a no-brainer; it would appear that torrenters are becoming
more realistic. People have simply given up trying. Been busy hunting
FtN for countless months with no givers, then what’s the point in
continuing your efforts, right? Exactly. Face it, you’ll never get
invited. Either that, or else BT’s entire population of experienced,
well-respected members already has FtN by now (and there’s not a ray of
hope for the n00b generation behind them). <strong><em>NOTE:</em></strong> If it weren’t for
TrackeReactor &amp; Torrent-Invites.com, FtN wouldn’t even be in this
Top 50 at all.</p>

<p>**<u>Find an invite to FtN</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-5-0.gif" alt="" />Next to impossible. <strong>TIP:</strong> After
viewing &#8220;requests filled&#8221; forum areas, we conclude that there are two
forums in particular where you stand a decent chance to receive an FtN
invite, and that’s at Torrent-Invites.com and TrackeReactor.com.</p>

<p>**<u>Why you need FtN</u></p>

<p>:** Community, ratiofree, and special bragging rights about being in
the <em>FtN Club</em> is what sets them apart from the rest. (By ‘FtN Club’ we
mean the ability to login to the site). Scores of new members who
finally join are disappointed that, after all, FtN is just another 0day
scene tracker. Lower the bar and go for SCC &amp; TL instead.</p>

<h3 id="images3rqwafflesgif4---wafflesfm2009-rank-font-colorred8font"><img src="http://filesharefreak.com/images3/rq_waffles.gif" alt="" />#4 - Waffles.fm2009 Rank: <font color="red">#8</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>For a third year in a row, <a href="https://www.waffles.fm/" title="https://www.waffles.fm" target="_blank">Waffles</a> invitations
continue to get requested more often than any other general music
tracker. Not necessarily a difficult feat to accomplish, considering
that their chief competitor What.CD doesn’t allow invite GA/requests of
any kind (not that <em>this</em> stops people). Invite <em>requests</em> to Waffles
still outweigh the <em>giveaways</em>, but it’s not as lop-sided as it once
was.</p>

<p>**<u>Find an invite to Waffles</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />Two years ago, even less than, it was
unarguably more difficult to find invites floating around. Waffles’
invitation system (for regular invites) would - and still does to some
degree - open quite sporadically, thus it was once somewhat uncommon to
find giveaways. However, now that Waffles is more established, there
seems to be legions of deep-rooted members who’ve cashed in their <em>bonus
points</em> into &#8220;anytime invites&#8221;. The fact that <em>regular invites</em> are
often not available is mostly a moot point nowadays - everybody converts
points into usable invitations. Aspiring members know this and so there
are more invite requests.</p>

<p>**<u>Why you need Waffles</u></p>

<p>**: 313,000 distinct torrents; easier to seed (upload data on) new
music releases than What.CD; above-average forums &amp; community.</p>

<h3 id="images3rqbitmegif5---bitmeorg2009-rank-font-colorred6font"><img src="http://filesharefreak.com/images3/rq_bitme.gif" alt="" />#5 - BitMe.org2009 Rank: <font color="red">#6</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Despite the emergence of new eLearning trackers in late 2009 and 2010,
<a href="http://www.bitme.org/" title="http://www.bitme.org" target="_blank">BitMe.org</a> continues to be the #1 destination
for torrent brainiacs everywhere. Often imitated, nothing ever seems to
change at BitMe - here’s a tracker who’s reputation exceeds the hype.</p>

<p>**<u>Find an invite to BitMe</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />Although BitMe staff is quite generous
when dishing out the invites to qualified members (3 per month), only a
tiny fraction end up being offered as giveaways on forums. Users are
particularly careful about whom they select to be included in their
invite tree, and it shows. Best chance to get in is to fill out a
detailed request, or else keep an eye out for proper recruitment on
other trackers’ forums. To quote BitMe staff directly, here’s why
members are heedful with their invites:</p>

<blockquote>
  <p>&#8220;Please be extremely selective and careful with who you offer an
invite to as we hold you ultimately responsible for your invitees i.e.
- bringing in a bad egg will result in the loss of your invite
privileges, or your account disabled in the worst cases, no matter how
or where you invite that member from. I can’t stress this enough.&#8221;</p>
</blockquote>

<p>**<u>Why you need BitMe</u></p>

<p>:** 14,000 high quality well-seeded torrents on the browse. Also has
one of the best recruitment forum sections around, which includes most
of the better trackers. *<u>Stats</u></p>

<p>*: 19,819 members | 17,964 total torrents (includes dead).</p>

<h3 id="images3rqtrancetrafficgif6---trancetraffic2009-rank-font-colorred4font"><img src="http://filesharefreak.com/images3/rq_trancetraffic.gif" alt="" />#6 - TranceTraffic2009 Rank: <font color="red">#4</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>Dropping two spots is <strong>TT</strong>, partly due to the increased interest in
mega-music trackers What &amp; Waffles, both of which are more popular
this year than ever before. As always, come to expect EDM-specialist
<a href="http://www.trancetraffic.com/" title="http://www.trancetraffic.com" target="_blank">TranceTraffic</a> to be hovering somewhere in the
Top 10 for most-requested invitations.</p>

<p>**<u>Find an invite to TranceTraffic</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />Very difficult; since invites are only
given out to VIPs (which also happen to be donators who cough up $50 or
more), and even <em>then</em> VIPs must request invitations. Which is exactly
why you don’t see TT giveaways, ever. In a twist of fate, TT was (very)
briefly open for signups for a couple of hours recently; this should be
regarded as an attempt to accentuate their hype, not as a modest effort
to allow more members in.</p>

<p>**<u>Why you need TranceTraffic</u></p>

<p>:** You’ll find higher quality rips at W&amp;W anyways so you probably
don’t &#8220;need&#8221; TT, and most of the stuff is <em>scene</em> which often can be
found elsewhere such as at VIPMusic, SCC or DiDiDave. Grab the
opportunity if it falls into your lap, otherwise don’t beat yourself up
looking for a way in.</p>

<h3 id="images3rqwhatcdgif7---whatcd2009-rank-font-colorred17font"><img src="http://filesharefreak.com/images3/rq_whatcd.gif" alt="" />#7 - What.CD2009 Rank: <font color="red">#17</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Wow, we didn’t expect <a href="http://what.cd/" title="http://what.cd" target="_blank">What.CD</a> to make a jump up
in the rankings like this, but stats don’t lie. So, what’s changed over
the past 12 months? <em>We have a plausible theory.</em> While some people
suggest that trading has been on a downswing since 2007-08, the reality
is, this couldn’t be further from the truth. There are more
trader-friendly forums than ever before. What.CD <strong>used to</strong> have
control on trading (and even regular requests / giveaways) of their
invites, but not anymore. What.CD has lost their grip. Just one year
ago, forums wouldn’t be caught dead allowing What.CD transactions, yet
now they’re around every corner. Some of the same forums that originally
banned What.CD movement have done an about-face and reallowed them.
Without knowing for certain, we’d suspect that What’s <em>IRC Interview
channel</em> is not nearly as busy as it once was, even though site
membership continues to spiral upwards. Simply put, new members are
finding roundabout (and easier) ways to join the tracker without the
interview.</p>

<p><strong><u>Find an invite to What.CD</u>:
</strong><img src="http://filesharefreak.com/images/stars-3-5.gif" alt="" />Go look for a rogue forum (or any
forum, really) that doesn’t have a no-movement list - often these will
be the same forums that support invite trading. Or better yet, come by
it honestly and take their <a href="http://whatinterviewprep.webs.com/" title="http://whatinterviewprep.webs.com/" target="_blank">IRC Interview</a> (that
is, as long as you don’t reside in a dozen or so countries that are
banned from the interview room). Just yesterday, What.CD announced that
an additional 40,000 invites were handed out to various userclasses.</p>

<p><strong><u>Why you need What.CD</u>: </strong>Astute members &amp;
popular forums, which includes an unparalleled recruitment section to
other trackers. Did we mention What.CD has 933,000 torrents?!</p>

<h3 id="images3rqpassthepopcorngif8---passthepopcorn2009-rank-font-colorred40font"><img src="http://filesharefreak.com/images3/rq_passthepopcorn.gif" alt="" />#8 - PassThePopcorn2009 Rank: <font color="red">#40</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>The fact that <a href="http://passthepopcorn.me/" title="http://passthepopcorn.me" target="_blank">PassThePopcorn</a> has been riddled
with controversy over the past year hasn’t seemed to slow them down
much. Irregardless of past calamities, few can deny one simple fact:
that <strong>PtP</strong> has evolved into BitTorrent’s most popular movie tracker.</p>

<p>**<u>Find an invite to PassThePopcorn</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" /><strong>PtP</strong> giveaways have been drying up
lately which is why requests have gained momentum. It’s hard to predict
the level of difficulty in which to find an invite, since their invite
rules seemed to flip-flop - there was at least one lengthy period in
2010 when the entire invite system was entirely closed, even to VIPs
&amp; recruiters. Recently they bumped up their usercap to 25,000 which
added new members, thus right now might a good time to find an
invitation. PtP also had an <em>IRC interview</em> but we can’t find evidence
that it still exists. The good news is, PtP requests are more often
fulfilled than not.</p>

<p>**<u>Why you need PtP</u></p>

<p>:** New movie trackers face a challenging road ahead if ever to become
successful (and a little luck doesn’t hurt, either). In terms of
<em>popularity</em> (traffic) &amp; <em>content</em> (torrents) PtP has defied the
odds and has eclipsed their elders PtN, CN and even TehConnection.
Indexing 21,500 active torrents on the browse, their total torrents
surpasses both PtN and CN combined. Just sayin’.</p>

<h3 id="images3rqbcggif9---blackcats-games2009-rank-font-colorred5font"><img src="http://filesharefreak.com/images3/rq_bcg.gif" alt="" />#9 - Blackcats-Games2009 Rank: <font color="red">#5</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>Year after year, <a href="http://www.blackcats-games.net/" title="http://www.blackcats-games.net" target="_blank">Blackcats</a> never ceases to
amaze how they’re able to continue unabated as the undisputed champ of
games trackers. Folks, it’s true - BCG is a tracker that lives up to the
hype.</p>

<p>**<u>Find an invite to BCG</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />Difficult, but not impossible. BCG
‘referrals’ expire after one hour of generation and members don’t get
them back if unused, thus rendering them quite useless in a giveaway
thread. Hence, BCG is rarely seen offered. Your best bet here is to put
in a request, and wait for someone to answer the call. Usually the
transaction is completed over IRC or MSN in real-time to ensure the deal
is done within the 60 minute window. Also check back for open
registration - BCG has opened the doors at least twice already during
the last couple of months.</p>

<p>**<u>Why you need BCG</u></p>

<p>:** Insane forums with a ton of help for console mods, PC setups, and
the works. Easy seeding rules with 15,340 active torrents - what else
could you want from a games tracker?</p>

<h3 id="images3rqscenehdgif10---scenehdorg2009-rank-font-colorred31font"><img src="http://filesharefreak.com/images3/rq_scenehd.gif" alt="" />#10 - SceneHD.org2009 Rank: <font color="red">#31</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>As the name suggests, <a href="http://scenehd.org/" title="http://scenehd.org" target="_blank">SceneHD</a> is a Hi-Def
tracker that caters to <strong>scene releases only</strong>. No, you won’t be finding
any encodes from P2P groups such as <em>WiKi</em>, <em>CHD</em> or <em>CtrlHD</em> - but
instead you’ll find DiMENSiON, CTU, THUGLiNE, 2HD, iMMERSE, and the rest
of the gang.</p>

<p>**<u>Find an invite to SceneHD</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />SceneHD has an active invite system
available to <em>HD Addict</em> userclass and above. Invites are not
automatically awarded at this level; rather, they can be purchased using
points (250p each) earned through the bonus system.</p>

<p>**<u>Why you need SceneHD</u></p>

<p>:** It depends upon personal preference. Some prefer HD encodes done by
internal groups; others opt for scene only. If you asked me, I prefer
P2P groups <strong><em>CHD</em></strong> &amp; <strong><em>Wiki</em></strong> over <u>any</u></p>

<p>scene release (or other P2P group, for that matter). If you enjoy HD
scene releases (I won’t judge), then SceneHD is the place to be.
<em>Stats:</em> 7,000 members and 9,300 torrents.</p>

<h3 id="images4rqgftgif11---gft2009-rank-font-colorred3font"><img src="http://filesharefreak.com/images4/rq_gft.gif" alt="" />#11 - GFT2009 Rank: <font color="red">#3</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>Last year <strong>GFT</strong> was a mover-n-shaker, jumping up from #19 in 2008 to
#3 in 2009. Well GFT’s still moving, but this time it’s south. <em>For
now</em>. What’s the best thing you can do for your tracker to rejuvenate
interest? Launch beta versions! It’s been said that GFT’s v1.337 ‘beta
site’ will soon be available to a few select members. Truth told, this
has been a long time coming; GFT is well overdue for a complete
makeover.</p>

<p>**<u>Find an invite to GFT</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-5.gif" alt="" />Getting trickier to find openly-offered
GFT invites in the wild, partly because their bonus system has been
broken for many months (<em>bonus</em> can be cashed out for invites). This,
and their IRC <a href="irc://irc.station51.net/gft-invites" title="irc://irc.station51.net/gft-invites">invite</a> channel is seldom enabled. The
best option might lie within recruitment found on other tracker forums
(BitMe, BMTV - for starters).</p>

<p>**<u>Why you need GFT</u></p>

<p>:** GFT has more than doubled their torrent count since last year (now
has 28,800). For overall <em>scene release</em> completeness, they don’t come
much better than GFT. GFT indexes some of the good scene-spam crap that
SCC won’t touch (XXX-0day/imagesets, foreign scene releases, and a few
other special categories). Each tracker has stuff that the other doesn’t
carry.</p>

<h3 id="images3rqbtmusicgif12---pedros2009-rank-font-colorred11font"><img src="http://filesharefreak.com/images3/rq_btmusic.gif" alt="" />#12 - Pedro’s2009 Rank: <font color="red">#11</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>Heading into their 7th year of operation, Pedro’s <a href="http://btmusic.eu/" title="http://btmusic.eu" target="_blank">BTMusic</a> represents the 4th music tracker in the <strong>first 12</strong>
most-requested invitations of 2010 - a strong indication of how popular
music trackers really are. A FLAC-lovers paradise, Pedro’s is a
must-have tracker for anyone who’s serious about high quality music.</p>

<p>**<u>Find an invite to Pedro’s</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />Still very difficult - so we’ll quote
what we said last year: most eligible inviters refrain from offering
invitations openly in regular giveaway venues, aside from VIP areas. You
may even be asked (by your inviter) to join an IRC channel or connect
live on MSN or IRC in order to finalize invite details. <strong>TIP:</strong> There’s
an active invite thread over at BitMe.org. <em>Pedro’s inviters</em> are very
picky; here’s an idea of criteria which is often asked for when
applying:</p>

<ul>
  <li>• A guarantee that you will apply to be an uploader.</li>
  <li>• Your level of experience on how to properly rip FLAC.</li>
  <li>• A picture of your music CD collection.</li>
</ul>

<p>**<u>Why you need Pedro’s</u></p>

<p>:** Unique content &amp; great quality is the key to Pedro’s success,
and there is no substitute. You’ll discover upwards of 40,000
well-seeded torrents, much of which you won’t be finding on What.CD (or
elsewhere, for that matter). Most rips are Accuraterip compliant,
properly tagged, contain proper artwork &amp; media info, and contain
verifiable log files.</p>

<h3 id="images4rqx264gif13---x264me2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_x264.gif" alt="" />#13 - x264.me2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>No, <a href="http://x264.me/" title="http://x264.me" target="_blank">x264.me</a> isn’t new, although they weren’t
listed in last year’s ranking. The rise in popularity of x264/.mkv
codec/container versus inferior XviD/.avi is not really much of a
surprise, and HiDef trackers everywhere are blooming. However, x264.me
isn’t really a HD tracker at all, but instead offers encodes in HD and
SD (mostly SD) for both movies and TV - just as long as it’s in x264
codec.</p>

<p><strong><u>Find an invite to x264.me</u>:
</strong><img src="http://filesharefreak.com/images/stars-3-5.gif" alt="" />Invite requests exceed giveaways,
partly due to x264 wanting to keep a low profile. Requests for x264 are
often filled, although it should be mentioned that <em>recruitment</em> is a
much better option. There’s direct recruitment available through many of
the major trackers; including What, Waffles, BitMe &amp; BMTV. Invites
found through <em>torrent forums</em> can be a risky proposition, as staff are
known to ban users that have known connections to them.</p>

<p><strong><u>Why you need x264</u>: </strong>Great community, lots of
internal encoders, fast speeds &amp; experienced members make x264.me a
popular SD (and HD) destination. The major alluring factor is they offer
smaller custom x264 SD DVDrips/BRRips as *.mkv (as opposed to the
XviD/avi equivalent) - similar to what’s found in TorrentLeech’s
<a href="http://www.torrentleech.org/browse.php?cat=47" title="http://www.torrentleech.org/browse.php?cat=47" target="_blank">Nonscene/BRRip-x264</a> category, but with much
greater availability.</p>

<h3 id="images3rqbitmetvgif14---bitmetvorg2009-rank-font-colorred10font"><img src="http://filesharefreak.com/images3/rq_bitmetv.gif" alt="" />#14 - BitMeTV.org2009 Rank: <font color="red">#10</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>TV tracker extraordinaire <a href="http://www.bitmetv.org/" title="http://www.bitmetv.org" target="_blank">BitMeTV</a> is <em>by far</em>
the most requested TV invitation in all of BitTorrent, year after year.
Online for nearly 6 full years, BMTV indexes 21,000 active torrents.</p>

<p>**<u>Find an invite to BitMeTV</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />Registration is not open to the public,
even though BMTV’s <em>membership cap</em> rests comfortably under their 25K
limit. Qualified members receive 3 invites a month, but you wouldn’t
know it from the blatant lack of giveaway threads. Invite <em>requests</em>,
however, generally tend to get filled rather quickly - and there’s
always the option of recruitment through various tracker forums.</p>

<p>**<u>Why you need BitMeTV</u></p>

<p>:** Fast pretimes &amp; DL speeds, great selection of 720p HD ‘caps’
(3,773), good selection of Web-DLs (820). Also has some amazing archives
for TV shows that no longer air, available as complete series packs.</p>

<h3 id="images3rqiptorrentsgif15---iptorrentscom2009-rank-font-colorred20font"><img src="http://filesharefreak.com/images3/rq_iptorrents.gif" alt="" />#15 - IPTorrents.com2009 Rank: <font color="red">#20</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>Why is a scooter like a fat chick? Because they’re both fun to ride, but
experienced torrenters wouldn’t be caught dead surfing
<a href="http://www.iptorrents.com/" title="http://www.iptorrents.com" target="_blank">IPTorrents</a>. OK, that didn’t make much sense,
but neither does IPT. Depending upon which torrent forum you visit, <em>IPT
requests</em> are either non-existent, or abundant. Using the same
structure, it’s then fairly simple to gauge the overall experience of
forum members accordingly. Lots of IPT requests = not too many SCC/FTN
GAs, and you probably stumbled onto the wrong place.</p>

<p>**<u>Find an invite to IPTorrents</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-1-0.gif" alt="" />Do I really need to elaborate? Aside from
trackers with open registration, this might just be the easiest tracker
to get into.</p>

<p>**<u>Why you need IPTorrents</u></p>

<p>:** You don’t, but it’s not a bad idea to keep around just in case SCC,
TL, RevTT, PTM, TD, T-V, FF, FTN, GFT, IPlay, NCore, TTi, SeX, ST, and
Demonoid all go offline at the same time. IPT has nearly 140,000
torrents at last check.</p>

<h3 id="images3rqhdbitsgif16---hdbitsorg2009-rank-font-colorred13font"><img src="http://filesharefreak.com/images3/rq_hdbits.gif" alt="" />#16 - HDBits.org2009 Rank: <font color="red">#13</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p><a href="http://hdbits.org/" title="http://hdbits.org" target="_blank">HDBits</a> is living proof that even when a
tracker’s invite system is in a state of permanent lockdown, requests
for membership will continue to pour in. For nearly two straight years,
only staff, VIPs and uploaders/cappers can invite new blood. It’s been
suggested that there exists an inner circle (called <em>trusted gate</em> ?)
which actively recruits knowledgeable encoders/rippers into HDBits, but
good luck finding it. Even on esteemed torrent forums, upwards of 100%
of requests go unfulfilled. It’s not as though staff/VIPs go around
searching for people to invite through forums.</p>

<p>**<u>Find an invite to HDBits</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-5-0.gif" alt="" />With HDBits’ birthday looming just around
the corner, don’t get overzealous that their invite system will be
enabled in celebration. Some people say that the key to HDBits lies in
SDBits, but there’s no merit whatsoever to back up this claim. Many have
tried to get into HDB through SDB and failed.</p>

<p><strong><u>Why you need HDBits</u>: </strong>Most mainstream releases
(scene &amp; P2P) are available on other trackers anyways (or even
originate from them first, and are often released faster on their home
sites - CHD, WiKi). Although it’s worth mentioning that HDBits possesses
their own army of internal encoders - not to mention HDBits is the
unequivocal leader of logo-free <strong>Web-DL</strong> releases. HDBits has 31,330
active torrents.</p>

<h3 id="images3rqmusicvidsgif17---musicvids2009-rank-font-colorred15font"><img src="http://filesharefreak.com/images3/rq_musicvids.gif" alt="" />#17 - MusicVids2009 Rank: <font color="red">#15</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>Very few trackers can pull off the feat of cornering the marketshare for
a specific niche, without having a fear of competition coming in and
muscling in on their territory. <a href="http://music-vid.com/" title="http://music-vid.com" target="_blank">MusicVids</a> is
one of those trackers that continues to earn the respect to be called
<em>king of the music videos</em>. Thus it’s no shocker as to why MusicVids is
so frequently requested - fans of the genre know <strong>MV</strong> is the place
with the action.</p>

<p><strong><u>Find an invite to MusicVids</u>:
</strong><img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />Difficult; giveaways are rare to say
the least - and requests often go unrealized. Only VIPs receive just 1
invite per month. Best chance — Apply through other tracker forums (be
it from staff, recruiters, and regular inviters). Aspiring members; read
these threads carefully before applying - there’s an <strong>MV</strong> admin who’s
actively recruiting, but selected members are chosen by way of
qualifying requisite criteria.</p>

<ul>
  <li>• BitMe.org has an invite thread dedicated to MusicVids <a href="http://www.bitme.org/forums.php?action=viewtopic&amp;topicid=26705" title="http://www.bitme.org/forums.php?action=viewtopic&amp;topicid=26705" target="_blank">here</a>.</li>
  <li>• What.CD has a ’sticky’ thread in their Invites section <a href="http://what.cd/forums.php?action=viewthread&amp;threadid=14568" title="http://what.cd/forums.php?action=viewthread&amp;threadid=14568" target="_blank">here</a>.</li>
  <li>• BMTV has an invite thread, found <a href="http://www.bitmetv.org/forums.php?action=viewtopic&amp;topicid=24612" title="http://www.bitmetv.org/forums.php?action=viewtopic&amp;topicid=24612" target="_blank">here</a>.</li>
</ul>

<p><strong><u>Why you need MusicVids</u>: </strong>While <em>the scene</em>
churns out countless releases for music videos (MViDs) - ie TV cappers -
<strong>MV</strong> offers much, much more than just scene stuff. And <em>the scene</em> has
almost nothing to offer anyways in relation to VOBs, HDs, DVDRs,
Documentaries, Concert performances, Collections, Promotional videos,
and everything in between - all of which can be found at <strong>MV</strong>.</p>

<h3 id="images4rqptngif18---ptn2009-rank-font-colorred14font"><img src="http://filesharefreak.com/images4/rq_ptn.gif" alt="" />#18 - PtN2009 Rank: <font color="red">#14</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>When it comes to requests, <strong>PtN</strong> has slipped - just a little - in two
consecutive years. Is this a signal that PtN’s popularity is waning? Who
can say for sure. Diehard movie fans are usually a loyal group to their
home tracker, but one thing’s quite certain: movie trackers with the
most torrents are unmistakenly also the most popular (in terms of
overall traffic). First &amp; foremost, people want films. Community is
secondary.</p>

<table>
  <tbody>
    <tr>
      <td>**<u>Movie Tracker</u></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>:**</td>
      <td>**<u>Number of Torrents</u></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>(active):**</td>
      <td>**<u>Alexa Rank</u></td>
    </tr>
  </tbody>
</table>

<table width="85%" border="0" align="center">
  <tbody>
    <tr>
      <td>:**</td>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td> </td>
      <td><a href="http://passthepopcorn.me/" title="http://passthepopcorn.me" target="_blank">PassThePopcorn</a></td>
      <td>21,559</td>
      <td>49.097</td>
    </tr>
    <tr>
      <td> </td>
      <td><a href="http://tehconnection.eu/" title="http://tehconnection.eu" target="_blank">TehConnection</a></td>
      <td>11,149</td>
      <td>187,111</td>
    </tr>
    <tr>
      <td> </td>
      <td><a href="http://filesharefreak.com/2009/12/07/cn-the-opportunity-awaits-to-join-the-cn-tracker/" target="_blank">CN</a></td>
      <td>11,800</td>
      <td>248,794</td>
    </tr>
    <tr>
      <td> </td>
      <td><strong>PtN</strong></td>
      <td>3,182 (as of August 6th/2010)</td>
      <td>271,963</td>
    </tr>
    <tr>
      <td> </td>
      <td><a href="http://wunza.ws/" title="http://wunza.ws" target="_blank">Wunza</a></td>
      <td>795</td>
      <td>673,720</td>
    </tr>
    <tr>
      <td> </td>
      <td><a href="http://theswarm.me/" title="http://theswarm.me" target="_blank">TheSwarm</a></td>
      <td>571</td>
      <td>692,098</td>
    </tr>
  </tbody>
</table>

<p><strong><u>Find an invite to PtN</u>:
</strong><img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />No longer difficult. Most regular PtN
userfolk who possess invites do not bother anymore to ask potential
invitees to fill out that long-winded questionnaire application. On some
of the busier torrent forums, PtN transactions (<em>PtN Request &gt;
Response &gt; Invite Sent &gt; Thread Closed</em>) are often completed in
under an hour. PtN also has various site recruiters found on both
tracker &amp; torrent forums - too many examples to list herein. And
periodically check &#8220;trackers open for registration&#8221; threads as to
when/if their <em>comeandplay.php</em> link is active.</p>

<p><strong><u>Why you need PtN</u>: </strong> Recently-released v2 is one
of the most stunning tracker frontends you’ll ever have the pleasure of
witnessing (here’s a recent <a href="http://www.torrent-invites.com/tracker-reviews/67088-ptn-ptn-ratioless-2010-a.html" title="http://www.torrent-invites.com/tracker-reviews/67088-ptn-ptn-ratioless-2010-a.html" target="_blank">review</a>). As with
most movie trackers, community is just as important as the content, and
PtN is rife with activity despite having a small userbase.</p>

<h3 id="images3rqrevttgif19---revolutiontt2009-rank-font-colorred16font"><img src="http://filesharefreak.com/images3/rq_revtt.gif" alt="" />#19 - RevolutionTT2009 Rank: <font color="red">#16</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /> </p>

<p>On three distinct occasions in 2009, <a href="https://www.revolutiontt.net/" title="https://www.revolutiontt.net" target="_blank">RevolutionTT</a> put up their <em>signup page</em> to recruit new members. This
has failed to happen even once so far in 2010 (although Christmas is
right around the corner - a typical occasion when RevTT opens the gate).
Closed registration in 2010 hasn’t had much impact upon the number of
invite requests.</p>

<p><strong><u>Find an invite to RevolutionTT</u>:
</strong><img src="http://filesharefreak.com/images/stars-2-0.gif" alt="" />It’s effortless to find an invite to
RevTT (unless you live in Brazil, Egypt, India, Iran, Israel, Pakistan,
Portugal, Romania, Saudi Arabia or Turkey - these countries are banned
from signing up). RevTT giveaways have spiked recently, due to a recent
promotion which automatically handed out invites to qualifying members
(a rare occurrence, considering that members need to request invites in
a forum thread).</p>

<p><strong><u>Why you need RevTT</u>: </strong>Seen one 0day general
tracker, then you’ve seen them all? Not so with RevTT - what truly
stands out is their insanely active <em>request system</em> which provides
content unavailable elsewhere. Many times I’ve searched TL, SCC, IPT for
that hard-to-find rare torrent or DVDR and drawn a blank; and it’s been
RevTT that’s come to the rescue. Only non-members will suggest that
RevTT is the same as other 0day trackers, but us members know
differently. A great tracker to keep around, RevTT indexes 40,450 active
torrents.</p>

<h3 id="images3rqcartoonchaosgif20---cartoonchaos2009-rank-font-colorred32font"><img src="http://filesharefreak.com/images3/rq_cartoonchaos.gif" alt="" />#20 - CartoonChaos2009 Rank: <font color="red">#32</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p><a href="http://www.cartoonchaos.org/" title="http://www.cartoonchaos.org" target="_blank">CartoonChaos</a> is the pioneering original
cartoon/kids tracker, and still generates a very decent amount of invite
activity in the torrent circuit. Whereas other cartoon trackers have
tried &amp; failed, CartoonChaos continues to be the hotspot of choice
for fans of the genre.</p>

<p>**<u>Find an invite to CartoonChaos</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-0.gif" alt="" />Somewhat difficult, since there are only
about 1,200 - 1,500 members at any given time. Invite requests are often
granted (eventually, but have patience). Recruitment does exist, which
can be found here at <a href="https://www.waffles.fm/forum/18/16591/post1417710.html#1417710" title="https://www.waffles.fm/forum/18/16591/post1417710.html#1417710" target="_blank">Waffles</a> for example. Open
registration is a rare occurrence lately, but has happened on occasion.</p>

<p>**<u>Why you need CartoonChaos</u></p>

<p>:** Because you’re a fanboi of cartoons, naturally! It’s a niche
tracker for hand-drawn and CGI animation only (considered 100% cartoons)
and has 2,700+ torrents (including 400+ complete series). *<u>2010-10-28
Stats</u></p>

<p>*: Members: 1,216 <strong>|</strong> Torrents: 2,701 (total seeds - 5,089).</p>

<h3 id="images3rqpolishtrackergif21---polishtracker2009-rank-font-colorred29font"><img src="http://filesharefreak.com/images3/rq_polishtracker.gif" alt="" />#21 - PolishTracker2009 Rank: <font color="red">#29</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>For English torrenters, there used to be a time when invites to regional
(country specific) 0day/scene trackers were almost as equally coveted as
their natively-English counterparts. English users everywhere would do
just about anything to get into iPlay.ro, TTi.nu, BitHumen, NCore - but
for some of these sites, the tides have changed. <a href="http://polishtracker.org/" title="http://polishtracker.org" target="_blank">PolishTracker</a> is one exception to the rule whereby it doesn’t matter
where you’re from, you’ll still want membership here - at least that’s
what the statistics are telling us.</p>

<p>**<u>Find an invite to PolishTracker</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-4-0.gif" alt="" />No recruitment, no open registration.
Online since 2004-10-30, their 6th birthday is coming up tomorrow,
perhaps they’ll surprise everyone by doing something special. <strong>Invite
info</strong>: It’s been said that only Polish users are able to buy invites
at <strong>PT</strong> (due to the new SMS system in place), but invites can indeed
be sent out to non-Polish IPs, thus just about anyone can register if
invited.</p>

<p>**<u>Why you need PT</u></p>

<p>:** You don’t, unless you’re Polish. Well, that’s not entirely true -
since they index most of the mainstream English scene releases in
addition to Poland’s own ’scene’, plus the site now supports 8
languages. Very good 0day tracker, unanimously considered to be the best
Polish tracker on the planet.</p>

<h3 id="images3rqbithdtvgif22---bit-hdtv2009-rank-font-colorred25font"><img src="http://filesharefreak.com/images3/rq_bithdtv.gif" alt="" />#22 - Bit-HDTV2009 Rank: <font color="red">#25</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>In some instances, it can be explained that the popularity of one
tracker is often directly correlated to the success (or lack thereof) of
another. For example - if <strong>SCC</strong>, <strong>TL</strong> &amp; <strong>RevTT</strong> all
disappeared at the same time, it would be natural to expect <strong>IPT</strong> to
become a much busier place - but only by default. We’ve hinted before
that because HDBits.org is a closed system, it has only brought good
fortune to other HD trackers. To some degree it may have assisted
<a href="http://bit-hdtv.com/" title="http://bit-hdtv.com" target="_blank">Bit-HDTV</a>, but for the most part they’re a
self-made tracker to which deserves their own earned adoration and
respect.</p>

<p>**<u>Find an invite to Bit-HDTV</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />It’s been a solid two years since <strong>BHD</strong>
has had any form of open registation - not that they need it. Giveaways
are not quite as common as requests (which typically go answered). Proof
of a seedbox may be required, as many of the torrents are too large for
any serious home seeding. As of 2010-09-29 - their invite system is open
for <strong><em>Elite Users+</em></strong> - so expect a greater chance of having a request
fulfilled.</p>

<p>**<u>Why you need Bit-HDTV</u></p>

<p>:** Online since March 2006, Bit-HDTV lists 22,000+ members and 23,880
HD torrents, most of which are 5.1 audio (both <em>scene</em> &amp; <em>P2P</em>
encodes OK). Also has a great selection of untouched Blu-rays, anime,
docus &amp; adult releases.</p>

<h3 id="images4itshome-smalljpgimages4itshomejpg-targetblank23---its2009-rank-font-colorred41font"><a href="http://filesharefreak.com/images4/its_home.jpg" target="_blank"><img src="http://filesharefreak.com/images4/its_home-small.jpg" alt="" /></a>#23 - iTS2009 Rank: <font color="red">#41</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>If it weren’t for the overachievers that frequent Torrent-Invites.com,
then <strong>iTS</strong> would be a fair bit lower. Suggesting <strong>iTS</strong> jumped from
#41 to #23 rests in the hands of just one forum - a forum that also just
came out with an amazing <a href="http://www.torrent-invites.com/tracker-reviews/76937-its-its-ratioless-2010-a.html" title="http://www.torrent-invites.com/tracker-reviews/76937-its-its-ratioless-2010-a.html" target="_blank">new review</a> of <strong>iTS</strong>.
However, with a little more exposure (for lack of a better word), invite
requests will soon escalate.</p>

<p>**<u>Find an invite to iTS</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-5-0.gif" alt="" />Very difficult, although <strong>iTS</strong> has very
recently made available their &#8220;invite application&#8221; to all <strong>iTS</strong>
userclasses. In short, you’ll have to find an <strong>iTS</strong> member who can
then submit your application for you. There’s an active forum thread at
The Horror Charnel (<a href="http://horrorcharnel.kicks-ass.org/forums.php?action=viewtopic&amp;topicid=11788&amp;page=2" title="iTS Invites - Unlimited" target="_blank">see here</a> if you’re a THC
member, <strong>AND</strong> able to view the forum section &#8221;<em>Trusted Member Stuff -
Old Friends</em>&#8221;). Someone will contact <strong>iTS staff</strong> on your behalf.</p>

<p><img src="http://filesharefreak.com/images4/thc_its_invite.gif" alt="" /></p>

<p>In addition, there’s an iTS invite thread at BitMe.org (see <a href="http://www.bitme.org/forums.php?action=viewtopic&amp;topicid=30266" title="http://www.bitme.org/forums.php?action=viewtopic&amp;topicid=30266" target="_blank">here</a>, VIPs &amp; up) and there’s said to be one at Pedro’s
(although I couldn’t find it). <strong>TPS</strong> still has a iTS recruitment
thread (<a href="https://www.thepiratesociety.info/showthread.php?t=10210" title="https://www.thepiratesociety.info/showthread.php?t=10210" target="_blank">here</a>), but it’s unknown if it still
remains an active offer. Or, you can **<font color="red">apply to iTS
directly</font></p>

<p>** <strong>- refer to this</strong> <a href="http://filenetworks.blogspot.com/2010/10/its-tracker-invite-applications-open.html" title="http://filenetworks.blogspot.com/2010/10/its-tracker-invite-applications-open.html" target="_blank">FILEn post</a>.</p>

<p>**<u>Why you need iTS</u></p>

<p>:** Great selection of <strong><em>quality content</em></strong> — HD, FLAC/lossless,
unique iTS Collections, and not to mention <strong>iTS</strong>‘ flagship <a href="http://www.nattawat.org/viewtopic.php?t=330841" title="An explanation of AFR (Advanced Filesize Regulation) Releases" target="_blank">AFR</a> releases (Advanced Filesize Regulation); and a strong,
tight-knit community that’s incomparable to any other tracker on the
Internet today.</p>

<h3 id="images4rqbtnjpg24---btn2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_btn.jpg" alt="" />#24 - BTN2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>It took a little bit of time for
<a href="../../../02/08/btn-launches-an-innovation-among-tv-trackers/" title="Broadcasthe.net - An Innovative New TV Tracker">BTN</a> to eventually find
their footing in amongst the lean, mean TV tracker competition - but
folks, BTN is very much for real &amp; here to stay. Month after month,
BTN’s popularity continues to escalate, with each new month beating out
the previous one in terms of traffic and overall <a href="http://www.alexa.com/siteinfo/http%3A%2F%2Fbroadcasthe.net%2Findex.php#" title="http://www.alexa.com/siteinfo/http%3A%2F%2Fbroadcasthe.net%2Findex.php#" target="_blank">growth</a>.</p>

<p>**<u>Find an invite to BTN</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-2-5.gif" alt="" />Moderately easy; but watch out - BTN
movement has been banned on at least one torrent forum (tR). With BTN’s
(unofficial?) first birthday looming on November 2nd, there just might
be a surprise in store. BTN recruitment exists everywhere (on tracker
forums, even on select torrent boards).</p>

<p>**<u>Why you need BTN</u></p>

<p>:** As if there weren’t already enough unique ideas in BTN v1.0, coming
soon is <strong>BTN v2</strong>. Member requests are pouring in for new features; v2
isn’t just set to become the most technically-advanced Gazelle or TV
tracker in existence - but perhaps the most complex tracker of all time.
*<u>Stats</u></p>

<p>*: Members - 11,681 <strong>|</strong> Torrents - 18,281.</p>

<p><img src="http://filesharefreak.com/images4/btn-stats-2010.jpg" alt="" /></p>

<h3 id="images4rqchdbitsjpg25---chdbitsorg2009-rank-font-colorredunlistedfont"><img src="http://filesharefreak.com/images4/rq_chdbits.jpg" alt="" />#25 - CHDBits.org2009 Rank: <font color="red">unlisted</font></h3>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /> </p>

<p>At first glance it may seem like <a href="https://chdbits.org/" title="https://chdbits.org" target="_blank">CHDBits</a> is a
dark-horse pick for entry in this list. Few torrenters realize that
CHDBits is actually the most-visited HD tracker in the world - more
popular than both HDBits and HDChina. For true fans of HD content, the
East has met the West; China’s HD trackers aren’t just used by Asians
but instead have shown amazing growth in the western hemisphere. So, why
the explosion of interest in Asian HD trackers? It’s far too complicated
to go into great depths here. Great speeds, loads of English releases,
and amazing encoder teams that provide the best transparent quality
(Blu-ray to encode).</p>

<p>**<u>Find an invite to CHDBits</u></p>

<p>:** <img src="http://filesharefreak.com/images/stars-3-5.gif" alt="" />Their invite system is closed until the
end of November, due to their recent promotion which awarded members
with 3 invites each. In short, you’ll probably have to wait another full
month to have any chance of getting in.</p>

<p>**<u>Why you need CHDBits</u></p>

<p>:** Home to encoder group <strong>CHD</strong> and umbrella groups <strong>CHDTV</strong> (TV
releases) &amp; <strong>CHDBits</strong> (untouched Blu-ray) which provide an
incredible 6,817 internal torrents, most of which are <em>only</em> available
at CHDBits. CHD releases are sought by most HD trackers (Asian or
otherwise) and can be found at HDBits, HDC, HDS, HDR, HD-Torrents and
just about everywhere else.</p>

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-hwar-cite-says"><cite> Hwar </cite> Says:</h5>

    <p>nice article, very interesting to see especially if you’ve been into
torrenting for several years.</p>
  </li>
  <li>
    <h5 id="cite-nobody-cite-says"><cite> nobody </cite> Says:</h5>

    <p>I join like 4 year ago via this blog and have been member to nearly
everyone of them, I abolished my memberships in nearly everyone
because you just dont need it.</p>

    <p>I sticked with those I liked: PtP, What (just to be PU), BTN (had
always a good feeling about it), Waffles because of the puppets and
their charity, PTN, I liked their logo.</p>

    <p>I recommend to watch for decent trackers… bitme has freeleech btw</p>
  </li>
  <li>
    <h5 id="cite-ti-cite-says"><cite> TI </cite> Says:</h5>

    <p><a href="http://www.torrent-invites.com/" title="http://www.torrent-invites.com" rel="nofollow">http://www.torrent-invites.com/</a> best way to
find your invites <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-movieguy-cite-says"><cite> MovieGuy </cite> Says:</h5>

    <p>Is PTP really that much better that tehconnection?</p>

    <p>Not just content-wise, I mean layout and look. TC is preety well
coded.</p>
  </li>
  <li>
    <h5 id="cite-ti-cite-says-1"><cite> TI </cite> Says:</h5>

    <p>Register now!!! <a href="http://www.torrent-invites.com/register.php" rel="nofollow">http://www.torrent-invites.com/register.php</a><br />
 Make your introductions and enjoy!!</p>
  </li>
  <li>
    <h5 id="cite--cite-says"><cite> . </cite> Says:</h5>

    <p>good article.</p>

    <p>Hard to get into …. Doesn’t mean, Worth geting into.<br />
 .<br />
 .</p>

    <p>EG.. bitme.tv is a bit torrent status symbol.<br />
 .<br />
 .<br />
 .<br />
 Compared to TvTorrents . <a href="http://www.tvtorrents.com/" rel="nofollow">http://www.tvtorrents.com</a> open !</p>

    <p>Tv torrents is a better site to use / rss ect…..<br />
 Bitme has better pre times.<br />
 TvT has more users and can have faster DL speeds. ( surprising
considering the amount of seedboxes on bitme)</p>

    <p>Compared to TheBox <a href="http://thebox.bz/" rel="nofollow">http://thebox.bz</a> open !
ftm</p>

    <p>thebox has more users X4, more torrents X4. Capping team.<br />
 OK. thebox only has U.K tv torrents.<br />
 But it shows you how bad US tv trackers really are.</p>
  </li>
  <li>
    <h5 id="cite-ntanxnqrec-cite-says"><cite> ntanxnqrec </cite> Says:</h5>

    <p>Who says that BTNv2 will be Gazelle? *whistles innocently*</p>
  </li>
  <li>
    <h5 id="cite-mitraark-cite-says"><cite> mitraark </cite> Says:</h5>

    <p>BitMeTV best TV Site if you have the speed to Upload enough. But
sometimes its not worth the trouble to find its invite rather than
just joining tv,torrents.ro</p>
  </li>
  <li>
    <h5 id="cite-lov-cite-says"><cite> lov </cite> Says:</h5>

    <p><a href="http://www.tvtorrents.com/" rel="nofollow">http://www.tvtorrents.com</a> and
<a href="http://thebox.bz/" rel="nofollow">http://thebox.bz</a> EACH , Have MORE content
than bitmetv</p>

    <p>So WHY even bother looking for an invite to bitmetv ?</p>
  </li>
  <li>
    <h5 id="cite-luigi-cite-says"><cite> Luigi </cite> Says:</h5>

    <p>The most accurate and frequently updated list when it comes to
private bittorrent tracker levels can be found at:<br />
<a href="http://trackerlevels.blogspot.com/" rel="nofollow">http://trackerlevels.blogspot.com/</a></p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says"><cite> anon </cite> Says:</h5>

    <p>@LOV</p>

    <p>the same reason why people keep requesting FTN, E, Pedro’s and
HDBits: e-penis.</p>

    <p>And that thing sharky said about Pedro’s is wrong. What.cd has
almost all the albums that are at Pedro’s for the simpla fact that
their uploaders are active there too, it is true that Pedro’s and E
got better quality because of booklets and redundant quality checks,
but for the music only, What has everything.</p>
  </li>
  <li>
    <h5 id="cite-louis-cite-says"><cite> Louis </cite> Says:</h5>

    <p>1. PtN is lame compared to CN or PtP.<br />
 2. GFT best 0day. scc second.<br />
 3. FTN is a general/1week tracker.<br />
 4. TL/fl.ro is good for the masses.<br />
 5. what.cd is all you need when it comes to music.<br />
 6. bitmetv/freshon.tv for TV.</p>
  </li>
  <li>
    <h5 id="cite--cite-says-1"><cite> **** </cite> Says:</h5>

    <p>Someone have been banned from IPT…. It is actually a good tracker
with an easy ratio, and A LOT of content.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-1"><cite> anon </cite> Says:</h5>

    <p>IPT has everything 99% of people need. The rest are just immature
wankers who seem to enjoy sucking dick at invite forums trying to
get into sites that they’ll hardly ever use. The forums at the
supposedly elite sites are filled with nothing but spam and useless
drivel, and the “community” is composed almost entirely of the
previously mentioned types who sucked copious amounts of dick, and
kissed a hundred asses to get invited. If those are the people you
want to hang with, then find the nearest invite forum, doesn’t
matter which one, they’re all the same, and have at it.</p>
  </li>
  <li>
    <h5 id="cite-cercaercae-cite-says"><cite> cercaercae </cite> Says:</h5>

    <p><a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a> - the best
forum to get invites for free or to buy them. very nice community
aswell</p>
  </li>
  <li>
    <h5 id="cite-son-cite-says"><cite> son </cite> Says:</h5>

    <p>cheers for the update.</p>
  </li>
  <li>
    <h5 id="cite-bob-cite-says"><cite> Bob </cite> Says:</h5>

    <p>Nice one sharky, spot on everywhere.</p>
  </li>
  <li>
    <h5 id="cite-eboy36-cite-says"><cite> eBoy36 </cite> Says:</h5>

    <p>these days if u seen one tracker u seeing all…i got banned from TL
and i though my torrent world will end but guess what…i dont need it
so do u if u are a member of IPT for instance u seen TL cuz is same
s**t …TL staff besides woot thinks they r BIG s**t and ban
people for trying to trade their invites like they r the ONE and
ONLY tracker in this world but they r full of crap now that they
upload a lot of garbage.</p>
  </li>
  <li>
    <h5 id="cite-eboy36-cite-says-1"><cite> eBoy36 </cite> Says:</h5>

    <p>i found a ratio free tracker <a href="http://www.thorbits.org/" rel="nofollow">http://www.thorbits.org/</a> membership still open, fast uploads and you only
have to seed for 36 hrs and they even gives you credits if you
didn’t make it to 1:1 ratio</p>
  </li>
  <li>
    <h5 id="cite-skyrider-cite-says"><cite> SKYRIDER </cite> Says:</h5>

    <p>BTN is so much better than Bitme.tv or Freshon … it’s my favorite
site and when V2 rolls out it will kick both of those trackers’
teeth in. BTN is the most beautiful and useful tracker on earth if
you like tv. Screw ratios</p>
  </li>
  <li>
    <h5 id="cite-chder-cite-says"><cite> CHDer </cite> Says:</h5>

    <p>CHD玩家前来围观，庆祝CHDBITS进入TOP25<br />
 CHD players came into view, celebrate CHDBITS TOP25 ~ ~ ~</p>
  </li>
  <li>
    <h5 id="cite-tv-cite-says"><cite> TV </cite> Says:</h5>

    <p>BTN + TVTorrentZ.org = all you need for tv</p>

    <p>bitme.tv is much overrated</p>
  </li>
  <li>
    <h5 id="cite-hdlover-cite-says"><cite> hdlover </cite> Says:</h5>

    <p>CHD玩家前来围观，庆祝CHDBITS进入TOP25<br />
 CHD players came into view, celebrate CHDBITS TOP25 ~ ~ ~</p>

    <p>后面保持队形。。。UP。：）</p>
  </li>
  <li>
    <h5 id="cite-iori-cite-says"><cite> iori </cite> Says:</h5>

    <p>CHD fans前来支持啊，希望chd更上一层楼！！！</p>
  </li>
  <li>
    <h5 id="cite-hi-cite-says"><cite> hi </cite> Says:</h5>

    <p>where the hell did all the chinese gooks pop up from all of a
sudden!?!</p>

    <p>as usual, such a “Top 50″ list just encourages more inviting trading
and selling. yawn</p>
  </li>
  <li>
    <h5 id="cite-ti-cite-says-2"><cite> TI </cite> Says:</h5>

    <p><a href="http://www.torrent-invites.com/" title="http://www.torrent-invites.com" rel="nofollow">http://www.torrent-invites.com/</a> Register
NOW!!!!!!!!!!</p>
  </li>
  <li>
    <h5 id="cite-j-cite-says"><cite> J </cite> Says:</h5>

    <p>Glad to see I’ve partaked in making one of the top 10 tracker… and
that from there, a second in the top 10 was born.</p>
  </li>
  <li>
    <h5 id="cite-imho-cite-says"><cite> IMHO </cite> Says:</h5>

    <p>torrent-invites.com SUCKS BALLSACK, DAVE IS A SCAMMER</p>

    <p>DONT USE</p>
  </li>
  <li>
    <h5 id="cite-scc-is-0day-king-and-tl-its-queen-cite-says"><cite> SCC is 0day King and TL its Queen </cite> Says:</h5>

    <p>most Realistic list I have ever seen, TL and SCC deserve current
position forever and ever after and these are perhaps the most
successful and no doubt the best 0day trackers of all times with
true experience.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-2"><cite> anon </cite> Says:</h5>

    <p>FFS, this isn’t about the best trackers, but about the most
requested ones.</p>
  </li>
  <li>
    <h5 id="cite-ethicks-cite-says"><cite> ethicks </cite> Says:</h5>

    <p>torrent-invites sucks so much. most of their staff are assholes</p>
  </li>
  <li>
    <h5 id="cite-david-cite-says"><cite> David </cite> Says:</h5>

    <p>IPTorrents been my world all the time.<br />
 F**K THE REST !</p>
  </li>
  <li>
    <h5 id="cite-felix-cite-says"><cite> Felix </cite> Says:</h5>

    <p>You need one and only ===&gt; IPT !!!!!!!!!!!!!!!!!!!!!!!!!!!</p>

    <p>You don’t need sh!tty Trackers like TL or SCC.<br />
 Get one IPT invite and live happily.</p>

    <p>IPT FTW &lt;333333333333333333333333333333333</p>
  </li>
  <li>
    <h5 id="cite-drea88-cite-says"><cite> drea88 </cite> Says:</h5>

    <p>Is BTN down? It’s saying that the page is unavailable</p>
  </li>
  <li>
    <h5 id="cite-yayhl2-cite-says"><cite> yayhl2 </cite> Says:</h5>

    <p>@ethicks yeah for sure, staff really are assholes there.</p>
  </li>
  <li>
    <h5 id="cite-asl-cite-says"><cite> a/s/l </cite> Says:</h5>

    <p>interesting <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

    <p>* BTN is worth getting into, although TvT is pretty much just as
good and well underrated<br />
 * if you have a combination of PtP and TC that’s all you need. i
rarely visit PTN or CN any more<br />
 * if you have what.cd you don’t need waffles, however TT and DB9
have loads of stuff on neither of those trackers<br />
 * SCC and TL are the only general trackers you need. IPT is ok,
but lacks in quality content in some areas, although they have some
communities that provide some good packs and content.</p>

    <p>myanonamouse is my favourite though
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-hummingbird-cite-says"><cite> Hummingbird </cite> Says:</h5>

    <p>Hey, I’m one of those Torrent-invites.com asshole staffers, ethicks
trained me justt right.</p>
  </li>
  <li>
    <h5 id="cite-sharadh-cite-says"><cite> sharadh </cite> Says:</h5>

    <p>what.cd is the best when it comes to music!!!!you get any album in
any quality you need!!!u have 0.2million perfect flacs compared to
40k at pedro’s…what has 900000 torrents !!!it clearly beats all the
other music trackers like pedro’s and e***o….i love what</p>
  </li>
  <li>
    <h5 id="cite-nike-cite-says"><cite> Nike </cite> Says:</h5>

    <p>waiting for part 2</p>
  </li>
  <li>
    <h5 id="cite-mike-cite-says"><cite> mike </cite> Says:</h5>

    <p>just some words about scc<br />
 for me the only different between scene and p2p torrents is that
you can find most of the scenes on every tracker and for that i
didn’t want to get in scc because i thought i will only find
torrents that other trackers have… ……………………………….. i was so wrong scc
have amazing torrents that i haven’t seen on any other tracker with
great speed (i little harder to seed but no ones prefect)</p>
  </li>
  <li>
    <h5 id="cite-andrew110-cite-says"><cite> andrew110 </cite> Says:</h5>

    <p>Don’t forget SCC has an awesome archive where everything is
freeleech.</p>
  </li>
  <li>
    <h5 id="cite-hummingbird-cite-says-1"><cite> hummingbird </cite> Says:</h5>

    <p>i have screwed invites for months and traded with the best</p>
  </li>
  <li>
    <h5 id="cite-charlie-wood-cite-says"><cite> Charlie Wood </cite> Says:</h5>

    <p>I don’t get the hate on IP Torrents in this article. I have Torrent
Leech, RevoTT, and IPTorrents, and IPTorrents has just as much, just
as fast. And it’s SUPER easy to maintain a ratio–tons of peers, tons
of free-leech (good stuff, too), and, if necessary, you can “donate”
for gigs, at reasonable prices (they have extremely frequent
“double” values). I donated when I first started to get a good ratio
margin, and haven’t donated since, as I have no trouble with
uploading, even with my crappy connection (not the case with some of
the others). Not knocking the others, I’m just sayin’.</p>
  </li>
  <li>
    <h5 id="cite-geezer-cite-says"><cite> geezer </cite> Says:</h5>

    <p>iptorrents best general tracker about</p>

    <p>i use it 9 times out of ten</p>
  </li>
  <li>
    <h5 id="cite-netmo-cite-says"><cite> netmo </cite> Says:</h5>

    <p>what to trade what.cd invite for FTN. email<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#110;&#101;&#116;&#109;&#111;&#048;&#048;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#110;&#101;&#116;&#109;&#111;&#048;&#048;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>thanks</p>
  </li>
  <li>
    <h5 id="cite-ahead-cite-says"><cite> ahead </cite> Says:</h5>

    <p>re: “Is PTP really that much better that tehconnection?</p>

    <p>Not just content-wise, I mean layout and look. TC is preety well
coded.”<br />
 PTP and tehconnection are both gazelle-based, so the site layouts
on each are pretty damn similar (nearly identical). PTP has about
twice the # of movies, torrents, and users.</p>
  </li>
  <li>
    <h5 id="cite-brent-cite-says"><cite> brent </cite> Says:</h5>

    <p>@ Louis:<br />
 “1. PtN is lame compared to CN or PtP.”<br />
 I’m not really a fan of the content at any of those three (I prefer
tik, KG, TC, and goem) but from my experience PtN has the best
community of the bunch. Really an awesome group of people.</p>

    <p>“2. GFT best 0day. scc second.”<br />
 So few peers at GFT though. I’d personally go with TL or FTN</p>

    <p>“5. what.cd is all you need when it comes to music.”<br />
 For 99% of people I’d agree, but there’s several other
trackers/sites that have content not found on what</p>

    <p>“6. bitmetv/freshon.tv for TV.”<br />
 IMO bitmetv is amazing for rare content and BTN rocks for scene.
never used freshon.tv</p>
  </li>
  <li>
    <h5 id="cite-ddt-cite-says"><cite> DDT </cite> Says:</h5>

    <p><a href="http://www.dididave.com/P2PNews/" rel="nofollow">http://www.dididave.com/P2PNews/</a></p>

    <p><a href="http://dididave.com/rss1.php?feed=dl&amp;passkey=f62e8610fa98b5754e5833559fec2068" rel="nofollow">http://dididave.com/rss1.php?feed=dl&amp;passkey=f62e8610fa98b5754e5833559fec2068</a></p>

    <p>Free public account on DDT scene tracker……</p>

    <p>Fast pre’s Fast downloads &amp; now no need to join unless you wish
to….</p>

    <p>All torrents downloadable via the public RSS feed or via the news
site….</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says"><cite> Romano </cite> Says:</h5>

    <p>Portuguese Language Invite forum and general talk.<br />
<a href="http://www.ofarol.net/" rel="nofollow">http://www.ofarol.net</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.<br />
 Fórum de convites para Trackers e convívio geral.</p>
  </li>
  <li>
    <h5 id="cite-zebus-cite-says"><cite> zebus </cite> Says:</h5>

    <p>I used to be on Pedro’s.. I let my account expire, its a horrible
tracker.. all you people making it #12 should just save your time
and look elsewhere.</p>
  </li>
  <li>
    <h5 id="cite-wut-cite-says"><cite> WUT </cite> Says:</h5>

    <p>“I used to be on Pedro’s.. I let my account expire, its a horrible
tracker.. all you people making it #12 should just save your time
and look elsewhere.”</p>

    <p>Actually, Pedro’s is my favorite tracker, as it has one of the most
amazing communities of any bT site, and it has incredible FLAC
content that you’d find no where else. The staff and uploaders are
dedicated to giving members the ultimate tracker experience, and I
think you should think about how hard they’ve worked to maintain the
tracker for the past seven years before you start flaming them. They
are the farthest from a “horrible tracker” that I’ve ever seen.</p>
  </li>
  <li>
    <h5 id="cite-docsmith-cite-says"><cite> docsmith </cite> Says:</h5>

    <p>it will never be in the rankings but myanonamouse is the best
audiobook/ebook/music sheet tracker.</p>
  </li>
  <li>
    <h5 id="cite-netmo-cite-says-1"><cite> netmo </cite> Says:</h5>

    <p>jesus christ people, this is not a rank of the best trackers. Its
which ones are the most requested by people.</p>
  </li>
  <li>
    <h5 id="cite-skiper-cite-says"><cite> skiper </cite> Says:</h5>

    <p>people ask 4 them because of the “hard 2 get tracker” section on
those forrums(most are childrens, noobs, traders and sellers), and
not 4 the quality of a tracker…so lets say thats your fault that
people trade…don’t recomand any of those 12 forrums..4 the safety of
u’r accounts use trackers forrums most have GA section.</p>
  </li>
  <li>
    <h5 id="cite-don-cite-says"><cite> Don </cite> Says:</h5>

    <p>Too bad you forgot LastTorrents.org who meanwhile became one of the
best 0day tracker with a large content (over 39000 torrents)
exceptional peers and over 180,000 users. Charged probably because
free registration. Filelist.ro is unfortunately more full of
malicious content and design reminiscent of early p2p. Once they are
no longer on the charts, even in Romania. Too bad …</p>
  </li>
  <li>
    <h5 id="cite-max-cite-says"><cite> max </cite> Says:</h5>

    <p>If you wont invites for the best tracker go there<br />
<a href="http://www.torrent-invites.com/index.php?referrerid=88675" rel="nofollow">http://www.torrent-invites.com/index.php?referrerid=88675</a></p>
  </li>
  <li>
    <h5 id="cite-impossible-cite-says"><cite> Impossible </cite> Says:</h5>

    <p>We are hidden and secure and more private then Obama’s mail account.
HAHAHAHA.</p>
  </li>
  <li>
    <h5 id="cite-legaltorrentnet-cite-says"><cite> legaltorrent.net </cite> Says:</h5>

    <p>Legal Torrent is an online community created to discover and
distribute open licensed (Creative Commons) digital media and art,
and to support Content<br />
<a href="http://legaltorrent.net/" rel="nofollow">http://legaltorrent.net/</a></p>
  </li>
  <li>
    <h5 id="cite-bla-bla-cite-says"><cite> bla bla </cite> Says:</h5>

    <p>Where is iTP????</p>

    <p>____________________________<br />
 ____________________________<br />
 ____________________________</p>
  </li>
  <li>
    <h5 id="cite-amigzo-cite-says"><cite> Amigzo </cite> Says:</h5>

    <p>IPT is not requested, its not a list of most asked trackers no, only
requests.<br />
 There are sooo many IPT giveaways that requests of ipt ARE NOT
THERE BECAUSE THEY ARE NOT NEEDED.</p>
  </li>
  <li>
    <h5 id="cite-huh-cite-says"><cite> huh? </cite> Says:</h5>

    <p>Why do you say experienced torrenters wouldn’t be caught dead using
IPT?</p>

    <p>I use some of the most elite sites out there, but I still find IPT
to be one of my favorites - it’s far more comprehensive than most
“elite” trackers and usually offers great speeds. Sure you may need
to sift through some crap, but there’s a lot of treasure there.
Don’t be a snob.</p>
  </li>
  <li>
    <h5 id="cite-joey-cite-says"><cite> Joey </cite> Says:</h5>

    <p>It’s so hard to get an invite to TL and SCC. I’ve got high ratios on
a few private sites but since talk of other trackers isn’t allowed I
can’t ask around for it. I actually turned down a TL invite last
year back when I didn’t know what it was. If anyone’s a member of
these sites, please email me.</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#114;&#111;&#099;&#107;&#121;&#095;&#120;&#057;&#052;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#114;&#111;&#099;&#107;&#121;&#095;&#120;&#057;&#052;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-no-cheat-cite-says"><cite> no cheat </cite> Says:</h5>

    <p>I don’t like IPT coz i hate cheaters :O.<br />
 lot of Pakistan cheaters there .<br />
 hell Pakistan f**king cheaters</p>
  </li>
  <li>
    <h5 id="cite-nike-cite-says-1"><cite> Nike </cite> Says:</h5>

    <p>IPT is shit, all they do is take torrents from another trackers…so
what will happen to IPT if all trackers with axx died?</p>
  </li>
  <li>
    <h5 id="cite-learn-and-then-talk-cite-says"><cite> learn and then talk </cite> Says:</h5>

    <p>” I don’t like IPT coz i hate cheaters :O.<br />
 lot of Pakistan cheaters there .<br />
 hell Pakistan f**king cheaters”<br />
 how do you know that or are you just a racist Bastard</p>

    <p>”IPT is shit, all they do is take torrents from another trackers…so
what will happen to IPT if all trackers with axx died”<br />
 you just try to play it smart with saying what sharky said, because
if you knew better you will know that ipt have some of the best pre
and lots of uplod groups that you can’t find anywhere else and what
if someone take torrents from other trackers ??? fuck filelist.ro
take torrents from other trackers and guess what, that it’s one of
the things that make it one of the best trackers so if you try to
play smart again make a little research first</p>

    <p>and sharky nice article
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> , i ‘ve been
waiting for this like forever thx</p>
  </li>
  <li>
    <h5 id="cite-fdariax2-cite-says"><cite> FDaRIAx2 </cite> Says:</h5>

    <p>Irregardless of past calamities, few can deny one simple fact: that
PtP has evolved into BitTorrent’s most popular movie tracker.</p>

    <p>Irregardless isnt a word btw its just regardless</p>
  </li>
  <li>
    <h5 id="cite-highquality-cite-says"><cite> HighQuality </cite> Says:</h5>

    <p>passthepopcorn is the least active movie site out there. Maybe OK
for the low quality downloaders, but it’s not a good site for
DVDR/DVD9 downloaders. DVD9 uploads can go weeks without ever
attracting a single downloader. Start a download and you can see
why. Speeds hover around 5 KB/s for a 7+GB download.</p>

    <p>Agree 100% about IPTorrents. Quality has gotten so bad. Uploaders
are perpetual newbie glory whores (KaN1Ve=MORON). Their lack of
knowledge is downright astounding. Knowledgeable torrenters jump
ship to better sites and feel shame for ever having used IPT.</p>

    <p>Torrentleech is definetely the best 0-day tracker I’ve seen. I was
so excited when I got my FTN and SCC invites way back when. It
really is more about bragging rights than practical use though.
Every upload on TL will max out your connection. Not much community
atmosphere, but that’s what specialized sites are for.</p>

    <p>BitHQ is THE best untouched DVD and bluray site out there. There’s
not even a site that is comparable. Bluray rips are not bluray.</p>
  </li>
  <li>
    <h5 id="cite-ali-cite-says"><cite> ali </cite> Says:</h5>

    <p>hi….can anyone send me an invitation..<br />
 i will be greatful …thankx</p>
  </li>
  <li>
    <h5 id="cite-ahmet-cite-says"><cite> ahmet </cite> Says:</h5>

    <p>Torrent-forum is good p2p forum .every month is given 10 ftn ,fsc
etc..</p>
  </li>
  <li>
    <h5 id="cite-digolosrikacicleavainge-cite-says"><cite> DigolosRikAcicleavainge </cite> Says:</h5>

    <p>Everything is good that finishes well.</p>
  </li>
  <li>
    <h5 id="cite-somestrangeguy-cite-says"><cite> somestrangeguy </cite> Says:</h5>

    <p>Ok if you can’t get into some of these Top Sites you might wanna try
<a href="http://dragons-dungeon.com/" rel="nofollow">http://dragons-dungeon.com</a> They are going
invite only soon!! To be honest they can’t beat some of these Top
Sites on SOME of there pretimes but they are DAMN close. Really what
do you have to lose sign up and check them out. If you don’t like
them then don’t return but if you sign up you’ll will find they are
very very close to some of these Top Sites ups and don’t have as
much pressure as you’ll find at TL. I actually use this site to
leech off of and use it as a supplier for my site shhh pmsl. I seed
then use the bonus points for my upload credit can’t beat it lmao.
Don’t hate on me please I am just trying to help some people out
that might be trying to supply there tracker with torrents
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>
  </li>
  <li>
    <h5 id="cite-legaltorrentnet-cite-says-1"><cite> Legaltorrent.net </cite> Says:</h5>

    <p>Legal Torrent is an online community created to discover and
distribute open licensed (Creative Commons) digital media and art,
and to support Content<br />
<a href="http://legaltorrent.net/" rel="nofollow">http://legaltorrent.net</a></p>
  </li>
  <li>
    <h5 id="cite-banned-cite-says"><cite> Banned </cite> Says:</h5>

    <p><a href="http://bitsarena.net/" rel="nofollow">http://bitsarena.net</a> is the best traker ever
thei hawe new muvie,games, and apl..<br />
 and is Free SignUp.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says"><cite> ANONYMOUS </cite> Says:</h5>

    <p>IPT rocks… I’ve been with them for 2 years almost! I’ve tried other
trackers like SCC and RTT, the admins there are assholes and the
trackers don’t have the content I want. IPT has just about
everything!</p>
  </li>
  <li>
    <h5 id="cite-kempas-thc-ipt-kicks-ass-cite-says"><cite> kempas *THC* IPT kicks ass </cite> Says:</h5>

    <p>@ 067 • HighQuality: you are a fuck twad. The encoder KaN1Ve goes
out of his way to make high quality torrents. Constantly tweaking
settings, and doing requests too. Just cause he’s excited bout the
many, many hours of hard work put into something that turned out
well. All he ever asks is for people to include his tag or at least
give thanks when upLing elsewhere.</p>

    <p>TL sucks, the new layout licks the same butt crack that , 064 •
Nike, and 067 • HighQuality do.</p>

    <p>IPT has basically same pretimes as all others, TL’s have gone down
though.</p>
  </li>
  <li>
    <h5 id="cite-flatter-cite-says"><cite> flatter </cite> Says:</h5>

    <p>HHi,<br />
 have many tracker like scc, tl bitme, bitmetv, and all the above
trackers invite.<br />
 email <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#103;&#117;&#114;&#109;&#111;&#104;&#105;&#116;&#057;&#056;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#103;&#117;&#114;&#109;&#111;&#104;&#105;&#116;&#057;&#056;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-dels-cite-says"><cite> dels </cite> Says:</h5>

    <p>when your looking for a good torrent site pop along to
dij-entertainments we have all the latest movie’s albums and boxsets
and if there’s anything you need all you have to do is ask and one
of our team will pleased to help we have had a set back but were on
our way to becoming one of the best site’s on the net so come along
and see for yourself hope to see you soon</p>

    <p><a href="http://dij-entertainments.co.uk/" rel="nofollow">http://dij-entertainments.co.uk</a></p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[The Horror Charnel: Open Signups For One Week]]></title>
    <link href="http://filesharefreak.com/2010/10/25/the-horror-charnel-open-signups-for-one-week/"/>
    <updated>2010-10-25T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/25/the-horror-charnel-open-signups-for-one-week</id>
    <content type="html"><![CDATA[<p>There’s a history between private trackers and Halloween that goes back
a long way. It’s that one special holiday when sites come out with
unique themes, contests and special events. For some trackers, Halloween
also represents an occasion of substantial growth - especially so for
<em>horror movie</em> trackers such as <a href="http://horrorcharnel.kicks-ass.org/" title="http://horrorcharnel.kicks-ass.org" target="_blank">The Horror Charnel</a>. For <strong>THC</strong>, it usually signifies the time of year
when they open their doors for registration, such as right now.</p>

<p><img src="http://filesharefreak.com/images4/thehorrorcharnel_logo.jpg" alt="" /></p>

<!--more-->

<blockquote>
  <p>&#8220;The Horror Charnel has opened its doors for new blood until November
1st. If horror, cult or sleaze movies are your thing, then come join
us as we’re about to celebrate our 5yr anniversary.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> &#8221;</p>

  <p> </p>

  <p>&#8220;The Horror Charnel is very community-friendly and that’s what drives
us. It may seem strange to have a community of friendly horror fans,
but we do. From the day the site opened, the goal has been to have a
place for horror fans to come together to share the movies they enjoy,
have fun, and to keep things friendly.&#8221;</p>
</blockquote>

<p>Not since last Halloween has <strong><em>The Horror Charnel</em></strong> been ‘open reg’,
and before that it occurred in February 2009 (on a Friday the 13th, no
less). From now until November 1st <strong><em>THC</em></strong> is open to anyone looking
to sign up.</p>

<blockquote>
  <p>•   <a href="http://horrorcharnel.kicks-ass.org/signup.php" title="http://horrorcharnel.kicks-ass.org/signup.php" target="_blank">http://horrorcharnel.kicks-ass.org/signup.php</a></p>
</blockquote>

<p>Dare if you will, <strong>THC</strong> is not your <em>run of the mill</em> tracker.
Primarily a movie tracker - whether it be horror films or cult classics,
there’s bound to be something for all horror genre fans out there. While
horror-related Hollywood releases make up a small portion of what
<strong>THC</strong> has to offer, <strong>THC</strong> truly shines when it comes to rarities,
b-movies and lesser-known international films of the genre. They’re a
treasure trove for classics, indie, foreign, rare, old &amp; low-budget
horror.</p>

<p><a href="http://filesharefreak.com/images4/thehorrorcharnel_browse.gif" target="_blank"><img src="http://filesharefreak.com/images4/thehorrorcharnel_browse-small.gif" alt="" /></a></p>

<p>Just shy of their 5th birthday, <em>Horror Charnel</em> is plenty long in the
tooth having been online since November 5th, 2005. Just 18 months ago
THC indexed about 500 active torrents; today that figure sits at a
comfortable 2,700. On any given day an average of 20 new torrents are
added to the tracker; a modest feat considering the specialization of
its content.</p>

<p><img src="http://filesharefreak.com/images4/thehorrorcharnel_stats.jpg" alt="" /></p>

<p>On the browse page, torrents contain mini-descriptions as well as a
mouseover feature that contains a plot summary and poster art. Inside
the <em>torrent details</em> pages is something to behold - here you’ll find a
plethora of info about each release, including; full plot &amp; cast,
external links to IMDb &amp; soundtracks, video trailers, sample
screenshots, media &amp; rip specs, trivia, and more.</p>

<h3 id="other-thc-features">Other THC Features…</h3>

<p>• Both site <strong><em>and</em></strong> tracker have optional HTTPS (SSL), for added
security.</p>

<p>• Loads of rotating freeleech torrents (125 and counting), which often
includes torrents from the ‘Theme of the Month’.</p>

<p>• Active Request / Offer system — Can’t find something? Request it;
other members or staff will do their best to track it down. Have
something you’d like to share? Offer your wares in a special section
&amp; view the feedback.</p>

<p>• Advanced IMDb autofill &amp; parsing provide an abundance of info
about each film, even for scene releases. Not only does it add
uniformity and completeness to torrent pages, but it greatly assists
uploaders, as well.</p>

<p>• Enhanced Karma System — Karma currency is earned through various site
interactions. With Karma points members can set individual torrents to
freeleech (for everyone), buy off H&amp;Rs, bump torrents to the front
page, or even donate points towards a sitewide 1-week freeleech.</p>

<p>• Free Movies Of The Week — Members can submit a movie (or pack, up to 3
titles) that they would like to upload; a poll is created and then
members will vote for which movie they would like to get the most. The
winning movie is then uploaded and automatically becomes freeleech for
all.</p>

<p>All in all, hardcore fanatics of the horror genre will definitely
rejoice in what <a href="http://horrorcharnel.kicks-ass.org/" title="http://horrorcharnel.kicks-ass.org" target="_blank">The Horror Charnel</a> has to offer.
There really <strong><em>is</em></strong> a wide range of content unseen elsewhere, with
fresh torrents guaranteed to flood in on a daily basis. The expression,
&#8220;I came for the movies, but stayed for the people&#8221; couldn’t be more
true as it is at <strong>THC</strong>.</p>

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-foggyhaze-cite-says"><cite> foggyhaze </cite> Says:</h5>

    <p>Great tracker imo, nice that they’re opening up for some peeps.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says"><cite> Anonymous </cite> Says:</h5>

    <p>Nice tracker with a decent amount of torrents.</p>

    <p>Pity that the design/layout is fucking hideous.</p>
  </li>
  <li>
    <h5 id="cite-imfamous-cite-says"><cite> imfamous </cite> Says:</h5>

    <p>Thanx <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-domos-cite-says"><cite> domos </cite> Says:</h5>

    <p>tnx guys <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-herpdarpa-cite-says"><cite> HerpDARPA </cite> Says:</h5>

    <p>For B-movies and horror, I can’t see how we need any more trackers
when we have Cinemageddon, but I’ll check this out anyway.</p>
  </li>
  <li>
    <h5 id="cite-herpdarpa-cite-says-1"><cite> HerpDARPA </cite> Says:</h5>

    <p>Few minutes in, haven’t even dled a torrent, but the UI is hideous
and the lag onsite is ridiculous. The torrents also seem underseeded
in comparison to CG, but it does have some rare stuff I wouldn’t see
elsewhere. A few of the packs actually seem to be stolen from CG and
claimed to be compiled by them, though, but that’s a gripe against
users rather than against the tracker per se.</p>
  </li>
  <li>
    <h5 id="cite-manicmac-cite-says"><cite> manicmac </cite> Says:</h5>

    <p>A lot of members at THC are at CG too. So yes they do have alot of
the same uploads. That is for folks that are on one site but not the
other. And for older torrents… lots of us will reseed when the need
arises. Just like at CG… older torrents get reseeded quite often.
Both are great sites indeed for the harder to find horror titles!</p>
  </li>
  <li>
    <h5 id="cite-brent-cite-says"><cite> brent </cite> Says:</h5>

    <p>one of my favorite torrent sites. if you enjoy the horror genre
don’t pass it up!</p>
  </li>
  <li>
    <h5 id="cite-dungus-cite-says"><cite> Dungus </cite> Says:</h5>

    <p>Gmafb. THC helped C.G get on the map. And if THC is a hideous
layout, C.G is downright sewage level. The environment At THC is
real friendly, where as at C.G they have some nice uploads but some
real bad members who can get real nasty. And as far as credit for
Movie credit. C.G members have done the same with THC. So please be
fair about that.</p>
  </li>
  <li>
    <h5 id="cite-jin-cite-says"><cite> JIN </cite> Says:</h5>

    <p>both cg and thc is good</p>
  </li>
  <li>
    <h5 id="cite-aaaaaaaaaaaa-cite-says"><cite> aaaaaaaaaaaa </cite> Says:</h5>

    <p><a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a><br />
 here you have free invites for private trackers and also you can
buy/trade invites <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-thanks-cite-says"><cite> Thanks! </cite> Says:</h5>

    <p>Thanks FSF!!! We LOVE horror movies, and this site will be perfect
for my collection!</p>
  </li>
  <li>
    <h5 id="cite-snuggles-cite-says"><cite> snuggles </cite> Says:</h5>

    <p>Thanks sharky and thanks FSF for the very nice write-up / review
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
 It’s always nice to read stuff like that, being a private site we
don’t often see things like this, and it reminds us that what we are
doing is a good thing.</p>

    <p>Also, thanks people for he positive feedback! We try and make THC as
fun and friendly a place as we can for fans of horror cult and
sleaze. We have been doing this for almost 5 years now, and it never
gets old!</p>

    <p>About about the mildly negative comments above… Honestly, I don’t
see the need lol.<br />
 Most of our sites, and our site(s) staff are friends and have been
for a long time now. There is no competition between us, and there
never will be. We all help out each other and support each other in
times of need, and when times are going well. It would be great if
all members did the same
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>

    <p>As a very wise coder once said to me; “sharing is caring”… do that
and the rest is just fun!</p>

    <p>cheers,<br />
 snuggs</p>
  </li>
  <li>
    <h5 id="cite-shadyguy-cite-says"><cite> ShadyGuy </cite> Says:</h5>

    <p>Snuggles is right, while THC does have packs and uploads that are
straight from CG we at CG encourage this kind of thing. There’s no
such thing as a “Cinemageddon Exclusive”. What you download from CG
you can upload anywhere you like. Both sites are great and although
we do have overlap, we each have our own niche.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

    <p>cheers,</p>

    <p>Shady</p>
  </li>
  <li>
    <h5 id="cite-max-user-limitm-cite-says"><cite> MAX USER LIMITM </cite> Says:</h5>

    <p>MAX USER LIMITIT - 666,666,666</p>

    <p>- REALLY ??! :OOo</p>
  </li>
  <li>
    <h5 id="cite-rbzdsrbvzsev-cite-says"><cite> rbzdsrbvzsev </cite> Says:</h5>

    <p>Signup on any private tracker has never been easier -
<a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a> is an awesome
website where you can get invites for free on many trackers and also
buy / trade invites, tell this to all your friends!!!</p>
  </li>
  <li>
    <h5 id="cite-red-cite-says"><cite> Red </cite> Says:</h5>

    <p>Thanks 016, that is an awesome way to find people who are in need of
a global ban. Cheers!</p>
  </li>
  <li>
    <h5 id="cite-dungus-cite-says-1"><cite> Dungus </cite> Says:</h5>

    <p>Also a note of interest. THC is partnered with LKRG and “THC” so you
will be seeing some great and fresh new rips coming soon. THC also
has a great easy going forum, were everyone can sit back and just be
fans.</p>
  </li>
  <li>
    <h5 id="cite-manicmac-cite-says-1"><cite> manicmac </cite> Says:</h5>

    <p>Now thats good news. ^ comment above.<br />
 Hey THC has a fun IRC channel too. Been a while since I stopped in
but had some fun trivia games and stuff to earn bonus points on the
site.</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net</a></p>

    <p>Comunidade de Torrents em Língua Portuguesa.</p>
  </li>
  <li>
    <h5 id="cite-crispycritter-cite-says"><cite> Crispy_Critter </cite> Says:</h5>

    <p>TheHorrorCharnel will be moving to a new server today due to
bandwidth issues with host. All is good so have patience while THC
gets it’s strength back. ETA = 12 hours from this post.</p>
  </li>
  <li>
    <h5 id="cite-zombierob-cite-says"><cite> ZombieRob </cite> Says:</h5>

    <p>Thanks for the patience. The server is due to be back up sometime
this evening 11/22/10<br />
 We are getting new hardware to provide a smoother usage. To keep
updated you can visit us at irc.bend.me.uk (6667) #horror-charnel</p>

    <p>Thanks THC</p>
  </li>
  <li>
    <h5 id="cite-chapagrill5-relexternal-nofollow-cite-says"><cite> <a href="http://indoorgrillb4.shutterfly.com/21" rel="external nofollow">chapagrill</a> </cite> Says:</h5>

    <p>Im not going to lie. I’m just posting this post for a backlink.
Thanks</p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Torstream: Watch Video Torrents Online Via Web Stream, For Free]]></title>
    <link href="http://filesharefreak.com/2010/10/23/torstream-watch-video-torrents-online-via-web-stream-for-free/"/>
    <updated>2010-10-23T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/23/torstream-watch-video-torrents-online-via-web-stream-for-free</id>
    <content type="html"><![CDATA[<p><img src="http://filesharefreak.com/images4/torstream_logo.jpg" alt="" />From all the innovative ways in which
BitTorrent can be efficiently employed to distribute files (legally
&amp; otherwise), you’d think that by now someone would have come up
with an effective solution to stream video torrents in a browser. The
<em>concept</em> of <strong>torrent streaming</strong> is as age-old as the BitTorrent
protocol itself, although it’s never been successfully developed to
include public torrents on a grand scale. Until now.</p>

<p><img src="http://filesharefreak.com/images4/torstream_logo2.jpg" alt="" /></p>

<!--more-->

<p><a href="http://torstream.com/" title="Torstream - free web video torrent streaming in the browser" target="_blank">Torstream</a> is a new service that offers just
that: Live video streaming of torrents found on public trackers - right
through your own web-browser.</p>

<h3 id="requirements">Requirements</h3>

<p>• Windows OS (XP / Vista / Win7)</p>

<p>• Highspeed / broadband connection to the Internet</p>

<p>• A web-browser (Firefox &amp; Opera tested OK)</p>

<p>• Adobe <a href="http://get.adobe.com/flashplayer/" title="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> browser add-on</p>

<p><em>It’s recommended to update to the latest version (v10.1) first before
attempting to view videos through Torstream.</em></p>

<p>• Install Torstream’s &#8221;<a href="http://torstream.com/2/download-client.html" title="http://torstream.com/2/download-client.html" target="_blank">TS Plugin</a>&#8221; (a modified
BitTorrent client) - install guide <a href="http://torstream.com/3/install-guide.html" title="http://torstream.com/3/install-guide.html" target="_blank">here</a>.</p>

<p><em>The plugin/client enables your browser to stream video over a
peer-to-peer BitTorrent network. Every person watching the video
contributes some of his Internet connection and the resulting resource
pool serves everybody. Using TS Plugin you help other people, other
people help you and everybody gets the video faster.</em></p>

<h3 id="quick-start-torstream-search">Quick Start (Torstream Search)</h3>

<p>Assuming you meet the above requirements, <em>Adobe Flash</em> is current, and
the <em>TS Plugin</em> is installed - you’re now ready to begin. Since
Torstream is a Lithuanian development, you’ll need to select the
&#8221;<strong>Lithuanian users</strong>&#8221; <em>radio button</em> option before conducting
searches. [We&#8217;ve been told that the &#8220;International users&#8221; (default)
option is connected to ThePirateBay, which no longer contains .torrent
files - thus in our tests it failed to work - refer to *<u>Remote
Torrent</u></p>

<ul>
  <li>below].</li>
</ul>

<p><img src="http://filesharefreak.com/images4/torstream_search.jpg" alt="" /></p>

<p>In the search box enter a movie title and click <strong>Enter</strong> to search the
network. <strong>Tips:</strong></p>

<p>• English users, look for English flag icons appended to the resultant
search queries.</p>

<p><img src="http://filesharefreak.com/images4/torstream_search2.jpg" alt="" /></p>

<p>• Pay special attention to the number of seeds. The higher, the better.</p>

<p><img src="http://filesharefreak.com/images4/torstream_search3.jpg" alt="" /></p>

<p>• Use common sense; select from releases (groups) that you know and
trust. Avoid ‘junk’ (not common) and be mindful of video sizes.</p>

<p>Click the &#8221;<strong>watch</strong>&#8221; button to begin the torrent streaming process. A
&#8221;<strong>prebuffering</strong>&#8221; phase should commence, and once it hits 100% the
video will then begin playback.</p>

<p><img src="http://filesharefreak.com/images4/torstream-prebuffer.png" alt="" /></p>

<p><a href="http://filesharefreak.com/images4/torstream-playback.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torstream-playback-small.jpg" alt="" /></a></p>

<p>An option for full screen playback also exists; to enable simply click
the four-arrow icon in the bottom-right corner of the playback window.
Be forewarned - in my experience (using Vista &amp; Win7) it was
extremely difficult to exit the <strong>full screen</strong> mode.</p>

<h3 id="remote-torrent">Remote Torrent</h3>

<p>Instead of searching through Lithuania’s network on Torstream, users
have an even better alternative - and that’s to use the &#8221;<strong>Remote
Torrent</strong>&#8221; feature. There are two ways to apply this: from an existing
URL of a torrent, or from a local .torrent file saved on the user’s PC.
The easiest method is to download and manually save a .torrent file to
your home PC, and then add them through &#8220;Remote Torrent&#8221; using the
&#8220;Browse…&#8221; button.</p>

<p><img src="http://filesharefreak.com/images4/torstream_remote-torrent.jpg" alt="" /></p>

<p>Since Torstream’s playback performance is partly based upon the number
of total peers in a torrent, users (especially English ones) have a much
wider range of options &amp; availability by adding their own torrents
(as found on public torrent indexing sites). For instance, visit a
website such as LimeTorrents and filter the the <strong><em>seed column</em></strong> from
high to low (<a href="http://www.limetorrents.com/browse-torrents/Movies/seeds/1/" title="http://www.limetorrents.com/browse-torrents/Movies/seeds/1/" target="_blank">click here</a> for an example).
Low-seed torrents will have a harder time to connect to other peers, for
reasons obvious.</p>

<h3 id="ts-plugin-optionsadvanced">TS-Plugin: Options/Advanced</h3>

<p><em>Torstream’s</em> options can be changed to override its default settings;
such as the port#, save path, and allowable upstream bandwidth to other
users. In the taskbar right-click on the <strong>Torstream icon</strong> and select
&#8220;Options…&#8221;</p>

<p><img src="http://filesharefreak.com/images4/torstream-plugin1.jpg" alt="" /></p>

<p><img src="http://filesharefreak.com/images4/torstream-plugin2.jpg" alt="" /></p>

<h3 id="auto-local-save">Auto Local-Save</h3>

<p>Not only are you watching it &#8220;live&#8221; but at the same time Torstream
saves a local hardcopy (*.avi) of the file from a chosen video torrent.
By default these are saved in <strong>C:\TorrentStream</strong>. (Note: If video
playback is stopped or cancelled without it being viewed completely (to
it’s end) then you’ll wind up with an incomplete file.)</p>

<h3 id="other-info--tips">Other Info / Tips</h3>

<p><strong>Scalability</strong> — In our testing, video playback is flawless and of good
quality, although there were never more than 3-4 other users using the
service when it was tested. However, since it works through public
trackers (and seeds/peers that already exist in the torrents), feasibly
it shouldn’t matter how many users are ‘online’ using Torstream &amp;
the TS plugin.</p>

<p><strong>&#8220;Prebuffer&#8221; does not start (stuck at 0%)</strong> — If the video does not
begin playback, be sure you’ve chosen torrents from the <em>Lithuanian
users</em> option, or else use the <em>Remote torrent</em> method. As well, try
restarting the browser after installing the TS-plugin and/or updating
Adobe Flash.</p>

<p><strong>Video Quality</strong> — Varies, depending on source. &#8220;P2P Group&#8221; releases
work well (IMAGiNE, ViSiON, etc.) although we had no success with ‘720p
Xvid’ rips/encodes such as those done by FLAWL3SS. Scene releases, if
found in native RAR/archive formats, will not play - only extracted
files are supported.</p>

<p><strong>High-Definition is Supported</strong> — While *.mkv video files are
supported by Torstream (for 720p/1080i/p playback), in our tests on Win7
with a 25Mbit DL connection, we couldn’t help but notice choppy playback
whereby (re)buffering was required at various intervals during the
playback. This was not experienced in regular 480p *.avi (XviD)
playback.</p>

<p><a href="http://filesharefreak.com/images4/torstream-high-quality.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/torstream-high-quality-small.jpg" alt="" /></a></p>

<link rel="stylesheet" href="../../../../css/lytebox.css" type="text/css" media="screen" />

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-very-interesting-cite-says"><cite> Very interesting… </cite> Says:</h5>

    <p>I’ll look into it. Not a bad concept… however flash is not the
greatest quality player. But oh well.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-sweet-cite-says"><cite> Sweet </cite> Says:</h5>

    <p>Sweet <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-f47-cite-says"><cite> F47 </cite> Says:</h5>

    <p>nice site idea - not sure how this fends on a legal basis. but… nice
idea.</p>
  </li>
  <li>
    <h5 id="cite-nick-cite-says"><cite> Nick </cite> Says:</h5>

    <p>Is this still deemed “illegal” because technically we are not
downloading the file. I’ve never found downloading illegal but is
streaming still deemed “illegal”?</p>
  </li>
  <li>
    <h5 id="cite-question-cite-says"><cite> Question </cite> Says:</h5>

    <p>File is larger than 20 megs so I can’t upload it to VirusTotal. I
don’t run A/V so can someone confirm that this is not malware?</p>
  </li>
  <li>
    <h5 id="cite-lorenzo-cite-says"><cite> lorenzo </cite> Says:</h5>

    <p>µTorrent is already releasing ability to sequentially downloading
and their version 3.0 is adding the ability to stream video as well:</p>

    <p><a href="https://web.utorrent.com/" rel="nofollow">https://web.utorrent.com/</a></p>

    <p><a href="http://thehtpcblog.com/2010/07/12/utorrent-3-0-alpha-new-web-client-streaming-and-apps/" rel="nofollow">http://thehtpcblog.com/2010/07/12/utorrent-3-0-alpha-new-web-client-streaming-and-apps/</a></p>

    <p>I tried SwarmPlayer a while back and was somewhat disappointed with
it. I hope Torstream does better. I really think video web sites
like YouTube can really position themselves to use this type of
technology as a backup tier while they still use webseeding as the
primary way to deliver content.</p>
  </li>
  <li>
    <h5 id="cite-seeder-cite-says"><cite> Seeder </cite> Says:</h5>

    <p>can u use subtitles with that?</p>
  </li>
  <li>
    <h5 id="cite-sharkyindex-2html-relexternal-nofollow-cite-says"><cite> <a href="http://filesharefreak.com/index-2.html" rel="external nofollow">sharky</a> </cite> Says:</h5>

    <p><strong>@05</strong> - File comes up clean with both AVG and MalwareBytes.<br />
<strong>@07</strong> - If the video file has dual audio tracks, I believe you can
switch between tracks.</p>
  </li>
  <li>
    <h5 id="cite-kristaaps-cite-says"><cite> kristaaps </cite> Says:</h5>

    <p>Cant connect with FF 3.6.11 &lt;- it sayes need to download plugin,
I press install missing plugins, he checks but sayes there are no
plugins to install.. WTF???</p>
  </li>
  <li>
    <h5 id="cite-silversurfer-cite-says"><cite> silversurfer </cite> Says:</h5>

    <p>nice idea only thing that is a worrie is files that are
viruis/trojon .avi ect [ like the media player only files that need
codecs to find out its a trojon]<br />
 you can get flash only viruis just can not see a why not to check
besides your own a/v and common sence not to click on a link to d/l
codecs that you are unsure off</p>
  </li>
  <li>
    <h5 id="cite-obs3rver-cite-says"><cite> obs3rver </cite> Says:</h5>

    <p>I don’t like it, why? well they are using public trackers for one
thing and it’s easy to check who is downloading what and where. One
leaves to many traces.</p>

    <p>It’s not safe.</p>
  </li>
  <li>
    <h5 id="cite-d0nk3yballs-cite-says"><cite> D0NK3YBALLS </cite> Says:</h5>

    <p>not working for me on latest firefox wtf
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-d0nk3yballs-cite-says-1"><cite> D0NK3YBALLS </cite> Says:</h5>

    <p>Ok I got this working, just uninstalled it and installed again,
after that a firefox restart, removed cache and the client started
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> this is a good
idea but id rather have a normal torrent client that can download
the movies in this way and stream them with KMPlayer or something
cause the web based player sucks to be perfectly honest and it’s not
really needed</p>
  </li>
  <li>
    <h5 id="cite-jetons-cite-says"><cite> JeTonS </cite> Says:</h5>

    <p>works..use safari browser</p>
  </li>
  <li>
    <h5 id="cite-mastashake-cite-says"><cite> MastaShake </cite> Says:</h5>

    <p>@04</p>

    <p>I tried it and never got it to actually work. I set the port to an
open port and tried an avi file and it just failed hardcore. Also
you are still downloading the file. Look in the folder
C:\TorrentStream or which ever folder you set it to. It seems as if
it downloads the file and plays it after the part is finished
downloading. At least that’s what it was trying to do on my end. I’d
just stick with using private trackers.</p>
  </li>
  <li>
    <h5 id="cite-imtdb-cite-says"><cite> IMTDb </cite> Says:</h5>

    <p>It’s is “just” another way to download torrents nothing more.</p>

    <p>I prefer the plain old ways. Just clicking on a magnet link and let
utorrent do the trick for you. Everyone is trying to do it all
“cloud computed” or “100% streamed” etc. But nothing beats a plain
old torrent that goes right onto your hard drive and you can watch
whenever you want wherever you want.</p>

    <p>We just need some simpler ways to browse and find torrents. Not
these “flashy-soon-to-be-dead” websites that promise you the moon
and gives you shit.</p>

    <p>— Admin of <a href="http://imtdb.kicks-ass.org/" rel="nofollow">http://imtdb.kicks-ass.org/</a> —</p>
  </li>
  <li>
    <h5 id="cite-urblad-rotgut-cite-says"><cite> Urblad Rotgut </cite> Says:</h5>

    <p>works on chrome. doesnt even need port forward or restart browser!
you’ll need a good line to watch it though. downloads and plays
sequentially, controls to pause doesnt work
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-vdzrvzdrvzdr-cite-says"><cite> vdzrvzdrvzdr </cite> Says:</h5>

    <p><a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a> is an awesome
website where you can get invites for free on many trackers and also
buy / trade invites, tell this to all your friends!!!</p>
  </li>
  <li>
    <h5 id="cite-a-tribler-developer-cite-says"><cite> A Tribler developer </cite> Says:</h5>

    <p>They just took Tribler’s SwarmPlayer and renamed it.</p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says"><cite> alex </cite> Says:</h5>

    <p>all i got to say is, install this
<a href="http://xmp.down.sandai.net/kankan/XMPSetup_3.8.4.505-dl.exe" rel="nofollow">http://xmp.down.sandai.net/kankan/XMPSetup_3.8.4.505-dl.exe</a></p>

    <p>open a torrent with good seeders and see why i don’t bother with
utorrent or Miro or many other garbage clients,</p>

    <p>you can even stream ed2k links</p>

    <p>see why i actually LOL when i read posts like these ! because I’ve
been able to do something like this maybe 1.5 years ago, on private
trackers xmp is great !</p>
  </li>
  <li>
    <h5 id="cite-trololololol-cite-says"><cite> trololololol </cite> Says:</h5>

    <p>Why are people under the impression that downloading is not illegal?</p>

    <p>And that Big Brother only cares if your “streaming” or “uploading”?</p>

    <p>Your infringing your countries copyright laws by downloading the
files //.</p>

    <p>There is no if and or but! Just wait till you get your cease and
desist letters from your national intelligence agencies, then you’ll
figure out what’s “legal” and “illegal”.</p>
  </li>
  <li>
    <h5 id="cite-jo-cite-says"><cite> jo </cite> Says:</h5>

    <p>to trololololol</p>

    <p>” Your infringing your countries copyright laws by downloading the
files //. ”</p>

    <p>don’t tell me you never looked at porn trololololol ! you dirty
little butch</p>
  </li>
  <li>
    <h5 id="cite-lisa-cite-says"><cite> lisa </cite> Says:</h5>

    <p>good site</p>
  </li>
  <li>
    <h5 id="cite-lisa-cite-says-1"><cite> lisa </cite> Says:</h5>

    <p>send me porn please</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#108;&#105;&#115;&#097;&#115;&#116;&#097;&#099;&#101;&#121;&#049;&#051;&#049;&#051;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#046;&#117;&#107;">&#108;&#105;&#115;&#097;&#115;&#116;&#097;&#099;&#101;&#121;&#049;&#051;&#049;&#051;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#046;&#117;&#107;</a></p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[PackMe.In - BitTorrent’s Pack Tracker is Back Online]]></title>
    <link href="http://filesharefreak.com/2010/10/22/packmein-bittorrents-pack-tracker-is-back-online/"/>
    <updated>2010-10-22T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/22/packmein-bittorrents-pack-tracker-is-back-online</id>
    <content type="html"><![CDATA[<link rel="stylesheet" href="../../../../css/lytebox.css" type="text/css" media="screen" />

<p><a href="http://filesharefreak.com/images4/packme-in_login.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/packme-in_login-small.jpg" alt="" /></a>After nearly two solid months of downtime, BitTorrent’s
favorite (and only) <em>pack tracker</em> is finally back in action, jack! This
time around though, <a href="http://packme.in/" title="http://packme.in" target="_blank">PackMe.In</a> (yep, same URL as
before - and now open for signups) is running on a smooth new server
using Gazelle’s codebase. Also known as <em>The Donkey</em>, <strong>PiN</strong>’s purpose
is to serve up their own breed of unique torrent &#8220;packs&#8221;. For those
not in the know, packs are similarly-grouped torrents bundled together
into one large torrent - this includes music discographies, movie box
sets, TV series &amp; seasons and everything else in between.</p>

<!--more-->

<p><img src="http://filesharefreak.com/images4/packme-in_logo.jpg" alt="" /></p>

<p>Public registration is now open for the time being, but no telling how
long it’ll last. When <strong>FSF</strong> first
<a href="http://filesharefreak.com/2009/07/04/packmein-the-new-ratioless-packs-only-tracker/" title="PackMe.IN - The New Ratioless Packs-Only Tracker">introduced</a> <strong>PiN</strong> in July of
2009, IRC recruitment was the only option in.</p>

<blockquote>
  <p>•   <a href="http://packme.in/register.php" title="Registration is open to PackMe.in, BitTorrent's Pack Tracker" target="_blank">http://packme.in/register.php</a></p>
</blockquote>

<p><strong>NOTE:</strong> For those who had an existing account at <strong>PiN</strong> will need to
sign up again, as the previous older <em>userDb</em> was not restored.</p>

<p><strong>PackMe.in</strong>’s dev team has done an amazing job to ‘port over’ the old
TBDev sourcecode into a sleek new Gazelle layout - while at the same
time retaining virtually every aspect to the original design. Of course,
<strong>PiN</strong> was well known as a **<font color="green">ratio-free</font></p>

<p>** tracker (and still is) and includes a better than ever anti-HnR
(hit-and-run) system. <strong>PiN</strong>’s ratioless nature has its advantages for
a tracker that serves up some rather large torrents - members need not
fear having to ’seed back’ to a certain ratio in order to stay in good
graces.</p>

<h3 id="seeding-rules">Seeding Rules:</h3>

<p><img src="http://filesharefreak.com/images4/packme-in_seedtime.jpg" alt="" /><strong>PiN</strong> has some of the most slack,
laid-back seeding rules than any other tracker around, ratioless or not.
Members are required to keep up <em>an average</em> seedtime of 1 day for all
downloaded torrents. <strong>Downloading rules</strong> are outlined as the
following:</p>

<ul>
  <li>• You are not required to maintain a ratio.</li>
  <li>• You are required to maintain an average seed time of at least 1 day
(24 hours).</li>
  <li>— Your average seed time is the average time you have spent seeding
all torrents that you have snatched.</li>
  <li>
    <p>— As long as your average seed time stays above 1 day, <strong>you need not
seed all torrents you snatch for 1 day or more</strong>, but it is
recommended that you do so.</p>
  </li>
  <li>• If your average seed time drops below 1 day, you will be added to a
hit and run list, pending staff decision.</li>
  <li>— You will not be added to the hit and run list unless you have been
on the site for more than 1 month (30 days) and snatched more than 5
torrents. Do not abuse this grace period.</li>
</ul>

<p><strong>Uploading — </strong> All members are permitted to upload
torrents to PiN, but please refer to the <a href="http://packme.in/rules.php?p=upload" title="http://packme.in/rules.php?p=upload" target="_blank">rules</a>
first.</p>

<h3 id="user-classes-amp-vip">User Classes &amp; VIP:</h3>

<p>PackMe.In is still under development, so expect changes to be made to
various site functions, features and other areas of the tracker. Regular
<strong><em>User Classes</em></strong> are outlined below (just two so far), and as you’ll
notice it’s very easy to acquire VIP status (simply keep an average seed
time of more than 30 days, and VIP is automatically granted).</p>

<p><strong>Donkey</strong> - The Default.<br />
*<u>Requirements</u></p>

<ul>
  <li>
    <ul>
      <li>None.<br />
*<u>Perks</u></li>
    </ul>
  </li>
  <li>
    <ul>
      <li>None.</li>
    </ul>
  </li>
</ul>

<p><strong>Super Donkey</strong> - VIP.<br />
*<u>Requirements</u></p>

<ul>
  <li>
    <ul>
      <li>An average seed time of at least 30 days. By donating 10€ or more,
you will be automatically promoted to VIP.<br />
*<u>Perks</u></li>
    </ul>
  </li>
  <li>
    <ul>
      <li>Unlimited invites, access to special forums, can change custom
title, and more.<br />
*<u>Demotions</u></li>
    </ul>
  </li>
  <li>
    <ul>
      <li>Demoted to Donkey if average seed time drops below 30 days at any
time. Does not apply if user has been promoted through donating or
staff.</li>
    </ul>
  </li>
</ul>

<h3 id="vip-forums">VIP Forums:</h3>

<p><img src="http://filesharefreak.com/images4/packme-in_vip.jpg" alt="" /></p>

<h3 id="categories-amp-search">Categories &amp; Search:</h3>

<p><a href="http://filesharefreak.com/images4/packme-in_categories.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/packme-in_categories-small.jpg" alt="" /></a></p>

<h3 id="torrent-browse">Torrent ‘Browse’:</h3>

<p><a href="http://filesharefreak.com/images4/packme-in_browse.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/packme-in_browse-small.jpg" alt="" /></a></p>

<h3 id="pin-on-irc">PiN on IRC:</h3>

<ul>
  <li><strong>Network:</strong> irc.omgwtfhax.net</li>
  <li><strong>Ports:</strong> 6666-6669 &amp; 8067 for standard clients; 6697 &amp; 7000
for SSL enabled.</li>
  <li><strong>Channel:</strong> #PiN</li>
  <li><strong>Hotlink:</strong> <a href="irc://irc.omgwtfhax.net/PiN" title="irc://irc.omgwtfhax.net/PiN">irc.omgwtfhax.net/PiN</a></li>
</ul>

<p>Lots of other goodies at PackMe.In to follow; such as a points system,
shop, and more!</p>

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-leester-cite-says"><cite> Leester </cite> Says:</h5>

    <p>Thanks a lot for the great article Sharky!</p>
  </li>
  <li>
    <h5 id="cite-eljoker-cite-says"><cite> ELJOKER </cite> Says:</h5>

    <p>it is always great to see tracker come online again , great review
sharky</p>
  </li>
  <li>
    <h5 id="cite-trackback--trackere-inchise---page-2---torrentsro4-relexternal-nofollow-cite"><cite> Trackback :: <a href="http://forum.torrents.ro/trackere/16667-trackere-inchise-2.html#post315623" rel="external nofollow">Trackere inchise. - Page 2 - TORRENTs.RO</a> </cite></h5>

    <p>[…] Va rog sa-mi editati postul de mai sus pentru ca PiN is
back! -&gt; PackMe.In - BitTorrent’s Pack Tracker is Back Online |
THE source for BitTorrent &amp; P2P Tip… […]</p>
  </li>
  <li>
    <h5 id="cite-trackback--pin---page-13---torrentsro5-relexternal-nofollow-cite"><cite> Trackback :: <a href="http://forum.torrents.ro/trackere-noi/9523-pin-13.html#post315624" rel="external nofollow">PiN - Page 13 - TORRENTs.RO</a> </cite></h5>

    <p>[…] pare ca a revenit PackMe.In - BitTorrent’s Pack Tracker is
Back Online | THE source for BitTorrent &amp; P2P Tip…
__________________ Mințile ilustre discută idei,
inteligențele medii […]</p>
  </li>
  <li>
    <h5 id="cite-human-cite-says"><cite> human </cite> Says:</h5>

    <p>somehow i cant recover my account. shows that email is not found in
the database. weird, weird..</p>
  </li>
  <li>
    <h5 id="cite-d0nk3yballs-cite-says"><cite> D0NK3YBALLS </cite> Says:</h5>

    <p>Nice tracker, I recommend you join, this site has great potential
with just more users and even tho the packs don’t have much seeders,
they do have great speeds, looks like most if not all uploads as of
yet have been done from a seedbox
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-fourtwenty-cite-says"><cite> fourtwenty </cite> Says:</h5>

    <p>seems like my account is gone :/</p>
  </li>
  <li>
    <h5 id="cite-eljoker-cite-says-1"><cite> ELJOKER </cite> Says:</h5>

    <p>@05 @07 read it correct</p>

    <p>NOTE: For those who had an existing account at PiN will need to sign
up again, as the previous older userDb was not restored.</p>

    <p>so all have to signup again with new accounts</p>
  </li>
  <li>
    <h5 id="cite-w00t-cite-says"><cite> w00t </cite> Says:</h5>

    <p>Niiiiice, to see this one back
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-dan-cite-says"><cite> dan </cite> Says:</h5>

    <p>Chalk me up as an idiot that can’t get to the login screen. I see it
flash briefly when I load the page in IE or Firefox and I can see
the code when I view the page source. But I can’t find the darn link
in the donkey picture at all. Too bad for me I guess. : )</p>
  </li>
  <li>
    <h5 id="cite-d0nk3yballs-cite-says-1"><cite> D0NK3YBALLS </cite> Says:</h5>

    <p>to DAN - Make sure noscript and adblock are disabled if you have
them and try to clear cache.</p>
  </li>
  <li>
    <h5 id="cite-zzz-cite-says"><cite> zzz </cite> Says:</h5>

    <p>Dan</p>

    <p>remember the game you used to play at kids’ birthday parties? - try
it</p>
  </li>
  <li>
    <h5 id="cite-file1854-cite-says"><cite> file1854 </cite> Says:</h5>

    <p>@DAN Click on the PIN logo at the top, and then drag and drop the
tail on his ass <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-username-cite-says"><cite> Username </cite> Says:</h5>

    <p>If you can’t get the tail thing to work (like me), just go to view
&gt; page style &gt; no style in Firefox to see the login screen.</p>
  </li>
  <li>
    <h5 id="cite-durden-cite-says"><cite> Durden </cite> Says:</h5>

    <p>Thanks USERNAME - it’s working for me now!</p>
  </li>
  <li>
    <h5 id="cite-nice-site-cite-says"><cite> nice site </cite> Says:</h5>

    <p>never been to it before, but i am glad i read this. thanks!</p>
  </li>
  <li>
    <h5 id="cite-jame-son-cite-says"><cite> jame son </cite> Says:</h5>

    <p>looks lame</p>
  </li>
  <li>
    <h5 id="cite-manicmac-cite-says"><cite> manicmac </cite> Says:</h5>

    <p>Had no problems at all… just click the pin… a tail pops up… drag it
to the x on the donkey’s ass and your in.<br />
 No need to disable noscript… just allow packmein.<br />
 Not a lot of torrents as of yet… but looks promising. I did not
belong to it before they went down so I have nothing to compare to.</p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says"><cite> alex </cite> Says:</h5>

    <p>@manicmac<br />
 lol are you cap. obv.?<br />
 there were added 50 packs for one day, that’s a lot , especially
it’s first day of its second life</p>
  </li>
  <li>
    <h5 id="cite-no-doubt-cite-says"><cite> No doubt </cite> Says:</h5>

    <p>This is a GREAT site. I can’t believe how much content they have
provided in such a short amount of time, and the community is GREAT!
The other members seem so nice and helpful! Hell, the community
ALONE is bringing back over and over to read what’s new.</p>

    <p>Thanks for this article and sharing this site! Looks as if there is
a cap of 5000 members before they lock the place up to invites only.
Glad I joined up when I did!!!</p>
  </li>
  <li>
    <h5 id="cite-manicmac-cite-says-1"><cite> manicmac </cite> Says:</h5>

    <p>@ alex…lol are you cap. obv.?</p>

    <p>Say what?<br />
 Didn’t realize that that was added in one day..! Impressive.</p>
  </li>
  <li>
    <h5 id="cite-nyfnxftnxftnxf-cite-says"><cite> nyfnxftnxftnxf </cite> Says:</h5>

    <p><a href="http://www.torrentinvites.org/" rel="nofollow">http://www.torrentinvites.org</a><br />
 here you have free invites for private trackers and also you can
buy/trade invites <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-sil3nt-cite-says"><cite> SIL3NT </cite> Says:</h5>

    <p>@nyfnxftnxftnxf,<br />
 ya if they don’t nit pick every little thing and delete your
account. The staff there just complain about everything.</p>
  </li>
  <li>
    <h5 id="cite-mugara-cite-says"><cite> #mugara </cite> Says:</h5>

    <p>this tracker is awful, not only they just had been down for few
weeks, but they also just deleted my acc for no reasons<br />
 very lame, not mentioning of active torrents and seeders</p>
  </li>
  <li>
    <h5 id="cite-jasoos-cite-says"><cite> jasoos </cite> Says:</h5>

    <p>i failed</p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[SCC Invites Now Available For 48 Hours Only]]></title>
    <link href="http://filesharefreak.com/2010/10/20/scc-invites-now-available-for-48-hours-only/"/>
    <updated>2010-10-20T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/20/scc-invites-now-available-for-48-hours-only</id>
    <content type="html"><![CDATA[<p><img src="http://filesharefreak.com/images3/scc_betaicon.gif" alt="" />Thought we’d fill you in on a monumental
newsflash - just in case you haven’t heard, <strong>SCC</strong> has just now granted
free invites to all members (everyone should have received between 1 to
3 invites). The catch is this: they must be used up within 48 hours.</p>

<font color="red">Update:</font>

<p>October, 22nd 20:11:54 - 7 hours ago. Due to unforeseen downtime, the
48 hours has now been extended until October 24th ~14:00 GMT.</p>

<!--more-->

<p><strong><em>From System at 2010-10-20 17:09:51 (1 hour ago) GMT</em></strong></p>

<blockquote>
  <p>Dear members,</p>

  <p> </p>

  <p>We are giving away bonus invites to celebrate our birthday, everyone
should have gotten at least one invitation to send to a special
friend. These invites are available only for a limited time, 48 hours
is all you will have to invite your friend, so please choose your
invitee wisely. Click here &lt;link removed&gt; to go to the bonus
invite page.</p>

  <p> </p>

  <p>We would also like to remind everyone that double (2X) upload credits
on donations is on! That means, that you will receive double the
amount of upload credits (20GB instead of 10, 60GB instead of 30, etc)
on every donation you make.<br />
 This opportunity will only be available until the end of the month,
so take advantage of this birthday special while you can.</p>

  <p> </p>

  <p>Do not forget, we are also running a few competitions you might want
to participate in, we have some great prizes available up for grabs.
Please check the latest news post for more details.</p>

  <p> </p>

  <p>Happy birthday everyone!</p>

  <p> </p>

  <p>//Staff</p>
</blockquote>

<p><a href="http://filesharefreak.com/images4/scc_invites.jpg" target="_blank"><img src="http://filesharefreak.com/images4/scc_invites-small.jpg" alt="" /></a></p>

<p>Never before in the history of SCC has there been a better opportunity
(or easier one) to find an invitation to this great scene tracker - so
check your favorite torrent forum for <strong><em>SCC Giveaway</em></strong> threads. As of
time of publishing this, you have approximately 46 hours remaining.</p>

<p><img src="http://filesharefreak.com/images4/scc_invites2.jpg" alt="" /></p>

<p><strong>SCC Torrent Stats:</strong></p>

<ul>
  <li>Total Torrents: <strong>73,170</strong></li>
  <li>Regular torrents: 22,950</li>
  <li>
    <p>MP3/0Day Torrents: 48,030
<font color="green">[Freeleech]</font></p>
  </li>
  <li>Archive Torrents: 2,190
<font color="green">[Freeleech]</font></li>
</ul>

<h3 id="fsf-news">FSF News:</h3>

<p><strong>Good news, bad news</strong> –I’m having surgery tomorrow for my back (it’s a
pilonidal cyst being removed, in case anyone wants to know the gory
details). It entitles me to 3 weeks off work (or more, depending on what
needs to be done) so I may be able to tackle some of those tougher
articles in my queue <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> .
Then again, I may not be able to write anything for a few days… only the
future knows for sure! Oh, and Saturday is FSF’s third birthday! Have a
beer or two for FSF, gawd knows I won’t be able.</p>

<p>—Best regards, Sharky</p>

<ol>
  <li>
    <h5 id="cite-jack-frost-cite-says"><cite> Jack Frost </cite> Says:</h5>

    <p>If you’re trying to stop invite trading/giveaways, it’s in your best
interest not to encourage it.</p>
  </li>
  <li>
    <h5 id="cite-getskins-cite-says"><cite> GeT_Skins </cite> Says:</h5>

    <p>Guys share Invite to SCC will present all that is needed, will not
fail! + Good Inet channel, and is registered in many private
trackers (my e-mail:
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#107;&#111;&#115;&#115;&#109;&#111;&#115;&#049;&#052;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#107;&#111;&#115;&#115;&#109;&#111;&#115;&#049;&#052;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a> )</p>
  </li>
  <li>
    <h5 id="cite-mbb-cite-says"><cite> Mbb </cite> Says:</h5>

    <p>If you have an invite for me please sent to</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#098;&#098;&#115;&#112;&#097;&#109;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#109;&#098;&#098;&#115;&#112;&#097;&#109;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>Thanks <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-john-mace-cite-says"><cite> John Mace </cite> Says:</h5>

    <p>Could a really nice person send an invite to
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#097;&#109;&#112;&#101;&#114;&#105;&#115;&#116;&#105;&#099;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#097;&#109;&#112;&#101;&#114;&#105;&#115;&#116;&#105;&#099;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 Thanks a lot</p>
  </li>
  <li>
    <h5 id="cite-john-cite-says"><cite> john </cite> Says:</h5>

    <p>thanks a lot man.</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#111;&#110;&#116;&#097;&#099;&#116;&#046;&#101;&#108;&#118;&#105;&#115;&#104;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#111;&#110;&#116;&#097;&#099;&#116;&#046;&#101;&#108;&#118;&#105;&#115;&#104;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-khnnoufa-cite-says"><cite> khnnoufa </cite> Says:</h5>

    <p>an invite for me please
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#107;&#104;&#110;&#110;&#111;&#117;&#102;&#097;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#107;&#104;&#110;&#110;&#111;&#117;&#102;&#097;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-bodc9-cite-says"><cite> bodc9 </cite> Says:</h5>

    <p>Please send invite to <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#111;&#100;&#099;&#057;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#098;&#111;&#100;&#099;&#057;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a> .I
can trade for porn accounts</p>
  </li>
  <li>
    <h5 id="cite-rolff-cite-says"><cite> ROLFF </cite> Says:</h5>

    <p>invite for me please sent to:
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#097;&#114;&#049;&#110;&#046;&#115;&#108;&#114;&#098;&#103;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#109;&#097;&#114;&#049;&#110;&#046;&#115;&#108;&#114;&#098;&#103;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-rolff-cite-says-1"><cite> ROLFF </cite> Says:</h5>

    <p>Ok send - thanks a lot man.</p>
  </li>
  <li>
    <h5 id="cite-lulz-cite-says"><cite> Lulz </cite> Says:</h5>

    <p>please send me a invitate to
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#110;&#107;&#046;&#118;&#115;&#046;&#099;&#097;&#112;&#099;&#111;&#109;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#115;&#110;&#107;&#046;&#118;&#115;&#046;&#099;&#097;&#112;&#099;&#111;&#109;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 thanks!</p>
  </li>
  <li>
    <h5 id="cite-will-cite-says"><cite> Will </cite> Says:</h5>

    <p>please send me a invitate to
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#117;&#107;&#104;&#101;&#108;&#108;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#100;&#117;&#107;&#104;&#101;&#108;&#108;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 thanks!</p>
  </li>
  <li>
    <h5 id="cite-deejayd-cite-says"><cite> DeeJayD </cite> Says:</h5>

    <p>Hello, can enyone send invite to me. I really need it… please be
apriciated…</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#068;&#097;&#114;&#107;&#111;&#046;&#115;&#097;&#108;&#111;&#098;&#105;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#068;&#097;&#114;&#107;&#111;&#046;&#115;&#097;&#108;&#111;&#098;&#105;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-serrebi-cite-says"><cite> serrebi </cite> Says:</h5>

    <p>Can someone send me an invite?
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#101;&#114;&#114;&#101;&#098;&#105;&#049;&#048;&#049;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#115;&#101;&#114;&#114;&#101;&#098;&#105;&#049;&#048;&#049;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a> thx</p>
  </li>
  <li>
    <h5 id="cite-no-inivtes-for-you-cite-says"><cite> NO INIVTES FOR YOU </cite> Says:</h5>

    <p>Listen all you invite beggers, I’ll invite you all… the day pigs
fly!</p>

    <p>Are you so stupid to ask for invites on a public forum. I’m sure the
SCC admins are now banning your email addresses. Real smart.</p>
  </li>
  <li>
    <h5 id="cite-john-john-cite-says"><cite> John John </cite> Says:</h5>

    <p>Okay, everyone will get one invite from me!</p>
  </li>
  <li>
    <h5 id="cite-edin-cite-says"><cite> edin </cite> Says:</h5>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#101;&#100;&#105;&#110;&#098;&#117;&#114;&#103;&#104;&#101;&#105;&#114;&#101;&#064;&#103;&#111;&#111;&#103;&#108;&#101;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#101;&#100;&#105;&#110;&#098;&#117;&#114;&#103;&#104;&#101;&#105;&#114;&#101;&#064;&#103;&#111;&#111;&#103;&#108;&#101;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a>
please..</p>
  </li>
  <li>
    <h5 id="cite-andrew-johnson-cite-says"><cite> andrew johnson </cite> Says:</h5>

    <p>can i get one : <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#103;&#114;&#105;&#109;&#101;&#100;&#064;&#108;&#105;&#118;&#101;&#046;&#099;&#111;&#109;">&#103;&#114;&#105;&#109;&#101;&#100;&#064;&#108;&#105;&#118;&#101;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-us-cite-says"><cite> us </cite> Says:</h5>

    <p>someone invite me please
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#111;&#109;&#101;&#110;&#097;&#098;&#099;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#111;&#109;&#101;&#110;&#097;&#098;&#099;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-me0w-cite-says"><cite> me0w </cite> Says:</h5>

    <p>Ok folks, if you have screenies of another private tracker, talk to
us @: irc:irc.efnet.org:6667<br />
 and join or /j #spastixxx<br />
 ………won’t last long.</p>
  </li>
  <li>
    <h5 id="cite-seeder-cite-says"><cite> Seeder </cite> Says:</h5>

    <p>Please….. <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#106;&#097;&#114;&#105;&#046;&#109;&#097;&#101;&#109;&#112;&#097;&#097;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#106;&#097;&#114;&#105;&#046;&#109;&#097;&#101;&#109;&#112;&#097;&#097;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-lipsos-cite-says"><cite> lipsos </cite> Says:</h5>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#097;&#107;&#116;&#105;&#118;&#101;&#105;&#099;&#105;&#110;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#097;&#107;&#116;&#105;&#118;&#101;&#105;&#099;&#105;&#110;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a> please</p>
  </li>
  <li>
    <h5 id="cite-jazzu-cite-says"><cite> Jazzu </cite> Says:</h5>

    <p>Could someone send an invite please
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#106;&#097;&#099;&#107;&#097;&#108;&#056;&#049;&#110;&#111;&#049;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#106;&#097;&#099;&#107;&#097;&#108;&#056;&#049;&#110;&#111;&#049;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-3dfx-cite-says"><cite> 3dfx </cite> Says:</h5>

    <p>That would be F___in Awesome.. Thanks in advanced</p>
  </li>
  <li>
    <h5 id="cite-mahain-cite-says"><cite> mahain </cite> Says:</h5>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#102;&#057;&#048;&#048;&#048;&#064;&#108;&#105;&#118;&#101;&#046;&#099;&#111;&#109;">&#109;&#102;&#057;&#048;&#048;&#048;&#064;&#108;&#105;&#118;&#101;&#046;&#099;&#111;&#109;</a> i need a invitation , can
anyone give me one plz ??</p>
  </li>
  <li>
    <h5 id="cite-paradox-cite-says"><cite> paradox </cite> Says:</h5>

    <p>Can any reader here who is on SCC pls send me an invite.I promise
not to spoil ur invite tree<br />
 onkar[dot]11@gmail[dot]com</p>
  </li>
  <li>
    <h5 id="cite-komsho-cite-says"><cite> komsho </cite> Says:</h5>

    <p>Please invite me <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#117;&#108;&#121;&#121;&#121;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#117;&#108;&#121;&#121;&#121;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-snail-cite-says"><cite> snail </cite> Says:</h5>

    <p>lmfao you beggars are fukin pathetic</p>
  </li>
  <li>
    <h5 id="cite-shurkistan-cite-says"><cite> ShurkistaN </cite> Says:</h5>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#104;&#117;&#114;&#107;&#105;&#115;&#116;&#097;&#110;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#115;&#104;&#117;&#114;&#107;&#105;&#115;&#116;&#097;&#110;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-topdalla-cite-says"><cite> TopDalla </cite> Says:</h5>

    <p>Does anyone posting here actually think they will get an invite?
Users only have 1-3 invites and people think they are going to waste
them on some Romanian beggars who posted their email publicly?<br />
 In all honesty if any of you actually do get an invite, I’m pretty
sure SCC staff will ban both you and the retard who invited you.</p>
  </li>
  <li>
    <h5 id="cite-pimpernel-cite-says"><cite> pimpernel </cite> Says:</h5>

    <p>would love an invite if someone could spare one…. Have good ratios
on others and good upload download speeds</p>
  </li>
  <li>
    <h5 id="cite-skytrance-cite-says"><cite> Skytrance </cite> Says:</h5>

    <p>send me invite to
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#068;&#105;&#115;&#097;&#115;&#116;&#101;&#114;&#116;&#114;&#097;&#110;&#099;&#101;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#068;&#105;&#115;&#097;&#115;&#116;&#101;&#114;&#116;&#114;&#097;&#110;&#099;&#101;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a> , thx</p>
  </li>
  <li>
    <h5 id="cite-jon-cite-says"><cite> Jon </cite> Says:</h5>

    <p>howdi, if anyone has one:</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#106;&#111;&#110;&#116;&#111;&#114;&#114;&#101;&#110;&#116;&#115;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#106;&#111;&#110;&#116;&#111;&#114;&#114;&#101;&#110;&#116;&#115;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-the-prez-cite-says"><cite> The Prez </cite> Says:</h5>

    <p>Seeking hookup- <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#111;&#098;&#097;&#109;&#097;&#064;&#119;&#104;&#105;&#116;&#101;&#104;&#111;&#117;&#115;&#101;&#046;&#103;&#111;&#118;">&#111;&#098;&#097;&#109;&#097;&#064;&#119;&#104;&#105;&#116;&#101;&#104;&#111;&#117;&#115;&#101;&#046;&#103;&#111;&#118;</a></p>

    <p>I can totally wipe your record clean.</p>
  </li>
  <li>
    <h5 id="cite-robot-cite-says"><cite> Robot </cite> Says:</h5>

    <p>i would love one -
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#099;&#111;&#116;&#116;&#115;&#099;&#111;&#116;&#116;&#114;&#111;&#098;&#111;&#116;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#115;&#099;&#111;&#116;&#116;&#115;&#099;&#111;&#116;&#116;&#114;&#111;&#098;&#111;&#116;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-demoman-cite-says"><cite> DemoMan </cite> Says:</h5>

    <p>Please send me a invite to
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#109;&#111;&#110;&#101;&#110;&#116;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#100;&#101;&#109;&#111;&#110;&#101;&#110;&#116;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-sillytao-cite-says"><cite> sillyTAO </cite> Says:</h5>

    <p>if you have an SCC invite i would greatly appreciate it. Thanks i
advance - <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#102;&#114;&#111;&#109;&#109;&#101;&#050;&#119;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#102;&#114;&#111;&#109;&#109;&#101;&#050;&#119;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-kevin-cite-says"><cite> kevin </cite> Says:</h5>

    <p>i would like one as well, thanks</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#122;&#122;&#100;&#115;&#117;&#114;&#102;&#101;&#114;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#098;&#122;&#122;&#100;&#115;&#117;&#114;&#102;&#101;&#114;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-sencastia-cite-says"><cite> sencastia </cite> Says:</h5>

    <p>Anyone who still has an invite to spare, I would appreciate one.
Thank you in advance.</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#101;&#110;&#099;&#097;&#115;&#116;&#105;&#097;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#115;&#101;&#110;&#099;&#097;&#115;&#116;&#105;&#097;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-sandman-cite-says"><cite> sandman </cite> Says:</h5>

    <p>if someone would be kind enough to send an invite my way it would be
greatly appreciated.<br />
 i will not beg for an invite…just hoping to find a nice person with
a heart.</p>

    <p>I love torrents ( movies/tv shows,series and mp3’s )<br />
 I have a great internet connection and have no problem with
uploading 30 to 40 gigs per month.</p>

    <p>That’s about it</p>

    <p>Sandman</p>
  </li>
  <li>
    <h5 id="cite-bizo-cite-says"><cite> bizo </cite> Says:</h5>

    <p>Please invite me<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#105;&#122;&#111;&#048;&#049;&#050;&#050;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#098;&#105;&#122;&#111;&#048;&#049;&#050;&#050;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 tnx</p>
  </li>
  <li>
    <h5 id="cite-justin-cite-says"><cite> JUSTIN </cite> Says:</h5>

    <p>Pretty please.
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#106;&#117;&#115;&#116;&#105;&#110;&#046;&#099;&#046;&#115;&#111;&#119;&#100;&#101;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#106;&#117;&#115;&#116;&#105;&#110;&#046;&#099;&#046;&#115;&#111;&#119;&#100;&#101;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-schmit-cite-says"><cite> Schmit </cite> Says:</h5>

    <p>Will someone invite me to SCC, i’ll appreciate it much~~ Promise
i’ll keep a good ratio.</p>
  </li>
  <li>
    <h5 id="cite-schmit-cite-says-1"><cite> Schmit </cite> Says:</h5>

    <p>My e-mail: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#104;&#101;&#115;&#104;&#105;&#114;&#121;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#104;&#101;&#115;&#104;&#105;&#114;&#121;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-robert-paulson-cite-says"><cite> Robert Paulson </cite> Says:</h5>

    <p>I had a pilonidal cyst removed as well, in my late teens, very nasty
thing.</p>

    <p>The procedure is no big deal (at least in my case) and I was out of
the hospital the very same day, although I remained groggy
throughout the night. You have to take very good care of yourself
afterward, because those things can recur easily, and if a second
extraction is required the sealing of the wound might result is some
slight deformation of your buttocks. Shave and wash often, and best
of luck.</p>
  </li>
  <li>
    <h5 id="cite-brian-fiedls-cite-says"><cite> Brian Fiedls </cite> Says:</h5>

    <p>Please send me an INVITE if u have one to spare PLEASE……………….</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#114;&#105;&#097;&#110;&#046;&#102;&#105;&#101;&#108;&#100;&#115;&#055;&#054;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#098;&#114;&#105;&#097;&#110;&#046;&#102;&#105;&#101;&#108;&#100;&#115;&#055;&#054;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>THANKS ALOT!!!!!!!!!!!!!</p>
  </li>
  <li>
    <h5 id="cite-jason-cite-says"><cite> jason </cite> Says:</h5>

    <p>Stop asking for invites,<br />
 no one is gonna invite you!</p>
  </li>
  <li>
    <h5 id="cite-ais-cite-says"><cite> ais </cite> Says:</h5>

    <p>Please send me a invite to
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#097;&#105;&#115;&#101;&#110;&#103;&#105;&#110;&#101;&#101;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#097;&#105;&#115;&#101;&#110;&#103;&#105;&#110;&#101;&#101;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-akash-cite-says"><cite> akash </cite> Says:</h5>

    <p>Hello please send me one invite to my mail id plz… id :
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#107;&#105;&#110;&#103;&#101;&#097;&#103;&#108;&#101;&#050;&#048;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#105;&#110;">&#107;&#105;&#110;&#103;&#101;&#097;&#103;&#108;&#101;&#050;&#048;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#105;&#110;</a></p>
  </li>
  <li>
    <h5 id="cite-twinnaz-cite-says"><cite> twinnaz </cite> Says:</h5>

    <p>can i get an invite please
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#108;&#097;&#099;&#107;&#095;&#116;&#119;&#105;&#115;&#116;&#097;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#098;&#108;&#097;&#099;&#107;&#095;&#116;&#119;&#105;&#115;&#116;&#097;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says"><cite> anon </cite> Says:</h5>

    <p>This site will be gone shortly anyways, Someone on the scene got
‘invited’ today, and is not waging an all out war (with IP address
to match). Basically their source could very soon be cut off,
effectively taking down the site.</p>

    <p>For more info just look up this</p>

    <p>SCENEACCESS ORG P2PTORRENT-SCENENOTICE</p>
  </li>
  <li>
    <h5 id="cite-sinnerman-cite-says"><cite> Sinnerman </cite> Says:</h5>

    <p>Hi, can I have one invite too please?
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#104;&#097;&#103;&#111;&#109;&#120;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#104;&#097;&#103;&#111;&#109;&#120;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a>.</p>

    <p>Thanks in advance</p>
  </li>
  <li>
    <h5 id="cite-phil-cite-says"><cite> Phil </cite> Says:</h5>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#102;&#101;&#110;&#052;&#049;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#102;&#101;&#110;&#052;&#049;&#107;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 Please <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-coi8x-cite-says"><cite> coi8x </cite> Says:</h5>

    <p>please send to me a invite
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
 my email: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#111;&#105;&#049;&#057;&#056;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#111;&#105;&#049;&#057;&#056;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 Thank you very much!</p>
  </li>
  <li>
    <h5 id="cite-goddess-cite-says"><cite> Goddess </cite> Says:</h5>

    <p>Would highly appreciate an invite!… my email :
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#105;&#114;&#097;&#109;&#097;&#118;&#105;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#105;&#114;&#097;&#109;&#097;&#118;&#105;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 Thanks a million <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-planetbox-cite-says"><cite> planetbox </cite> Says:</h5>

    <p>Can someone invite me PLZ</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#112;&#108;&#097;&#110;&#101;&#116;&#098;&#111;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#112;&#108;&#097;&#110;&#101;&#116;&#098;&#111;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>Thanks</p>
  </li>
  <li>
    <h5 id="cite-gilrgr-cite-says"><cite> gilrgr </cite> Says:</h5>

    <p>I’d like an invite too… plz…<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#103;&#105;&#108;&#114;&#103;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#103;&#105;&#108;&#114;&#103;&#114;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-mightypie-cite-says"><cite> mightypie </cite> Says:</h5>

    <p>I’d love and invite -
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#105;&#103;&#104;&#116;&#121;&#112;&#105;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#109;&#105;&#103;&#104;&#116;&#121;&#112;&#105;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>thanks</p>
  </li>
  <li>
    <h5 id="cite-tonychopper027-cite-says"><cite> tonychopper027 </cite> Says:</h5>

    <p>I’d like an invite too
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#116;&#111;&#110;&#121;&#099;&#104;&#111;&#112;&#112;&#101;&#114;&#048;&#050;&#055;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#116;&#111;&#110;&#121;&#099;&#104;&#111;&#112;&#112;&#101;&#114;&#048;&#050;&#055;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-adminssccom-cite-says"><cite> Admin@ssc.com </cite> Says:</h5>

    <p>I need an invite too: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#065;&#100;&#109;&#105;&#110;&#064;&#083;&#083;&#067;&#046;&#099;&#111;&#109;">&#065;&#100;&#109;&#105;&#110;&#064;&#083;&#083;&#067;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-1"><cite> Anon </cite> Says:</h5>

    <p>I hope the SCC staff will send fake invites to all these addresses,
so they could ban the IP addresses of these pathetic beggars.</p>
  </li>
  <li>
    <h5 id="cite-pruteanu-cite-says"><cite> pruteanu </cite> Says:</h5>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#097;&#100;&#109;&#105;&#110;&#064;&#102;&#098;&#105;&#046;&#103;&#111;&#118;">&#097;&#100;&#109;&#105;&#110;&#064;&#102;&#098;&#105;&#046;&#103;&#111;&#118;</a></p>
  </li>
  <li>
    <h5 id="cite-lol-cite-says"><cite> LOL </cite> Says:</h5>

    <p>@Anon</p>

    <p>LOL</p>
  </li>
  <li>
    <h5 id="cite-mytsoutsou-cite-says"><cite> mytsoutsou </cite> Says:</h5>

    <p>my email is <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#121;&#116;&#115;&#111;&#117;&#116;&#115;&#111;&#117;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#109;&#121;&#116;&#115;&#111;&#117;&#116;&#115;&#111;&#117;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a> and
I would be obliged if I got an invite</p>
  </li>
  <li>
    <h5 id="cite-summoner1-cite-says"><cite> summoner1 </cite> Says:</h5>

    <p>Hi</p>

    <p>I cant login the sceneaccess. My browser can’t connect to the site 2
days ago from Hungary.</p>
  </li>
  <li>
    <h5 id="cite-spam-cite-says"><cite> SPAM! </cite> Says:</h5>

    <p>Thanks everyone for posting your email address, now remember you
wont receive your invites but you surely will receive SPAM!</p>
  </li>
  <li>
    <h5 id="cite-manish-jha-cite-says"><cite> manish jha </cite> Says:</h5>

    <p>please share an invite–
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#097;&#110;&#105;&#115;&#104;&#106;&#104;&#097;&#049;&#056;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#109;&#097;&#110;&#105;&#115;&#104;&#106;&#104;&#097;&#049;&#056;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a><br />
 please</p>

    <p>and yes best of luck for surgery..the surgery you are having is not
a big thing. you would recover in 2 days….</p>
  </li>
  <li>
    <h5 id="cite-manish-jha-cite-says-1"><cite> manish jha </cite> Says:</h5>

    <p>but it does hurt.. ha ha while walking…</p>
  </li>
  <li>
    <h5 id="cite-giggleflap-cite-says"><cite> Giggleflap </cite> Says:</h5>

    <p>Ugh Someone is DDos’ing SCC…</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says"><cite> Anonymous </cite> Says:</h5>

    <p>I’m curious - how many of you morons that posted your email
addresses actually got an invite?</p>

    <p>… anyone?</p>
  </li>
  <li>
    <h5 id="cite-spam-cite-says-1"><cite> SPAM! </cite> Says:</h5>

    <p>LOL non of these morons are going to recieve their invites, just
SPAM! form the SPAMMER!!!</p>

    <p>Muhahahahhahhahahaha!</p>
  </li>
  <li>
    <h5 id="cite-reliableboss-cite-says"><cite> reliableboss </cite> Says:</h5>

    <p>an invite will be most welcom</p>
  </li>
  <li>
    <h5 id="cite-reliableboss-cite-says-1"><cite> reliableboss </cite> Says:</h5>

    <p>an invite will be most welcome</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#114;&#101;&#108;&#105;&#097;&#098;&#108;&#101;&#098;&#111;&#115;&#115;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#114;&#101;&#108;&#105;&#097;&#098;&#108;&#101;&#098;&#111;&#115;&#115;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-hi-cite-says"><cite> hi </cite> Says:</h5>

    <p>will trade an invite for my hdbits.org account, email to
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#101;&#115;&#116;&#118;&#097;&#108;&#117;&#101;&#100;&#111;&#116;&#099;&#111;&#109;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#098;&#101;&#115;&#116;&#118;&#097;&#108;&#117;&#101;&#100;&#111;&#116;&#099;&#111;&#109;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a> pls</p>

    <p>thks!</p>
  </li>
  <li>
    <h5 id="cite-jonh-cite-says"><cite> jonh </cite> Says:</h5>

    <p>Is sceneacess down?</p>
  </li>
  <li>
    <h5 id="cite-cenas-cite-says"><cite> Cenas </cite> Says:</h5>

    <p>Can someone send me an invite…<br />
 - <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#102;&#111;&#114;&#109;&#049;&#054;&#064;&#115;&#097;&#112;&#111;&#046;&#112;&#116;">&#102;&#111;&#114;&#109;&#049;&#054;&#064;&#115;&#097;&#112;&#111;&#046;&#112;&#116;</a></p>

    <p>Thanks.</p>
  </li>
  <li>
    <h5 id="cite-amodiox-cite-says"><cite> Amodiox </cite> Says:</h5>

    <p>I’d love and invite <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#097;&#109;&#111;&#100;&#105;&#111;&#120;&#064;&#103;&#109;&#120;&#046;&#101;&#115;">&#097;&#109;&#111;&#100;&#105;&#111;&#120;&#064;&#103;&#109;&#120;&#046;&#101;&#115;</a></p>
  </li>
  <li>
    <h5 id="cite-w00t-cite-says"><cite> w00t </cite> Says:</h5>

    <p>beggers! .. you guys are freking pathetic!</p>
  </li>
  <li>
    <h5 id="cite-songi-jang-cite-says"><cite> SongI-Jang </cite> Says:</h5>

    <p>invite me pleazzz~<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#106;&#106;&#106;&#105;&#056;&#052;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#106;&#106;&#106;&#105;&#056;&#052;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-peterjackobson-cite-says"><cite> Peter_Jackobson </cite> Says:</h5>

    <p>From Scene Notice “SCENEACCESS.ORG.P2PTORRENT-SCENENOTICE”:<br />
 BE SMART YOUR BEST SITE CAN BE A TORRENT SITE!!! PASS THIS IPS
FORWARD.<br />
 Just another tracker making dumps from scene using falow ips for
this shits<br />
 [www.sceneaccess.org] IP (88.80.20.26) &lt;- they use like master
for dumps (can be a site or just a dump)<br />
 [irc.sceneaccess.org] IP (85.17.136.82)</p>

    <p>pls all siteops check this ips… if u have this ips linked on
master/slaves or a user!<br />
 and help scene put this shit down</p>

    <p>your site will be down soon! fuck you chalisto (owner)</p>
  </li>
  <li>
    <h5 id="cite-taz-cite-says"><cite> Taz </cite> Says:</h5>

    <p>I’d love and invite too
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#116;&#104;&#101;&#095;&#116;&#097;&#122;&#109;&#097;&#110;&#105;&#097;&#099;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#116;&#104;&#101;&#095;&#116;&#097;&#122;&#109;&#097;&#110;&#105;&#097;&#099;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-metric-cite-says"><cite> metric </cite> Says:</h5>

    <p>I too would love to have an invite,
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#101;&#116;&#114;&#105;&#099;&#115;&#112;&#097;&#099;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#109;&#101;&#116;&#114;&#105;&#099;&#115;&#112;&#097;&#099;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-kristaaps-cite-says"><cite> kristaaps </cite> Says:</h5>

    <p>Hmm.. Id rather knew tracker adress… to join… and not to whine about
invite</p>

    <p>I guess this is them - hxxp://www.sceneaccess.org/ but cannot
connect(The connection has timed out) Does anyone know?</p>
  </li>
  <li>
    <h5 id="cite-nigger-cite-says"><cite> nigger </cite> Says:</h5>

    <p>Hello, Nigger here, I would love an Invite I will give you $50
thanks.</p>

    <p>Email address is
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#111;&#112;&#101;&#114;&#097;&#116;&#105;&#111;&#110;&#046;&#116;&#114;&#111;&#108;&#108;&#105;&#110;&#103;&#046;&#102;&#097;&#103;&#115;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#111;&#112;&#101;&#114;&#097;&#116;&#105;&#111;&#110;&#046;&#116;&#114;&#111;&#108;&#108;&#105;&#110;&#103;&#046;&#102;&#097;&#103;&#115;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>Thanks!</p>
  </li>
  <li>
    <h5 id="cite-cfresh-cite-says"><cite> Cfresh </cite> Says:</h5>

    <p>I too would love to have an invite,
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#102;&#114;&#101;&#115;&#104;&#052;&#117;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#099;&#102;&#114;&#101;&#115;&#104;&#052;&#117;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a> Thanks!</p>
  </li>
  <li>
    <h5 id="cite-wookie4000gxpyongyang-cite-says"><cite> WOOKIE4000GXPYONGYANG </cite> Says:</h5>

    <p>invite me please, I have cool username ^look^</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#107;&#121;&#117;&#117;&#106;&#105;&#109;&#111;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#107;&#121;&#117;&#117;&#106;&#105;&#109;&#111;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a> thanks</p>
  </li>
  <li>
    <h5 id="cite-xenoly-cite-says"><cite> XenoLy </cite> Says:</h5>

    <p>I Needed, Really…</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#120;&#101;&#110;&#111;&#108;&#121;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#120;&#101;&#110;&#111;&#108;&#121;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>Thanks.</p>
  </li>
  <li>
    <h5 id="cite-oje-cite-says"><cite> oje </cite> Says:</h5>

    <p>Could someone send an invite please</p>
  </li>
  <li>
    <h5 id="cite-q123-cite-says"><cite> q123 </cite> Says:</h5>

    <p>Could someone send an invite please
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#111;&#106;&#097;&#101;&#101;&#117;&#108;&#064;&#110;&#097;&#118;&#101;&#114;&#046;&#099;&#111;&#109;">&#111;&#106;&#097;&#101;&#101;&#117;&#108;&#064;&#110;&#097;&#118;&#101;&#114;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-frank-cite-says"><cite> frank </cite> Says:</h5>

    <p>Could someone send an invite please</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#104;&#111;&#115;&#116;&#104;&#111;&#115;&#116;&#064;&#105;&#110;&#046;&#099;&#111;&#109;">&#104;&#111;&#115;&#116;&#104;&#111;&#115;&#116;&#064;&#105;&#110;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-torrentfreak-cite-says"><cite> torrentfreak </cite> Says:</h5>

    <p>If someone has an extra invite<br />
 please email me<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#104;&#105;&#112;&#109;&#105;&#115;&#116;&#101;&#114;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#104;&#105;&#112;&#109;&#105;&#115;&#116;&#101;&#114;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>

    <p>keep on seeding.</p>
  </li>
  <li>
    <h5 id="cite-taint-cite-says"><cite> taint </cite> Says:</h5>

    <p>someone throw me an invite plz!</p>

    <p>themexicantaint[at]gmail[dot]com</p>
  </li>
  <li>
    <h5 id="cite-oci-cite-says"><cite> oci </cite> Says:</h5>

    <p>Can someone send me an invite…</p>
  </li>
  <li>
    <h5 id="cite-comix2191-cite-says"><cite> Comix2191 </cite> Says:</h5>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#104;&#097;&#106;&#100;&#101;&#117;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;">&#115;&#104;&#097;&#106;&#100;&#101;&#117;&#064;&#121;&#097;&#104;&#111;&#111;&#046;&#099;&#111;&#109;</a> plz trade some1 !</p>
  </li>
  <li>
    <h5 id="cite-technofan-cite-says"><cite> TechnoFAN </cite> Says:</h5>

    <p>SCC is down atm.</p>
  </li>
  <li>
    <h5 id="cite-planetbox-cite-says-1"><cite> planetbox </cite> Says:</h5>

    <p>need invite plz , don’t offer me to sell invite, if there is someone
who can give me it will be nice</p>

    <p>thanks</p>

    <p><a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#112;&#108;&#097;&#110;&#101;&#116;&#098;&#111;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#112;&#108;&#097;&#110;&#101;&#116;&#098;&#111;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-darknight670-cite-says"><cite> Darknight670 </cite> Says:</h5>

    <p>I loled at these posts. Too bad I’m at school I received an invite
but cannot register without my computer
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> ( hint hint; make
some friends you know ) oh and happy ban of your ip every body</p>
  </li>
  <li>
    <h5 id="cite-domos-cite-says"><cite> domos </cite> Says:</h5>

    <p>my friend invited me, amazing tracker guys
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /> i’m fckn happy now</p>
  </li>
  <li>
    <h5 id="cite-belko-cite-says"><cite> belko </cite> Says:</h5>

    <p>need only 1 invite pls thx all =]<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#101;&#108;&#105;&#104;&#111;&#098;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#101;&#108;&#105;&#104;&#111;&#098;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-marcus-cite-says"><cite> Marcus </cite> Says:</h5>

    <p>LOL @ the comments, jesus christ.</p>

    <p>Think i’ll just let the timer run out rather invite anyone of you
people haha.</p>
  </li>
</ol>

<p>100.#####  <cite> omfg </cite> Says: </p>

<pre><code>hell a lot of comments here, but here is a serious one  
[http://i.imgur.com/oFSLG.jpg](/i.imgur.com/oFSLG.html){:
rel="nofollow"}
[http://i.imgur.com/mDb05.jpg](/i.imgur.com/mDb05.html){:
rel="nofollow"}
[crimsdings@hushmail.com](mailto:crimsdings@hushmail.com)  
 -&amp;gt; 100mbit down/10mbit up (yes thats at home no seedbox)
</code></pre>

<p>101.#####  <cite> nicusor </cite> Says: </p>

<pre><code>hi…can somebody help me with an invite please…  
[server\_parole@yahoo.com](mailto:server_parole@yahoo.com)

thanks
</code></pre>

<p>102.#####  <cite> steve </cite> Says: </p>

<pre><code>would love to get an invite to this awesome tracker.  
 Thanks
</code></pre>

<p>103.#####  <cite> strelok </cite> Says: </p>

<pre><code>sup with scc?

it’s been offline for a while now…:S
</code></pre>

<p>104.#####  <cite> Marcus </cite> Says: </p>

<pre><code>All the free invites crashed the server and it’s dead for good now.
</code></pre>

<p>105.#####  <cite> JungleBoy </cite> Says: </p>

<pre><code>Terribly looking for this tracker for a very very long time , if
someone has a big heart and small penis , please send me an invite
ass well. on email\_ovais\[at\]yahoo.com although I know I will
never receive an invite .. any ways
</code></pre>

<p>106.#####  <cite> koflako </cite> Says: </p>

<pre><code>if someone has an invitation and wants to use it, send me an
invitation to koflako(at)gmail.com
</code></pre>

<p>107.#####  <cite> efaricy </cite> Says: </p>

<pre><code>Could someone send an invite please
</code></pre>

<p>108.#####  <cite> EFARICY </cite> Says: </p>

<pre><code>Disregard that, I suck socks.
</code></pre>

<p>109.#####  <cite> francescomt </cite> Says: </p>

<pre><code>goooooooooooooooooood mymail
[francesco0835@yahoo.it](mailto:francesco0835@yahoo.it)
</code></pre>

<p>110.#####  <cite> Bung </cite> Says: </p>

<pre><code>Would appreciate an invite greatly. Thanks to anyone who sends one:
[apex1500@gmail.com](mailto:apex1500@gmail.com)
</code></pre>

<p>111.#####  <cite> Marco77 </cite> Says: </p>

<pre><code>I will be delighted to get an invite. Thanks.  
[marcolin93@yahoo.com](mailto:marcolin93@yahoo.com)
</code></pre>

<p>112.#####  <cite> suspekt </cite> Says: </p>

<pre><code>Please if you have an invite , be kindly and send me one to:  
[suspektbv@gmail.com](mailto:suspektbv@gmail.com).  
 Thanks ![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>113.#####  <cite> me </cite> Says: </p>

<pre><code>SCC be down for a while
</code></pre>

<p>114.#####  <cite> Spirit </cite> Says: </p>

<pre><code>i would LOVE to have one  
[spirit8ball@gmail.com](mailto:spirit8ball@gmail.com)
</code></pre>

<p>115.#####  <cite> Spy </cite> Says: </p>

<pre><code>plz invite me
[spy\_midnight@hotmail.com](mailto:spy_midnight@hotmail.com)
</code></pre>

<p>116.#####  <cite> McArty </cite> Says: </p>

<pre><code>Good luck with that surgery, Sharky
![;)](/wp-includes/images/smilies/icon_wink.gif)
</code></pre>

<p>117.#####  <cite> dlqjatjr </cite> Says: </p>

<pre><code>my email is [dlqjatjr@gmail.com](mailto:dlqjatjr@gmail.com) and I
would be obliged if I got an invite
</code></pre>

<p>118.#####  <cite> paulo jorge </cite> Says: </p>

<pre><code>ADORA UM CONVITE

EMAIL :::..sabrosa.paulo8@hotmail.com
</code></pre>

<p>119.#####  <cite> valentino </cite> Says: </p>

<pre><code>if you have an SCC invite i would greatly appreciate my adress
[valitiganu78@yahoo.com](mailto:valitiganu78@yahoo.com) tanks
</code></pre>

<p>120.#####  <cite> Radu </cite> Says: </p>

<pre><code>An invite for me ![:)](/wp-includes/images/smilies/icon_smile.gif)  
[oprea.radu@yahoo.com](mailto:oprea.radu@yahoo.com)
</code></pre>

<p>121.#####  <cite> mederako </cite> Says: </p>

<pre><code>invite for me please sent to:
[mederako.2007@gmail.com](mailto:mederako.2007@gmail.com)
</code></pre>

<p>122.#####  <cite> pimpx </cite> Says: </p>

<pre><code>I would love if someone can give me an invite too.  
 Thank you very much.  
 My e-mail: [pimp\_x07@yahoo.com](mailto:pimp_x07@yahoo.com)
</code></pre>

<p>123.#####  <cite> cr7 </cite> Says: </p>

<pre><code>An invite for me please:
[deadzone.cr7@gmail.com](mailto:deadzone.cr7@gmail.com)
</code></pre>

<p>124.#####  <cite> V </cite> Says: </p>

<pre><code>Hey! Would like to trade/request an invite to SCC.

I’m a seeder with a seedbox and would definitely give back to the
community!

Email me at [vicissituded@gmail.com](mailto:vicissituded@gmail.com)
for more details on the trade!
</code></pre>

<p>125.#####  <cite> The Unforgiven One </cite> Says: </p>

<pre><code>Hey guys. I´d know if this chans´re to late of getting an invite. I
just saw this news 20/10 kl 21:44. Please if this chanse still out
there. Send an invite to this E-mail adrs.  
[Altr0n-the-gamer@hotmail.com](mailto:Altr0n-the-gamer@hotmail.com)
I really want one. I almost do anything of getting one, xD
</code></pre>

<p>126.#####  <cite> HEADshooter </cite> Says: </p>

<pre><code>Hello Everyone !!

i want a infite to SCC ..exchange for GFT..

[headshooter.deluxe@gmail.com](mailto:headshooter.deluxe@gmail.com)
</code></pre>

<p>127.#####  <cite> Rocky </cite> Says: </p>

<pre><code>Trading for great private trackers, email me for more information.

[rocky\_x94@hotmail.com](mailto:rocky_x94@hotmail.com)
</code></pre>

<p>128.#####  <cite> Mm </cite> Says: </p>

<pre><code>If anyone invites me I would be very very grateful
</code></pre>

<p>129.#####  <cite> Mm </cite> Says: </p>

<pre><code>If anyone invites me I would be very very grateful

[markovicmarko120@gmail.com](mailto:markovicmarko120@gmail.com)
</code></pre>

<p>130.#####  <cite> Darrel </cite> Says: </p>

<pre><code>Pretty sure they may all be taken, but if anyone is willing to
donate an invite, it is greatly appreciated!

[skubinna@gmail.com](mailto:skubinna@gmail.com)
</code></pre>

<p>131.#####  <cite> Marcus </cite> Says: </p>

<pre><code>Pretty sure every each one of you who has posted their email addy is
now probably perma banned from joining lol.
</code></pre>

<p>132.#####  <cite> q123we </cite> Says: </p>

<pre><code>INVITE ME PLEASE!!  
 q123we @ hotmail (dot) com
</code></pre>

<p>133.#####  <cite> beemania </cite> Says: </p>

<pre><code>invite for me please sent to:
[beemania@gmail.com](mailto:beemania@gmail.com)
</code></pre>

<p>134.#####  <cite> WaffeSS </cite> Says: </p>

<pre><code>Send for me too
[WaffeSS.Guilherme@gmail.com](mailto:WaffeSS.Guilherme@gmail.com)

Thanks in advance…
</code></pre>

<p>135.#####  <cite> d5r </cite> Says: </p>

<pre><code>[lubiep@gmail.com](mailto:lubiep@gmail.com) Please
![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>136.#####  <cite> AXZ </cite> Says: </p>

<pre><code>[qq23474@gmail.com](mailto:qq23474@gmail.com) pls
</code></pre>

<p>137.#####  <cite> hehehe </cite> Says: </p>

<pre><code>hehehe pls SPAM them
![:D](/wp-includes/images/smilies/icon_biggrin.gif)
</code></pre>

<p>138.#####  <cite> weeds </cite> Says: </p>

<pre><code>2 invites left…I’ll trade them with RevTT or TT

Interested mail me to:
[kalyan9002@gmail.com](mailto:kalyan9002@gmail.com)
</code></pre>

<p>139.#####  <cite> samlee860407 </cite> Says: </p>

<pre><code>anyone mind to sent 1 to me please?

can trade with TL, and some chinese HD tracker (TTG, HDC).

please inivte me at
[samlee860407@gmail.com](mailto:samlee860407@gmail.com) . thanks! :p
</code></pre>

<p>140.#####  <cite> cfresh4u </cite> Says: </p>

<pre><code>If anyone can spare invite please email
[cfresh4u@yahoo.com](mailto:cfresh4u@yahoo.com) Thank you!
</code></pre>

<p>141.#####  <cite> maros6666 </cite> Says: </p>

<pre><code>please send me at maros6666gmail.com. THANK YOU
</code></pre>

<p>142.#####  <cite> daysleepr </cite> Says: </p>

<pre><code>if anyone could send me an invite i would very thankful ;P

[daysleepr@gmail.com](mailto:daysleepr@gmail.com)

P.S.  
 i am only on one other private tracker and my ratio there is
currently 12.78 and counting…
</code></pre>

<p>143.#####  <cite> 17 Invites </cite> Says: </p>

<pre><code>Hey i got 17 invites left, if you want an invite post some ratio
proof with your email and i will send you an invite.
</code></pre>

<p>144.#####  <cite> Chilipep </cite> Says: </p>

<pre><code>Do they every have open signups or have an IRC invite channel? I’d
love to get an invite but I’m not about to post my email here.
</code></pre>

<p>145.#####  <cite> 17 Invites </cite> Says: </p>

<pre><code>Nope, well if your not going to provide ratio proof and post your
email then you can forget about it. Next Please!
</code></pre>

<p>146.#####  <cite> cooldfuzion </cite> Says: </p>

<pre><code>please give me an invitation

Proof:

[http://i.imgur.com/OJYWm.jpg](/i.imgur.com/OJYWm.html){:
rel="nofollow"}  
[cooldfuzion@gmail.com](mailto:cooldfuzion@gmail.com)
</code></pre>

<p>147.#####  <cite> 17 Invites </cite> Says: </p>

<pre><code>What, are you kidding me. The ratio on that profile is in RED, you
downloaded more than you uploaded any thing in red is bad and i
asked for a minimum of 1.0. If i give you an invite and you get
caught cheating i can get into trouble, I’m sorry. Next Please!
</code></pre>

<p>148.#####  <cite> cooldfuzion </cite> Says: </p>

<pre><code>Thanks for the confidence…
</code></pre>

<p>149.#####  <cite> donys </cite> Says: </p>

<pre><code>Mate can you send me one please

[http://i.imgur.com/kQ8cv.jpg](/i.imgur.com/kQ8cv.html){:
rel="nofollow"}  
[donegalsean@gmail.com](mailto:donegalsean@gmail.com)
</code></pre>

<p>150.#####  <cite> red </cite> Says: </p>

<pre><code>send me one please!!!!!  
 ratio  
[http://yfrog.com/f/5j24291378j/][1]{: rel="nofollow"}

[sphidy@gmail.com](mailto:sphidy@gmail.com)
</code></pre>

<p>151.#####  <cite> only 15 minutes to go </cite> Says: </p>

<pre><code>only 15 minutes to go  
[M8R-kvuxe1@spamherelots.com](mailto:M8R-kvuxe1@spamherelots.com)  
 anyone got a spare?
</code></pre>

<p>152.#####  <cite> SoZAku </cite> Says: </p>

<pre><code>Can anyone please send an invite to
[five\_seals@hotmail.com](mailto:five_seals@hotmail.com)

Thankyou!!!!!
</code></pre>

<p>153.#####  <cite> Exodus </cite> Says: </p>

<pre><code>Not sure if i am past the 48hours timeline

but send an invite to
[marcusexodus@gmail.com](mailto:marcusexodus@gmail.com)
</code></pre>

<p>154.#####  <cite> Phil.melton@gmail.com </cite> Says: </p>

<pre><code>[http://b.imagehost.org/0674/PROOFFINAL.jpg](/b.imagehost.org/0674/PROOFFINAL.html){:
rel="nofollow"}

heres my share ratio
</code></pre>

<p>155.#####  <cite> xavi </cite> Says: </p>

<pre><code>hi i need one if you have please sent it to
[kaiwalya.ps3@hotmail.com](mailto:kaiwalya.ps3@hotmail.com)
</code></pre>

<p>156.#####  <cite> Desprado </cite> Says: </p>

<pre><code>Send me an invite on
[Desbrado007@yahoo.com](mailto:Desbrado007@yahoo.com)
</code></pre>

<p>157.#####  <cite> alexdonwarez </cite> Says: </p>

<pre><code>i would love too have an invite for SCC
</code></pre>

<p>158.#####  <cite> alexdonwarez </cite> Says: </p>

<pre><code>i would love too have an invite for SCC
[calexdon@gmail.com](mailto:calexdon@gmail.com)
</code></pre>

<p>159.#####  <cite> zoubir </cite> Says: </p>

<pre><code>plz can you send invite to me plz
</code></pre>

<p>160.#####  <cite> GadgetREG </cite> Says: </p>

<pre><code>Please send me invite. greatly appreciated.
</code></pre>

<p>161.#####  <cite> Dani64 </cite> Says: </p>

<pre><code>Please send me invite =) plz plz plz

[dunirap@gmail.com](mailto:dunirap@gmail.com)

Thanks
</code></pre>

<p>162.#####  <cite> VoLoVo </cite> Says: </p>

<pre><code>I have 3 invites. If you want it, post 3 speed tests from different
locations and 3 untouched snapshots of your trackers with reasonable
ratios.
</code></pre>

<p>163.#####  <cite> richard waldner </cite> Says: </p>

<pre><code>send me a invite pls  
[richard1989waldner@gmail.com](mailto:richard1989waldner@gmail.com)
</code></pre>

<p>164.#####  <cite> Christophe T. </cite> Says: </p>

<pre><code>if you have to happen an invite - I d love to get one
![:)](/wp-includes/images/smilies/icon_smile.gif)
\{kristoth68@gmail.com}
</code></pre>

<p>165.#####  <cite> DEXT </cite> Says: </p>

<pre><code>send me an invite plz
[dexxxxxter@gmail.com](mailto:dexxxxxter@gmail.com)
</code></pre>

<p>166.#####  <cite> cusnir daniel </cite> Says: </p>

<pre><code>please send me a invitate to
[trabby101@gmail.com](mailto:trabby101@gmail.com)
</code></pre>

<p>167.#####  <cite> ert </cite> Says: </p>

<pre><code>if anyone can send me an invite i would really appreciate it at
[ericryantang@gmail.com](mailto:ericryantang@gmail.com) thanks!
</code></pre>

<p>168.#####  <cite> netmo </cite> Says: </p>

<pre><code>Trade gft invite for SCC. mail
[netmo00@gmail.com](mailto:netmo00@gmail.com)
</code></pre>

<p>169.#####  <cite> pershei </cite> Says: </p>

<pre><code>My email is [de\_rober@hotmail.com](mailto:de_rober@hotmail.com)
</code></pre>

<p>170.#####  <cite> alex987 </cite> Says: </p>

<pre><code>can you please send me one invite !  
 alex.steinmann AT hotmail.de
</code></pre>

<p>171.#####  <cite> saver </cite> Says: </p>

<pre><code>Can you please send an invite to
[saver.stone@gmail.com](mailto:saver.stone@gmail.com)
</code></pre>

<p>172.#####  <cite> Fredrik Jönsson </cite> Says: </p>

<pre><code>Would highly appreciate an invite!… my email :
[piraten@gmx.us](mailto:piraten@gmx.us)  
 Thanks a million
</code></pre>

<p>173.#####  <cite> Fredrik Jönsson </cite> Says: </p>

<pre><code>Would highly appreciate an invite!…

my email is “piraten@gmx.us” but dont send an invite there just
contact me with you email so i can send you the right email adress
for the invite to be send to

Thanks a million
</code></pre>

<p>174.#####  <cite> george </cite> Says: </p>

<pre><code>can you please send me an invite
[xbox00200@yahoo.com](mailto:xbox00200@yahoo.com)

Thanks,  
 George
</code></pre>

<p>175.#####  <cite> Lodarn </cite> Says: </p>

<pre><code>Hello! i would love if someone could send me an invite
[Lodarn91@gmail.com](mailto:Lodarn91@gmail.com)  
 Have good internet!
</code></pre>

<p>176.#####  <cite> Breeze </cite> Says: </p>

<pre><code>Any invites left?
[juggle2323@gmail.com](mailto:juggle2323@gmail.com) me love you long
time
</code></pre>

<p>177.#####  <cite> Ziken </cite> Says: </p>

<pre><code>this is a long shot but if there are an invites left, please send to
[mziken@gmail.com](mailto:mziken@gmail.com) , would really
appreciate it
</code></pre>

<p>178.#####  <cite> TheHashasin </cite> Says: </p>

<pre><code>Hi, I’m an ole school upper with TL and WhatCD have a very good
Ratio record I should have TL Invite soon for any kind person that
may have an Invite can you please email me or IRC IM me I can
provide screen shots with my Ratio
![;-)](/wp-includes/images/smilies/icon_wink.gif) IRC Network
#Quakenet Chan# cod4.cupfinder

Seed or die…
</code></pre>

<p>179.#####  <cite> eayarhzrdh </cite> Says: </p>

<pre><code>[http://www.torrentinvites.org][2]{: rel="nofollow"}
share/trade/buy/sell invites here
</code></pre>

<p>180.#####  <cite> somestrangeguy </cite> Says: </p>

<pre><code>Ok if you can’t get into SCC you might wanna try
[http://dragons-dungeon.com][3]{: rel="nofollow"} They are going
invite only soon!! To be honest they can’t beat SCC on SOME of there
pretimes but they are DAMN close. Really what do you have to lose
sign up and check them out. If you don’t like them then don’t return
but if you sign up you’ll will find they are very very close to SCC
ups and don’t have as much pressure as you’ll find at SCC. I
actually use this site to leech off of and use it as a supplier for
my site shhh pmsl. I seed then use the bonus points for my upload
credit can’t beat it lmao. Don’t hate on me please I am just trying
to help some people out that might be trying to supply there tracker
with torrents ![:P](/wp-includes/images/smilies/icon_razz.gif)
</code></pre>

<p>181.#####  <cite> Rodolfo Castrezana </cite> Says: </p>

<pre><code>Me!

[castrezana@gmail.com](mailto:castrezana@gmail.com)
</code></pre>

<p>182.#####  <cite> 24hgame </cite> Says: </p>

<pre><code>To me:  
[viethak84@gmail.com](mailto:viethak84@gmail.com)
</code></pre>

<p>183.#####  <cite> Farrow </cite> Says: </p>

<pre><code>Please send me invite.

Regards.
</code></pre>

<p>184.#####  <cite> Farrow </cite> Says: </p>

<pre><code>sorry my e-mail;

[gerenimo39@hotmail.com](mailto:gerenimo39@hotmail.com)

Please send me invite.

Regards.
</code></pre>

<p>185.#####  <cite> SuperTrucker </cite> Says: </p>

<pre><code>Could I get an Invite, Please? My email is…
[SuperTrucker1965@yahoo.ca](mailto:SuperTrucker1965@yahoo.ca) …
Thanks!
</code></pre>

<p>186.#####  <cite> chris </cite> Says: </p>

<pre><code>can i get invite my email is
[chrismurch@gmx.com](mailto:chrismurch@gmx.com) thanks
</code></pre>

<p>187.#####  <cite> Will </cite> Says: </p>

<pre><code>Would really appreciate an invite here. Potentially a life saver.
Thanks

[wcatuk@yahoo.co.uk](mailto:wcatuk@yahoo.co.uk)
</code></pre>

<p>188.#####  <cite> Strago </cite> Says: </p>

<pre><code>Would really love an invite for SCC, been trying for ages. Would
also Donate.
</code></pre>

<p>189.#####  <cite> tinyje </cite> Says: </p>

<pre><code>if it’s possible, an invite, plese.  
 thank you.
</code></pre>

<p>190.#####  <cite> ACiDFiRE </cite> Says: </p>

<pre><code>Please Send me an invite to
[ACiDFiREuk@gmail.com](mailto:ACiDFiREuk@gmail.com)

thank you
</code></pre>

<p>191.#####  <cite> Jack </cite> Says: </p>

<pre><code>Please send an invite to
[jackburrow@hotmail.co.uk](mailto:jackburrow@hotmail.co.uk)

THANKS ![:D](/wp-includes/images/smilies/icon_biggrin.gif)
</code></pre>

<p>192.#####  <cite> Khaled </cite> Says: </p>

<pre><code>Hello I need Invite Plz
![:)](/wp-includes/images/smilies/icon_smile.gif)

&amp;amp;

Thnqs
</code></pre>

<p>193.#####  <cite> samed </cite> Says: </p>

<pre><code>pls invite me  
[bithdtvaccount@hotmail.com](mailto:bithdtvaccount@hotmail.com)
</code></pre>

<p>194.#####  <cite> ahmed Prototype </cite> Says: </p>

<pre><code>iF You want Give ME invite So Give me or Delete your comment

ineed To login To This Site Please if u love your Mather give one
</code></pre>

<p>195.#####  <cite> ahmed Prototype </cite> Says: </p>

<pre><code>[ahmed.prototype@gmail.com](mailto:ahmed.prototype@gmail.com)
</code></pre>

<p>196.#####  <cite> seed freak </cite> Says: </p>

<pre><code>[azeez.hussain@yahoo.com](mailto:azeez.hussain@yahoo.com)
</code></pre>

<p>197.#####  <cite> Mohd </cite> Says: </p>

<pre><code>Can you please send an invite to
[mo\_fit@yahoo.com](mailto:mo_fit@yahoo.com)
</code></pre>

<p>198.#####  <cite> nicukent </cite> Says: </p>

<pre><code>someone invite me please
[nicu\_kent76@yahoo.com](mailto:nicu_kent76@yahoo.com)
</code></pre>

<p>199.#####  <cite> gogo999 </cite> Says: </p>

<pre><code>please send me a invitate to snk.vs
[CCG659@gmail.com](mailto:CCG659@gmail.com)  
 thanks!
</code></pre>

<p>200.#####  <cite> gogo999 </cite> Says: </p>

<pre><code>please send me a invitate to
[CCG659@gmail.com](mailto:CCG659@gmail.com)  
 thanks!
</code></pre>

<p>201.#####  <cite> modypop </cite> Says: </p>

<pre><code>please my friend send me an invite to celebrate
</code></pre>

<p>202.#####  <cite> modypop </cite> Says: </p>

<pre><code>please my friend send me an invite to celebrate MY MAIL  
[good\_boy\_201060@yahoo.com](mailto:good_boy_201060@yahoo.com)
</code></pre>

<p>203.#####  <cite> <a href="http://www.petseatcovers.tk/" rel="external nofollow">pet seat covers</a> </cite> Says: </p>

<pre><code>I’ve continually wondered about this subject and I am happy to
determine that you covered it well. Could your suggest any other
blogs to read that would have far more details on this topic?
Thanks.
</code></pre>

<p>204.#####  <cite> khak313 </cite> Says: </p>

<pre><code>Hello friend  
 please send me to:  
[khak313@gmail.com](mailto:khak313@gmail.com)

thank you x100
</code></pre>

<p>205.#####  <cite> rayozlazer </cite> Says: </p>

<pre><code>Hi guys, can anyone send an invite this way?
[mannieromero@yahoo.com](mailto:mannieromero@yahoo.com)
</code></pre>

<p>206.#####  <cite> Hello </cite> Says: </p>

<pre><code>please my friend send me one invie…..  
[pool\_4\_fu9@yahoo.com](mailto:pool_4_fu9@yahoo.com) this is my
mail.
</code></pre>

<p>207.#####  <cite> Kamran </cite> Says: </p>

<pre><code>please any kind person send me 1 invitation  
[kamran815@yahoo.com](mailto:kamran815@yahoo.com)
</code></pre>

<p>208.#####  <cite> Kofi Anann </cite> Says: </p>

<pre id="legacy-comment-list"><code>Hello,

can i get one invite plz….

this is my mail = [k0fii@yahoo.com](mailto:k0fii@yahoo.com)
</code></pre>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[ThePirateSociety Is Back on a New Domain, New Server]]></title>
    <link href="http://filesharefreak.com/2010/10/17/thepiratesociety-is-back-on-a-new-domain-new-server/"/>
    <updated>2010-10-17T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/17/thepiratesociety-is-back-on-a-new-domain-new-server</id>
    <content type="html"><![CDATA[<p><img src="http://filesharefreak.com/images2/logo_tps2.jpg" alt="" />After dozens of emails asking us, &#8221;<strong>What
happened to ThePirateSociety?</strong>&#8221; - we’ve just now received the official
word from the proud new owner. Sorry folks, there’s not a lot of juicy
gossip in this one, but what’s very clear is that TPS has indeed
returned true to form - minus a few staff members. Since being offline
for nearly two full weeks now, what exactly transpired between October
5th and October 16th? For starters - a new domain, new server, new (and
old) staff. But what’s really important is the site, its contents, the
user database - these have all been rescued from what would have been a
total loss if it weren’t for quick action on the part of TPS’s new
proprietor. FSF spoke with the new owner - <strong>bubbl3</strong> - who shed some
interesting light as to how &amp; why these events unfolded. Plus we
have the exclusive info regarding TPS’s official announcement.</p>

<!--more-->

<p>In a few hours, all members of TPS should receive an email which
explains - more or less - some of what we examine below.</p>

<h3 id="unpaid-server-bills">Unpaid Server Bills…</h3>

<p>The reason why <em>ThePirateSociety</em> went offline in the first place, was
simply because nobody was keeping up with payments to the hosting
provider, <strong>Server.lu</strong>. In arrears for 4 full months, the last payment
made to Server.lu was on July 10th, 2010. It’s anyone’s guess as to why
TPS didn’t go offline before they did; apparently Server.lu is very
forgiving. They sent multiple messages in request for payment, all of
which were unanswered and left unpaid.</p>

<p>It’s still unclear (and up for debate) about who’s fault it was for
failing to pay the server bills. Some say it’s <strong>soopy</strong>, others say
it’s <strong>ninecat</strong>’s fault. (The general public believes that it was
<strong>soopy</strong> who was in charge of the finances for the server, not
<strong>ninecat</strong> - but there’s still no solid proof of this). In any event,
it would be safe to say that both of them failed the community, and they
won’t be returning to the new TPS with their old positions even if they
decide to come back - that much is clear. Except for whoever was in
charge of maintaining the finances - nobody else had any prior
indication that TPS was in trouble with server.lu. Non-payment was kept
a secret, for reasons still unknown.</p>

<p>In a final attempt to sabotage TPS, whoever it was in charge of the
TPS’s server tried to &#8220;close the account&#8221; - and if successful it would
have put an end to TPS forever. On October 12th a support ticket was
opened at Server.lu (presumably by either <strong>soopy</strong> or <strong>ninecat</strong>)
which read, &#8221;<em>Please close this account. Thank you.</em>&#8221; Server.lu
declined to honor this request since there was an outstanding balance.
They replied to the ticket, &#8221;<em>Please pay your open invoices first.
After that, please use the cancel button to cancel the server. Best
regards</em>&#8221;. The irony here is that the same person responsible for
nonpayment is also the person who tried to bring the site down, once and
for all. If not for that financial irresponsibility, then TPS would be
just a memory.</p>

<p>Luckily, <strong>bubbl3</strong> just so happened to be on Server.lu’s TPS contact
list, and in s.lu’s final attempt to garner a response to resolve the
debt, the fate of TPS was left in his hands.</p>

<blockquote>
  <p>&#8220;I asked to negotiate with server.lu, and after agreeing to pay the
old bills I got access to the TPS server. I had to pay 240 euros in
bills…&#8221; - <strong><em>bubbl3</em></strong></p>
</blockquote>

<p><strong>Bubbl3</strong> came up with a grand plan; to try to save TPS from total
demolition which was obviously soon to come. He contacted Server.lu and
negotiated to settle up the outstanding backpayments in order to save
the TPS site database &amp; contents. He and <strong>pissshivers</strong> ponied up
the <strong><em>€240 (Euro)</em></strong> ransom (€60 x 4 months) and presto, just like that
they now possessed ThePirateSociety. And it was then subsequently moved
to a new server (still on server.lu), and <strong>pissshivers</strong> paid out of
pocket for a new vBulletin license.</p>

<h3 id="new-domain-name">New Domain Name…</h3>

<p>ThePirateSociety.ORG is now known as <a href="http://thepiratesociety.info/" title="http://thepiratesociety.info" target="_blank">http://thepiratesociety.info</a>.</p>

<p>Unlike hosting, domain names are harder to transfer, especially when you
can’t even find the owner of the domain - and that’s <strong>N3v3R</strong>. N3v3R,
the original owner/sysop of TPS is the holder of .org (and possibly .net
&amp; .com) seems to have dropped off everyone’s radar. Thus, it wasn’t
possible to continue using the old domain, and .info was settled on.</p>

<p>It should be mentioned that if N3v3R does resurface, he’s more than
welcome to take his position back at TPS, should he desire to do so.</p>

<h3 id="new-staff-and-the-future">New Staff… and the Future</h3>

<p><strong>Bubbl3</strong> and <strong>pissshivers</strong> are the new sysops of TPS, with
<strong>skindoggi</strong> and <strong>bottom</strong> also coming back as staff. Whoever was
staff at the time when TPS went offline will also return with their
prior staff status.</p>

<p>Current members of ThePirateSociety should soon be able to login using
their old user/pass credentials at <a href="http://thepiratesociety.info/" title="http://thepiratesociety.info" target="_blank">ThePirateSociety.info</a>.</p>

<p>Further details pertaining to the status of TPS will be published in an
official announcement (see below). Stay tuned; we’ll update this article
as soon as new information rolls in. We wish TPS the best of luck in the
future - we’re not alone in saying we sincerely hope you guys can return
the forum back to it’s former glory.</p>

<h3 id="thepiratesociety---new-announcement">ThePirateSociety - New Announcement</h3>

<p><a href="http://filesharefreak.com/images4/announce.png" target="_blank"><img src="http://filesharefreak.com/images4/announce-small.png" alt="" /></a></p>

<blockquote>
  <p><strong>Friends</strong></p>

  <p> </p>

  <p>Welcome back!</p>

  <p> </p>

  <p>As you’ve no doubt guessed by now, there have been some drastic
changes here at <strong>TPS</strong>.</p>

  <p> </p>

  <p>We are under new management. This was <strong>NOT</strong> planned, and it was
<strong>NOT</strong> some sort of hostile takeover. Everything that has been done
was done as a last resort to save <strong>TPS</strong>.</p>

  <p> </p>

  <p>When <strong>TPS</strong> went down on October 5th, we discovered that the server
bills had not been paid in several months. Rather than pay the bills,
the go-ahead was given by the previous staff to shut the site down
without possibility of return. Working with the hosting company,
bubbl3 and pisshivers paid the outstanding balance and took over
administration of the servers.</p>

  <p> </p>

  <p>Some Proof:</p>

  <ul>
    <li>Server.lu asking to fix the negative balance: <a href="http://www.thepiratesociety.info/attachment.php?attachmentid=989&amp;stc=1&amp;d=1287290829" target="_blank">link here</a>.</li>
    <li>Server.lu ticket opened to ask for the server contract to be closed:
<a href="http://www.thepiratesociety.info/attachment.php?attachmentid=990&amp;stc=1&amp;d=1287290829" target="_blank">link here</a>.</li>
    <li>Server.lu balance with 4 unpaid invoices and our payment to fix the
situation: <a href="http://www.thepiratesociety.info/attachment.php?attachmentid=991&amp;stc=1&amp;d=1287290829" target="_blank">link here</a>.</li>
  </ul>

  <p> </p>

  <p>As many of you are aware, <strong>TPS</strong> has experienced plenty of internal
turmoil in recent months; many good staff and members alike have been
either banned or chased off by a few power-hungry individuals. Whether
through neglect, tacit agreement, or outright support, these
individuals were not reigned in and essentially ruled with an iron
fist banning or alienating all who opposed them. If you questioned
their practices, you were &#8220;against&#8221; them. This obviously goes
against everything we’ve stood for in the past: disagree all you want,
voice it without repercussions. You may not get your way, but no one
will be punished for their views.</p>

  <p> </p>

  <p>The money was another big issue. Where do we stand on donations? Are
we still partnered with so-and-so? How much is coming in? How much are
the server bills? Does <strong>TPS</strong> need more help? Do we have a surplus?
Who’s handling the money? From now on, TPS is going to be completely
transparent about the money. We plan on updating the community about
donations, payments, balances, etc.</p>

  <p> </p>

  <p>For these and other reasons, <strong>TPS</strong> will be running with a small
staff, a skeleton crew, for a bit while we figure out where to go from
here. Before the downtime, things had become quite bloated and out of
control at <strong>TPS</strong>, and we are working to get back to the <strong>TPS</strong> that
we all knew and loved. A few changes that are readily noticeable are:</p>

  <p> </p>

  <ul>
    <li>Transparency.</li>
    <li>Staff changes. Some of the familiar staff may return, some won’t.</li>
    <li>The Pirate Academy is shut down and the information contained within
it will be turned in a Beginner’s Guide.</li>
    <li>Rather than interviews, we will be using a web submission form.</li>
    <li>The reputation system will be revamped. Currently, we are leaning
toward removing reps for invite and possibly going to a Request-Only
system; no Giveaways.</li>
    <li>The NML/LML will be revisited and likely revamped.</li>
    <li>The Rules will be revised. This is not kindergarten; we don’t need
or want to babysit.</li>
  </ul>

  <p> </p>

  <p>As far as the .info domain goes, it was the only way to get <strong>TPS</strong> up
and running again. The owners of .com, .org, and .net were either
unreachable or uncooperative. As far as we’re concerned, <strong>TPS</strong> was
abandoned. This is not some clone of <strong>TPS</strong> trying to steal members;
this is <strong>TPS</strong> moved to .info. Make no mistake, there are some hard
feelings with some of the old staff. Whether those will be mended in
the future is difficult to say at this point. We will not drag anyone
through the mud, however, and you can see that all names have been
left out of this post.</p>

  <p> </p>

  <p>&#8220;Back in the day&#8221; all ideas, suggestions, critiques, and complaints
were welcomed at TPS. We assure you all that those days have returned.
Feel free to <strong>POLITELY</strong> discuss anything and everything.</p>

  <p> </p>

  <p>Again, <strong>WELCOME BACK!</strong></p>
</blockquote>

<p><img src="http://filesharefreak.com/images4/slumsg.jpg" alt="" /></p>

<p><img src="http://filesharefreak.com/images4/sluticket.jpg" alt="" /></p>

<p><img src="http://filesharefreak.com/images4/slubalance.jpg" alt="" /></p>

<ol>
  <li>
    <h5 id="cite-m3-cite-says"><cite> m3 </cite> Says:</h5>

    <p>Cool, Congrats to Bubbl3 for saving the site, hopefully TPS can
become good again.</p>
  </li>
  <li>
    <h5 id="cite-eljoker-cite-says"><cite> ELJOKER </cite> Says:</h5>

    <p>great news thanks for the info sharky</p>
  </li>
  <li>
    <h5 id="cite-sharkyindex-2html-relexternal-nofollow-cite-says"><cite> <a href="http://filesharefreak.com/index-2.html" rel="external nofollow">sharky</a> </cite> Says:</h5>

    <p>My pleasure to report it, ElJoker. Great to get the scoop on this
one!!</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says"><cite> Anon </cite> Says:</h5>

    <p>bubbl3: you were part of the group running SavvySeed, that was
supposed to be paying TPS’s bills anyway…. before you guys fucked
off with all the cash, that is, so you should know damn well why the
bills weren’t paid.</p>
  </li>
  <li>
    <h5 id="cite-huh-cite-says"><cite> Huh? </cite> Says:</h5>

    <p>Wasn’t it Soopy who posted that they had enough cash on hand to
float them for a full year?</p>

    <p>Where did all that go?</p>
  </li>
  <li>
    <h5 id="cite-zebus-cite-says"><cite> zebus </cite> Says:</h5>

    <p>Thanks for the update Sharky, nice to finally know what’s going on
after two weeks.</p>

    <p>Here’s to hoping the new TPS can return to its former glory under
new management.</p>
  </li>
  <li>
    <h5 id="cite-wow-cite-says"><cite> Wow </cite> Says:</h5>

    <p>Nice security….. two guys who weren’t even staffers are able to get
the entire database including all your emails and IP addresses and
every and any site PM’s you’ve sent. LMFAO!</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says"><cite> bubbl3 </cite> Says:</h5>

    <p>@ ANON, SavvySeed parted ways with TPS, yes, they paid the bills
until then, yes. Having no more deal with TPS they didn’t have to
pay the bills anymore.<br />
 There were donations up at TPS and everyone was assured the
financial were being taken care of, i don’t see how it is anyone’s
fault if not who was in charge of that.<br />
 You have financial problems? Speak out to your community, they kept
everybody in the dark and made the ISP shutdown the server.</p>

    <p>P.S. I have no financial gains from SavvySeed, i help there out of
my free time and the money used for this rescue came out of my own
pocket.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says"><cite> Beagle </cite> Says:</h5>

    <p>TPS return to it’s former glory…. LMFAO!</p>

    <p>The place is dead… do the dignfied thing and let it rest in peace.</p>

    <p>So, bubbl3, why don’t you tell us what your affiliation is with
SavvySeed. You know Savvy, the project that was originally intended
as an internal project of TPS to fund the site. The same bunch, who
when the project started making money hijacked it and ran away with
all that money. (I did get a kick out of you guys fucking over TPS
after them banning me for exposing how much money Savvy was making.
lol).</p>

    <p>You hijacked SavvySeed, now you’ve hijacked the entire site… well
done.</p>
  </li>
  <li>
    <h5 id="cite-zebus-cite-says-1"><cite> zebus </cite> Says:</h5>

    <p>Well when I said former glory, I didn’t mean right before the crash,
I meant like Beagle era.. speaking of that, when you starting up
your own forum? Seems like a good time for it :p</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says-1"><cite> bubbl3 </cite> Says:</h5>

    <p>As i said: I have no financial gains from SavvySeed, i help there
out of my free time and the money used for this rescue came out of
my own pocket.</p>

    <p>I’ll gladly not comment on the rest being it troll style.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-1"><cite> Beagle </cite> Says:</h5>

    <p>I won’t be starting up any kind of forum, not now or in the future.
If you’re looking for a decent replacement for TPS, look no further
than the previous article on this blog…</p>

    <p>You can also find me posting occasionally at FST.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-1"><cite> Anon. </cite> Says:</h5>

    <p>Beagle,</p>

    <p>You must of been pissed that Savvy was making money huh? Why so
bitter? If it wasn’t for Savvy, TPS wouldn’t of been able to pay the
bills. Funny enough, that was when you were around.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-2"><cite> Beagle </cite> Says:</h5>

    <p>So, bubbl3, you see no issues with a guy, who’s not even a staffer,
who helped hijack the Savvy project, hijacking the entire site
including the database that contains everyone’s personal
information?</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-3"><cite> Beagle </cite> Says:</h5>

    <p>@Anon: yes, I was around, until I revealed how much excess profit
the Savvy project was making that wasn’t being used for TPS
purposes. When I revealed that information is when I was banned.
They decided to go with the cash… it didn’t work out too well for
them, though. lol</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-2"><cite> anon </cite> Says:</h5>

    <p>Sharky your so cool, where do you idle on irc</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-3"><cite> Anon. </cite> Says:</h5>

    <p>And did you know what happened to that cash Beagle? As you already
did know, it was re-invested back into the service that was being
provided, and not into people’s pockets. Why don’t you get your head
out of the sand, and admit to what really took place for once.</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says-2"><cite> bubbl3 </cite> Says:</h5>

    <p>It was this or trash the community in the bin, I was sure someone
wold have seen it the wrong way. There was no other way to save TPS,
I’ll gladly accept the backfire.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-4"><cite> Beagle </cite> Says:</h5>

    <p>Re-invested? All the profits were re-invested? All the thousands of
$$ of profit. LMFAO.. how stupid are you ANON?</p>
  </li>
  <li>
    <h5 id="cite-ionut-cite-says"><cite> Ionut </cite> Says:</h5>

    <p>Oh crap… I was looking forward to TPS coming back on-line but these
happenings have made me wonder if it’s worth it…</p>

    <p>Could someone confirm that the posts authored by BEAGLE were made by
the actual TPS user?</p>
  </li>
  <li>
    <h5 id="cite-where-is-he-cite-says"><cite> Where is he? </cite> Says:</h5>

    <p>Beagle…where is your friend backie to back you up? We all know you
like soap operas</p>
  </li>
  <li>
    <h5 id="cite-not-there-cite-says"><cite> Not there…. </cite> Says:</h5>

    <p>Beagle is no longer associated with TPS.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-5"><cite> Beagle </cite> Says:</h5>

    <p>@bubbl3: if you steal a shitty forum, you get all the crap that goes
along with it. You should have left it in the trash bin where it
belongs. And, please, stop playing the hero. We all know why you
rescued TP$.</p>

    <p>PS: So, you have no association with SavvySeed, yet you were the
billing contact for the server TPS was on, which was at least
originally adminned by Savvy. You were the billing contact, which is
how you were able to steal the site and database, but you have no
financial involvement with them. Interesting.</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says-3"><cite> bubbl3 </cite> Says:</h5>

    <p>1) We paid money for nothing and will keep the financial
transparent.</p>

    <p>2) Who said i was the billing contact? S.lu was desperate for
reaching the server billing contact and contacted everybody they
knew, i just got word of it and decided to contact them.</p>

    <p>As i said backfire was granted, as some trolls that live online just
to build drama, but honestly who cares.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-6"><cite> Beagle </cite> Says:</h5>

    <p>@Bubbl3: so, now you want me to believe that Server.lu turned over a
server full of private information to someone that contacted them
out of the blue? If that’s true, it sounds like a pretty serious
security and confidentiality breach on their part, and it should be
investigated.</p>

    <p>When I contact them, will the Server.lu staff confirm that they
handed over a server full of private information to a complete
stranger that had no prior association with that server?</p>
  </li>
  <li>
    <h5 id="cite-zzenn-cite-says"><cite> zzenn </cite> Says:</h5>

    <p>I think it speaks volumes that bubbl3 and pissshivers paid out of
their own pockets to save TPS from certain doom. For my money, TPS
couldn’t hope for better people at the helm.</p>

    <p>When TPS is operational again, it will be possible to both ask
questions and criticize constructively without fear of being banned.
Act like a grown up, and you’ll be treated like one. It has also
been publicly stated that the economics will be fully transparent
this time around, so any talk about $$$ motivation at this point is
lame.</p>

    <p>If you were really interested in dialogue, Beagle, you would
approach the new owners directly. You certainly know where they hang
out or could find them very easily. Instead, it appears you’re only
out to create more drama.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-7"><cite> Beagle </cite> Says:</h5>

    <p>Not at all, zzenn, I just have some questions, and I think everyone
should be entitled to see the answers. It appears that the parties
involved are more interested in trying to discredit the person
asking the questions, than answering them, though.</p>

    <p>Those are some pretty serious allegations he’s making about
Server.lu handing over an entire server full of private information.
I think it deserves clarification from him. Server.lu is, or was, a
reputable company and allegations like that could do some serious
damage.</p>

    <p>And, like I’ve already said, he’s not a hero, there are obvious
motives for him to spend that kind of cash to steal an existing
site. He’s directly involved with SavvySeed, and he now somehow
apparently owns (stole) a site where he had no prior authority, and
he wants to portray himself as some kind of saint or savior??</p>

    <p>But yeah, go ahead and call me a troll instead of answering the
questions.</p>
  </li>
  <li>
    <h5 id="cite-elgolfo-cite-says"><cite> ElGolfo </cite> Says:</h5>

    <p>I really haven’t said about all those bannings of Staff and former
staff, but it did seem a bit childish. I hope that things can start
looking better at the site, rather than than this past phase where
it has become literally not worth the effort to post at all due to
the threat of being banned or post being nit-picked. BUBBL3 and
skindoggi have always been helpful in the past and I also have
nothing bad to say pissshivers or bottom. about so all the luck to
them.</p>
  </li>
  <li>
    <h5 id="cite-dewey-cite-says"><cite> dewey </cite> Says:</h5>

    <p>@Beagle:<br />
 how is a “billing contact” email a “complete stranger”?</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says-4"><cite> bubbl3 </cite> Says:</h5>

    <p>I have business of my own there, I’m not a complete stranger to
Server.lu, and yes they are a serious company.</p>
  </li>
  <li>
    <h5 id="cite-my-th30ry-cite-says"><cite> my th30ry </cite> Says:</h5>

    <p>huh ? where is ith3ory ? he always speaks about truth and
transparency<br />
 oh between except acg1 and castagnety there r no useful staffers
out there<br />
 i think they wont return if they return also they will step down
coz more experienced users who were banned by last staff for no
reason r gonna return</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says"><cite> anonymous </cite> Says:</h5>

    <p>What you think might happen, and what really does happen are
different things. Instead of speculating about such things, why
don’t you let people decide for themselves what’s best. Give it a
few weeks, and lets see if TPS really has changed.</p>
  </li>
  <li>
    <h5 id="cite-racerboy99-cite-says"><cite> racerboy99 </cite> Says:</h5>

    <p>Sounds like TPS has gone back to normal
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> Will be coming
back as soon as the site starts working
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-yocto-cite-says"><cite> Yocto </cite> Says:</h5>

    <p>Are they going tio have open signups or do you still have to go
throyugh that shitty interview?</p>

    <p>Sharing is caring!</p>
  </li>
  <li>
    <h5 id="cite-elgolfo-cite-says-1"><cite> ElGolfo </cite> Says:</h5>

    <p>Haha, I wouldn’t count on open signups, I don’t think they have had
open signups since April or May of last year. IMO if it’s not worth
your time so sit through an “shitty interview” you probably won’t be
much of an asset to the site anyways. As an alternative You can
always look for a member with an invite to the site.</p>
  </li>
  <li>
    <h5 id="cite-cpx-cite-says"><cite> cpx </cite> Says:</h5>

    <p>TPS is now associated with masive staff bans, e-drama and making
profit. bubbl3 - leave TPS and everything associated with it alone.
It’s dead.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-1"><cite> Anonymous </cite> Says:</h5>

    <p>@CPX: It’s called “profiteering”, smarty. As far as I am concerned,
there is nothing bad I have on the current staff… That’s not the
same I could say about the former.</p>
  </li>
  <li>
    <h5 id="cite-secret-cite-says"><cite> secret </cite> Says:</h5>

    <p>vBulletin Message<br />
 Sorry Pirates, this will take longer than expected. Stay tuned.</p>

    <p>TPS Staff</p>

    <p>its gone again…</p>
  </li>
  <li>
    <h5 id="cite-yocto-cite-says-1"><cite> Yocto </cite> Says:</h5>

    <p>The problem with the interview is the arsehole at the other end.</p>

    <p>I once tried for a interview and they guy was asking me lots of
personal stuff.</p>

    <p>Feck that, im not giving out my personal infor over thenet, he even
wanted to know the town I lived in.</p>

    <p>felt like I was replying to a Nigerian Email informing me I had won
their lottery.</p>
  </li>
  <li>
    <h5 id="cite-zzenn-cite-says-1"><cite> zzenn </cite> Says:</h5>

    <p>Yocto, apparently you cannot be arsed to even read the article,
which means you probably can’t be arsed to read the TPS rules. So
perhaps it’s best if you stay away, for good.</p>

    <p>FYI, the new signups will be handled through web submission, AS
STATED IN THE ARTICLE.</p>
  </li>
  <li>
    <h5 id="cite-racerboy99-cite-says-1"><cite> racerboy99 </cite> Says:</h5>

    <p>What’s the current IRC?</p>
  </li>
  <li>
    <h5 id="cite-shame-cite-says"><cite> shame </cite> Says:</h5>

    <p>It’s a shame, staffers from nearly all trackers were there, site was
clean, rules were gay, but they had to be.<br />
 What the fuck is the price of a good leech slot these days sharky?</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-4"><cite> ANON </cite> Says:</h5>

    <p>I’m still disabled, not that much of a prob. I’ve moved on. I and I
suspect many others were disabled for not complying with a
‘credentials check’ by the nazis. Speaking of; Did hirize come back?</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says-5"><cite> bubbl3 </cite> Says:</h5>

    <p>If you got disabled and you think it’s not fair, just come on our
irc, i’ll add the details on the homepage shortly.</p>
  </li>
  <li>
    <h5 id="cite-viva-la-etiv-cite-says"><cite> Viva la Etiv </cite> Says:</h5>

    <p>Screw this BS…TPS was/is/will be EPIC FAIL</p>

    <p>ETIV….FTW</p>

    <p>Network: irc.etiv.in</p>

    <p>Invite channel: #interview</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-5"><cite> ANON </cite> Says:</h5>

    <p>Haha I guess etiv is a little scared considering that this article
already has more views than their article that was posted yesterday.
Riding another thread to promote your site makes you look retarded</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-8"><cite> Beagle </cite> Says:</h5>

    <p>@DEWEY: Please try to keep up with the conversation. Bubbl3 clearly
stated that he was NOT a billing contact for the TPS server. He was
NOT a billing contact, nor did he own the site that was hosted on
the server. He simply contacted them, and they apparently sold him
all the information that was on the TPS server. If what he’s saying
is true, then it’s a huge security and privacy breach by Server.lu.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-9"><cite> Beagle </cite> Says:</h5>

    <p>I must note that he suddenly seems ashamed of his involvement with
$avvy$eed, and doesn’t seem to want to have that mentioned. I wonder
how long it will be before $avvy is back at TP$? My guess is that in
about a month or so they’re going to announce an amazing new service
that will only cost you $30/month….</p>

    <p>But yeah, you can keep thinking he shelled out that cash for the
“community”… if you’re an idiot, that is.</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says-6"><cite> bubbl3 </cite> Says:</h5>

    <p>1) I’m not ashamed to dedicate spare time to SavvySeed.</p>

    <p>2) Not now or never we will start to sell services on TPS, people
knows where to get them, no need for us to sell anything.</p>
  </li>
  <li>
    <h5 id="cite-backie-cite-says"><cite> Backie </cite> Says:</h5>

    <p>So what happened with all the monies donated over the 4 months noone
paid for it? Did someone need to buy diapers?</p>
  </li>
  <li>
    <h5 id="cite-wish-i-was-a-member-cite-says"><cite> Wish I was a member… </cite> Says:</h5>

    <p>@ VIVA LA ETIV - WOW, talk about being a complete loser tool!
Bwaahahhaha!!!! Spamming is the most childish, lowlife thing you
could do to make your site look just as childish and lowlife as your
statement.</p>

    <p>I am not a member of this site, nor your “etiv” site. However after
reading this article, and it’s replies from the “old” staff, it is
clear that TPS is the site I want to try to become a member of. TPS,
you’ll be hearing from me shortly for an attempt to become a member.</p>

    <p>It is a horrible thing to read when a reputable site dwindles down
to such only due to a hand full of unworthy staff/owners. This is
not the first site to end up as trash due to negligence, however it
appears that it was truly saved. Thanks and good luck Bubbl3!!</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-10"><cite> Beagle </cite> Says:</h5>

    <p>LMFAO @ WISH I WAS A MEMBER…. you talk about someone else spamming
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

    <p>Take bubbl3’s dick out of your mouth, and start posting with your
real nick. I see the new bunch of staff inherited that trait from
the previous ones… the inability, or lack of balls, to stand behind
their comments.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-6"><cite> ANON </cite> Says:</h5>

    <p>Beagle stop being a fucking salty douche bag. You were banned over a
year ago, get over it! You act like TPS was your first girlfriend
who gave you a boner and you can’t get it off your mind. Stop being
a creepy lurking stalker and put effort into saving face and
notbeing and utter piece of whining shit</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-11"><cite> Beagle </cite> Says:</h5>

    <p>Well, Bubbl3, I just got a reply back from Server.lu. Here’s what
they had to say…</p>

    <blockquote>
      <p>This server you are referring to once belonged to one customer who</p>

      <p>transfered it to a new customer. When this customer ceased to
pay, ownership<br />
 was transferred back to the old customer.</p>
    </blockquote>

    <p>After inquiring further they replied with this…</p>

    <blockquote>
      <p>From our side this was a clean and smooth transaction without “new
party”<br />
 involved in the end.</p>

      <p>So the history of this server:</p>

      <p>Customer_1 transferred to Customer_2</p>

      <p>After Customer_2 left, server was transferred back to Customer_1</p>

      <p>There is no “Customer_3″.</p>

      <p>That’s all there is to say.</p>
    </blockquote>

    <p>So, it would appear that one of you is lying. You either DO have
direct affiliation with SavvySeed and financial dealing with them,
or Server.lu is lying….</p>

    <p>Which one is it?</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-12"><cite> Beagle </cite> Says:</h5>

    <p>@ANON: I thought you might grow a pair.. I guess not.</p>

    <p>ad hominem attack is the sign of a lost argument.</p>

    <p>Like I said earlier, you guys can try to discredit me all you like,
but I think it’s obvious to everyone how you’re just avoiding the
questions.</p>

    <p>I see nothing has changed at all. A bunch of spineless twits too
scared to comment using their usual nick, and a lying site owner.
*sigh*</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-7"><cite> ANON </cite> Says:</h5>

    <p>Oh because Beagle is a “open” douche rocket it makes him awesome?
Just because you choose to be a open retarded is your choice. The
fact you’re using the tactic “your lame for being anon” is childish
and immature, but what would you expect from some who holds a
vendetta a against a “WEBSITE” that he hates but constantly follows
and comments about? Beagle give up you loser, you a fucking hack and
no one gives a shit about you anymore. Get on with your life and
stop trying to be a complete faggot</p>
  </li>
  <li>
    <h5 id="cite-bubbl3-cite-says-7"><cite> bubbl3 </cite> Says:</h5>

    <p>I’m not lying, i was honest since the start on how i got the server,
customer 1 was just the contact s.lu asked informations about, he’s
not involved in the transaction, i personally asked Server.lu about
the possibility to get ownership. I guess they were very happy to
see the negative balance repaid. I said this since the start and i
take all the backfire on me, if someone wants to build drama on it
it’s their choice. I don’t care, it’s their time they are wasting,
i’m not gonna reply to false accusations here anymore, i was even
too open to discussion and i’m busy with TPS right now.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-13"><cite> Beagle </cite> Says:</h5>

    <p>So, you are saying that Server.lu is lying and that they did in fact
sell a server full of private information to an unrelated third
party in exchange for cash. Interesting.</p>

    <p>I think this is something the entire BT community should know about
if one of the server companies that hosts many many seedboxes and
several torrent sites is willing to sell the information contained
on all those servers to anyone willing to pony up a bit of cash.</p>

    <p>I’ll be interested to see what Server.lu has to say about this….</p>
  </li>
  <li>
    <h5 id="cite-david-cite-says"><cite> David </cite> Says:</h5>

    <p>This is probably why server.lu have recently changed there invoicing
system.</p>

    <p>They now invoice 20 days before the due date and if no payment is
received when the due date comes, the server goes offline until
payment is received.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-8"><cite> anon </cite> Says:</h5>

    <p>Beagle, it’s refreshing to see your pathetic attempts at proving you
are on the high moral road, when at best, you come across as a
douche, bitter ex-staffer who just couldn’t let go. The only reason
you are here is to hijack this thread, try to start flinging mud all
over the place, and to plug your precious invite forum, which is
pretty shitty to begin with.</p>

    <p>There is a reason why there is such a vested interested in TPS, and
that was because it was a great site, and still can be. We’re just
fortunate the good members flocked back, and unlike you, were
willing to do something to make a difference in the BT community,
instead of shiling the very place you were exiled to, and for good
reason. You already proved that, by all the bitter accusations you
made, which all have a false premises to them, and completely
unfounded. Why don’t you and your ilk, go back to your home, and let
the rest of us do our part to make what was once a great community,
a great place again.</p>

    <p>On a final note, don’t you even question your association to
Blackie? Everybody in the community knows how we feel about him, and
we are all glad that his drama-fest site is finally down and out. If
that douche is affiliated with your site, god knows how bad it
really is. Get a fucking clue.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-14"><cite> Beagle </cite> Says:</h5>

    <p>Grow a pair, ANON. Till then, fuck off, you spineless turd.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-15"><cite> Beagle </cite> Says:</h5>

    <p>I was speaking with the rep from Server.lu again, and he
emphatically states that Bubbl3 is lying, and that he did NOT sell
the server to anyone other than “customer_1″, which is SavvySeed. I
know which of the two I believe at this point, my question would be
why Bubbl3 is lying about his involvement with $avvy$eed???</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says-9"><cite> anon </cite> Says:</h5>

    <p>It’s even more refreshing, when you are reduced to that.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-haha-cite-says"><cite> haha </cite> Says:</h5>

    <p>^ for both comments</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-16"><cite> Beagle </cite> Says:</h5>

    <p>It’s all the response you deserve, ANON, until you decide to grow a
pair. I highly doubt you ever will, though.</p>
  </li>
  <li>
    <h5 id="cite-lol-cite-says"><cite> lol </cite> Says:</h5>

    <p>Its a shit hole that was full of politics and in fighting do the
decent thing and let the site die.</p>
  </li>
  <li>
    <h5 id="cite-zzid-cite-says"><cite> ZZid </cite> Says:</h5>

    <p>does anyone else get tired of seeing beagles comment…..hit the
bricks old man</p>
  </li>
  <li>
    <h5 id="cite-wish-i-was-a-member-cite-says-1"><cite> Wish I was a member… </cite> Says:</h5>

    <p>@ BEAGLE - Funny how you act. Though not surprising at all from
reading all your comments. However, it is 100% true what I say. I am
not, have not ever been a member of TPS. Honestly, I had never heard
of TPS ’till today, nor had I known about the drama that has been
and is now taking place ’till this morning. I have just read FSF new
article post today as I do every Sunday morning, and then read the
comments to find your immature and childish remarks.</p>

    <p>Believe what you wish BEAGLE. I assure you you are incorrect in your
assumptions, and are just making a bigger ass out of yourself. You
may continue doing so as I find your comments and remarks quite
funny.</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-17"><cite> Beagle </cite> Says:</h5>

    <p>Sorry, but you’re full of shit, WISH I WAS…</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-18"><cite> Beagle </cite> Says:</h5>

    <p>So, fanboys and staff members… why won’t any of you answer my
questions, instead all you can do is act like little childred and
try to call me names…</p>

    <p>I was speaking with the rep from Server.lu again, and he
emphatically states that Bubbl3 is lying, and that he did NOT sell
the server to anyone other than “customer_1″, which is SavvySeed. I
know which of the two I believe at this point, my question would be
why Bubbl3 is lying about his involvement with $avvy$eed???</p>
  </li>
  <li>
    <h5 id="cite-zzid-cite-says-1"><cite> ZZid </cite> Says:</h5>

    <p>nobody gives a fuck goddamn what part of that cant you understand</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says-19"><cite> Beagle </cite> Says:</h5>

    <p>I might add that not only is he lying about his involvement, but
he’s also making very libelous claims about Server.lu. He’ll be damn
lucky if they don’t sue him for his remarks.</p>
  </li>
  <li>
    <h5 id="cite-does-it-have-to-be-that-obvious-cite-says"><cite> Does it have to be that Obvious? </cite> Says:</h5>

    <p>Beagles…really SHUT THE FUCK UP!</p>
  </li>
  <li>
    <h5 id="cite-zzid-cite-says-2"><cite> ZZid </cite> Says:</h5>

    <p>can i get a amen</p>
  </li>
  <li>
    <h5 id="cite-zzid-cite-says-3"><cite> ZZid </cite> Says:</h5>

    <p>hallelujah praise black jebus</p>
  </li>
  <li>
    <h5 id="cite-wish-i-was-a-member-cite-says-2"><cite> Wish I was a member… </cite> Says:</h5>

    <p>LOL @ ZZID</p>

    <p>Hey, if you happen to have an invite, let me know. The IRC channel
shows a blank page for me, and the java plug-in installation page is
showing “Oops! Google Chrome could not connect to java.com”. If not,
no worries. I believe the java site is not showing due to my
peerblock. LOL</p>
  </li>
  <li>
    <h5 id="cite-cixent-cite-says"><cite> Cixent </cite> Says:</h5>

    <p>i dont understand<br />
<a href="http://unlimitedlink.us/" rel="nofollow">http://unlimitedlink.us</a></p>
  </li>
  <li>
    <h5 id="cite-david1967-cite-says"><cite> David1967 </cite> Says:</h5>

    <p>One of the problems I have with this is the former staff that have
been allowed to come back. These are the same people who did nothing
to stop that ego-maniacal, power hungry broad NiNeCaT from banning
just about every quality member TPS originally had (hell they were
actively cheering her on). I don’t want to hear this BS about “well
they had no other choice as they weren’t in a position to do
anything about it”, they could of easily resigned being staff
because they didn’t like what was happening, but did they? NO, they
didn’t, they actively took part in it and cheered it on. Yet, now
they are being rewarded for their lack of backbone and given their
former positions back.</p>

    <p>If you really want to make a fresh start, dump those people and
select new ones from the quality members who come back. If not, all
you have really done is replace the head of the dragon, but the
faulty parts still stay the same…..</p>

    <p>And don’t say none of them didn’t actively cheer her on as I have
the screens and logs to prove it.</p>
  </li>
  <li>
    <h5 id="cite-noha-cite-says"><cite> Noha </cite> Says:</h5>

    <p>He’s directly involved with SavvySeed, and he now somehow apparently
owns (stole) a site where he had no prior authority, and he wants to
portray himself as some kind of saint or savior??</p>

    <p>That’s a very good point</p>
  </li>
  <li>
    <h5 id="cite-dogod01-cite-says"><cite> dogod01 </cite> Says:</h5>

    <p>I was a member of TPS for quite a while, &amp; while I was not very
active I did browse &amp; read posts. What I remember is that TPS
seemed to be a pretty decent place when Beagle was around, &amp;
went pretty much went down hill after he left. Was he leaving the
only reason for the decline? No, but it was a big part of it.<br />
 Like I said, I wasn’t real active, but I was around enough to know
that Beagle put shitloads of time &amp; work into that place, just
to be blown off in the end. To all you criticizing him for his posts
now &amp; in the past…How would you react in the same situation?
After pouring time &amp; work into something &amp; then pretty much
have it pulled out from under you, I’m sure you’d be pissed off too,
unless it was something that meant little to you (or your just
spineless)<br />
 I for one don’t blame him one bit.</p>
  </li>
  <li>
    <h5 id="cite-jordystams-cite-says"><cite> JordySTAMS </cite> Says:</h5>

    <p>I will have to agree with David1967 on this one 100%</p>
  </li>
  <li>
    <h5 id="cite-jimlotionmaker-cite-says"><cite> JIM_LOTION_MAKER </cite> Says:</h5>

    <p>hilarious penis jemlors posting on this shit…</p>
  </li>
  <li>
    <h5 id="cite-wish-i-was-a-member-cite-says-3"><cite> Wish I was a member… </cite> Says:</h5>

    <p>@ DOGOD01 - How do you think others who have nothing to do with this
sees BEAGLE portraying himself today in here? You know, you could be
correct with what you say, however it is BEAGLE’s actions today in
here that is leading our opinions about him.</p>

    <p>There are MANY ways to accomplish what he is trying to do, however
the way he is doing it today is NOT the correct way.</p>

    <p>“How would you react in the same situation?”. With this question,
you are implying EVERYONE who reads FSF knows exactly what is/was
going on at TPS. As I said before, I know nothing about what is/was
going on with this site ’till this morning, and all opinions will be
based on what is said here, and how people conduct themselves while
doing so.</p>
  </li>
  <li>
    <h5 id="cite-anona-cite-says"><cite> anona </cite> Says:</h5>

    <p>BEAGLE you rock dude… It’s pretty amazing how some will pay for
crap… I wish you’d put up a site just to prove a point… but than
again…</p>
  </li>
  <li>
    <h5 id="cite-zebus-cite-says-2"><cite> zebus </cite> Says:</h5>

    <p>Agree with David, that’s the same point I’m trying to make clear on
the forums right now and hopefully other people feel the same way.
Some staff changes are definatly in order to get the site back on
track at a decent rate.</p>
  </li>
  <li>
    <h5 id="cite-dogod01-cite-says-1"><cite> dogod01 </cite> Says:</h5>

    <p>@ wish I was member…</p>

    <p>If all you know about it is what you’ve found out today, then how
can you form an opinion?<br />
 The short story is, Beagle was staff there, some shady things
started happening, He brought those things to light &amp; was banned
for his troubles.<br />
 As far as anything he’s said here today or in the past goes, many
derogatory remarks have been made about him too, so don’t form an
opinion until you have the complete picture. Go do some research.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-2"><cite> Anonymous </cite> Says:</h5>

    <p>beagle and everyone else trying to kill TPS:</p>

    <p>Please stop. stop inquiring stuff about the site with the server,
they shouldn’t be giving YOU any info at all. I’ve never taken any
leadership position at TPS, nor would I want to, but it was a fun
place to hang out and I got and gave lots of help to people on the
site about non-torrent stuff. In addition, I got into most of the
top trackers through my affiliation with tps. Places that people on
etiv say “ther’s not been a giveaway on any site” - yea there was,
on TPS tho where I happily lived by all the “restrictive” rules that
made TPS a safe place for torrenters and for tracker reps.</p>

    <p>as to the savvy seed stuff:</p>

    <p>to the rank and file users like myself, it doesn’t matter. sure if
you are spending your whole life on the site, Beagle, and then
someone is getting rich off your work, that would piss me off too.
But from the perspective of most users at TPS, the site was running
great, expenses were being paid every month, invites to the best
trackers were plenty, hell they were even giving users FREE USE OF
THE SEED BOX. If some of them were making a little on the side, more
power to them!</p>

    <p>Bubbl3 and the current staff:</p>

    <p>please</p>

    <p>1) acknowledge what has happened and take responsibility for it.</p>

    <p>othersna said “lets not dwell on the past, lets move forwrd”
(paraphrasing), but that is bullshit. we, the loyal members who
didn’t quit our accoutns when shit hit the fan at tps, want the
situation acknowledged, and a formal apology for what happened in
the past. we need closure with the past, not just “lets not dwell on
it.” Even though everyone in Germany can’t be held responsible for
Hitler’s actions, Germany acknowledged the holocaust and apologized
for it.</p>

    <p>2) remove the old staff.</p>

    <p>even after they apoligize and acknowledge the past, they don’t need
to be in position of power RIGHT AWAY. they need to earn the trust
back and show some fucking humility.</p>

    <p>3) remove the spam button</p>

    <p>it was a joke that some people wanted, but it is stifeling to
conversation. if u want to disagree, make a post about it and
explain why instead of just saying “f u”</p>

    <p>4) allow free speech - which means don’t run away from anything
labeled as “drama” which is like “national security” - when you say
that party line, you can do any kind of unethical shit in the name
of protecting it (national security) or avoiding it (drama). Bull
shit. We need to be free to say negative things. That is not drama.
That is a safeguard against the recent tyranny. the “drama” needs to
be addressed, not deleted or swept under the rug.</p>

    <p>5) bring savvy seed back to the site to make sure it never has $
issues again and start the lottery for its use again
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-sidulator-cite-says"><cite> Sidulator </cite> Says:</h5>

    <p>I can’t believe some of the old staff were given their positions
back. What a fucking shame. That’s all I’ll say about that. To think
that TPS will be like it was with some of those douche bags running
the show is an exercise in futility.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-3"><cite> Anonymous </cite> Says:</h5>

    <p>…amusing comments so far
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>

    <p>I’m not a member of TPS and wasn’t going to bother commenting until
I saw ninecats name in the article - is this the same NiNeCaT that
was leaking Windows ME builds/betas 10+ years ago?</p>
  </li>
  <li>
    <h5 id="cite-wish-i-was-a-member-cite-says-4"><cite> Wish I was a member… </cite> Says:</h5>

    <p>@ DOGOD01 - Opinions will be formed on a public forum such as this
via the information that is provided to the public to base those
opinions.</p>

    <p>If there is information that is being missed, then provide it for
others to properly form an opinion. Going around calling people
names, degrading them, and picking fights as BEAGLE has done is not
the proper way of doing such even on a public forum. So BEAGLE has
some bad interactions and is upset now. You still do not act like a
spoiled 8 year old on a public forum.</p>

    <p>Back to the lack of information provided… Everyone seems pretty
clear that the author of this article did not provide the
information you would have wanted to be mentioned. Well, now is your
time to do such. Telling someone they are wrong, and asking them to
search the web, talk to other trackers, do your own research will
NEVER happen. What if all the information found lead to the exact
opposite of your opinion? You would never let it go, and fight ’till
the end saying that you are still right. You would never be happy.</p>

    <p>This is a public forum. Everyone has their own opinions. They come
here to read the articles, and then read the comments to view other
people’s opinions. Then if they feel, they will comment on their
opinions based on the article and what others had to say. Nobody is
going to be spending hours looking on the web just to make sure
their opinion is up to par with the amount of research you believe
should have been implemented.</p>

    <p>Please DOGOD01, and others…. If you want proper opinions to be
based, provide proper information for others to read and base
opinions on. Perhaps if everyone did so maturely, then we all
actually may be able to hold a proper discussion.</p>

    <p>Thanks. <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-anon666-cite-says"><cite> anon666 </cite> Says:</h5>

    <p>IRC working for anyone?</p>
  </li>
  <li>
    <h5 id="cite-obviously-cite-says"><cite> Obviously </cite> Says:</h5>

    <p>Obviously it isn’t the original Beagle posting here and it’s just
one of the ex-staff members who are pissed and whinning.</p>

    <p>The original Beagle wouldn’t be such a douchebag and he’s basically
done with the site. See him for what he is:</p>

    <p>A troll using the name of someone who is remebered in good light.
Whoever you are, you had your chance to run the site properly and
you failed. Quit being a bitch and slinging obvious false
allegations.</p>

    <p>I’m glad it’s not the previous staff coming back because they were
so full of themselves, but in the end they couldn’t run shit.</p>
  </li>
  <li>
    <h5 id="cite-pissshivers-cite-says"><cite> pissshivers </cite> Says:</h5>

    <p>Bout time I responded here I guess…</p>

    <p>I know Beagle will see my response as biased for obvious reasons,
after all I am listed as Sysop along with bubbl3…</p>

    <p>But honestly Beagle, you know just as well as me that bubbl3 never
made money off Savvy, I dont get this hatred towards savvy anyways,
a non-profit organization that started making money, they flagged
out and that’s it really. Savvy was made into the biggest scapegaot
in TPS history and you’re just here to start a new fire…</p>

    <p>Do you think I made the 160 euros I paid from Savvy? Yea I’m
probably getting money from em as well, or wait Wall-E probably paid
me for access to the forums again…</p>

    <p>Naw man, I can understand your hatred towards TPS, however most of
the old-timers seem to have faith in us so come on over and have a
chat with me in IRC mate, I’ll update you on where we stand at the
moment.</p>

    <p>Glad to see you all back at TPS btw, I really do have faith in this,
with the old crew back and some great plans for the future.</p>
  </li>
  <li>
    <h5 id="cite-bamboo-cite-says"><cite> Bamboo </cite> Says:</h5>

    <p>As one of the original pool of members over at TPS, it kind of sucks
to see so much in-fighting going on (beyond what already has). TPS
was a great site, and hopefully can be once again. Main thing I
noticed was lack of activity, less and less people on.</p>

    <p>You know, I never got involved in the board politics and I try not
to. But I will say after seeing so many members who I knew to be
good members being banned really sucked. And it just seemed after a
while people just stopped coming around. I’m not familiar with the
why’s and where’s of how Beagle got banned…but I do remember him and
he always seemed pretty straight up to me. But maybe I don’t have a
valid opinion.</p>

    <p>Point being, is that the fighting that’s gone on has surely hurt the
site and it’s community. Bubbl3 I don’t know, so hopefully we can
leave all the drama behind and go forward for a better community for
all of us. The “transfer of a server and user information” bit seems
sketchy to say it lightly. And for me at least assuming that’s what
happened should raise quite a bit of suspicion for Server.lu, as
well as the practices of a lot of these server companies in the BT
biosphere. I just hope the drama can stop and we end up getting a
better community.</p>

    <p>Anyway, my hopeful and optimistic words for the evening. As ironic
and strange as that might seem for me.</p>
  </li>
  <li>
    <h5 id="cite-eljoker-cite-says-1"><cite> ELJOKER </cite> Says:</h5>

    <p>damn 95 comments in less than 24 hours tou realy get scoop on this
one sharky <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-cherokee-cite-says"><cite> Cherokee </cite> Says:</h5>

    <p>Personally, I think it’s better to keep the old staff members that
want to stay on for now. I know that everybody is not going to agree
with me. However, I had a private conversation with one of them a
few days ago, and know how much that person cares about TPS. Lots of
us have been on staffs that had someone go on a serious power trip,
and everyone who has knows that some of us feel compelled to quit
because of the problem, and some people decide they can ride it out.
Nobody is going to agree on everything all of the time. If they did,
you’d have to seriously wonder about the intelligence of the staff
members. I think that by keeping on the staff that they’re keeping,
they’re giving everybody in the community a chance to reconcile.
This is the best possible scenario that could have happened, as far
as I’m concerned. Now, what it comes down to is, do the members
actually care enough about their community to dig in, and make the
place the best thing going, or not?</p>
  </li>
  <li>
    <h5 id="cite-this-is-great-cite-says"><cite> This is great! </cite> Says:</h5>

    <p>Man, TPS is happenin, glad to see alot of old/new faces</p>
  </li>
  <li>
    <h5 id="cite-sanjid-cite-says"><cite> sanjid </cite> Says:</h5>

    <p>@ANONYMOUS</p>

    <p>Germany absolutely can be held responsible for the Holocaust,
because they didn’t do anything to stop it, when they knew it was
going on. Their silence made them complicit. That’s why I spoke out
when I left TPS.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says-4"><cite> Anonymous </cite> Says:</h5>

    <p>@SANJID</p>

    <p>If you mean that othersna and megatron were complicit then that is
my point and they should acknowledge, apologize, and probably step
down as staff</p>
  </li>
</ol>

<p>100.#####  <cite> cheezecake </cite> Says: </p>

<pre><code>Hmmmm?

(Please stop ddosing SCC! Whoever you are)
</code></pre>

<p>101.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@pissshivers: What do you mean Savvy was made out to be a scapegoat?
Do you not yet realize that Savvy is what started the downfall of
TPS? The fact that it made money had nothing to do with it, it was
all of the deceit and dishonesty associated with it. Savvy was NOT
started as a seedbox company, it was started as a project of TPS by
TPS staff and was intended to benefit the TPS community. Period.

If you don’t believe me, go ahead and read post #10441

Along with the original lies and deceit about Savvy, now you have
one of it’s associates in possession of the entire site, all the
while lying and claiming to have no involvement with Savvy. I spoke
with the staff from Server.lu earlier today, and they emphatically
stated that the TPS server was ONLY returned to it’s previous owner,
which was Savvy, NOT an unassociated third party, as Bubbl3 claimed
in his comments here. That begs the question of: Why is he lying?
</code></pre>

<p>102.#####  <cite> Red </cite> Says: </p>

<pre><code>Yep. My turn to chip in.

Beags, dude, move on. I dont give a shit about your agenda dude, I
fucked off from TPS the second that NiNeCuNt decided to treat me
like an arse, and set up as many invisible sysops behind the scenes
as she wanted to. She couldnt be trusted, hence, the brief downfall
of TPS.

As for Savvy, dude, who gives a shit? Does that ruin my time in IRC
whoring it up? No. And most importantly, did that stop you from
giving Savvy a testimonial for that awesoeme Manowar box that you
held so dearly for how long?

Dude, move on. its getting old.

As for everyone else, dont feed the troll. He will eventually
disappear.
</code></pre>

<p>103.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>\*hands RED the hat\*

Beagle made TPS the place to trust in the BitTorrent world. For all
who do not know or acknowledge his service, you should be ashamed.

Give respect where it is due, come clean about lies, and you will be
trusted.

For anyone here who is new to TPS, please help ensure the community
is open, safe, and honest. If it isn’t and you have questions - ASK.
If you don’t get the answers you need. LEAVE.

\*\* It is MUCH WORSE in the BT community to become associated with
drama and scandal - especially on an INVITE FORUM - than to quietly
leave and build relationships elsewhere that you can count on.\*\*

FYI for n00bs - you DO NOT NEED a BitTorrent FORUM (invite forum) to
get invites to private trackers. Do not put up with drama to get
something you THINK you can’t get any other way. Also, do NOT BUY,
SELL or TRADE Invites or Accounts, ever, period.

1) Join a private tracker through an interview or open signup
(FileNetworksBlog and FileShareFreak are great resources for this
information - thank you sharky, and LST)  
 2) Get involved in the community there  
 3) Make friends with people who have earned your trust  
 4) DO NOT GET INVOLVED IN INTERNET DRAMA  
 5) Be honest in all your dealings  
 6) You will receive invites from people you can trust, based on
your close relationships.

Just stay away from the “easy solutions” They are not easy, and you
WILL be caught, found out, and banned from the BT community.

This is a closed community for good reason. Tracker staff know each
other and talk.

TPS has a shit reputation amongst Tracker staff right now. Be very
careful about your association with it, and if it does not become
reputable again, leave.

You will know if it becomes reputable again, by how many Tracker
Staff recruit there - and from WHICH TRACKERS.

Back in the day, TPS was the ONLY place where invites to certain
highly secret trackers were offered. For example: \*\* (private
movie tracker), \*\*\* (Very private community based tracker), and
others…

I remember it all. I recruited many good members there, and I miss
the old TPS, under Beagle’s watchful eye, very much.

I also know pissshivers to be a good man, David1967 and JordyStams
as well. Additionally, castagnety is worthy of trust in all things.
If they are involved, go to them and ask questions.

Just please, watch your step.

\- Your Humble Servant
</code></pre>

<p>104.#####  <cite> punkie </cite> Says: </p>

<pre><code>Just my 2 cents Beagle(or whoever has posted here under his good
name)’s post has made it clear that bubbl3 is not to be trusted and
he is out to once again fuck TPS over. Please dont believe in bubbl3
until and unless he actually dedicates all the money earned from
savvyseed to TPS. Then we will see how earnest he is or it is just a
moneygrab oppurtunity.
</code></pre>

<p>105.#####  <cite> Red </cite> Says: </p>

<pre><code>re - Elizabeta: I probably should have been a bit clearer. Beagle
was always a damn good guy back in the day at TPS, and the work that
he did at TPS was seriously unmatched. Dont get me wrong, the guy
has a ton of respect from me in that area, however, the fact remains
that TPS is a place that I respect, and I dont want to see get any
worse than it was. Anyone who tells me that Beags is hellbent on
seeing the place die, even if he said it himself, I would call it
bullshit. Why? Because of the time that he invested in the place.
N3v3R installed code on a server, Beagle made the place, and fuck,
if N3v3R returns, he can ban me for that one if he has the balls,
but I call it as it is.

As for Beagle, I would love the day that I got to see him return,
however, I just cant see it happening any time soon. Beagle welcomed
me to TPS on day one, I would love to welcome him back. However, I
have never lied to anyone about anything at TPS, so I dont see why
people like me who just enjoy the place should be punished for
whatever reasons of motive that he has. I just like the place. That
is all.

You are right though, there are some great people who have returned
to TPS in the past few days, it is blowing my mind, and although
there are a few gaps left to fill, I hope that we really can see a
return to the good old days. Fuck, I know I’m putting in an effort,
and for one, it has been as close to March 2009 as it ever has in
IRC today, so shit, bring it on. This may very well be the end of
the shit that went down.

Again, I will say it. Beags has my respect, I just think that there
is a little bit too much hypocrisy going on at the moment, and it is
starting to stink a little.
</code></pre>

<p>106.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>Punkie,

What you don’t realize is that Savvy has split from TPS quite awhile
back, and has no affiliations what-so-ever with TPS any longer. TPS
has been, and will continue to rely on the support of it’s members
via donations, to be able to keep flourishing and prosper.

One thing that has been made clear by admin/sysop of the board, is
that we are to be a transparent community. One clear example of
this, will be a complete breakdown of the expenses involved that
justify the amount of donations needed to keep things running
smoothly (something that never has been implemented in the past),
which is something alot of trackers should be doing, to avoid having
fiasco’s from other trackers that can just set some donation bar,
saying wow we are @ 30%, please keep donating till we get to our
magic 100%, without ever acknowledging if it even at the very least
just cover server expenses vs. buying my new porche, or even
diapers.

We would love for you to give as much input whether it be positive
or negative in our forums, so we can bring all of our ideas
together, brainstorm, discuss, and eventually implement what the
community wants, which is something that clearly wasn’t happenning
before. So please, come join us over @ TPS, and check it out for
yourself.

We are only looking for quality members, who will contribute to the
site, and help build our members up, so they can become empowered
with the very knowledge they need to survive on a tracker, and not
only that, flourish. We can only get stronger by having an united
front. Our policy is that you are able bring forth your ideas,
without moderation, to be discussed in a healthy environment. As
long as the discussions remain civil, then you have nothing to worry
about censurship (which only was on the increase towards the
downfall of the site)

Hope this helps.
</code></pre>

<p>107.#####  <cite> zzenn </cite> Says: </p>

<pre><code>Just want to point out that TPS is under completely new leadership.
Things will be very different from how they’ve been recently. Also,
give it a few days before passing judgement. Things are still being
cleaned up and issues ironed out.

Elizabeta, everything you said is true. However, these points also
ring true for TPS:

2) Get involved in the community there  
 3) Make friends with people who have earned your trust  
 4) DO NOT GET INVOLVED IN INTERNET DRAMA  
 5) Be honest in all your dealings  
 6) You will receive invites from people you can trust, based on
your close relationships.

Many trackers have invite give away/request threads/sections that
function as mini invite forums. The difference is really minimal.
The biggest difference is that TPS hosts no tracker. The community
is also awesome at TPS, now that a boatload of old members have
returned.

FYI: Nobody is taking from Beagle the massive effort he put in.
Least of all me, considering I defended his position back in the day
- and he knows this.  
 The fact, however, is that nobody is going to make any profit off
TPS now. Economy will be transparent and any extra funds will
benefit the community, as they should have done in the past.  
 There is no reason to go on attacking the site anymore. The old
crew is gone. It would have been nice to be given the benefit of
doubt, instead of coming out with all guns blazing, before the site
even has a chance to get up on its feet.  
 Luckily, most of the old members seem to not care about this drama
and are instead happy the site is back, which is how it should be.
So stop frowning and start smiling. Beagle is welcome to visit too
![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>108.#####  <cite> anonymous </cite> Says: </p>

<pre><code>Beagle,

We would love proof of the so-called excessive profits that instead
of being re-invested BACK into Savvy-Seeds/community (which seemed
to be the official line) were instead diverted into someone’s
pocket. Come clean on this, so we can truely see your POV. You
certainly would get more respect from people.

This time, pls. don’t just make a statement about what you saw, and
how you had to do something about it, back it up!
</code></pre>

<p>109.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>Thank you for your replies, RED and zzenn, I know you both to be
quality people that I respect.

Much love,

\- Your Humble Servant
</code></pre>

<p>110.#####  <cite> my th30ry </cite> Says: </p>

<pre><code>oh RED aren’t u the person who created “TEAM REDtheHAT” against all
banned people in support of 9cat  
 how can we believe you ?
</code></pre>

<p>111.#####  <cite> robjungle </cite> Says: </p>

<pre><code>I can´t stand netdrama and politics, but just wanted to say as a tps
member that I would rather another tps member now had access to
whatever personal info the site has of mine, than tps be destroyed,
which was clearly what the previous owners were prepared to let
happen.

I think it´s a great thing pissshivers and Bubbl3 have done for the
site and the members that were sorry to see what had become of it.
Anybody who doesnt wish the site well, why would you even bother
posting?!

I´m very glad tps is back, very grateful to those responsible.
</code></pre>

<p>112.#####  <cite> TPS, lawl </cite> Says: </p>

<pre><code>TPS interview is a joke, you need to wait for hours over some days
to get interviewd, and then when I finally got to be interviewd, the
guy said i was a trader for using 2 diferent nicks in my trackers. A
total waste of time and the interviewer was plain ignorant.

Guess to be aproved you just need to say “I’m a moron who don’t have
any trackers and don’t know a shit about torrenting, now give me FTN
and E\*\*\*\*”. Stay with those newbs TPS, since you don’t want
experienced torrenters.

I bet NineCat need to buy some make up, and the money from donations
was there…
</code></pre>

<p>113.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>TPS, LAWL

If you bothered to read the article, it clearly states that from now
on a web submisson form is going to be used in lieu of the previous
interview process.

If you wanna signup, then you can go about doing it this way. Not
sure if it’s been implemented, but it appears that staff are busy
updating TPS, and getting the forum to where it should be. It might
take some time to get everything setup properly, but just like
getting into the trackers you really wanna be at, you need patience.

BTW, most trackers usually only allow you to have one account at a
time. If you are using a different nick on IRC, sometimes it’s
allowed, sometimes not. Just read the rules, they usually are
clearly stated about such things.

Also, you don’t need to worry about what the donations are going to
go towards now, there is a clear mandate which states that ALL
expenses will be broken-down, so everybody knows exactly where the
donations are for, and how much the totally setup is going to be
per/month.
</code></pre>

<p>114.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>Elizabeta,

Thanks for all the great advice. If people follow what you have
suggested, everybody would be much better off. If you are the same
person I think you are, I really appreciate you giving me a start
somewhere, it made a world of difference. I personally hope you come
back, cuz you certainly livened things up when you were there.
</code></pre>

<p>115.#####  <cite> TPS, LAWL </cite> Says: </p>

<pre><code>I have a nick for the trackers X, Y, Z and for the tracker A, B, C i
have other, because i joined them months later, they are not dupes.

Doesn’t matter how it will be handled, the questions will be tha
same and the answer probably will be the same, “lulz, you have 2
nicks? don’t trust you, you are traderz!”

No i don’t wan’t to join TPS anymore, i will give my invites
somewhere else, especially after this. Maybe i will give etiv a
shot.

For anyone applying for TPS: just say you are a newb with no
trackers and wants to get started and they will aprove you, don’t
give any info to those guys. Better yet, don’t join then.
</code></pre>

<p>116.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>TPS, LAWL

This is not how it works now. Again, you can use the web submission
form that will become active shortly, and indicate any information
that you believe might be of importance to your tracker activity,
etc. so we have a clear idea of your background, which will give us
a better picture of wheter you would be a qualified candidate or
not.

After this, and if things don’t work out to your satisfaction, and
if you feel that you are being unfairly treated, I’m sure that you
can join our IRC help channel, and it can be discussed further with
staff, who can get into more details with you about things, and
verify that everything on your end does check out, or any
outstanding conflicts can be resolved.

Even if you are an honest, straight up guy, you have to look at it
in the view of our POV. We are doing our best to prevent invite
traders, or sellers from ever being able to infiltrate TPS, and our
known as a save-haven for responsible users who respect trackers
(lots more goodies there, because people are willing to share their
knowledge, and have fun at the same time) Also keep in mind,
depending on when you took the interview, you may have been dealing
with a staff member who could of been hostile (it could of happenned
due to the conflicts that were taking place @ TPS, towards their
downfall) This will not occur again, as we have new staff that we
all can put trust towards.

Being there, I am slowly but surely getting the impression that
things are going back to the way they should be, a great place to
chill, where you have a voice, and not have to worry about being
banned, because you want to express yourself (within reason)

If you are somone with outstanding character, I hope you do go in,
and as you can tell by my post I only have the good intentions of
TPS in mind. I hope this clears things up for you.
</code></pre>

<p>117.#####  <cite> TPS, LAWL </cite> Says: </p>

<pre><code>MAYOKO  
 You seem to be resonable, unlike the guy who interviewed me.

TPS called me scum once (trader) for telling the truth and i won’t
forgive that. I went for what i heard of you, i don’t need any more
trackers, but i do have several invites parked at my accounts.  
 When i was idling at the IRC i was aways talking with the newbs
there, not a single one said that they want to learn about private
trackers, or have a place to share his ideas, ALL the reasons for
joining TPS were “I want TL” or “I want What.cd but i don’t wan’t to
study for the interview” and stuff like that, and all of them got
acepted.

From what i saw at the IRC and for being called a trader by the
interviewer i can imagine what this “community” looks like from
inside. I don’t know if you are staff there, you don’t seem to be
like what i saw, but if you guys put that type of character who
accused me of trading to interview… no thank you, but i don’t want
to be a part of TPS.

And i would assume my e-mail is banned from there, since i got
rejected, so even if i was minimun interested to join i couldn’t.
</code></pre>

<p>118.#####  <cite> Anon </cite> Says: </p>

<pre><code>Both of these sites are useless fucking garbage with a bunch of
scammers and trolls trhat suck each others dick. Seriously what
fucking purpose do ypou serve other then to beg for a dollar from
me? You dont do shit motherfuckers. I was in both of those shitty
sites, this all is just a ploy anyways, its the trackers that
deserve ALL of the credit. Not some fucking wannabe telling about
the place.
</code></pre>

<p>119.#####  <cite> Red </cite> Says: </p>

<pre><code>@MY TH30RY, I never once stated my support for NiNeCat, and only
ever invested my support in getting some kind of balance back to
TPS, which again, is a place I firmly believe in. My support for TPS
has never ended, and in fact, a protest was staged when I chose not
to return to TPS until all of this crap had been blown over. If you
had access to the DP forum (which you probably dont), you would be
able to see what I mean.

It was only the day (and by that, I mean the very split second) that
TPS was back up and running under new leadership that I could trust
that I made a return.

So yeah, before you acuse me of an allegiance to NiNeCaT, might pay
to ask around a little first. Just check her rep on TPS, believe me,
I am against her in every way possible, and what she bought to TPS.
</code></pre>

<p>120.#####  <cite> Red </cite> Says: </p>

<pre><code>Oh, and to back ip up, the whole team redthehat shindig was a term
that was coined up by another member on TPS when I expressed how
pissed I was at the state of how people were reacting on TPS. My
idea was “Who gives a shit, it has happened, lets get on with
things”, and was in no way intended to support the banning of anyone
at all. If that is what you believe, then I am not too sure where
you get your info from but you may want to question your source. I
still to this day hold people such as Muddslinger, BlastGT1,
SteveAllison, and David1970 as damn good people that are an asset to
the bit torrent community, and that is something that will never
change, regardless of how many people want to try and mould words
around.
</code></pre>

<p>121.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>TPS, LAWL

You don’t have to worry about the interview process anymore.
Thankfully the new staff in charge, have realized that the interview
process just wasn’t working out. I personally never had problems
when going through the interview process, although at the time you
were going through the interview process prehaps there had been some
unfortunate staff changes, and some of the rogue staff members were
involved with that whole debacle.

So when you do go through the web submission form, state as much
information as possible, and come clean with everything (stuff
happens sometimes, but it doesn’t mean the end of the world) I’m
pretty sure they will check things out, and could take some time to
go over all your details, but in the end it’ll be worth it to ya. I
know some of the staff that are now on the new TPS, and they have
always been fair with the dealings with myself and others.

And btw, I don’t think that’s what TPS is all about, just a place
where people can score invites so easily. It takes time to prove
your worth there, and people have to put alot of effort to show that
they would be great additions to the communities they wish to join.
Sometimes people just don’t know much about the tracker world, and
its up to us to educate them on how appropriate behaviour is where
your at, which helps them become “expert torrenters” Having said all
this, it gives people a chance to bond and build relationships of
trust, so others can give them the opportunity to be invited to
where they wanna belong. That’s how these things take place.

If your email was banned for whatever reason, then feel free to join
up @ the TPS Help IRC channel (whenever it does get posted) and
explain your case, and see where it goes from there.

Lastly, in the case of these kinda fourms, don’t just judge an IRC
channel as to how a community is like, base it on what you see when
your on the forum, then you’ll have a much better idea. Sometimes
thing happen in IRC, people have their moments, but things work
themselves out, and I think that’s the general policy of what TPS
stands for now, and in the future.

Peace.
</code></pre>

<p>122.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>MAYOKO,

Yes, I’m the same person you think I am &amp;lt;3

I’m very glad you got a foothold and made something of it.

I’m sure I will see you ’round the ‘net.

Also, I’m with RED (thehat) on the reputations of BlastGT1,
Muddslinger and SteveAllison. Good people, who treated me well.

Plato said this 2000 years ago, and it is still true:

“Be kind, everyone you meet is fighting a hard battle”

Much Love,

\- Your Humble Servant

p.s. Firesign Theatre said this about 40 years ago, and it’s still
true:

“We’re all bozos on this bus!”
</code></pre>

<p>123.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>Glad to see you back Red!

As the people he mentioned in his above posting (including himself)
these people are the ones that have always cared about TPS, and
would bend over backwards to make the community balanced and fair.
We’ve always had a fun time all around, till certain power-hungry
individuals took over, and slowly but surely removed every good
member that was there, and it was sad to see red gone over those
kinda terms, he didn’t do anything wrong.
</code></pre>

<p>124.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>Elizabeta,

Always the philosopher
![:P](/wp-includes/images/smilies/icon_razz.gif)
</code></pre>

<p>125.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>@ ANON

And you have no fucking clue as to what the whole purpose of these
forums are. A place to get to know people, and hopefully based on
their actions allow them to get a chance to be somewhere, they might
not be able to get into any other way (for example they don’t know
people who had an invite, and said Tracker didn’t have open reg, or
irc interviews, etc.)

Part of the purpose of TPS was to become tracker friendly, to have a
meetup place so tracker staff could get a chance to know people, and
to their discretion, give them an opportunity to prove themselves
worthy of being at a certain place. The only thing that is valid
about what you said is that trackers are ALL about what makes it
happen, and what makes the scene. They serve their purpose, we serve
ours.

Based on your description, pretty amounts to all the BS invite
trading/seller sites out there, that have no ethics what-so-ever,
and prob. would sell their dead mother’s gravestone just to get in.
Maybe you should scroll down FSF a little more, and you can get all
the links you need on a recently posted article, might help you out.
</code></pre>

<p>126.#####  <cite> Mayoko </cite> Says: </p>

<pre><code>Forgot to add, that there are so many other goodies that are there,
but you gotta earn your place there to get a chance to receive your
just reward.
</code></pre>

<p>127.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Red, and all of the others telling me to “move on”: you have it
backwards, it’s you who need to move on. You’re in a serious case of
denial and you’re chasing a Utopia that simply doesn’t exist.

So, you simpletons can sit around the campfire and sing Kumbaya, and
about peace and love and how everything is great in the world, but I
still have to wonder why you’re completely ignoring the fact that
Bubbl3 is lying to you.

So far, all the cult members have done is to call me names and try
to discredit me (almost all anonymously, too, I might add), but not
one of them has answered any of my questions.
</code></pre>

<p>128.#####  <cite> Beagle </cite> Says: </p>

<pre><code>CULT CHARACTERISTIC No. 3:

Isolating the Sheep.

Cult leaders must control the information reaching their followers
if they are to retain power over them. Therefore they must isolate
followers from potential critics. Most likely such criticism will
first come from family or friends of the new recruit; therefore
early in the convert’s training he/she will be instructed to
minimize association with family. Such attempts, of course, will be
accompanied by a shower of attention by the new “spiritual family,”
in order to soften the blow of estrangement, from (former) loved
ones. Isolation from past influences accomplished, control of
converts will yet be but partial if any free flow of information
remains unchecked. Therefore recruits will be discouraged from –
even made to feel guilty about – reading “spiritual pornography”,
literature critical of the group. Any such criticism will be viewed
as “persecution”. In most cults, much pressure is exerted to keep
the members in as much ignorance as possible. The leaders
perpetually provide numerous impressive ‘facts’ to support their few
causes and equally numerous insights on how to live an “unworldly”
or holy life (but in fact keep such people ignorant of the true Way
of salvation, and in bondage to personal sin). Fascinated by the
seeming wisdom and holiness of the leaders, and loaded down with too
many activities and information to process, each believer is easily
captivated. Soon every thought of the believer is held captive to
the self-appointed prophet of the group.
</code></pre>

<p>129.#####  <cite> Don&#8217;t you get it? </cite> Says: </p>

<pre><code>Of course Beagle, based on the privledge of you being there, you
would know that this Utopia just doesn’t exist right? Why don’t you
actually show up @ TPS for a change, instead of having your foot in
your mouth, since you obviously don’t know shit about what you are
talking about, just another attempt at painting a picture that ends
up looking like a 5 year old’s doodling for the first time.

As for cults, it almost appears that all your faithful cult
followers over @ ETIV have followed the party line, saying what was
necessary under the FSF article bearing your name to make yourselfs
appear like a nice, peaceful, gated community where no shit could
ever take place. I guess people fail to realize that Blackie, and
any of his minions can safely take refuge there. Don’t even want to
know what shit happens over there. Strangely enough, there was
minimum bashing taking place there, only here (prehaps because
nobody really gave two hoots about ETIV, or others just wouldn’t
stoop to the level/vendetta that has taken place from a very small
minority over here)

Why try to hound your way around, like some rabid dog that doesn’t
even know how to bark properly, uncontrolable drool dripping from
it’s gapin jaw, when your only intention is to ensure that TPS could
never get a foothold again. Simply to elminate the competition? Is
that why you keep insisting for people to answer questions (which as
far as we’re concerned have been answered sufficiently) and
wondering why they are impotent at best. Like trying desperately to
get an errection, but realizing you only have a limp dick (ie.
nothing there)

While we’re at it, why don’t you answer a persons inquiry that was
just recently posted, since you are all about making sure people ask
questions: (and please…since you have all this valuable evidence,
actually provide it this time)

——————————————————————————————————————  
 We would love proof of the so-called excessive profits that instead
of being re-invested BACK into Savvy-Seeds/community (which seemed
to be the official line) were instead diverted into someone’s
pocket. Come clean on this, so we can truely see your POV. You
certainly would get more respect from people.

This time, pls. don’t just make a statement about what you saw, and
how you had to do something about it, back it up!  
 ——————————————————————————————————————
</code></pre>

<p>130.#####  <cite> Someone has no RL </cite> Says: </p>

<pre><code>Beagle,

You must monitor this article 24/7, based on the quick turn-around
on your responses, do you even have a RL, or does this consume your
whole being? You should become a lobbyist over in Washington, be a
great career move on your part.
</code></pre>

<p>131.#####  <cite> Beagle </cite> Says: </p>

<pre><code>Thank you for proving my point, DON’T YOU GET IT…. I’ll assume
that’s not your usual nick. lol.

Cult followers @ ETIV?? Nice try to discredit both me and ETIV. If
you weren’t just talking out your ass you’d know that I have no
vested interest in ETIV whatsoever. I’m not more than a member
there, and not a very active one at that… 14 posts since June 2009.
What I do have is a great deal of respect for the staff there. In
all my dealings with them they’ve shown themselves to be an honest,
straight forward, fun-loving, and tight-knit bunch. Also, If you had
even half a clue you’d know that Backie is no longer a member there,
and hasn’t been for quite a while.

As for the proof about Savvy… I’ve already posted it.. The truth
about Savvy is what got me banned from TPS. If you want to see it,
look it up.. I’m not your lapdog. (PSST… the mere fact that they
fucked off from TPS taking with them all those profits that were
supposed to be re-invested back to the community should be a huge
clue for you too)

So, I’ve addressed your attempts to discredit me, how about you
address my question. Oh, and could you use your real nick, please. I
like to know who I’m speaking with. Unless you’re too ashamed to,
that is.
</code></pre>

<p>132.#####  <cite> D-Boy </cite> Says: </p>

<pre><code>Beagle I used to really respect you but I gotta say how you are
acting in this thread is unbelievable.

First of all I don’t see what the big problem is with SaavySeed
making money in the first place….They provide a service and run a
business, ok maybe they over charge, but guess what people still buy
there product so why not charge that much! And from what I hear
people do because of the wonderful customer service you recieve from
them that you don’t get from other providers.

Secondly, are you really still so bitter that you need to try and
discredit TPS at every given opportunity, I mean grow up or get over
it dude. People can make there own decisions about weather they want
to go back to the forum after all the recent drama they don’t need
you bashing it to help them decide. If you visited the forum at all
in the past few months you know that the previous leadership was
retarded, power hungry and had ruined the site. So for bubbl3 to pay
to keep it going and some of the only quality members that were left
to step up into a leadership roll is admirable.

Lastly cause I know you’ll bring it up, guess what even it bubbl3
does really work with SaavySeed and used theirs funds save the site,
it doesnt make a difference, he saved the site and is trying to
bring it back the enjoyable community it once was.

It’s funny cause I used to respect you for building a respectable
forum, but its funny how in the face of advirsoty, peoples true
colors emerge, and yours surely have. You are a bitter, lonely
person who tries to find joy in making others look bad, when really
all your doing is showing how little life you truly have, to still
be bitching and moaning and trying to make TPS look bad after being
banned like a year ago…..Get a life dude.

And yes I used my real name so you cannot bitch about being Anon
</code></pre>

<p>133.#####  <cite> David1967 </cite> Says: </p>

<pre><code>blah blah blah, just get rid of the remaining staff members who were
supportive of the old regime. 2 have already been removed, 1 even
did the right thing and stepped down freely of their own will. Lets
see if the remaining ones have that kind of character… I doubt it
though.
</code></pre>

<p>134.#####  <cite> Proof? </cite> Says: </p>

<pre><code>No you actually haven’t posted the proof, still only making an
accusation and pointing a finger into thin air. All you have ever
said was that all this profit-money was not invested back into the
community, instead was diverted elsewhere.

Proof would be actually showing this to be the case, ie. where it
was diverted to, any words/statements indicating that this said
activity was taking place, a spreadsheet showing what profits were
made, and what would happen to them, Screenies/Snapshots of
conversations being said, HARD evidence, etc.
</code></pre>

<p>135.#####  <cite> An addition </cite> Says: </p>

<pre><code>Blackie the member may not be there (since of course his infamy
follows him everywhere) but who is to say the person behind Blackie
is still not there? It wouldn’t take much effort to create a new
identity, to start a new life, knowing the horrible, sick feeling of
embarrasment he caused upon himself, for being suck a drama-stirring
dick, only to cause further turmoil down the road, in some way shape
or form, with or without your explicit knowledge. Hell, you let him
in the first place, which is bad enough on it’s own.

If that is not the case, well then that’s great, we can remove this
cancer that has been the diesease of the BT community for sometime.
I just hope he’s not lurking there still…..
</code></pre>

<p>136.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@D-Boy: you don’t seem to understand that the issue here isn’t the
profits, or the money, it’s TRUST, and THE TRUTH. That Savvy was
making tons of money is no secret. What you culties fail to remember
is that the money from Savvy was supposed to be for the TPS
community, not a few greedy souls. Savvy was created by TPS and was
for TPS, and the fact is that it was hijacked and the money was
stolen. You may not mind being fucked in the ass, but I don’t care
all that much for it, so yeah, I am a little bitter over it.

So, if you don’t mind that the current owner of TPS is a part of
that group that stole from you and is now openly lying about his
involvement with that group, and if you don’t care why he’s lying to
you, that’s fine with me, but as long as all you want to do is call
me names and make up stuff to try to discredit me instead of just
answering my questions, then I’ll just keep on posting.
</code></pre>

<p>137.#####  <cite> Anonymous </cite> Says: </p>

<pre><code>Tis true that at one time I did respect Beagle, and what he stood
for, that he was a person of integerity, and wouldn’t put up with
shit that shouldn’t be taking place. It’s his actions towards the
end of his banning that did him in. He took things too far, wildly
pointing fingers in all directions, because in his eyes he was doing
the right thing, meanwhile, it was simply a dilusion on his part, as
nothing of what he was accusing TPS/SavvySeeds of doing was taking
place. I can see his stance of it being a non-profit (any profits
generated being put back into the service) as being honorable, since
after all it was suppose to be a community provided service, so all
of us could enjoy it. The only problem was that was actually being
the case, and he could never see it that way of course, and even it
was making a small profit, what difference did it make anyways. I
think it would be fair to compensate the people who are running the
whole operation as a thank-you for doing such a great job. But,
alas, since even a small profit that wasn’t being re-invested back
into the community, did not occur, really puts Beagle’s accusations
to what they are, a dillusion, one that constantly haunted him,
something he couldn’t let go of, and as a result, attacking innocent
victims for such dillusions.

If that isn’t the case, can you finally bring about the HARD
evidence you have Beagle, proving without a shadow of doubt that
this ACTUALLY had occured. Simple words of accusation are pointless,
when there is no substance, no PROOF of it ever occuring. Like you
mention so many times before, why don’t you grow some, and answer
the damn question, and do it properly.

As to SavvySeeds it was/has been known for the quality of service
provided, not to mention the customer service (which is both
provided free, both from members and staff) only because we like to
help each other, as we are a community of sorts. When it was @ TPS
there were so many benefits that were provided back to the community
(which we do not need to get into for privacy reason, it just
occured) and the real reason why SavvySeeds moved away from TPS, was
partially due to the direction that this new evil regime had put in
place, and whatever plans they had in the future, we did not want a
part of. There simply was too much drama, too much hassle, and
senior members of the staff dis-crediting SavvySeeds, and attempting
to ruin the very service itself (if they had their way) It was the
best possible move that staff @ SavvySeeds could of made, and I for
one, am glad that they made the right decision, things have only
gotten better since the seperation from there.
</code></pre>

<p>138.#####  <cite> Anonymous </cite> Says: </p>

<pre><code>The reason people were calling you names, is cuz you were just as
guilty as they were about the very thing you are upset about.
</code></pre>

<p>139.#####  <cite> Anonymous </cite> Says: </p>

<pre><code>“That Savvy was making tons of money is no secret.” “the fact is
that it was hijacked and the money was stolen”

“So, if you don’t mind that the current owner of TPS is a part of
that group that stole from you”

As mentioned above, please provide HARD evidence/proof of your
statements, as you love to use fact, when it only comes across as
(disllusional) speculation) Until you provide any solid evidence of
your “claims” then how can anybody really believe you Beagle?

As you love to say, Please answer the question?
</code></pre>

<p>140.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>\*hands everyone a nice tall beer\*

Wow, this is a knock-down drag-out.

FFS.

Anyone need a rub-down? I’ve got room in my corner, come and rest up
a bit before the next round… LOL

![;)](/wp-includes/images/smilies/icon_wink.gif)

\- Your Humble Servant
</code></pre>

<p>141.#####  <cite> racerboy99 </cite> Says: </p>

<pre><code>HEY EVERYBODY  
 YEAH  
 EVERYBODY  
 JUST SHUT UP AND EAT SOME GOD DAMN CAKE.
</code></pre>

<p>142.#####  <cite> D-Boy </cite> Says: </p>

<pre><code>I think the real issue here Beagle is that you are pissed that you
weren’t counted in on the SaavySeed Project and didnt get any of
those benefits, if SaavySeed was truely making thousands of USD as
you say how is all that money going to go back into the site that
has a 60 Euro a month server cost? It wouldn’t, ok each Christmas
maybe give out a few gifts to some lucky users but that at most
would be $1,000 each year. I think that YOU beagle are just pissed
that YOU personally didnt get any of that SaavySeed money, which you
may have deserved at the time, but since have shown you don’t really
deserve any of it, and it should go where it has gone to the hard
working team that is SaavySeed.

Also as you referred to me as, one of you “culties” who doesnt care
that you were fucked over you can know that I haven’t been active at
TPS is over 6 months since all that previous staff was taking over
and turning things to shit, I just think its sad to see what a
bitter scumbag you have evolved into.

The bottom line that I now see is your pissed that you weren’t cut
in on the Saavyseed profits and then outted them for making alot of
money, and were banned from the site and now are so bitter you send
a far amount of your time online bashing TPS as a whole.

Stay Classy Beagle ![;-)](/wp-includes/images/smilies/icon_wink.gif)
</code></pre>

<p>143.#####  <cite> Cherokee </cite> Says: </p>

<pre><code>I kind of have to laugh at people yakking on and on about invites.
Maybe you guys thought it was supposed to be an invite forum, but
that has nothing to do with why I joined, and nothing to do with
what I felt that the forums and irc were about. As far as I’m
concerned, they could get rid of all the invite forums, and just
say, whatever, if you want to offer an invite somewhere to someone
you meet here, fine, but that’s just what you do in private.

What I really liked about tps is that it had a fun irc, good radio,
forums where people could and were opinionated, without constantly
having moderators say, be nice and agree with everyone, so you’ll
get along. It had a great arcade, with lots of fun games I used to
love, as well. It was also a place where you could pick up
information about what was happening where. This was more important
than potential invites, because you could talk to people who knew
there.

So I think the invites aren’t really a necessary part of tps, and
people who think that’s what tps is all about missed the actual
point somewhere.
</code></pre>

<p>144.#####  <cite> Yocto </cite> Says: </p>

<pre><code>TPS Sucks end off.
</code></pre>

<p>145.#####  <cite> BlueRoxy </cite> Says: </p>

<pre><code>hey, you guys disabled my account for no reason…this was done about
2 days before the site was taken down, please re-enable — I am a
contributing member to the site.
</code></pre>

<p>146.#####  <cite> anon </cite> Says: </p>

<pre><code>@Beagle  
 You talk about trust and the truth, which is very idealistic. we
know why we’re there for fun, and it doesn’t need to be the epitome
of integrity. I’m gonna ignore all that stuff about cults because I
think you sound like those conspiracy theorists at that point. (its
just and internet forum for lulz, its not like they can impact your
life in any meaningful way)

also, i’m not convinced Bubbl3 is being disingeneous. he said he and
possibly others paid the debt owed to the server. that’s how they
got the site. he may be a little vague on the details and his
affiliation with Savvy, if any, but I don’t think he’s outright
lying. they got the site by paying the debt. seems like a truthful,
though perhaps incomplete, statement.

even assuming that he is lying, for what purpose would you
speculate? give us your worst case scenario.
</code></pre>

<p>147.#####  <cite> Whitey </cite> Says: </p>

<pre><code>@Beagle I’m sorry man people are right go back to being with backie
you 2 belong together :). bubbl3 and Wall-E both were contacted many
times from the DC about how to get in contact with the admins of TPS
and since bubbl3 does much business with the same DC and Savvy orig
did host them I’m sure after months of unpaid bills the DC was happy
enough to hand over the server after bubbl3 paid the 3+ months of
past due bills out of his own pocket. I hope TPS will get back to
what it once was a long time ago and that’s an actualy good place
before ninecunt and the rest decided to ban and kick everyone out
for no good reasons.
</code></pre>

<p>148.#####  <cite> Still looking for that proof? </cite> Says: </p>

<pre><code>Beagle,

It’s been a few hours, are you still searching for that holy grail
of proof, with the smoking gun? Have you dug and dug, getting more
and more frustrated, all in futile, because you finally came to the
conclusion that everybody else knew, that you were blowing smoke
outta your ass the whole time?

Maybe…finally…we can put this to rest. Your claims are meaningless
statements, that you repeat to yourself, over and over again, just
so you can garnish enough self-esteem to pursue something that never
really took place.
</code></pre>

<p>149.#####  <cite> Whitey </cite> Says: </p>

<pre><code>@Beagle the problem with your statements is that no one gives a crap
to what you have to say. The point here is that TPS is back up and
under new hands and much better hands. Let’s hope it can be like it
once was in the past a great community where people can actually
hang out and chat and post reviews and not get banned for no
reasons.
</code></pre>

<p>150.#####  <cite> Oromis </cite> Says: </p>

<pre><code>Holy shit over 150 posts! BT Drama
</code></pre>

<p>151.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Whitey: I spoke directly with Server.lu and they did NOT return
that server to anyone other than Savvy. Period. Why Bubbl3 is lying
about that and his involvement in Savvy is for him to explain, but
all the facts point to him being an outright liar.

Also, judging by the comments here, it seems to me that a lot of
people care about what I have to say. They may not like what I’m
saying, but they obviously care. And to all of you who claim to have
lost respect for me… HAHAHAHA… do any of you actually think your
opinion of me is worth any more than the paper this post is written
on?

@D-Boy: to suggest that I’m only angry about not being cut in on the
profits is a laughable suggestion to anyone who actually knows me.
Tell your buddies to have a look in the staff forum and see who it
was that put an end to Wall-E’s plan for Savvy to provide free
seedboxes for the staff.

@ the Anonymous cowards: If you expect to be taken seriously, then
grow a set and post with your real nick. No reasonable person would
lend any credence to anything written by a spineless coward too
afraid to sign his name to it.
</code></pre>

<p>152.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>“@ the Anonymous cowards: If you expect to be taken seriously, then
grow a set and post with your real nick. No reasonable person would
lend any credence to anything written by a spineless coward too
afraid to sign his name to it.”

This is the real truth here. If you want to be part of a community,
own your words, be yourself, and don’t pretend to be /b/rothers when
you are nothing of the sort.

At least /b/rothers actually do something constructive. You are not.
No one can take you seriously. Your Guy Fawkes masks are fakes.

\- Your Humble Servant
</code></pre>

<p>153.#####  <cite> Slynck </cite> Says: </p>

<pre><code>Fresh start for TPS maybe….a transparent community… I don’t think
so. People everywhere are all the same, you guys have issues!
</code></pre>

<p>154.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Whitey: I’m also curious, are you the same Whitey I see in various
forums and IRC channels who, every time seedboxes are mentioned,
puts in an ad or plug for SavvySeed?

(sarcasm)  
 Of course I would never doubt that your opinions and comments here
were in any way biased.  
 (/sarcasm)
</code></pre>

<p>155.#####  <cite> There were reasons </cite> Says: </p>

<pre><code>Elizabeta,

Some of the people who posted anonymously were not from the /b crowd
(if there were even anybody from the /b club that posted here?) ,
but had their reasons for not revealing who they were, and it’s not
an issue of integrity that is the question, it’s how Beagle handles
affairs, and his method of madness to strike out at anybody that
does oppose him, and some consequences that might result from this.
You may very well at some point be gotten in touch with, so you can
see the reasoning behind all of this, but it is justified, without
having to give an explanation.

The only thing this is has to do with is that Beagle has time and
time again, falsly accused SavvySeeds of wrong-doing, without
providing one shred of solid evidence that SavySeeds was purposly
diverting excess profits into someone pocket for benefit/gain. He’s
averted the question that was repeately asked of him, and because of
his failure to do so, how can one not question his credibility. We
only wanted an actual answer from him, not a bunch of meaningless,
repeated statements that lead no where. Beagle, either man up, and
prove what you are saying is true \[there were examples posted above
on how you would be able to achieve this \] (instead of scoffing it
off as though your statement was as good as gold, which is pretty
much what you said earlier, when suggesting that we look up what was
said as being proof) or drop this whole fiascal.

Why are you trying so hard to undermine the efforts of many others
that care about the BT community, and set out to do what they say
they are going to do, because they care, and want to make a
difference? Only a narc would come after someone so viciously, as
the only reason why they bring up some technicality is the fact that
they are bitter about what happenned, and can’t let things go. You,
and only you are the person that actually cares how TPS was able to
get back online. Nobody else gives a shit. Don’t you even question
why?
</code></pre>

<p>156.#####  <cite> Anonymous </cite> Says: </p>

<pre><code>Slynck,

The majority of the negative comments that have been posted on here
(and they aren’t constructive criticism to say the least) are from a
former staff member, who’s only intention is to ensure that TPS is
no longer operationally. Period. He continously attempts to use a
technicality as his only excuse, to be appear noble and rightious,
when his real intention, is to see the demise of a great community
he use to belong to, resurrect itself, and attempt to achieve itself
to it’s former glory.

Inside TPS, the evidence is quite clear of the open, transparent
policy that was promised. Come on over to TPS, and you’ll be able to
see what I’m talking about.
</code></pre>

<p>157.#####  <cite> Slynck </cite> Says: </p>

<pre><code>Beagle you are the man, I’m on your side dog, the rest of the guys
are just too fishy and smelly and they will continue to smell just
wait and see. It’s up to you to decide to end all connections that
you have with this guys and stop writing about this matter, because
we all got the point what has happened there and who’s fault that
might be. They got the site, you are no longer with them, the people
already know what people used to run and now run TPS…. so imo I
don’t think you should honour them more with any of your attention.
But it’s up to you mate. Cheers
</code></pre>

<p>158.#####  <cite> Slynck </cite> Says: </p>

<pre><code>@, Anonymous

You make me laugh dude, I’m already there and really I don’t see
what you are talking about! And I’m already sure that I will not see
transparency there. You guys are all the same there!  
 FIN
</code></pre>

<p>159.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@There were reasons: LMFAO… now you’re trying to portray me as some
kind of big, bad, vicious dog who will attack you for speaking your
mind ![:)](/wp-includes/images/smilies/icon_smile.gif) That is just
too fucking funny for words
![:)](/wp-includes/images/smilies/icon_smile.gif)

Once again, all the info about Savvy was already posted, it’s there
for you to see if you want it. That’s ancient history, and like I
already pointed out, the fact that they ran away with the seedbox
project and made a company out of it should make it plainly obvious
that it was generating a good deal of cash… to anyone with even half
a clue. The issue here isn’t whether Savvy was/is making a profit,
that is a long foregone conclusion.

I’m not trying to undermine anything. If TPS had been re-created
with a reputable owner, I wouldn’t have cared less. I saw what
appeared to be a very fishy situation, where the new owner of TPS
was claiming that he simply purchased TPS’s server from Server.lu
complete and intact with TPS’s database even though he was not a
previous owner, nor was he directly associated with TPS. That seemed
to me to be a huge privacy and security breach on behalf of
Server.lu. Upon further investigation, it appears that his story
about purchasing it from Server.lu was a lie, and that it was Savvy
who owned the server, and he obtained the server from Savvy, not
Server.lu. Why he would lie about the circumstances surrounding him
obtaining the server, and lie about his involvement with Savvy is
unknown at this point since all you idiots seem to want to do is try
to discredit the guy asking those questions, instead of seeking the
answer to them.

PS: couldn’t grow a pair, eh?
</code></pre>

<p>160.#####  <cite> Wow, you really know yourself Beagle </cite> Says: </p>

<pre><code>Without even reading the rest of your dribble, that is exactly what
you have done. You run around, and you yell and scream your
accusations at people, and then when your done with your tirade of
bullshit, you deal with them, and then you walk away as though you
deserve to have a medal for doing the right thing. \*sarcasm\* You
can’t even get your fucking facts straight, you sorry excuse for a
human being, and as you always have come across as, you look ever
more so the asshole you truly are. It’s no wonder why others snicker
behind your back about it, they just don’t want to mention it in
front of you, in case your rage issues flair up again.
</code></pre>

<p>161.#####  <cite> Beagle </cite> Says: </p>

<pre><code>…..and still no answers…. just another comment from an anonymous
coward.

Guys… I’m not attacking your cult, I’m just asking a couple of very
simple questions. If those questions had been answered all of this
foolishness could have been avoided. You claim it’s a “new” TPS, but
I just see more of the same old lying, deceit and avoidance.

But yeah, you guys just keep on calling me names and making up shit
to try to discredit me instead of just answering what appear to be
very simple questions… you’re showing the world what the “new” TPS
is all about. Nice job, guys
![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>162.#####  <cite> Slynck </cite> Says: </p>

<pre><code>“You claim it’s a “new” TPS, but I just see more of the same old
lying, deceit and avoidance.”

Exactly my point, that’s right Beagle nothing is chaged at TPS. You
said it right, nothing is changed there. You are not my favourite
community anymore!
</code></pre>

<p>163.#####  <cite> What proof? </cite> Says: </p>

<pre><code>Beagle,

All you have done is again, attempt to focus on a technicality,
without answering the question that was asked of you.

So you supplied information to us, that has to be credible, and
can’t be question, because it must be assumed as fact. Yet, when
questioned about these statements of information, you still have not
provided ONE shred of evidence backing up these statements you made.

“yes, I was around, until I revealed how much excess profit the
Savvy project was making that wasn’t being used for TPS purposes.
When I revealed that information is when I was banned. They decided
to go with the cash… it didn’t work out too well for them, though.
lol”

Exactly when/where did you reveal this information abouthow much
excess profit was being made? Posts, screens, anything?

“Re-invested? All the profits were re-invested? All the thousands of
\$$ of profit. LMFAO.. how stupid are you ANON?”

Thousands of \$$ of profit….where’s the proof of this Beagle?

“That Savvy was making tons of money is no secret. What you culties
fail to remember is that the money from Savvy was supposed to be for
the TPS community, not a few greedy souls. Savvy was created by TPS
and was for TPS, and the fact is that it was hijacked and the money
was stolen. You may not mind being fucked in the ass, but I don’t
care all that much for it, so yeah, I am a little bitter over it.”

Love to see all these pie in sky amounts Beagle, how long does it
take for you to reveal this proof? Please, please show us how this
money was stolen, break it down for us month by month, the amounts,
who these few greedy souls were, etc. Maybe you have bank
statements, transaction reports, spreadsheets, hell, any kind of
financial information will do, we just want proof!

Instead of avoiding the questions that are mentioned in this post,
or others like it, which is so typical of you, answer them for once.
Otherwise, it really proves that you don’t have shit on what you
accusing others of doing. But hey, we are use to you being
slanderous if you can get away with it.
</code></pre>

<p>164.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>How about this, for a change? If SavvySeed has nothing to hide about
its business operations, why doesn’t SavvySeed post a statement for
us all to see, that details everything WHAT PROOF? asked for above?

Every publicly traded company does it. It is law.

If SavvySeed was indeed started with the sole aim of being a
non-profit support to TPS, and all funds (beyond maintenance costs,
including reasonable labor), were to be invested in the TPS
enterprise, what could be the harm of SavvySeed posting this
information in a TPS forum, open to all members?

Seems to me, it would clear up the argument once and for all.

I remember that Beagle was NOT an “owner” of SavvySeed, so should
not be expected to provide privileged financial information, nor
does he have the obligation to disclose such information, should he
possess it.

Business law and logic dictates that a reputable server company does
not hand over a server with a database full of proprietary
information to anyone other than a person who is duly registered as
a BILLING contact, or BUSINESS OWNER engaged in a contract with the
server company. To do otherwise is a criminal offense, and can be
prosecuted as fraud.

That, in a nutshell - is a business analysis that cannot be
disputed.

Also, a reminder, ad hominem attacks (name-calling, picking on
people’s personalities, slandering their reputation, etc.) are
completely ineffective means of settling any argument, and only make
the person slinging them look ignorant and spiteful.

\- Your Humble Servant

p.s. The TPS “enterprise” started as a non-profit community, grew to
include providing seedbox services and could have become much, much
more, had the funds designated for its growth been invested back
into the project.

I loved TPS so much, I donated within my first week as a member.
This entire saga has made me very, very sad.

p.p.s @ THERE WERE REASONS: If anyone wants to reach me, they know
where to find me.
</code></pre>

<p>165.#####  <cite> Beagle </cite> Says: </p>

<pre><code>… and again… just another coward too spineless to show us who he
is….

your comments mean nothing if you don’t even have the balls to sign
your name to them.

PS: you’re still trying to deflect the issue toward something that
was posted and proven a loooong time ago… stick with the issue at
hand, and just answer the questions and issues raised in THIS post,
not try to re-hash ancient history. You do realize that your
continued avoidance and attempts at deflection only further points
to your guilt, don’t you?
</code></pre>

<p>166.#####  <cite> Beagle </cite> Says: </p>

<pre><code>My previous post was directed at post #164, btw, not Elizabeta’s
post.
</code></pre>

<p>167.#####  <cite> ith3ory </cite> Says: </p>

<pre><code>hey beagle how are you doing mate? remember me?

ionno why i was mentioned in the beginning…i will fight for anything
i believe in

just wanted to say hi to beagle…have not spoken to you in ages. i
hope everything is going great outside ze internet

i am doing swell ![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>168.#####  <cite> RikT </cite> Says: </p>

<pre><code>Well I am just glad someone here has the gonads to raise the
questions about savvyseed and the ‘new owners’ of TPS I for one am
totally disgusted with the fact that supposedly a reputable company
server.lu just handed control of a server with tons of personal info
on me and probably several thousand other users in the DB to someone
else who supposedly had no involement in the administration of the
site and server just to get a few \$$$ they were owed by the
previous power hungry owners of the place.  
 I for one will be contacting them with various questions like:-

1)Did you just hand the server hosting TPS over to just to cover the
bills?

2) Why did you just hand my personal info over to someone that had
nothing to do with the site or admin of the server ?

3) What do you intend to do about this security breach as it break
many privacy laws?

But to be honest I dont really believe a word of the BULLSHIT that
they just handed it over at all as everyone at TPS would have a
lawsuit against them so big up BEAGLE for standing up and having the
balls to use his real nick as he said all you anonymous fags are
just cowards hiding behind your screen and keyboards
</code></pre>

<p>169.#####  <cite> SteveAllison </cite> Says: </p>

<pre><code>Jesus this is getting ridiculous….. So many are fighting over
anything and everything but sadly in the end, it is all
speculation….

First, when it comes to the books of Savvyseed there were only two
maybe three staff members who actually seen the invoices and true
profit margins…. That would be Wall-E and Simpliztic as they ran
Savvyseed…. The third person would be N3v3R if he actually took the
time to care….. Personally as absent as he was, I doubt he cared as
long as the server costs were made…. In fact in a private meeting
involving 5 of us Ex Staffers, he had to ask Wall-E and while no
figures were shown, he took the word of Wall-E… So for Beagle or any
one else for that matter bringing up what profits were made is
purely speculation….

Secondly I now read about how the server was acquired….. If memory
serves me correctly N3v3R switched to server.lu after the Savvyseed
project had formed…. Rather the server came from Wall-E or N3v3R got
it himself, I am unsure…. What I can say is that if server.lu gave
it to bubbl3 for back payments then I am leery of server.lu… Only
contacts I can personally see them giving it to would be N3v3R or
Wall-E depending on who the server rental contract was under…. Now
if it was under Wall-E, I could see Wall-E and bubbl3 coming to an
agreement to where bubbl3 pays the back charges and the ownership
would be changed over to bubbl3…. But sadly all this is speculation
once again….. The only person that would know for sure would be
bubbl3….

Instead of fighting over stuff we cannot prove, why not find
something that can be proven…. For me that would be the image of
TPS…. While I could sit here and bash so many of the ex staffers and
show off log after log of the dishonesty and crap they fed their
members, I will not…. I stayed out of this ever since my banning
months ago…. A wise woman told me to just sit back and watch because
karma is a bitch…. And sure enough the same deceitful staffers that
told lie after lie about many of us that were banned, eventually ran
the site to the ground….

Personally I could care less if the site is back or not…. It left a
bad taste in my mouth to be honest…. It left a bad taste in so many
members mouth…. I am talking about Captains, Dark Pirates, Comm
Reps, even some ex staff members….. Many that gave so much of their
time and effort to make that site so special at one time…

Sadly N3v3R and Soopy decided to promote a woman that was already
known to be deceitful and willing to backstab any and all staff
members that get in her way to the top…. Yes I do have logs of even
N3v3R saying how he is sick of her deceitful ways long before she
became a Sysop…. So to still see N3v3R’s name on the staff list as
Sysop is just insulting…. He promoted a woman he himself knew he
could not trust and then disappeared leaving the site at her mercy….
I would much rather see a tribute to what he created through a
thread then to see him in charge of anything TPS again….

Seeing members like othersna and megatron still staff is also an
insult…. They cheered on the massive banning that went on near the
end…. While the ones doing the banning are now gone, you left these
two cheerleaders and followers of NiNeCaT and Mike3775 as staff….

I think we can all agree that in TPS’s day there have been an issue
with confrontational staffers…. So where does bringing in zzenn
change anything?…. I bet each Ex Staffer including N3v3R, Soopy,
Beagle, etc will tell you he never got a staffing position because
of how confrontational he is…. We all remember Frozin, HiRiZe, and
Mike3775 for their opinionated and passionate ways and please
understand that is why they are not staff today….. This is not a
knock on zzenn by any means, some people have what it takes to be
staff and some don’t…. But to staff a community you must be able to
handle members professionally, not out them publicly like I have
seen in the past….

So to me and many other members rather they were Shipmates,
Captains, Dark Pirates, Comm Reps, or even Ex Staff, we are leery of
giving TPS that second chance…. In fact don’t expect many of the
Comm Reps to just come flooding back in… Not only must you earn
their trust back in the site, but now you made it harder by keeping
on known followers of the regime that sunk the boat to begin with…
While this will not be popular among many of you that loved what TPS
once was, the money it took to pay off the back 4 months and rent
for the next month might have been better spend on creating a new
site without the bad history behind it… I guess only time will
tell….

Anyways good luck with TPS, but to see me give an honest effort of
trusting the site again, a few other staffers have to go…. While I
doubt many TPS staff care rather I trust it again or not, please be
happy in knowing I keep all those logs to myself…. While I could
easy trash the name of TPS and many of its staffers (past and
present), I have not…. I was respectful as I could be under the
circumstances, I hope to see I get the same respect in return….
</code></pre>

<p>170.#####  <cite> Witch Doctor </cite> Says: </p>

<pre><code>STEVEALLISON: While this will not be popular among many of you that
loved what TPS once was, the money it took to pay off the back 4
months and rent for the next month might have been better spend on
creating a new site without the bad history behind it

actually i was thinking the same thing. i mean in the end was that
database really worth that money, all those tens of thousands of
outdated posts, most of the tracker reviews and library articles
were outdated, and the memberlist well, if you made a new site you
could just post it here and do as well as the advantage of mass
mailing that member list so to me, i feel like you do steveallison,
that database was not only not worth the money but it was not worth
the hint of foul play that will forever loom around the history of
how that database was really acquired.

by the time you trim all the bullshit and outdated shit off that
database it will almost be like a fresh install ha ha woot?
</code></pre>

<p>171.#####  <cite> SteveAllison </cite> Says: </p>

<pre><code>Witch Doctor: Well I am by no means saying the db was worthless….
TPS was once a great place to hang out…. Alot of their members made
it that way…. I guess when you weigh your options you see this….

In one hand you got a good member base after lifting so many bans to
alot of real active members that got banned or asked to be disabled
under the old regime… Sadly you have to win the trust back in the
members and Comm Reps in order to be successful again….

In the other hand start a fresh new site….. No bad history to fight
and no worries of backlash from still disgruntled members and ex
staff….. The sad part about that is you have to buy vbulletin, code
it to fit your needs, settle on new staff, and advertise to get a
members base…..

While I understand their decision because it is already formed and
the members were already there, I just wonder if the Comm Reps will
forgive and forget…. Without them TPS is no different then a forum
or a blog…. I mean we can all learn about BT and private sites at
places like slyck, Filenetwork, FileShareTalk, or even here at
FileShareFreak…. The only thing that sets these torrent invite
communities apart is its members and invites…
</code></pre>

<p>172.#####  <cite> inviteforumfag </cite> Says: </p>

<pre><code>sounds like this is all because of useless seedboxes, the biggest
ripoff in p2p
</code></pre>

<p>173.#####  <cite> Beagle </cite> Says: </p>

<pre><code>alright i am gonna stop talking trash now; just give me a blowjob
when i wake up from the hashish cloud that i am sleeping in now

bitches
</code></pre>

<p>174.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>\*inhales deeply\*

\*kneels\*

\*gives Beagle a blowjob\*

\*suck\*

\*lick\*

\*suck\*

\*slurp\*

\*mmmph\*

\- Your Humble Servant
</code></pre>

<p>175.#####  <cite> Beagle </cite> Says: </p>

<pre><code>That’s cute. Inaccurate, though. It’s been probably 15 years or so
since I’ve smoked hash.

A blowjob does sound good, though……

But seriously, if you’re going to try to imitate me you’re going to
have to at least make an attempt at using proper sentence structure
and spelling. I’m not claiming my grammar or spelling are perfect,
but at least I do give it an effort most of the time. Also, I almost
never call people bitches, unless they’re actually a bitch.

I guess that’s the best you cultie fanboys can do. Keep going,
though, you’re making quite an impression of TPS for the world to
see. They might as well see what kind of members are left there now
that all the decent ones, that had even a shred of integrity, have
left.

…..and still no answer to what appears to me to be a couple of
pretty simple questions.

Lies, Deceit, Dishonesty, Avoidance, Cover-ups, and silly antics
from brainwashed fanboys…. welcome back TPS.
</code></pre>

<p>176.#####  <cite> Beagle </cite> Says: </p>

<pre><code>THANK YOU, Elizabeta!!!!
![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>177.#####  <cite> Whitey </cite> Says: </p>

<pre><code>@Beagle more then likely yes it prob is me from time to time posting
Savvy’s info on seedbox’s as I am support for them and they are a
great hosting company as still many of the staff members from TPS as
well as many other private communities have boxes with us. I am on
many of the same communities that you are I get around and I see
nothing wrong with advertising a good host when someone is looking
for one.

As for your proof well bubbl3 is Savvy higher up staff just like
Simp and Wallz is. He doesn’t have access to the servers I believe
but he still is the higher up. Also the Data Center did contact
Savvy a number of times on trying to get in contact with TPS former
staff to pay the bill so either bubbl3 responded or Simp or Wallz.
In all reality who cares though? All it is now is a group of much
nicer people that wont ban people just b/c they can and are hoping
to make a much better community out of TPS like it once used to be.
</code></pre>

<p>178.#####  <cite> Beagle </cite> Says: </p>

<pre><code>Who really cares? I’ll bet at least some of the thousands of people
whose private data is stored within that server that Server.lu
supposedly sold to an unassociated third party care. If Bubbl3’s
allegations are true then anyone and everyone who deals with
Server.lu or any of the sites hosted on it’s severs, should care.
It’s a pretty serious allegation, and a major breach of privacy on
behalf of Sever.lu … IF it’s the truth.

Thank you, though, for acknowledging that you have a vested interest
in this and you’re not an unbiased third party. Kudos too for having
the wherewithal to use your real nick.
</code></pre>

<p>179.#####  <cite> Whitey </cite> Says: </p>

<pre><code>@Beagle

Well technically Savvy is no stranger to .lu or to TPS as Savvy did
host and manage TPS for a long while. I do see your point but in all
reality I’m sure it wasn’t hard at all to produce the correct info
to .lu for the TPS info. Also Id be more worried about the former
TPS staff having everyones info before the new staff but that’s just
my .02
</code></pre>

<p>180.#####  <cite> Beagle </cite> Says: </p>

<pre><code>You’re correct, Savvy is no stranger to Server.lu. In fact, they
were the previous owner of the server that hosted TPS, which is why
Server.lu returned the server to them. Why Bubbl3 is denying that,
and lying about his real association with Savvy is exactly the issue
here.
</code></pre>

<p>181.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>@Beagle,

You are quite welcome
![:)](/wp-includes/images/smilies/icon_smile.gif)

A bit of splooge down my gullet is a welcome relief from the drama
here and elsewhere, atm…

I think you know where I mean.
![;)](/wp-includes/images/smilies/icon_wink.gif)

And yes, that was me posting your blowjob, not an impostor. Anyone
who has ever gotten one from me, knows I drool, thus the \*slurp\*.
Then, I try to talk with my mouth full, thus the \*mmmmpph\*.

\- Your Humble Servant
</code></pre>

<p>182.#####  <cite> Whitey </cite> Says: </p>

<pre><code>@Beagle  
 I don’t think bubbl3 is really lying as he may be upper staff but
he don’t have access to anything what so ever I don’t think any
more. As every time I’ve had issues with something I’ve had to have
Wallz or Simp take care of it as those are the only 2 people that
have access to anything server wise and payment wise, and I think
Wallz is the only one that has access to the payment stuff. I could
be wrong but I do believe this is how it is now and has been for a
little bit.
</code></pre>

<p>183.#####  <cite> Beagle </cite> Says: </p>

<pre><code>You don’t think he’s lying?

Here is a quote directly from the article:

&gt; Luckily, bubbl3 just so happened to be on Server.lu’s TPS contact
&gt; list,

This is a quote from Bubbl3..

&gt; 2) Who said i was the billing contact? S.lu was desperate for
&gt; reaching the server billing contact and contacted everybody they
&gt; knew, i just got word of it and decided to contact them.

So, according to him he was an unassociated third party who simply
contacted Server.lu and they sold him the server.

This is another quote from the aritcle…

&gt; Bubbl3 came up with a grand plan; to try to save TPS from total
&gt; demolition which was obviously soon to come. He contacted
&gt; Server.lu and negotiated to settle up the outstanding backpayments
&gt; in order to save the TPS site database &amp;amp; contents.

So, it’s obvious that he also told Sharky that it was he who
contacted Server.lu directly and that they sold him the server, no
mention of them returning it to Savvy.

And here is a quote directly from Bubbl3…

&gt; I’m not lying, i was honest since the start on how i got the
&gt; server, customer 1 was just the contact s.lu asked informations
&gt; about, he’s not involved in the transaction, i personally asked
&gt; Server.lu about the possibility to get ownership. I guess they
&gt; were very happy to see the negative balance repaid.

Here is a quote directly from Sever.lu…

&gt; From our side this was a clean and smooth transaction without “new
&gt; party”  
&gt;  involved in the end.
&gt; 
&gt; So the history of this server:
&gt; 
&gt; Customer\_1 transferred to Customer\_2
&gt; 
&gt; After Customer\_2 left, server was transferred back to Customer\_1
&gt; 
&gt; There is no “Customer\_3″.
&gt; 
&gt; That’s all there is to say.

And another quote from Server.lu…

&gt; This server you are referring to once belonged to one customer who
&gt; transfered it to a new customer. When this customer ceased to pay,
&gt; ownership was transferred back to the old customer.

Note that Customer\_1 is Savvy, so someone is lying. It’s either
Bubbl3 or Server.lu.
</code></pre>

<p>184.#####  <cite> Whitey </cite> Says: </p>

<pre><code>@Beagle  
 Well it kinda is pretty much true bubbl3 is Savvy
staff/admin/sysop, Savvy was customer 1 in the beginning when we did
host it and managed TPS. The Savvy just dropped it and gave all
access to TPS not sure if Savvy let .lu know or not but that’s how
it went I believe. So when TPS stop paying the bill for months the
server/servers went back to the orig owners it seems. In all reality
.lu did contact Savvy about how to get in touch with TPS then this
is prob when bubbl3 jumped on it on paying for the bill out of his
own pocket to bring back a community and try and make it what it
once was. I don’t see a prob when it really did go back to the orig
host to which was Savvy staff.
</code></pre>

<p>185.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Elizabeta: There’s no doubt in my mind that BJ came from you…
you’re the BEST! ![;)](/wp-includes/images/smilies/icon_wink.gif)
</code></pre>

<p>186.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Whitey… Thank you for confirming what I’ve been trying to say all
along, that Bubbl3 did not purchase that server as a third party, as
he’s claimed, and that the server was in the possession of Savvy and
he obtained it through his direct involvement with Savvy. It’s no
secret that Bubbl3 is directly involved with Savvy. The only one
denying that is him. The question now is WHY is he denying it, and
trying to hide it, and lying about how he obtained TPS’s server?
</code></pre>

<p>187.#####  <cite> Cherokee </cite> Says: </p>

<pre><code>LOL, since witch doctor was one of the names that ninecat used, it’s
interesting that she thinks you should just throw away the site now
that she’s left and start over with a brand new site. Maybe the
members like me, who never actually got a seedbox, but enjoyed the
other benefits of the community would prefer to keep our community,
despite the fact that some people in upper level positions lacked
integrity. I’ve seen trackers like that, with serious staff issues,
but the idea was so good, that the community is like screw it, the
staff is nuts, but this is our hangout.
</code></pre>

<p>188.#####  <cite> Witch Doctor </cite> Says: </p>

<pre><code>WHITEY: All it is now is a group of much nicer people that wont ban
people just b/c they can

i may have to contradict you on that one bro. my account worked all
the way up to when tps shut down, now that it has come back my
account is disabled. and i kinda understand why i guess (i was a
forum mod) but still, i aint ever said shit about anybody.

but i mean its cool, it aint nothin worth starting no drama shit
about. its just the way shit is sometimes
</code></pre>

<p>189.#####  <cite> Witch Doctor </cite> Says: </p>

<pre><code>CHEROKEE: since witch doctor was one of the names that ninecat used

your very wrong dood, i am not ninecat. i respect your right to
believe otherwise but you are way off base.
</code></pre>

<p>190.#####  <cite> anonymous </cite> Says: </p>

<pre><code>quote by SteveAllison:

“I think we can all agree that in TPS’s day there have been an issue
with confrontational staffers…. So where does bringing in zzenn
change anything?…. I bet each Ex Staffer including N3v3R, Soopy,
Beagle, etc will tell you he never got a staffing position because
of how confrontational he is…. We all remember Frozin, HiRiZe, and
Mike3775 for their opinionated and passionate ways and please
understand that is why they are not staff today….. This is not a
knock on zzenn by any means, some people have what it takes to be
staff and some don’t…. But to staff a community you must be able to
handle members professionally, not out them publicly like I have
seen in the past…. ”

and also:  
 “Seeing members like othersna and megatron still staff is also an
insult…. They cheered on the massive banning that went on near the
end…. While the ones doing the banning are now gone, you left these
two cheerleaders and followers of NiNeCaT and Mike3775 as staff…. ”

+1 to both of these. Zzenn is a fine person but not staff material.
no sense of humor, confrontational, and is “anti-drama” i.e. anti
free speech. You guys need staffers that won’t try to censor
threads/members under the guise of “avoiding drama” “moving on from
the past”. people that are not afraid of DEALING with drama, as
opposed to just STOPPING it. Can you see the difference? The first
lets people say their peace. Even if things don’t change, members
feel better because they got a chance to be heard without fear of
persecution. Just stopping drama, on the other hand, won’t make it
go away. It just leaves people feeling alienated, unable to voice
their opinion and lead to the massive exodus from TPS.
</code></pre>

<p>191.#####  <cite> Anonymous </cite> Says: </p>

<pre><code>zzenn becoming staff was actually part of the reason I rejoined…
</code></pre>

<p>192.#####  <cite> racerboy99 </cite> Says: </p>

<pre><code>@Beagle.

Why do/should we care if it was purchased through savvy’s account?  
 Surley it could be with bubbl3’s money thorugh savvy, savvy
providing a way of doing it, and bubble3 anting to take advantage?

And anyway, why should we be worried if savvy want to ‘own’ TPS?
</code></pre>

<p>193.#####  <cite> Maybe… </cite> Says: </p>

<pre><code>Beagle,

Have you switched sides and become part of the MAFIAA now? Cease and
desist
</code></pre>

<p>194.#####  <cite> F47 </cite> Says: </p>

<pre><code>why do FSF support this shit? dont have friends - gtfo.
</code></pre>

<p>195.#####  <cite> Tiger Lily </cite> Says: </p>

<pre><code>@Witch Doctor: before telling a “dood” he’s wrong you should explain
us why a simple Academy forum mod was in the exclusion list fo the
dupe account check. Problem is that we know why:

Multiple login detected from Witch Doctor.  
 Other recognized logins for this user are: Tiger Lily

Tiger Lily was ninecat second admin account, the undeletable one as
for vbulletin config.

This is why you are disabled, So STFU and don’t show yourself again.
</code></pre>

<p>196.#####  <cite> Sidulator </cite> Says: </p>

<pre><code>Wow..don’t some of you have REAL lives to worry about? Fuckin
hilarious…
</code></pre>

<p>197.#####  <cite> pissshivers </cite> Says: </p>

<pre><code>@WitchDoctor  
 Yea, you didnt look like ravakk, ninecat, Tiger Lily or anyone else
in the logs, obviosuly not the same person at all… How many
personalities do you have now 4? 5?  
 Anyways, keep going at it, it’s good fun for the rest of us
![:)](/wp-includes/images/smilies/icon_smile.gif)

@Random bashing

Everyone currently enabled will notice this is a different place,
what you post in a blog isnt really going to matter.

// As you were ladies, gents
</code></pre>

<p>198.#####  <cite> Seemingly </cite> Says: </p>

<pre><code>hey look! a forum site ran by all the members who were banned

ahhaha

how pathetic  
 and they lie about how they got it  
 some people cannot get over it

What they feel was a great plan will eventually kill the site  
 make their friends as staff  
 undermine all those against them

pretty soon another revolt will happen and they will do just as the
previous runners did

whom they hate and instead of letting them speak, they will just ban
them all  
 because money will be rolling in…and the sysops and those running
in it will be rolling with it

it is just a paycheck to you guys

so what…you paid out of cash…it is called an INVESTMENT for a reason

 gotta put money in to get money out

take a name that is popular…relift it back to life…and soak it for
all it is worth
</code></pre>

<p>199.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Racerboy99:

&gt; Why do/should we care if it was purchased through savvy’s account?
&gt; 
&gt;  Surley it could be with bubbl3’s money thorugh savvy, savvy
&gt; providing a way of doing it, and bubble3 anting to take advantage?

I think it’s pretty clear by now that the server WAS purchased
through Savvy. The question remains as to why Bubbl3 is denying his
involvement with Savvy, and lying about how he purchased the server.

&gt; And anyway, why should we be worried if savvy want to ‘own’ TPS?

Given Savvy’s history for being somewhat less than honest, going all
the way back to the owner being caught trading and then blaming it
on his brother-in-law (Simpliztic) and including when they were
lying about where the money from Savvy was going, to where they took
all the money from Savvy and fucked off from TPS altogether, they’re
not exactly the type of people I’d want to be associated with… but,
to each his own, I guess.
</code></pre>

<p>200.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>\*ding-ding\*

And…. the first round goes to…. BEAGLE! \\o/

\*pops popcorn\*

\*passes out warm towels and water bottles to everyone\*

\*waits for round 2\*
</code></pre>

<p>201.#####  <cite> Seemingly Beagle </cite> Says: </p>

<pre><code>Just wondering if seemingly would be beagle in disguise. The same
sort of spew speech, using the words, lies, and profit, etc. just in
a different style, prehaps an attempt at poetry, that just utterly
failed?

Btw, we all need cheerleaders that know how to give a proper BJ.
Anybody else wanna stand in line for seconds, I get first dibs!
</code></pre>

<p>202.#####  <cite> Beagle </cite> Says: </p>

<pre><code>You’d be wrong…. I use my real nick. Why don’t you?
</code></pre>

<p>203.#####  <cite> zzenn </cite> Says: </p>

<pre><code>steveallison, thanks for the vote of no confidence. You’re showing a
lot of character by posting your accusations here, instead of coming
to me and talking about any issues you may have.

As far as me urging people to be nice to each other. Yes, I do that.
I can see how a few people here may have an issue with that, since
all they do is thrive on drama.
</code></pre>

<p>204.#####  <cite> Witch Doctor </cite> Says: </p>

<pre><code>@PISSSHIVERS and @TIGER LILY \*though i doubt krystin really typed
that\*

i don’t really care WHO i looked like in your opinion. you believe
me and krystin are the same person and it is all speculation in your
mind. the people in this post condemn beagle for making speculation
but yet its ok when you guys do it.

my nick was made an exclusion not the dupe detector last august when
i joined by either jtm or beagle or maybe it was steveallison, i
don’t remember. krystin and i are room mates. the dupe detector is
full of exclusions of people who live together. oh but wait, its
different if it involves kris isn’t it. right.

you guys talking all that shit about ninecat and mike3775 banning
and you guys do the same damn thing. banning off speculation. don’t
even give me the benefit of the doubt. like i said in my earlier
post, im banned and its not worth the drama to beat anyone up over.
i posted here making a simple comment on steveallisons post because
i thought what he said was profound. my comments were nothing bad
against anyone. i only stated that i felt the same way he did. that
cherokee guy came AT me attacking me with some bullshit.

all you lamers talk about “use your own name” and “show some
backbone” so i used my own name, and didn’t even say jack shit about
you guys. so you guys come out of the wood work personally attacking
me. i don’t curse at you guys or call you names.

can you guys not talk to anyone without escalating it to the point
of absolute conflict. is this how you are going to handle dealing
with people you don’t like? hiding behind ninecat or her names when
you want to say something the public wont like?

so you want me to explain how me as a “simple” Academy forum mod was
in the dupe exclusion list. that list is based off names, not rank,
the list really doesn’t care what rank you are, it is for people or
sets of people who either reside together or work together who will
use the same internet connection, so they wont keep sending out
warnings when they log in. in the future could you please refer to
the forum instruction manual or ask one of your other partners for
technical help

oh my bad, i see the issue with that
</code></pre>

<p>205.#####  <cite> Seemingly </cite> Says: </p>

<pre><code>actually i am not beagle.

idiot
</code></pre>

<p>206.#####  <cite> David1967 </cite> Says: </p>

<pre><code>\[quote\]hiding behind ninecat or her names\[/quote\]  
 I noticed the plural there… “or her names” (meaning in fact she did
have multiple accounts) or maybe that was just a typo………
</code></pre>

<p>207.#####  <cite> ith3ory </cite> Says: </p>

<pre><code>i just find it immature how some of old staff was banned

so it is right for the new to ban who they do not like purely based
on vengeful reasons

strange how things got turned around. all because some people could
pocket the bill
</code></pre>

<p>208.#####  <cite> PUNKIE </cite> Says: </p>

<pre><code>The final word from all these is that dont go back to TPS,it’s not
worth the effort, and sooner or later savvyseed is once again
running offf taking your money. So, better stay away. Let’s see how
long they can keep their drama of openness going. Sooner or later
the banning will start. The dishonorable method of the acquisition
was clue enough. This will be the final nail on the coffin of the
site once considered great i.e TPS.
</code></pre>

<p>209.#####  <cite> Witch Doctor </cite> Says: </p>

<pre><code>@DAVID1967

wassup, yeah she was ravakk at one point, changed to ninecat at some
point, then when the “announce bot” known as spartacus, went
bonkers, she made a Tiger Lily account for the purpose of doing the
announces in the forums. there was some forums in there where it was
broadcasting the latest fsf and movies and music releases and that
Tiger Lily account did that. beyond that, dont know/dont care
</code></pre>

<p>210.#####  <cite> well </cite> Says: </p>

<pre><code>all i can say from a bystander’s point of view is that everyone is
taking torrenting and forums way too seriously. people who torrent
and pirate movies/tv/etc should be the last ones to talk about lies,
character deficiencies etc when they are “stealing” material
everyday

no offence, just stating the obvious..
</code></pre>

<p>211.#####  <cite> Actually it was quite different then that </cite> Says: </p>

<pre><code>@ith3ory

Several of the former staff members that were banned, were for good
cause. If you would like to discuss this more, why don’t you do it
in the TPS environment, where it can be openly discussed, without
fear of banning of any kind. To some degree we like to keep certain
sensitive subjects away from the public eye, when it really only has
to do with our community.

So your theory as to the motive behind these banning is a bad
conclusion, since you assumed what the intention was, without
hearing the complete story behind things. I’d suggest in the future
before you go public about things, you speak to the community that
is now openly transparent first, so you do get the facts straight.
You already know how things are there now, and what you said out
here in the open, was just uncalled for. We welcome an open debate
on this, and anything else you might have a beef about. We all have
open ears, come…join us in the right section on the forum, and speak
your mind! ![:)](/wp-includes/images/smilies/icon_smile.gif)

We’ll get this sorted….

Peace
</code></pre>

<p>212.#####  <cite> Well…. </cite> Says: </p>

<pre><code>I agree well, all these non-sensical drama doesn’t need to take
place, but is only being done so because certain ex-members still
have vengence on their mind.

The original intent of the article was just to let people know that
TPS is back up and running, and anybody interested will know how to
find us. We are a peaceful bunch, but we will defend against
slanderous comments made about us, which really have no positive
effect, except to defame, and discredit people, who don’t even
deserve it. It’s just a pathetic attempt to try and stop a good
thing from happening.

We just don’t want to give the wrong impression, about what the new
TPS is all about. If you are fortunate enough to be there, you’ll
quickly see the very things that are being said out here in the
open, are indeed taking place, and that alot of hard work is being
done on everybody’s part, to get the community to where it should
be, which will not involve a bunch of uppity-power hungry junkies
who think they can control the rest of the population, and set the
mandate as a finale. All staff there are open to any suggestions,
and accept constructive criticism willingly, as it helps us become a
better site, a place where people actually wanna stay, sans
unnecessary drama.
</code></pre>

<p>213.#####  <cite> Benjamin Netanyahu </cite> Says: </p>

<pre><code>\:popcorn:

om nom nom

Get a life. Use TPB or KickAssObama instead.
</code></pre>

<p>214.#####  <cite> Cherokee </cite> Says: </p>

<pre><code>@witch doctor. I did not attack you. I just pointed out that you and
ninecat were the same person. I based this on the fact that while in
irc, you frequently would change from zoyetoy to witch doctor, and
we all know zoyetoy was ninecat’s bot.

I was kind of curious where all the donations for the last few
months ended up, however.
</code></pre>

<p>215.#####  <cite> ith3ory </cite> Says: </p>

<pre><code>NiNeCaT has no affiliation with the donations. she never saw a dime
</code></pre>

<p>216.#####  <cite> Witch Doctor </cite> Says: </p>

<pre><code>@CHEROKEE

it felt kinda like an attack. ninecat is/was an admin of tps. and i
am my own person. that bot ran on my copy of mirc and when i went to
use it, people would freak out because it was like the bot was
talking so i changed to my nick during those time.

i just asked krystin (ninecat) about that donation. she said n3v3r
took the donation money and kept telling them he was going to give
it to soopy. she has no idea if he did. she learned of soopy not
paying the bill from this webpage. to my knowledge soopy has not
talked to her since early july. if she did she would never tell me
because she knows i didnt care for him or n3v3r. im pretty sure they
knew it too being that i typed that right out in irc one day. they
quit talking to me after that. aint that some shit.
</code></pre>

<p>217.#####  <cite> Witch Doctor </cite> Says: </p>

<pre><code>@ITH3ORY

those guys that run tps now can tell who the donation money went to.
surely that program that controls the donation aspect keeps logs and
shows the name of the paypal account that gets all that shit. i
would think it would have enough sophistication to show each
transaction on a blow by blow report as to where it was going.

if this information is needed, they claim they have a open chat
forum where they are talking about all this shiznit, that would be
the best place to bring it up CHEROKEE and maybe those new staffers
can research it and tell you whats up
</code></pre>

<p>218.#####  <cite> Beagle </cite> Says: </p>

<pre><code>Ah, yes, the “new” open TPS. Don’t discuss anything about them in
public, though. What happened Bubbl3? You had Sharky post an article
in public, and you seemed pretty eager to comment about it in public
until you were shown to be a liar.

Lies, Misappropriated funds, Deceit, Dishonesty, Avoidance,
Cover-ups, and silly antics from brainwashed fanboys too pathetic to
sign their name to their comments. Looks like business as usual to
me, I don’t see anything “new”.
</code></pre>

<p>219.#####  <cite> racerboy99 </cite> Says: </p>

<pre><code>\[QUOTE\]Given Savvy’s history for being somewhat less than honest,
going all the way back to the owner being caught trading….\[/QUOTE\]

But. bubbl3 ISN’T the owner, he isn’t representing Savvy, if someone
spends spare time at a place it doesn’t make them a co-operative of
the group, just a member, or in this case a budding hobbyist who
loves seedboxes.

\[QUOTE\] to where they took all the money from Savvy and fucked off
from TPS altogether, they’re not exactly the type of people I’d want
to be associated with… but, to each his own, I guess.\[/QUOTE\]

True, this did happen, no argument there, but, it seems that all
those involved with the new running of the site (including those who
first spoke out against the lying) seem to be happy with the current
state of transparency.

And bubbl3 isn’t accepting donation, he can’t steal any money from
TPS..worst case scenario we get enought Ninecat, but, I don’t see
that happening.
</code></pre>

<p>220.#####  <cite> racerboy99 </cite> Says: </p>

<pre><code>Fail, i have no idea how to do quote boxes,

Test&amp;gt;

Anyway, excuse my fail-tagging
</code></pre>

<p>221.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@racerboy: I know Bubbl3 isn’t the owner of Savvy, but as Whitey
already stated he’s a staff/admin/sysop, which is quite a bit
different than being “just a volunteer” and having no real
involvement with them as Bubbl3 was claiming.

&gt; Bubbl3 came up with a grand plan; to try to save TPS from total
&gt; demolition which was obviously soon to come. He contacted
&gt; Server.lu and negotiated to settle up the outstanding backpayments
&gt; in order to save the TPS site database &amp;amp; contents. He and
&gt; pissshivers ponied up the €240 (Euro) ransom (€60 x 4 months) and
&gt; presto, just like that they now possessed ThePirateSociety. And it
&gt; was then subsequently moved to a new server (still on server.lu),
&gt; and pissshivers paid out of pocket for a new vBulletin license.

Note the absence of any mention of obtaining the server via his
position at Savvy. He clearly told Sharky that he obtained the site
by contacting Server.lu directly and that they just handed over to
him a server complete with a private database intact. He also stated
the same in his subsequent comments.

It’s pretty clear to any reasonable person that Server.lu isn’t
going to just hand over a server full of private data to someone who
has no connection to that server, yet that’s exactly what Bubbl3 is
trying to lead us to believe.

&gt; 2) Who said i was the billing contact? S.lu was desperate for
&gt; reaching the server billing contact and contacted everybody they
&gt; knew, i just got word of it and decided to contact them.

&gt; I’m not lying, i was honest since the start on how i got the
&gt; server, customer 1 was just the contact s.lu asked informations
&gt; about, he’s not involved in the transaction, i personally asked
&gt; Server.lu about the possibility to get ownership. I guess they
&gt; were very happy to see the negative balance repaid.

Seriously, ask yourself: why would he lie about that? If that’s the
kind of person you want to put your faith and trust in, then Good
Luck with that.

Like I’ve already said, I couldn’t care less if TPS came back. If it
had a respectable ownership there would be no issue whatsoever. As
soon as I read this blog article I couldn’t help but see the obvious
lies. I simply questioned the obvious lies, and rather than just
address them, I was bombarded with inane crap from a bunch of
anonymous twits, all of whom apparently represent the “NEW” TPS.

So, from where I’m sitting I can clearly see that not a thing has
changed. There’s certainly nothing “new” about TPS.
</code></pre>

<p>222.#####  <cite> Cherokee </cite> Says: </p>

<pre><code>Well, Beagle, how long has it been since you’ve actually been at
TPS? I think the last few days have been quite interesting. And this
may not be what everybody else thinks, but I was glad to see
something happen that enabled the old staff (who were pretty much
banned) to return. I don’t know how long it’ll last, or whether or
not it’ll work out, but frankly, I don’t care so much how it
happened, just that it did. It was way more than I had hoped for
even a month ago. Most of the ex staff I had run across seemed to
have given up on the idea of TPS ever being a great place again.
Most of them are now giving it their best shot. So for everybody’s
sake, I hope that somehow, enough forgiveness can occur, that we can
get our great site back again.

Sandi
</code></pre>

<p>223.#####  <cite> Cherokee </cite> Says: </p>

<pre><code>PS, don’t really think what I said is inane crap, or that I’m an
anonymous twit, but I’ve always felt that if you have to use
personal attacks in your argument, you already lost the point.
</code></pre>

<p>224.#####  <cite> Beagle </cite> Says: </p>

<pre><code>You’re one of the very few here who had the decency to use your real
nick, so no you were not included in that comment about anonymous
twits.
</code></pre>

<p>225.#####  <cite> ANON </cite> Says: </p>

<pre><code>225 posts and I think Beagle the crime dog here has half of them.
How long’s it been since you left TPS anyway, 2 years? And you’re
still crusading against them over an issue that’s long since become
a non-issue?

He can’t even confine his rage to the 4 people he had a problem
with, soopy, n3v3r, wall-e and simpliztic, hes gonna go after
whoever has the TPS name in their possession.

Take a good look at the snarling hound folks. This is what a
psychotic obsession looks and sounds like.
</code></pre>

<p>226.#####  <cite> Privacy Breach? </cite> Says: </p>

<pre><code>lol…..beagle says he talked to server.lu people and they told him
this and that. but beagle you also said server.lu breached privacy
and confidentialty because they sold server to someone else. why
should we believe server.lu told you anything about tps and you not
even a customer and got nothing to do with tps server? bubble showed
screen prints of payments and tickets but you just post text like
were supposed to believe you more. ha!
</code></pre>

<p>227.#####  <cite> vlatkost </cite> Says: </p>

<pre><code>I told myself to stay out if this, yet I somehow could not.

@PTP there was such a drama with donations and stuff and when a new
site was made with associations to that former staff member, tons of
stuff was said, proof was called and bla bla bla.

Point is that in the end, PTP members are the ones that made their
own choice, same here, its TPS members that will make the choice in
the end.

Do you think that constant bickering and repeating something for the
10 000th time will change minds? No, it won’t. It just annoys
people, and then they start taking every insignificant and stupid
fact and twist it (Like the ninecat/witch doctor business and her
nicknames and how they relate). After a while this discussion became
so pointless that it sucks.

I don’t know if bubbl3 is hiding something or not, but just arguing
here about it would not have scored him any minus or bonus points at
all. Arguing @TPS probably will. The way I see it its better to
convince current members than old ones. The old ones will or will
not return, no matter what, simple as that.

This is my only post on this matter. Don’t expect any even you you
start calling me names or fanboy or groupie or whatever. Twist it
anyway you want, you will simply not be correct.

Peace out.
</code></pre>

<p>228.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>@VLATKOST

\*RESPECT\*
</code></pre>

<p>229.#####  <cite> ith3ory </cite> Says: </p>

<pre><code>beagle left i believe…hm…late last year because I remember having a
great time in the interview channel with him

so not 2 years ago

TPS was never the same once N3v3R stopped being active…Beagle got
banned/left after he simply stepped down…and Soopy was forced to
take full charge

when all three were active…though beagle did most of the
outside/public work which led to him being overwhelmed with
work…things were great and people were happy

now everything is blamed on ninecat because you all have no one else
to blame

since everyone else does it…you all choose to do it too….why?
because it is easy

i find that pathetic

move on already
</code></pre>

<p>230.#####  <cite> Red </cite> Says: </p>

<pre><code>“@Red, and all of the others telling me to “move on”: you have it
backwards, it’s you who need to move on. You’re in a serious case of
denial and you’re chasing a Utopia that simply doesn’t exist.”

Dude, what do I need to move on from? I’ve been whoring it up in TPS
over the past few days, and having fun in the forums. Not lookin for
a utopia mate, just somewhere to have fun. You know more than anyone
else that you are one of the people who shaped TPS, but fuck man… if
I held a grudge over every tracker or forum that I had been given
the boot from, I would have killed myself by now.

There is plenty of good that you can be doing right now dude…
</code></pre>

<p>231.#####  <cite> Beagle </cite> Says: </p>

<pre><code>I just love how me commenting on a simple observation gets all of
you so riled up. The only obsession and rage I see in the comments
here is coming from those who absolutely hate that I dared to
question anything about the “new” TPS, even though it was a glaring,
bold-faced lie.

Anyway, it looks like a closed issue. The leaders have declared that
you’re not to discuss anything outside of the cult, so you’d better
stop commenting before you get yourself excommunicated. I love the
openness of the “new” TPS
![:)](/wp-includes/images/smilies/icon_smile.gif)

Rational people will see TPS for what it is… the rest of you can
have fun playing in a forum full of “ANONs” and being led around by
the “new” trusty leadership.
</code></pre>

<p>232.#####  <cite> Put him down already… </cite> Says: </p>

<pre><code>\*Sigh\*

Has it come to this? I think it’s time to call the dog pound, and
put this crazy, tired old dog to rest. He was let go by it’s owner a
long time ago, and has been wandering the streets, looking for
scraps, and now looks dirty and smelly to say the very least. Once
he is safely confided to his temporary dog pound cell, we can
euthanize him for his own good.

It reminds me of the outcast alcholic bum, laying in the streets,
with a cheap bottle of sake cooking wine, in a concealed brown paper
bag. He’s laying there, remembering all those good times he had
before, mumbling in anger and frustration to himself, as he can’t
figure out how he ended up in the predicament. People walk by him,
un-noticing, as they live their upbeat, normal lives. Sure, some
notice him having a conversation with himself, but pass it off as
though it was just another dillusional, schizophrenic who forgot to
take his medication again.

Oh and for the record, crazy, dillusional Beagle, people are allowed
to speak of their own free will, especially any member of TPS, as
unlike before. But hey, you seem to know all the going-ons over
there, even when you aren’t even there to begin with. So why attempt
to speculate about anything, when you clearly know shit about what
you’re talking about, and can only bark at yourself, cuz nobody else
really is listening. Rational people would know, not to listen to
you anymore, as your ramblings and accusations have become more
bizzare as time goes on.

some kind of big, bad, vicious dog….yes we all know you say that,
the moment you wake up till the moment you sleep…..if you repeat it
enough times, you eventually start to believe it’s really true.
</code></pre>

<p>233.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>WOW @PUT HIM DOWN ALREADY

That was a really vicious character assault on Beagle.

Very creatively written, but so vicious. It saddens me to see anyone
stoop that low, and use their obvious talent for words to create a
weapon.

Really, really, vicious.

\*takes Beagle out for a walk\*

\- Your Humble Servant
</code></pre>

<p>234.#####  <cite> Notgonnausemynic </cite> Says: </p>

<pre><code>I just want to say I came to to filesharefreak today to see if there
was some info on what happened to TPS as I was getting DNS errors. I
was happy to see that it was back up as.info!  
 I was one of the original members who joined in the first months
that TPS was created I believe it was in june I remember before
beagle even got promoted to mod that he was telling people to stop
bumping their posts I remember when we we were all struggling to get
upgrades in memberships. When beagle became a mod I congratulated
him on his promotion promotion because I felt he deserved for all
the service he gave the forum.  
 Fuck anyone who thinks he doesn’t have the right to vent on what
happened.  
 I remember when I visited the site and saw that he was banned and
thought WTF!!!  
 I’m glad he cleared things up on circumstances of his departure
because it was something that I had wondered about.  
 Now….  
 as for the new owner of TPS I hope that some explanation as to why
there is a discrepancy on what beagle is saying and what you are
saying.  
 I will stay a member of TPS for the time being but will be watching
closely to see if it retains the coolness of when N3v3R and Beagle
where there.

P.S  
 Where the fuck is N3veR?!?
</code></pre>

<p>235.#####  <cite> pissshivers </cite> Says: </p>

<pre><code>I’m more than willing to discuss this in the open… Fact is though
that this comment section is a warzone and I simply do not have the
time needed to participate in a proper conversation here.

If you have any alternative options I’m all ears, say the old IRC
channel over at P2P-net, open for everyone all the time.
</code></pre>

<p>236.#####  <cite> Beagle </cite> Says: </p>

<pre><code>You don’t have the time? It would have taken just moments to compose
a post stating the truth about the situation, not much longer than
it took to write what you did. I guess you only want to discuss
things in a place where you have control over what’s posted.
</code></pre>

<p>237.#####  <cite> pissshivers </cite> Says: </p>

<pre><code>I have just as much control here as I do in that IRC server which
I’m obviously not controlling…

Bubbl3 - has connections to savvy obviously since he helps run the
IRC and does community support…

TPS - No connection to Savvy.

Me - Doing this cuz I care for TPS

Finances regarding TPS - out in the open as a new post on our main
page.

Paypal donations - closed and will remain closed.

What has been stated about how we got control of the server is all
true, believe it or not
![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>238.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Elizabeta: Did you really expect anything more? Phony character
assassination and ad hominem attacks is all they have. You can’t
really expect much more from spineless twits too ashamed to post
what they have to say under their usual nick. As I mentioned
earlier, all it would have taken was a simple statement of the
truth, and all this foolishness could have been avoided. It makes me
wonder what it is about the truth they’re so afraid of that they
resort to those kind of tactics instead, which only end up making
TPS and it’s membership look like a bunch of immature idiots.

Rage and phsychotic obsession… LMFAO! I may incite those things, but
I can assure you I most certainly don’t experience them, especially
not in regards to anything BT related. Some of you really need to
take a closer look at yourselves. You’ve become pathetic examples of
everything that’s wrong with BT today.
</code></pre>

<p>239.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@pissshivers:

&gt; What has been stated about how we got control of the server is all
&gt; true, believe it or not
&gt; ![:)](/wp-includes/images/smilies/icon_smile.gif)

So, you’re stating publicly that Server.lu sold you and/or Bubbl3
the database from TPS directly. You’re claiming that in exchange for
some cash they handed you over a server full of private data which
you had no previous ownership of?
</code></pre>

<p>240.#####  <cite> This </cite> Says: </p>

<pre><code>\*takes Beagle out for a walk\*

Well you’re at it put a muzzle on him, and teach him how not to poop
and pee all over the rug/floor.
</code></pre>

<p>241.#####  <cite> Omen </cite> Says: </p>

<pre><code>This will also be my first and last intervention on this thread.  
 I’m not for, or against anyone here.  
 Yes I’m a TPS member, and no, I’m not a fan boy, when I discovered
what TPS was becoming in the NineCat /Soopy era I simply stopped
posting there.  
 I thought TPS would simply die, or become a ghost site, with a few
wandering nostalgic souls still posting.  
 I knew what was happening and why, and I understand the bitterness
of some old members and staff that were kicked out and mistreated,
or lied to afterwards in the irc by new/old staffers, I fully
understand their griefs and why they were and still are, mad at
them.

But like any site, TPS is just that, a site, a virtual
infrastructure powered by humans, and when these humans misbehave,
the site is not to blame, the humans controlling it are.

I also know that when you’re so involved in a project’s growth, you
almost feel like it’s your baby, and you tend to see it not only a a
site, but as some kind of living entity that you helped growing and
maturing under your care, so when the people in command of this
entity started misbehaving you’d not only end up holding a grudge
against them, but towards the site itself, even if it couldn’t have
prevented what happened. And unfortunately, even after the bad staff
is gone you still hold that grudge against it.

So, what’s best, to simply want to see the site die, because some
bad people at one given time misbehaved and turned it into their own
play tool for a few months, or realize that this site, is just a
site, and that if the commands are given to some people who actually
care about it and want to use it properly, then there’s no reason at
all why it should end up like before, and it may even become again
the good site it was, under the supervision and care of outstanding
old members, com reps and ex staffers?

About the “bubbl3 issue”, even if he was in savvy’s staff, I can
understand why he wouldn’t want it to be written all over a public
blog, savvy is a seedbox provider and you know what seedboxes are
for, so some people, maybe like him, could see it as a security
issue to aknowledge this information in public, viewable by anyone,
especially by the wrong guys. I know that if it was me, it would
have crossed my mind.

Also, until now, I don’t see any wrong doings from the new owners,
only improvements, clarity, and total freedom of speech, so for the
moment, they have proved to be what they say they are, and their
agenda seem quite clear, at least from what I can deduce from their
actions.

You know, we are many TPS members who really miss the old Beagle
from that time and respect you, if ever you want to come in and say
hi, or just have a word or two with the staff, or post anything you
want in the forums, I bet no one will be against it and you will be
welcomed with open arms.  
 And don’t mind the “anons” posting here, most of them must be n00bs
trying to defend poorly their new home, and they don’t know that
posting anonymously just invalidates any point they are trying to
make.
</code></pre>

<p>242.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>@OMEN and others….

Thank you for trying to be balanced and somewhat objective, but
there are a few points you have missed in this discussion, that are
critical.

1) Beagle has repeatedly stated that he has NO ILL WILL TOWARD TPS
as a SITE. NONE. I am certain he would love nothing more than to see
what he put so much blood, sweat, and effort into, succeed - in any
form - as long as it is done with the same ethical standards he
established.

2) Beagle has repeatedly asked that the issue of how Bubbl3 (and
others) got ownership of the database, be clarified. That has been
his only agenda, during this entire discussion.

3) The idea of “hiding” association with seedbox companies (as
owners/users) OR with the BT world in general, is completely
ludicrous. This is the 21st century. Trust me, EVERY SINGLE BT/SCENE
site/group that ANY AUTHORITY WANTS TO INFILTRATE, HAS BEEN
INFILTRATED ALREADY. To think otherwise is to live in hopeless
denial and naivety. If ANY AUTHORITY wanted to launch a mass
prosecution of ANY MEMBERS of ANY BT tracker/seedbox provider/scene
group, TRUST ME, THEY WOULD. The fact is, like any organization -
THE AUTHORITY ORGANIZATIONS have hierarchies, priorities, red tape,
and more pressing things to focus on than the MASS EXTINCTION of the
BT/Scene world.

Yes, SCENE groups get taken down, RIAA/MPAA notices are sent out,
“token” lawsuits are filed, news stories are written, Trackers get
taken down… but if ANY OF YOU THINK you are REALLY DOING ANYTHING
“SECRET” on the INTERNET - lol - I have news for you - this
Electronic Frontier has NEVER BEEN SECRET.

Ever heard of ARPA? DARPA? Who do you think built the Internet in
the first place? Heard of NSA before?

Do your homework, open your eyes, and you know what… all you anon
haters and creepy finger-pointers, I’ve gotten to the point where I
just want you to know something else…

If you don’t have the balls to talk to me directly, if you think I’m
misunderstanding something, just FUCK THE HELL OFF.

You ALL know where to find me.

\- Your Humble Servant

1) wanting site to die  
 2) not wanting them to know about seedbox/bt
</code></pre>

<p>243.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>yeah. pardon me. my notes at the end were my outline for my
response.

so, excuse my senility for not editing out 1) and 2)

LOL
</code></pre>

<p>244.#####  <cite> Omen </cite> Says: </p>

<pre><code>@ELIZABETA:  
 1/ I’m using my username

2/ You seem to be so not taking sides here… it’s coming to a point
where it’s becoming ridiculous.

3/ You can’t even respect your own rules, I cite you:  
 “4) DO NOT GET INVOLVED IN INTERNET DRAMA”

PS: I know I know, I was supposed to post just once, so I’ll just
take ELIZABETA’s wise advice and … Fuck the hell off?  
 Words of wisdom aren’t they?
</code></pre>

<p>245.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>@OMEN

My post started with @OMEN, so obviously the reference to “anons”
was not directed at you. It seems you may not have read all 200+
posts before you made yours.

I posted my opinion here a number of times. It is obvious what
“side” I am on. The same side I am always on - if you know me at
all, you will know this already - it is the side of TRUTH,
TRANSPARENCY and INTEGRITY.

My advice to others, to NOT GET INVOLVED IN INTERNET DRAMA, still
stands. My personal choice to state my opinion and fight for truth
and clarity is not without merit. To me, the definition of “INTERNET
DRAMA” is this: useless name-calling, mud-slinging, groundless
accusations, FIRESTARTING, anonymous character assassination, etc.
with the SOLE AIM of causing “DRAMA” that is neither TRUTH-BASE, nor
productive. It’s sole purpose is to hurt and stir up fights with NO
PURPOSE beyond causing pain.

THAT IS INTERNET DRAMA.

Not one of my posts here has done anything to contribute to that
type of behaviour. They have stated my opinion, asked for the truth,
provided some comic relief (much needed), supported an individual
who has repeatedly asked for the TRUTH to be shown, and most
recently, displayed some of my OWN frustration and anger at the
DRAMA LLAMAS who are fire-starting for no reason.

So, as for sides? Read again what I wrote, and give it a moment of
reflection before typing something nonsensical, irrelevant and
again, a baseless ad-hominem attack.

Some wise words are found on this page. I certainly am not the only
person here seeking truth…

\- Your Humble Servant
</code></pre>

<p>246.#####  <cite> well </cite> Says: </p>

<pre><code>lol when will u guys get back to finding a decent job and getting a
life? jeez…
</code></pre>

<p>247.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>Here’s a great move, made by the new management. No more
“REPUTATION” system. I remember when it was being used as “currency”
in exchange for invites.

Fantastic way to make some ethical changes. Very nice to see.

\*BRAVO\*

\- Your Humble Servant
</code></pre>

<p>248.#####  <cite> zoobuggy </cite> Says: </p>

<pre><code>BEAGLE or should i say Sméagol TPS is your precious and no one else
can have it no they cant.  
 Its yours and they stole it from you and passed it from one stinky
thief to another.

But you will follow them yes you will. be it the staff the owners or
the members and if you are lucky you will destroy them and yourself
consumed in your desire to hold your precious yet again.

BEAGLE = Sméagol

HMMM it may look that way but i do not think so.  
 BEAGLE everyone that remembers the best that TPS was can not deny
that it was during your time.  
 You are the bench mark .  
 Shame that the loss of your power although unjust corrupted you
into a Sméagol.
</code></pre>

<p>249.#####  <cite> zoobuggy </cite> Says: </p>

<pre><code>just come back and put the record straight and if you are blocked in
any unreasonable way i am sure your point would be proved with far
more validity.
</code></pre>

<p>250.#####  <cite> Muzzled Mangy Mutt </cite> Says: </p>

<pre><code>Hi, my name is Beagle. You may remember me from such rant venues as
onasoapbox, where I previously made a fool of myself and I actually
had an audience of people who might have given a shit. I’d like to
introduce you to my new product! New and Improved, it’s Super
Strength Delusions of Grandeur!

Why, you too can go from angry ex-staffer to crybaby to total asshat
in one year’s time! It’s easy, just follow my simple formula, and
you can begin to experience what it’s like to make yourself look
like a total narcissist who pretends he’s doing this for “justice”!

Order now, only 19.99, and if you order in the next 10 minutes, I’ll
throw in a free gift! This sensational sample of Massive
Douchebaggery: An Aspiring Asshat’s Guide To Glory is sure to get
you all kinds of recognition! If you have any doubts about its
effectiveness, just look at me and where I am today!

Remember, kids, when you want the very best in irrelevant crusading
under the auspices of truth, there’s no better product than mine!
Order today!
</code></pre>

<p>251.#####  <cite> DUPED ACCOUNT </cite> Says: </p>

<pre><code>Hmm, posts by ELIZABETA and BEAGLE which use the same verbiage.
Methinks someone’s creating their own supporting cast because no one
is willing to actually back them up…..

Oh, and we love how the red herring of “you can’t even post your
real nick” is used as a tactical argument, as if that makes anything
more or less valid…..lol…..
</code></pre>

<p>252.#####  <cite> It&#8217;s not the name that counts…. </cite> Says: </p>

<pre><code>It’s the point that gets driven across, and the only reason why
you’d ever want the name Beagle, is so your sorry ass can beg and
plead to have globalbans everywhere, I must get them back, they make
me look so bad, but I can’t let them know that. If I did, then they
would know the kind of character I really am, and how I’ve been this
whole time. ohhhhhh.,…ohhhhh

But my conquest for the truth, I only want my precious…..and then
frodo (aka Bubbl3) trying to destroy the ring (the demise of TPS,
your former stomping grounds, and baby) can finally be mine once
again. In the end Smeagul in one last desperate thrust for
attention, and redemption in the eyes of the general public (who
btw, are only to watch the pathetic attempts at mudd-slinging and
drama you can spin around yourself), try’s to bite the ring off (but
in this case it doesn’t actually end up that way, and the ring
continues to be on his finger, yet it in this case, it’s no evil
ring, but an actual ring of truth) fails to bite it off, and ends up
in his final fate, Mount Doom. Poor, poor smeaguel….I lead them up
to the spider’s den, and then she will do my work for me, and I will
get my ring back….precious, my precious…..

And then the the disgraced Outside Linebacker, who got hit one too
many times, suffering a concusion leading to permanant brian damage,
laying there in the locker room, not even being able to play the
game any longer, because his senses are weak, and he’s dizzy
everywhere. The slutty cheerleader comes over, and out of pity gives
him his precious BJ, just to make him feel better about how damaged
he truely is. They end up having a relationship based on that BJ
given, and from now on we stick together.
</code></pre>

<p>253.#####  <cite> lolz </cite> Says: </p>

<pre><code>Man, we be loving this…if these guys are that great at
conversations, I just wanna be there @ IRC chat. My friend told me
about the place, and says it rocks! Gotta check it out, seems like
solid people over there….good luck to all those assholes, who didn’t
even want a good place to start up again. Props to the hard effort,
to finally get someone to shutup, only cuz they didn’t want a cool
place to chill.
</code></pre>

<p>254.#####  <cite> lolz </cite> Says: </p>

<pre><code>Btw, my friend says that these guys usually aren’t like that at all,
I can see why they would have to resort to having to defend
themselves, they only wanted to make sure nobody could interfer with
getting things off the ground again. I’m going to check this place
out more, and if things seems like they are on the up-and-up, i’ll
report back, and let the rest of us who aren’t involved in this
crap, whats up on there. If things are chill, just ignore the
snapping, drooling mutt, we can all have our fun times there, and he
can just keep going on and on (if he still has anything better to do
then his own pathetic life)
</code></pre>

<p>255.#####  <cite> Beagle </cite> Says: </p>

<pre><code>And there you have it. The finest TPS has to offer you. If you join
up now you can become best of friends with the likes of that
anonymous crap. The crap who feel some sort of need to project their
own inadequacies on others. Of course, they’ll be using other nicks
than the ones they use to post here. They wouldn’t want to tarnish
their stellar reputations by posting their real thoughts under their
real nicks.

What a sad pathetic place it’s become. Instead of just a bit of
truth and simple honest answers to what are very simple questions,
all you’ve got is to try to sling crap at anyone who questions you,
and you’re so pathetic you have to do it under a cloak of anonymity.

TPS used to be a decent place where quite a few cool people hung
out. That was a long time ago, though. You can see for yourself
what’s left there.

PS: I am having a bit of a Blast reading some of the comments. Some
of you have such distinctive writing styles. Best of luck with the
power struggle, Admiral
![;)](/wp-includes/images/smilies/icon_wink.gif) I hope your ass
isn’t still sore after having gotten it kicked by a girl
![:)](/wp-includes/images/smilies/icon_smile.gif)
</code></pre>

<p>256.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>Any of you who know me from TPS, my account is still there. As I do
active recruiting for a number of trackers, I may start doing it
again at TPS - if things meet the criteria for me, that I laid out
above.

I never socialized there a lot, but I did make some very good
friends through TPS.

I am taking a wait and see attitude, as to the quality of membership
and management that evolves at TPS. If the other community reps I
respect come back, I may consider using it as a platform to reach
out to the community again.

Other than that, for anyone who doubts, I DID write every post under
my name above, and NO, I did NOT consult with Beagle on any of it.

LOL as for the BJ - anyone who knows me, knows I’ll blow anyone I
like on the net, if I feel the need. For me, its a joy. For the man,
that’s a bonus ![:P](/wp-includes/images/smilies/icon_razz.gif)

Stop by and write a message to me on my Profile at TPS. My nick is
Elizabeta, of course.

I’d like to know who you all really are though. Your use of
anonymity to avoid responsibility for vicious character
assassination is chilling, indeed, and puerile at the very least.

Even in my most vicious days as a flamer in “ThunderDome”, I posted
externally under my real nick. Just google it, in fact, I’m pretty
sure sharky and LST still have some of my expletive-laden comments.
The difference between me and anon is that I had the balls to show
my real face, and know that it would stay on the net forever. Kinda
weird, huh? To be a complete asshole in public, and not be
embarrassed years afterwards? Even though, it is really
embarrassing… lol.

Life is much less serious than you all think it is. &amp;lt;3

\- Your Humble Servant
</code></pre>

<p>257.#####  <cite> ttinvite </cite> Says: </p>

<pre><code>Hello Beagle

Really you are a funny Boy.This message is not for inviting you to
ttinvite.com (Admin post). i Just need to pass a message to you
Please Stay away from ETIV.
</code></pre>

<p>258.#####  <cite> lolz </cite> Says: </p>

<pre><code>That slobbering (origins:to slurp, wade through a ditch) conniving
little mutt…..

He gets kicked out where-ever he goes, I wonder why?
</code></pre>

<p>259.#####  <cite> Simple Truth and honesty </cite> Says: </p>

<pre><code>“@Anon: yes, I was around, until I revealed how much excess profit
the Savvy project was making that wasn’t being used for TPS
purposes. When I revealed that information is when I was banned.
They decided to go with the cash… it didn’t work out too well for
them, though. lol”

Beagle: “What a sad pathetic place it’s become \[your life\].
Instead of just a bit of truth and simple honest answers to what are
very simple questions”

I believe some people who posted on here wanted to find out exactly
what proof you had of the first quoted statement you made. Could you
please provide exact proof of these excess profits the Savvy Project
was making - that wasn’t being used for TPS purposes. If it is
really true that there were excessive profits being made, could you
also please prove that they were not being used for “TPS purposes”.

Stating a statement, and trying to pass it on as fact, really
doesn’t prove anything Beagle. I’m sure all of us on here would be
grateful to see the transparency you have on this issue.

Thanks.
</code></pre>

<p>260.#####  <cite> Simple Truth and honesty </cite> Says: </p>

<pre><code>Beagle is right about one thing:

“You can see for yourself what’s left there. ”  
 “TPS used to be a decent place where quite a few cool people hung
out”

Please feel free to come on over to TPS, and see for yourself how it
really is now. We’d appreciate any feedback, preferably on the
forums, so any member can add whatever comments they wish, and we
can take everything into consideration, and make this place even
better, as time goes on. It takes every member there, to contribute
in any way they can, that will get things really going again, and
make this place as great as it use to be.
</code></pre>

<p>261.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Simple truth and honesty: you’re not even honest enough or man
enough to use your real name, you do seem simple, though, so I’ll
respond anyway….

re: Savvy’s profits. I’ve already done the work and posted the
details for all to see. Surely you remember it, it’s the post which
got me banned from the site. Everything I’ve been hearing lately is
that the site is NEW and that there’s an atmosphere of openness, so
surely my post must still be there for all to see…. isn’t it?

re: Coming over for a visit: I don’t think so, I prefer to associate
with people I trust, people who don’t lie to me, people who aren’t
such pussies that they won’t stand behind what they have to say. I
don’t intend to ever grace that shithole with my presence ever
again. The only thing that’s changed are a few of the nicks on the
staff page. Shit with a different wrapper still tastes like shit.

The Irony of this whole situation…. 99% of the twits claiming you’re
trying to make it as great as it used to be weren’t even there when
it was a great place to be.
</code></pre>

<p>262.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@pissshivvers: I’m still waiting for your answer to my one last
question.

pissshivers:

&gt; What has been stated about how we got control of the server is all
&gt; true, believe it or not
&gt; ![:)](/wp-includes/images/smilies/icon_smile.gif)

&gt; So, you’re stating publicly that Server.lu sold you and/or Bubbl3
&gt; the database from TPS directly. You’re claiming that in exchange
&gt; for some cash they handed you over a server full of private data
&gt; which you had no previous ownership of?

See the thing is if you’re telling the truth, then I think I have a
responsibly to let the members of TPS know that Sever.lu has sold
their private information and that their passwords, emails, paypal
information, any private info they’ve communicated in a PM, etc has
been compromised. I think it would be prudent, too, to let anyone
that’s a member of any site hosted on one of Server.lu’s servers
that their data can and will be compromised should the current
owners go into arrears on payments. (as happens a lot with trackers
and seedbox companies)

I would have already done this if I actually believed what you were
claiming. I find it hard to believe, though, that a server company
would just sell a database to someone not directly connected to that
database. I also have to wonder why they’d hand over all of the
previous customers billing history and the notes they sent to that
customer such as the ones that were posted at the end of this
article showing the notes they sent to the TPS staff asking them to
clear up the account balance, and all of the previous transactions.

It’s pretty clear that one of you is lying. All the evidence points
at you and Bubbl3 being the ones lying. Unless you can show
something convincing, then it’s pretty clear that Server.lu are the
ones telling the truth.

&gt; This server you are referring to once belonged to one customer who
&gt; 
&gt;  transfered it to a new customer. When this customer ceased to
&gt; pay, ownership  
&gt;  was transferred back to the old customer.

&gt; From our side this was a clean and smooth transaction without “new
&gt; party”  
&gt;  involved in the end.
&gt; 
&gt; So the history of this server:
&gt; 
&gt; Customer\_1 transferred to Customer\_2
&gt; 
&gt; After Customer\_2 left, server was transferred back to Customer\_1
&gt; 
&gt; There is no “Customer\_3″.
&gt; 
&gt; That’s all there is to say.

So, how about showing us something that proves Server.lu sold you
that database, and not Savvy, and while you’re at it explain where
those screenshots came from….
</code></pre>

<p>263.#####  <cite> A13 </cite> Says: </p>

<pre><code>Looks like a lot of things went down these past few months. I’m late
to this article by a week lol but I have been told and given some
info about this new TPS.

I think it will be better managed than before in its shittiest of
times. There are a couple clear heads on the staff now, skindoggi,
bottom, zzenn, who I’ve seen, and trust to be the right individuals
to be overseer of such a site. The rest, not so much. Except the
people who have recently become members of course. But JTM has once
said that even the best of us have made mistakes in the past, so
maybe with some good people, the rest will be good too.

I don’t know the state of the BT world anymore these days to be flat
out honest. I’ve been too busy, and I think I’ve gotten out of this
stage. But if TPS can be made out as it was before, then maybe the
BT world will be better. Though if TPS is made to be like before,
then there will be a lot of kissassery, bullying, and “elite” people
talking a lot of shit. But there’s always a negative to anything
positive. And maybe that is just part of the system.

I do wonder about all that money that went from the members to staff
for the site though. From all the way back when that savvyseed money
was used to “reinvest” into the site for prizes and helping
customers, to the money that donation drive that was said to cover
the site for the rest of the year (or something like that).

Transparency is key though. Do that, and good things will come.
Anyway, that’s my 2 cents.

A13
</code></pre>

<p>264.#####  <cite> Cherokee </cite> Says: </p>

<pre><code>@Beagle: Obviously you still care a lot, or you wouldn’t feel the
need to post. The problem with a blog like this is that people can
post under basically any name. However, at TPS, they do have to
actually use a nick over the long haul. So all this anonymous crap
goes out the door once you’re on the site. I can understand people
wanting to say things while anonymous. They don’t necessarily want
to own their words, because owning them might mean repercussions,
which they’re not brave enough to risk.

Just because TPS isn’t where you want to be at anymore, doesn’t mean
that it doesn’t suit the needs for a lot of other people. There’s
places I’ve moved on from myself, some with bitter memories, and
memories of friends I had to leave behind. That other people now
enjoy those places, even though I know they could have been so much
better if it weren’t for……, but hey, that’s where they’re at now,
they don’t have my baggage there. Just like most of the members
don’t have your baggage at TPS. I hope I’m making some sort of sense
here. Let us make the place the best place we can. It might not ever
be all the things you envisioned it could be, but we can still get a
lot out of it. To me, TPS was never about the trackers, but more of
a place to hang out with fun people, argue, and play arcade games.
</code></pre>

<p>265.#####  <cite> Cherokee </cite> Says: </p>

<pre><code>@Beagle: Obviously you still care a lot, or you wouldn’t feel the
need to post. The problem with a blog like this is that people can
post under basically any name. However, at TPS, they do have to
actually use a nick over the long haul. So all this anonymous crap
goes out the door once you’re on the site. I can understand people
wanting to say things while anonymous. They don’t necessarily want
to own their words, because owning them might mean repercussions,
which they’re not brave enough to risk.

Just because TPS isn’t where you want to be at anymore, doesn’t mean
that it doesn’t suit the needs for a lot of other people. There’s
places I’ve moved on from myself, some with bitter memories, and
memories of friends I had to leave behind. That other people now
enjoy those places, even though I know they could have been so much
better if it weren’t for……, but hey, that’s where they’re at now,
they don’t have my baggage there. Just like most of the members
don’t have your baggage at TPS. I hope I’m making some sort of sense
here. Let us make the place the best place we can. It might not ever
be all the things you envisioned it could be, but we can still get a
lot out of it. To me, TPS was never about the trackers, but more of
a place to hang out with fun people, argue, and play arcade games.
</code></pre>

<p>266.#####  <cite> Beagle </cite> Says: </p>

<pre><code>@Cherokee: taking cheap shots at someone while using an anonymous
nick is just weak and pathetic. It shows a serious lack of character
if someone is too ashamed to put their name to their own words. I
can honestly say, though, I’m not surprised in the least. Just
appalled at how pathetic some of them are. I understand that some of
the ones making those comments may be your friends, and if that’s
the type of people you want to “hang out with” then you go right
ahead.

I value things like truth, honesty, and character. If you don’t
that’s entirely your own choice.
</code></pre>

<p>267.#####  <cite> Wrong Beagle </cite> Says: </p>

<pre><code>‘and the only reason why you’d ever want the name Beagle, is so your
sorry ass can beg and plead to have globalbans everywhere”

As was stated that’s why myself and other members really don’t want
to bring up their name. We don’t what kind of mayhem you are capable
of…..we don’t trust crazy dogs, who only make shit up, cuz they
don’t like good things happenning.

Funny enough that you would try so hard to get names, why take an
effort? You make it seem as though it’s cuz you want people to name
names? Is it because so you can assoicate it to whoever it is, so
you know who it is, or so you can bring about your vengence, even
further then what you already what you have displayed?

“re: Savvy’s profits. I’ve already done the work and posted the
details for all to see. Surely you remember it, it’s the post which
got me banned from the site. Everything I’ve been hearing lately is
that the site is NEW and that there’s an atmosphere of openness, so
surely my post must still be there for all to see…. isn’t it?”

Finally, you admit to a post you made, so please re-post those
details. Otherwise this so called work is the same BS you spread
around, nothing new there. If not, well it’s just another statement
that must be fact, cuz you said so. FFS, deal with it dude, instead
of leading us on, actually prove it. I’m suprised you’d admit that
it was posting that proves everything. Fine, we’ll give you the
benefit of doubt, now actually prove it. Otherwise your just as
pathetic as you make yourself out to be.

Since you want to make it a circus, you wouldn’t have any ethical
reason why not to post it? So come what’s it’s going to be?
</code></pre>

<p>268.#####  <cite> Trust hmmm </cite> Says: </p>

<pre><code>Beagle,

Your version of trust is so disllusional, you don’t even know who to
trust do you? From what I can see, nobody trust you. Says alot for
what your worth (which isn’t much)
</code></pre>

<p>269.#####  <cite> A13 </cite> Says: </p>

<pre><code>Thank you for your response.

If you would like an answer for transparency, I have good news fo
you. Come on over to the TPS site, answers have been provided. If
you wish to comment there or here on what you see, we’d welcome
this. At least the truth can be said.
</code></pre>

<p>270.#####  <cite> Beagle </cite> Says: </p>

<pre><code>I don’t trust people that are too spineless to post using their real
nicks, no.

As for the post. Read it on the site. If you’re too lazy to search
for it, I’m certainly not going through the trouble of looking it up
for you.

As for global bans… tks for the chuckle
![:)](/wp-includes/images/smilies/icon_smile.gif) ( you know they’re
only a myth, right?)

So, you’re begging me to re-post something you can read on the site,
why don’t you beg the site owners to post a final answer to my
simple questions with the actual truth, so I’ll shut the hell up and
you douchebags can go back to your little hideaway?
</code></pre>

<p>271.#####  <cite> A13 </cite> Says: </p>

<pre><code>I may, or may not. But really, post under a real nick can you lol
seriously
</code></pre>

<p>272.#####  <cite> LOL @ you all </cite> Says: </p>

<pre><code>271 comments of all you guys arguing back and fourth like a bunch of
fucking women Are you fucking serious!!!!!!! No one cares about the
shit ass forum “ThePirateSociety” or the shit ass seedbox company
“savvyseed” they both suck ass anyways. So someone please close this
thread for comments so they will just STFU all ready!!!!!!
</code></pre>

<p>273.#####  <cite> Elizabeta </cite> Says: </p>

<pre><code>@LOL @ YOU ALL: ” arguing back and fourth like a bunch of fucking
women”

I am a woman ![;)](/wp-includes/images/smilies/icon_wink.gif)

\- Your Humble Servant
</code></pre>

<p>274.#####  <cite> pirateu </cite> Says: </p>

<pre><code>HELP  
 Hi, i log into piratesociety sucessfully but I cant get now the
index page.. Can you help me: beagle , bubbl3 or whoever..

thanks
</code></pre>

<p>275.#####  <cite> In the land of the blind the Man with 1 eye is king </cite> Says: </p>

<pre id="legacy-comment-list"><code>Tps is a shithole it will never be what it was,, stop kicking a dead
horse and move on,, u guys are wasting everyones time bringing this
site back
</code></pre>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[An Invite to Join Etiv.in - Tracker Discussion & Invite Forum]]></title>
    <link href="http://filesharefreak.com/2010/10/16/an-invite-to-join-etivin-tracker-discussion-invite-forum/"/>
    <updated>2010-10-16T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/16/an-invite-to-join-etivin-tracker-discussion-invite-forum</id>
    <content type="html"><![CDATA[<p><img src="http://filesharefreak.com/images4/etiv-in_logo.gif" alt="" />In the competitive world of torrent forums
to which the ‘net is grossly overburdened with these days, it almost
seems foolish that any tracker discussion board would restrict the
influx of new members. Many forums are indifferent to who signs up;
others are wisely a touch more selective. <a href="http://www.etiv.in/" title="http://www.etiv.in" target="_blank">Etiv.in</a> is one such community that prides itself on <em>quality</em>
over <em>quantity</em>, and they simply don’t offer much in the way of open
registration. Never has, never will - simply put, Etiv has essentially
remained a closed-community throughout the past ten months.</p>

<p>This story has a happy ending, though - it took <em>yours truly</em> a little
bit of coaxing (and a 6-pack) to get <strong>Etiv</strong> to open the gates for the
first time in more than a year. Rare it is that an opportunity should
arise such as this, and just in time for Halloween - although it won’t
last long. FSF managed to secure an exclusive offer: open registration
to <strong>Etiv</strong> through a special signup link, available to the <strong>first
200</strong> FSF readers:</p>

<!--more-->

<blockquote>
  <p><strong>• Etiv.in Signup Link —
</strong><a href="http://www.etiv.in/fsfex.php" title="http://www.etiv.in/fsfex.php" target="_blank">http://www.etiv.in/fsfex.php</a></p>
</blockquote>

<p><strong>TIP:</strong> Leave the <em>Referrer</em> field blank, it’s optional.</p>

<p>Again, there’s only space for 200 new recruits (through the link above).
<strong>Don’t</strong> apply if you’ve already been a member of Etiv. <strong>Do</strong> use the
same username that you use on other tracker forums (if possible),
assuming you want to carry forward your good name. This is crucial.
&#8220;Nicks&#8221; that nobody has heard of before can be either good or bad, but
most likely bad. Etiv wants quality members who are known to be
established, experienced members of the BT community.</p>

<p>Missed out on the open registration? Aspiring members can also apply for
membership through Etiv’s IRC interview channel which is also currently
open. <strong><em>Note:</em></strong> This is the first time they’ve opened their interview
channel since December 2009.</p>

<blockquote>
  <p><strong>Network:</strong> irc.etiv.in</p>

  <p><strong>Invite channel:</strong> #interview</p>

  <p><strong>Hotlink:</strong> <a href="irc://irc.etiv.in/interview">irc.etiv.in/interview</a></p>
</blockquote>

<p><strong>Tip for inactive members:</strong> For those of you who were/are members of
Etiv but can no longer log in, this is likely because your account has
been flagged as <em>inactive</em>. Needless to say, but it is better to try to
get your account reactivated in Etiv’s IRC #support channel, rather than
attempt to create a new account.</p>

<p><img src="http://filesharefreak.com/images4/etiv-in_mostpopular.gif" alt="" />With over 200 active members,
<strong>Etiv</strong> is comprised of experienced torrenters; long-time users who are
active &amp; social. While <em>tracker invites</em> (giveaways/requests) are
indeed a popular staple at Etiv, the forum has much more to offer in the
way of tracker news &amp; discussion (see image right).</p>

<object width="480" height="295">
<param name="movie" value="http://www.youtube.com/v/e4wOuTzlmHo?fs=1&amp;hl=en_US&amp;rel=0" />
 <param name="allowFullScreen" value="true" />
 <param name="allowscriptaccess" value="always" />
 <embed src="http://www.youtube.com/v/e4wOuTzlmHo?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295" />
</object>

<h3 id="about-etiv">About Etiv:</h3>

<table>
  <tbody>
    <tr>
      <td><strong>Online Since:</strong></td>
      <td> </td>
      <td>June 6th, 2009.</td>
    </tr>
    <tr>
      <td><strong>Forum Stats:</strong></td>
      <td> </td>
      <td>Threads: 6,698 | Posts: 52,413 | Active Members: 202.</td>
    </tr>
    <tr>
      <td><strong>No-Movement List?</strong></td>
      <td><font color="red">NO</font></td>
      <td> </td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>What.CD is the only tracker that is off-limits to giveaways &amp; requests. Other GAs that are blacklisted are those with internal active recruitment.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Credit (Rep) System?</strong></td>
      <td><font color="green">YES</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>iRep system is used to give positive (or negative) feedback for invite GAs, help, etc. Rep is also given by staff for members who submit <em>tracker reviews</em>.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Invite Giveaways?</strong></td>
      <td><font color="green">YES</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>Open to all - no ‘minimum postcount’ is required to access this area.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Invite Requests?</strong></td>
      <td><font color="green">YES</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>Requires 30 forum posts &amp; 5 rep points to be able to make invite requests.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Invite Trading/Selling?</strong></td>
      <td><font color="red">NO</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>Not allowed - trading of tracker invites or accounts is forbidden.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Account Giveaways?</strong></td>
      <td><font color="red">NO</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>Tracker <em>accounts</em> cannot be included in giveaways (only invites are allowed).</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>VIP / Special Forums?</strong></td>
      <td><font color="green">YES</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>Etiv has two separate sub-forums: one for <strong>Donors</strong>, and one for <strong>VIPs</strong>.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Tracker Recruitment?</strong></td>
      <td><font color="green">YES</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>Located in the main &#8220;Give-A-Ways&#8221; section, and has 34 different tracker threads.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Tracker Reviews?</strong></td>
      <td><font color="green">YES</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>Located in the main forum &#8220;Reviews&#8221;, Etiv currently has 140 different reviews.</td>
      <td> </td>
    </tr>
    <tr>
      <td><strong>Seedbox Discussion?</strong></td>
      <td><font color="green">YES</font></td>
    </tr>
  </tbody>
</table>

<table width="90%" border="0" cellspacing="2" cellpadding="2" align="center">
  <tbody>
    <tr>
      <td>There’s a sub-forum called <strong>‘Seedbox Reviews’.</strong></td>
    </tr>
  </tbody>
</table>

<h3 id="main-forum-areas">Main Forum Areas:</h3>

<p>Etiv consists of eight (8) main forum areas, each with their own
sub-forum sections. Below is the postcount for each:</p>

<table width="90%" border="0" align="center">
  <tbody>
    <tr>
      <td><strong>News</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Etiv News</td>
      <td>82 Threads | 1,681 Posts</td>
    </tr>
    <tr>
      <td>Tracker News/Updates</td>
      <td>190 Threads | 3,400 Posts</td>
    </tr>
    <tr>
      <td>Misc Torrent News</td>
      <td>1,688 Threads | 2,533 Posts</td>
    </tr>
    <tr>
      <td><strong>Contests</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Official Etiv Contests</td>
      <td>15 Threads | 483 Posts</td>
    </tr>
    <tr>
      <td>Member Contests</td>
      <td>10 Threads | 423 Posts</td>
    </tr>
    <tr>
      <td><strong>Mainframe</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Member Intros</td>
      <td>519 Threads | 2,404 Posts</td>
    </tr>
    <tr>
      <td>Torrent Talk</td>
      <td>140 Threads | 4,693 Posts</td>
    </tr>
    <tr>
      <td>Lounge</td>
      <td>747 Threads | 13,866 Posts</td>
    </tr>
    <tr>
      <td>How To Guides</td>
      <td>89 Threads | 736 Posts</td>
    </tr>
    <tr>
      <td>XXX</td>
      <td>45 Threads | 979 Posts</td>
    </tr>
    <tr>
      <td><strong>Give-A-Ways</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Tracker Invites</td>
      <td>1,177 Threads | 8,411 Posts</td>
    </tr>
    <tr>
      <td>Non-Tracker Invites</td>
      <td>340 Threads | 3,588 Posts</td>
    </tr>
    <tr>
      <td>Tracker Recruitment</td>
      <td>34 Threads | 307 Posts</td>
    </tr>
    <tr>
      <td><strong>Requests</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Invites</td>
      <td>90 Threads | 558 Posts</td>
    </tr>
    <tr>
      <td>Karma/Bonus</td>
      <td>11 Threads | 56 Posts</td>
    </tr>
    <tr>
      <td><strong>Special Forums</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Donors Corner</td>
      <td>30 Threads | 200 Posts</td>
    </tr>
    <tr>
      <td>VIP Corner</td>
      <td>22 Threads | 197 Posts</td>
    </tr>
    <tr>
      <td><strong>Reviews</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Tracker Reviews</td>
      <td>140 Threads | 257 Posts</td>
    </tr>
    <tr>
      <td>Seedbox Reviews</td>
      <td>27 Threads | 318 Posts</td>
    </tr>
    <tr>
      <td><strong>Support &amp; Help</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td>Etiv Support/Report Users</td>
      <td>40 Threads | 211 Posts</td>
    </tr>
    <tr>
      <td>EtivBox News/Support</td>
      <td>17 Threads | 139 Posts</td>
    </tr>
    <tr>
      <td>Report Forum Bugs Here</td>
      <td>41 Threads | 243 Posts</td>
    </tr>
    <tr>
      <td>Suggestions</td>
      <td>89 Threads | 733 Posts</td>
    </tr>
    <tr>
      <td>General BitTorrent Help</td>
      <td>36 Threads | 390 Posts</td>
    </tr>
  </tbody>
</table>

<h3 id="etiv---features">Etiv - Features:</h3>

<p><strong>Image Host</strong> — Etiv runs their own internal <a href="http://img.etiv.in/" title="http://img.etiv.in" target="_blank">image hosting</a> service which allows members to upload images directly
to the site, instead of using untrustworthy public imagehosts. Each
thread contains a link in <em>advanced options</em> for easy uploading.</p>

<p><strong>Movie of the Week</strong> club (Motw) — Whereby weekly movies are chosen for
discussion by members.</p>

<p><strong>Weekly Poll</strong> — Fun &amp; interesting questions and related
discussion.</p>

<p><strong>Small Userbase</strong> — Active members is kept small by design. Etiv is a
small tight-knit site where everyone knows each other.</p>

<p><strong>Friendly Members &amp; Staff</strong> — Check your elitism at the door.</p>

<p><strong>Lots of Recruitment</strong> — 34 different trackers offer unlimited
recruitment to Etiv.in members, including: CHDBits, DesiTorrents,
PWNNetwork, iTN, Blackcats-Games, Breathe, PTN and PsyTorrents.</p>

<h3 id="screenshots">Screenshots:</h3>

<p><img src="http://filesharefreak.com/images4/etiv-in_header.jpg" alt="" /></p>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Giveaways:</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Movie/MOTW:</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td><a href="http://filesharefreak.com/images4/etiv-in_giveaways.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/etiv-in_giveaways-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/etiv-in_movie.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/etiv-in_movie-small.jpg" alt="" /></a></td>
    </tr>
    <tr>
      <td><font size="+1">Rank/Classes:</font></td>
      <td> </td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Requests/Special:</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td><a href="http://filesharefreak.com/images4/etiv-in_rank.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/etiv-in_rank-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/etiv-in_requests.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/etiv-in_requests-small.jpg" alt="" /></a></td>
    </tr>
    <tr>
      <td><font size="+1">Imagehost:</font></td>
      <td> </td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Tracker News:</font></td>
    </tr>
  </tbody>
</table>

<table width="90%" border="0" align="center">
  <tbody>
    <tr>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td><a href="http://filesharefreak.com/images4/etiv-in_imagehost.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/etiv-in_imagehost-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/etiv-in_trackernews.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/etiv-in_trackernews-small.jpg" alt="" /></a></td>
    </tr>
  </tbody>
</table>

<link rel="stylesheet" href="../../../../css/lytebox.css" type="text/css" media="screen" />

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-rabbot-cite-says"><cite> Rabbot </cite> Says:</h5>

    <p>Hey I remember this place!</p>
  </li>
  <li>
    <h5 id="cite-wooot-cite-says"><cite> wooot </cite> Says:</h5>

    <p>lawl Backie lies inside</p>
  </li>
  <li>
    <h5 id="cite-eljoker-cite-says"><cite> ELJOKER </cite> Says:</h5>

    <p>i think i remember it too</p>
  </li>
  <li>
    <h5 id="cite-rabbot-cite-says-1"><cite> Rabbot </cite> Says:</h5>

    <p>backie lies inside? last time I checked (which was a few minutes
ago) backie isnt a member anymore lol</p>
  </li>
  <li>
    <h5 id="cite-bdmatt-cite-says"><cite> bdmatt </cite> Says:</h5>

    <p>need referer id…</p>
  </li>
  <li>
    <h5 id="cite-bdmatt-cite-says-1"><cite> bdmatt </cite> Says:</h5>

    <p>nevermind…</p>
  </li>
  <li>
    <h5 id="cite-frylock-cite-says"><cite> FryLock </cite> Says:</h5>

    <p>@ bdmatt The Referrer id is optional…leave it blank</p>

    <p>Thanks for the Awesome write up Sharky
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-pineappleseeds-cite-says"><cite> pineappleseeds </cite> Says:</h5>

    <p>Excellent article Sharky! It’s great to see Etiv open up their doors
for new members!</p>
  </li>
  <li>
    <h5 id="cite-fatt-cite-says"><cite> fatt </cite> Says:</h5>

    <p>The activation link in the e-mail doesnot work.</p>
  </li>
  <li>
    <h5 id="cite-mastashake-cite-says"><cite> MastaShake </cite> Says:</h5>

    <p>@ 09 - FATT</p>

    <p>It works. Try it again.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
  </li>
  <li>
    <h5 id="cite-mr-eko-cite-says"><cite> Mr. Eko </cite> Says:</h5>

    <p>Etiv is a really great community, i love it…ROCK ON Etiv</p>

    <p>Thanks for review sharky.</p>
  </li>
  <li>
    <h5 id="cite-carl-cite-says"><cite> Carl </cite> Says:</h5>

    <p>@FATT<br />
 All of the accounts that have been created so far have been
manually activated and the activation page is being fixed as I type
this. Sorry about the inconvenience</p>
  </li>
  <li>
    <h5 id="cite-beagle-cite-says"><cite> Beagle </cite> Says:</h5>

    <p>Nice move guys!</p>

    <p>You’ve got a quality forum with a top-notch staff. It’s nice to see
you bringing in some new blood!</p>

    <p>All the best…</p>
  </li>
  <li>
    <h5 id="cite-fail-cite-says"><cite> FAIL </cite> Says:</h5>

    <p>Nice site. I registered. Changed some options and BAM the forum says
I’m not logged in. OK, log in again, right? WRONG. The user and
password doesn’t work.</p>
  </li>
  <li>
    <h5 id="cite-bondgannu-cite-says"><cite> bondgannu </cite> Says:</h5>

    <p>Great writup there Sharky!!<br />
 Hmm… finally we will get some new blood out there;<br />
 See you there guys <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
  </li>
  <li>
    <h5 id="cite-fatt-cite-says-1"><cite> fatt </cite> Says:</h5>

    <p>yup. it worked now. thanks a lot sharky.</p>
  </li>
  <li>
    <h5 id="cite-carl-cite-says-1"><cite> Carl </cite> Says:</h5>

    <p>@Fail</p>

    <p>Try clearing your cookies and site data. I havent come across
anything like that recently so its probably a browser issue</p>
  </li>
  <li>
    <h5 id="cite-bob-cite-says"><cite> Bob </cite> Says:</h5>

    <p>Many thanks Sharky, great write up.</p>
  </li>
  <li>
    <h5 id="cite-jiahao112-cite-says"><cite> jiahao112 </cite> Says:</h5>

    <p>good news</p>
  </li>
  <li>
    <h5 id="cite-sirwaffles-cite-says"><cite> SirWaffles </cite> Says:</h5>

    <p>OMG is this there database dump?</p>

    <p><a href="http://thepiratebay.org/torrent/5673298/Etiv.in_Database" rel="nofollow">http://thepiratebay.org/torrent/5673298/Etiv.in_Database</a></p>

    <p>How these guys gonna keep my identify secure if they can’t keep
their database private?</p>
  </li>
  <li>
    <h5 id="cite-pineappleseeds-cite-says-1"><cite> pineappleseeds </cite> Says:</h5>

    <p>@020</p>

    <p>Look at the date it was uploaded. It’s obviously outdated and
everyone should have updated their passwords so everyone at Etiv
should be safe.</p>
  </li>
  <li>
    <h5 id="cite-anon-cite-says"><cite> anon </cite> Says:</h5>

    <p>Since they pulled the plug on their sad minor league site, I guess
something had to done.</p>
  </li>
  <li>
    <h5 id="cite-dochappy-cite-says"><cite> dochappy </cite> Says:</h5>

    <p>Nice review sharky !! it is indeed a great forum,I joined it last
time they opened interviews and enjoyed every minute I visited etiv
! Best chance to join 4 new bies since no need to go through
complicated VTN application…</p>
  </li>
  <li>
    <h5 id="cite-ohhai-cite-says"><cite> OhHai </cite> Says:</h5>

    <p>What do you mean by minor league site? VTN? But that doesn’t make
since cause its still up and running nicely.. what are you talking
about?</p>
  </li>
  <li>
    <h5 id="cite-dogod01-cite-says"><cite> dogod01 </cite> Says:</h5>

    <p>Yeah, if you’re talking about VTN, it’s still operating, &amp; It’s
no more sad than you are. Get your info straight before you post.</p>
  </li>
  <li>
    <h5 id="cite-frylock-cite-says-1"><cite> FryLock </cite> Says:</h5>

    <p>@ 20 &amp; 22</p>

    <p>Haters and Trolls are people to. You guys make our little hobby more
fun.</p>
  </li>
  <li>
    <h5 id="cite-rabbot-cite-says-2"><cite> Rabbot </cite> Says:</h5>

    <p>@Frylock</p>

    <p>never thought of it that way. i’ll change from now on.</p>

    <p>@Annon</p>

    <p>yes, VTN is still running strong, if you were a member you would see
that.</p>
  </li>
  <li>
    <h5 id="cite-rat-cite-says"><cite> Rat </cite> Says:</h5>

    <p>Link says you need an invite, they all used up or is it not working?</p>
  </li>
  <li>
    <h5 id="cite-sun-cite-says"><cite> Sun </cite> Says:</h5>

    <p>Etiv is the best bt forum around. Thx for good review.</p>
  </li>
  <li>
    <h5 id="cite-rat-cite-says-1"><cite> @RAT </cite> Says:</h5>

    <p>You can try the interviews
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>

    <p><a href="irc://irc.etiv.in/interview" rel="nofollow">irc://irc.etiv.in/interview</a></p>
  </li>
  <li>
    <h5 id="cite-anon1666-cite-says"><cite> anon1666 </cite> Says:</h5>

    <p>You can go to a proctologist too, it might be less invasive. The
open regs walk right in. They wanted me to bend over, I declined. My
interviewer was nice enough, it wasn’t his doing.</p>
  </li>
  <li>
    <h5 id="cite-rat-cite-says-2"><cite> Rat </cite> Says:</h5>

    <p>Get booted from interview channel - Bad Channel Key (+k). Closed?</p>
  </li>
  <li>
    <h5 id="cite-jancy-cite-says"><cite> Jancy </cite> Says:</h5>

    <p>Did they close the interview channel?</p>
  </li>
  <li>
    <h5 id="cite-rat--jancy-cite-says"><cite> @RAT / JANCY </cite> Says:</h5>

    <p>Yes, it seems closed again
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
 Maybe better luck next year or whenever they open up again.</p>
  </li>
  <li>
    <h5 id="cite-aim9sidewinder-cite-says"><cite> AIM9Sidewinder </cite> Says:</h5>

    <p>hey..nice tracker.!!!! I join now.. i have invite plsea??</p>

    <p>Lol..I thought this day would never come….</p>
  </li>
  <li>
    <h5 id="cite-king7653-cite-says"><cite> king7653 </cite> Says:</h5>

    <p>yo can anyone send me a invite for movie torrent</p>
  </li>
  <li>
    <h5 id="cite-rapidleech-hosting-cite-says"><cite> RapidLeech Hosting </cite> Says:</h5>

    <p>can you send me a invitation</p>

    <p><a href="http://www.rapidleechhosting.net/" rel="nofollow">http://www.rapidleechhosting.net/</a></p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[25 New Private Trackers: October 2010 Edition]]></title>
    <link href="http://filesharefreak.com/2010/10/14/25-new-private-trackers-october-2010-edition/"/>
    <updated>2010-10-14T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/14/25-new-private-trackers-october-2010-edition</id>
    <content type="html"><![CDATA[<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><img src="http://filesharefreak.com/images4/Sad.png" alt="" /><img src="http://filesharefreak.com/images4/Laugh.png" alt="" />We
thought it be obligatory to pass along exclusive information: <strong>New
BitTorrent</strong> is officially a ghost town. It’s painfully clear that
private BitTorrent has hit its crescendo and is bottoming out - what’s
scarier is new trackers can’t even find cool <em>domain names</em> to use these
days. Despite the impending death of BitTorrent, a few new trackers
still try to beat the odds. Here would be October’s answer to what’s
new. Look if you dare.</p>

<!--more-->

<h2 id="general-trackers"><strong>General</strong> Trackers…</h2>

<h3 id="images4deamonbyteslogo-smallgif-click-for-larger-viewimages4deamonbyteslogogif-targetblankhttpdeamonbytesnet"><a href="http://filesharefreak.com/images4/deamonbytes_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/deamonbytes_logo-small.gif" alt="" title="Click For Larger View" /></a>http://deamonbytes.net</h3>

<ul>
  <li>— Category: <strong>General (Scene)</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup: <a href="http://deamonbytes.net/create_account.php" title="http://deamonbytes.net/create_account.php" target="_blank">http://deamonbytes.net/create_account.php</a></li>
</ul>

<p><strong><em>DeamonBytes.net</em></strong> is the resurrection of the now defunct PeerPortal
tracker. Never heard of PP, or weren’t a former member? You’re not
alone, and it doesn’t really matter anyways. <em>DeamonBytes</em> is entirely
its own entity and strikes no resemblance to the aged dinosaur that PP
was. Online since 2010-09-19, <strong><em>DB</em></strong> indexes 1,721 torrents and has
9,807 members (which includes the userdb carried forward from PP).</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — <em>DeamonBytes</em> is an
improvement to PeerPortal; more daily torrents are coming in, and simply
browsing the site is much quicker than its predecessor. All it needs is
a forum set up and some spiffy browse icons and we have a winner!</p>

<h3 id="images4dragon-torrentslogo-smallgif-click-for-larger-viewimages4dragon-torrentslogogif-targetblankhttpdragon-torrentscom"><a href="http://filesharefreak.com/images4/dragon-torrents_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/dragon-torrents_logo-small.gif" alt="" title="Click For Larger View" /></a>http://dragon-torrents.com</h3>

<ul>
  <li>— Category: <strong>General/Movies</strong>    Codebase: <strong>TSSE v7.2</strong></li>
  <li>— Signup: <a href="http://dragon-torrents.com/signup.php" title="http://dragon-torrents.com/signup.php" target="_blank">http://dragon-torrents.com/signup.php</a></li>
</ul>

<p>Online for nearly two weeks now (launched 2010-10-02 to be precise),
<strong><em>Dragon-Torrents</em></strong> already indexes 467 total torrents (with 524
seeders) and 74 members. Although considered to be an all-purpose
trackers, movies have undoubtedly taken over the motif.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Much too early to predict,
but there is certainly a plethora of torrent activity &amp; new uploads
to be found. Movie <strong><em>boxsets</em></strong> (multi-packs, trilogies, series)
shouldn’t be overlooked and make up for a whopping 177 torrents onsite.
Great start, <em>Dragon-Torrents</em> - this is exactly the kind of motivation
that all new trackers should attempt to follow.</p>

<h3 id="images4moviesmanialogo-smallgif-click-for-larger-viewimages4moviesmanialogogif-targetblankhttpmoviesmaniainfo"><a href="http://filesharefreak.com/images4/moviesmania_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/moviesmania_logo-small.gif" alt="" title="Click For Larger View" /></a>http://moviesmania.info</h3>

<ul>
  <li>— Category: <strong>General/Movies/TV</strong>     Codebase: <strong>TSSE v7.2</strong></li>
  <li>— Signup Link: <a href="http://moviesmania.info/signup.php" title="http://moviesmania.info/signup.php" target="_blank">http://moviesmania.info/signup.php</a></li>
</ul>

<p>In spite of the chosen domain name, <strong><em>MoviesMania</em></strong> isn’t exclusively
a movie tracker. About 50% of all torrents <em>do</em> pertain to movies
(prereleases, DVDRs, DVDRips, HD) which number at 382 torrents within
the movie categories. TV releases make up another 25-30% of torrents
listed.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — We’re somewhat surprised
that <em>MoviesMania</em> hasn’t become more popular than they are; here’s a
truly underrated tracker. The majority of popular new movie titles can
be found here; as well as mainstream TV 0day releases. Online since
August 30th, MM indexes 776 active torrents (90% are hosted on a
seedbox) and everything is freeleech for the next 7 days.</p>

<h3 id="images4bitxtremelogo-smallgif-click-for-larger-viewimages4bitxtremelogogif-targetblankhttpbitxtreme"><a href="http://filesharefreak.com/images4/bitxtreme_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/bitxtreme_logo-small.gif" alt="" title="Click For Larger View" /></a>http://bitxtre.me</h3>

<ul>
  <li>— Category: <strong>General</strong>    Codebase: <strong>TSSE v7.1</strong></li>
  <li>— Signup: <a href="http://bitxtre.me/signup.php" title="http://bitxtre.me/signup.php" target="_blank">http://bitxtre.me/signup.php</a></li>
</ul>

<p>Opened to the masses on September 2nd, 2010 - <strong><em>BitXtreme</em></strong> is a new
‘general’ tracker with 2,168 members and 1,215 torrents (and 2,905 total
seeders). During the past four days (96 hours), more than 480 new
torrents have been added to the tracker - here’s a site that definitely
has an uploader who possesses sceneaxx. Other devoted uploaders help
round out the content with packs, games and new music.</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — <em>BitXtre.me</em> is off to a
flying start; almost everything new is seedbox-hosted, new signups
receive a generous amount of upload credit to start out with, and most
torrents are non-spam scene releases (XviD/x264 movies &amp; TV
releases, mainly).</p>

<h3 id="images4torrentcubelogo-smallgif-click-for-larger-viewimages4torrentcubelogogif-targetblankhttpwwwtorrentcubeorg"><a href="http://filesharefreak.com/images4/torrentcube_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/torrentcube_logo-small.gif" alt="" title="Click For Larger View" /></a>http://www.torrentcube.org</h3>

<ul>
  <li>— Category: <strong>General</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup Link: <em>You’ll find it.</em></li>
</ul>

<p>Sharp-looking <strong><em>TorrentCube.org</em></strong> launched on 2010-09-19 and already
indexes 384 torrents and 105 members. Almost everything listed is
’scene’ or ‘P2P’ content without the dreaded overload of scene-spam
torrents. Everything is freeleech until future notice, all new signups
receive 5GB upload credit. Onsite fun including a casino, blackjack and
games room are just a few of the cool features.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Off to a pretty good start,
TorrentCube is displaying signs of having some sceneaxx; not to mention
a direct connection with the P2P group FLAWL3SS. <strong><em>Movies/XviD</em></strong> makes
up a good chunk of the torrents (112 in all). All torrents are seedbox
hosted, (even 1-seeds) ensuring great speeds for all.</p>

<h3 id="images4torrentdemonlogo-smallgif-click-for-larger-viewimages4torrentdemonlogojpg-targetblankhttptorrentdemonnet"><a href="http://filesharefreak.com/images4/torrentdemon_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/torrentdemon_logo-small.gif" alt="" title="Click For Larger View" /></a>http://torrentdemon.net</h3>

<ul>
  <li>— Category: <strong>General</strong>     Codebase: <strong>TSSE v7.1</strong></li>
  <li>— Signup: <a href="http://torrentdemon.net/signup.php" title="http://torrentdemon.net/signup.php" target="_blank">http://torrentdemon.net/signup.php</a></li>
</ul>

<p>Online for about a full month now, <strong><em>TorrentDemon</em></strong> lists 195 active
torrents and 116 registered members. While the selection is a tad slim,
everything seems to be seedbox-hosted.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Not much to say.
<em>TorrentDemon</em> relies on about 5 different uploaders who supply nearly
100% of all torrents. Content is diverse (there’s small apps, XXX,
DVDRips, XviD and TV releases) but no real rhyme or reason to the
uploads.</p>

<h3 id="images4seedfilelogo-smallgif-click-for-larger-viewimages4seedfilelogogif-targetblankhttpwwwseedfileorg"><a href="http://filesharefreak.com/images4/seedfile_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/seedfile_logo-small.gif" alt="" title="Click For Larger View" /></a>http://www.seedfile.org</h3>

<ul>
  <li>— Category: <strong>General (RO/EN)</strong>    Codebase: <strong>TBDev</strong></li>
  <li>— Signup link: <em>You’ll find it.</em></li>
</ul>

<p><strong><em>SeedFile </em></strong> is a new Romanian/English tracker
that indexes a little bit of everything from wallpapers &amp; tiny apps
up to DVDRs. Total registered members tally in at 1,569. Torrent count
‘on the browse’ is listed at 591 with a total of 861 seeders.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — FSF receives a fair amount
of insider tips from owners &amp; staff at trackers (and we appreciate
it), with the idea that we’ll review them in an upcoming ‘new trackers’
article. In a way, it sucks to be the bearer of bad news: <em>SeedFile</em>
undoubtedly faces an uphill battle to become successful - there are
already more than enough RO trackers in torrentland.</p>

<h3 id="images4ultimatelogogifhttpultimate-scenenet"><img src="http://filesharefreak.com/images4/ultimate_logo.gif" alt="" />http://ultimate-scene.net</h3>

<ul>
  <li>— Category: <strong>None</strong>    Codebase: <strong>TSSE v7.1</strong></li>
  <li>— Signup: <a href="http://ultimate-scene.net/signup.php" title="http://ultimate-scene.net/signup.php" target="_blank">http://ultimate-scene.net/signup.php</a></li>
</ul>

<p>Despite having a fair amount of activity in their shoutbox and forums,
<strong><em>Ultimate-Scene</em></strong> wins this month’s award for most underachieving
tracker. Online since early September, here’s a site that’s managed to
upload a whopping 21 unspectacular torrents in 6 weeks.</p>

<p><img src="http://filesharefreak.com/images4/Sad.png" alt="" /><strong>Our prediction</strong> — Protip: Instead of running a
banner competition, why not run a <em>torrent upload</em> competition instead?!
Or perhaps Ultimate-Scene is not really intended to be a torrent site at
all; but rather, more of a meeting place for chat/discussion. If this is
the case, FSF apologizes for adding you to this article. Now apologize
to <strong><em>xam</em></strong> for forking over your $150 to set you up as a &#8220;tracker&#8221;.</p>

<h3 id="images4sceneundergroundlogo-smallgif-click-for-larger-viewimages4sceneundergroundlogogif-targetblankhttpsceneundergroundorg"><a href="http://filesharefreak.com/images4/sceneunderground_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/sceneunderground_logo-small.gif" alt="" title="Click For Larger View" /></a>http://sceneunderground.org</h3>

<ul>
  <li>— Category: <strong>General</strong>    Codebase: <strong>TorrentTrader v2.06</strong></li>
  <li>— Signup: <a href="http://sceneunderground.org/account-signup.php" title="http://sceneunderground.org/account-signup.php" target="_blank">Sceneunderground.org/account-signup.php</a></li>
</ul>

<p>One must wonder with amazement how a new tracker such as
<strong><em>SceneUnderground</em></strong> can attract 457 members and manage to upload a
respectable 800 torrents in their first six weeks of operation, but
still have an Alexa rank of 13 million. Stats don’t lie: simply put,
their members aren’t repeat visitors.</p>

<p><img src="http://filesharefreak.com/images4/Sad.png" alt="" /><strong>Our prediction</strong> — Here’s how it works: <em>1.)</em>
Post your new tracker on public forums &amp; provide almost no
information whatsoever. <em>2.)</em> Attract random new members through open
signups. <em>3.)</em> Members look around, make a decision. <em>4.)</em> Members don’t
come back. **<u>Synopsis</u></p>

<p>:** A properly chosen tracker sourcecode can make all the difference
between what <em>could</em> be successful, and what will assuredly <em>not</em> be.</p>

<h2 id="niche-trackers"><strong>Niche</strong> Trackers…</h2>

<h3 id="images4losslessworldlogo-smalljpg-click-for-larger-viewimages4losslessworldlogojpg-targetblankhttpslosslessworldinfo"><a href="http://filesharefreak.com/images4/losslessworld_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/losslessworld_logo-small.jpg" alt="" title="Click For Larger View" /></a>https://losslessworld.info</h3>

<ul>
  <li>— Category: <strong>Music (Lossless)</strong>     Codebase:<strong> TBDev
</strong>(NexusPHP)</li>
  <li>— Signup: <em>not open for public registration; look around for
recruitment</em></li>
</ul>

<p>A handful of new lossless music tracker projects have embarked in recent
memory, yet none have really ‘taken’. Not so with <strong><em>Lossless World</em></strong> -
this one just screams success. Online for about 6 weeks now, <strong><em>LW</em></strong>
already lists an impressive 1,025 active torrents from just 355 members.
<em>‘Members’</em> doesn’t fit the bill; they are experienced rippers and
contributors of high-quality lossless music (perfect FLAC ripped with
EAC/XLD - and APE). Unlike other music trackers, <em>not</em> everyone is
permitted to upload torrents from the get-go: there’s an uploader
appform that needs to be sent in &amp; approved first. &#8221;<em>The goal is to
provide the absolutely high quality stuff. Therefore, only specially
authorised users have permission to upload torrents.</em>&#8221; LW also
possesses a growing list of encoder groups who cover different musical
genres and tastes.</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — One could dismiss a new
lossless tracker to be comprised of members who are simply uploading
torrents already found on What, Waffles, or even Pedro’s &amp; E. This
couldn’t be further from the truth (we cross-checked W&amp;W to see if
we could find matching torrents; in our search we came up mostly
empty-handed). Thus, we conclude that <em>LosslessWorld</em> is indeed ripping
from their own sources (ie - unique rips, unique music). An active
userbase, busy forums &amp; IRC, <strong><em>https</em></strong> tracker &amp; site, and a
ton of freeleech - hard to find all that in such a young community.
Bravo! Lossless fanatics, take my advice and find an invite - you won’t
be disappointed.</p>

<h3 id="images4hdbits-cnlogo-smallgif-click-for-larger-viewimages4hdbits-cnlogogif-targetblankhttphdbitscn"><a href="http://filesharefreak.com/images4/hdbits-cn_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/hdbits-cn_logo-small.gif" alt="" title="Click For Larger View" /></a>http://hdbits.cn</h3>

<ul>
  <li>— Category: <strong>Hi-Def (China)</strong>     Codebase:<strong> TBDev</strong>
(NexusPHP)</li>
  <li>— Signup: <a href="http://hdbits.cn/signup.php?sitelanguage=6" title="http://hdbits.cn/signup.php?sitelanguage=6" target="_blank">http://hdbits.cn/signup.php</a></li>
</ul>

<p>Really, does the BT world need another Asian HD tracker? Sure, why not -
if it can find a niche. The jury is out whether <strong><em>HDBits.cn</em></strong> has what
it takes to play with the big boys - in their first 5 weeks, stats
suggest a lowly 182 active torrents (701 total, 519 dead) with 7,500
members. This should tell you something: only seven (7) new torrents
have been added over the past 8 days.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — New HD Asian sites face an
uphill battle unless they can secure at least one reliable, dedicated
encoder team. HDChina, CHDBits, even HDBits.org - they all share
(borrow) each other’s internals - but they also possess their own HQ
teams. Only time will tell if <em>HDBits.cn</em> can rise out of their current
mediocrity.</p>

<h3 id="images4tinboxtorrentlogo-smallgif-click-for-larger-viewimages4tinboxtorrentlogogif-targetblankhttpwwwtinboxtorrentcom"><a href="http://filesharefreak.com/images4/tinboxtorrent_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/tinboxtorrent_logo-small.gif" alt="" title="Click For Larger View" /></a>http://www.tinboxtorrent.com</h3>

<ul>
  <li>— Category: <strong>Movies</strong>     Codebase:<strong> TBDev</strong></li>
  <li>— Signup: <a href="http://www.tinboxtorrent.com/signup.php" title="http://www.tinboxtorrent.com/signup.php" target="_blank">www.tinboxtorrent.com/signup.php</a></li>
</ul>

<p><strong><em>TinBoxTorrent</em></strong> is a brand-new movie tracker that launched on
2010-09-19 and boasts 731 registered members with 493 active torrents on
the ‘browse’. Just about any movie format/type is allowable (including
adult, HD, even some TV releases are now listed) but their main
specialty is for BRRips and BDRips (with 130 total torrents indexed in
these categories).</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Successful movie trackers
consist typically of two key ingredients: <em>community</em> &amp; <em>content</em>.
So far, TinBoxTorrent is showing decent signs of both; lots of new
uploads (including movie packs), semi-busy forums, and a fair amount of
activity on the torrents.</p>

<h3 id="images4bluebird-hdlogo-smallgif-click-for-larger-viewimages4bluebird-hdlogogif-targetblankhttpbluebird-hdorg"><a href="http://filesharefreak.com/images4/bluebird-hd_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/bluebird-hd_logo-small.gif" alt="" title="Click For Larger View" /></a>http://bluebird-hd.org</h3>

<ul>
  <li>— Category: <strong>Blu-ray/HD (Russia)</strong>     Code: <strong>TBDev</strong> (<a href="http://bit-torrent.kiev.ua/" title="http://bit-torrent.kiev.ua/" target="_blank">YSE</a>)</li>
  <li>— Signup: <a href="http://bluebird-hd.org/signup.php" title="http://bluebird-hd.org/signup.php" target="_blank">http://bluebird-hd.org/signup.php</a></li>
</ul>

<p><strong><em>BlueBird-HD</em></strong> is a new Russian Blu-ray tracker that caters almost
exclusively to <strong>full Blu-ray discs</strong> (with a few encodes &amp; remuxes,
too). No surprise here: nearly all of the Blu-rays are distinctively of
the Russian variety (popular Hollywood titles, but the <em>retail Russian</em>
versions with RU/EN menus). Because the sources are Russian, the primary
audio tracks (DTS-HD 7.1/5.1, Dolby) are English &amp; Russian. In some
cases, alternative language audio tracks are available - but not always.
Subtitles &amp; dubbed tracks may or may not contain only RU/EN options.
See the mediainfo example below:</p>

<p>![](/images4/bluebird-hd_logo2.gif “An Example of Russian Blu-ray
options”)</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Pretty cool BD tracker, but
not for everyone. With 200 well-seeded torrents, <em>BlueBird-HD</em> offers a
fair selection of film titles to choose from (mostly new &amp; older
mainstream content). It’s worth noting that non-RU/EN torrenters should
probably avoid this one due to limited multi-language options in the
releases.</p>

<h3 id="images4scenevidslogo-smallgif-click-for-larger-viewimages4scenevidslogogif-targetblankhttpscenevidsinfo"><a href="http://filesharefreak.com/images4/scenevids_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/scenevids_logo-small.gif" alt="" title="Click For Larger View" /></a>http://scenevids.info</h3>

<ul>
  <li>— Category: <strong>Music Video/MViD</strong>     Codebase:<strong> TBDev</strong></li>
  <li>— Signup: <a href="http://scenevids.info/signup.php" title="http://scenevids.info/signup.php" target="_blank">http://scenevids.info/signup.php</a></li>
</ul>

<p>BitTorrent’s latest answer to music videos is <strong><em>SceneVids</em></strong>, a new
tracker that offers the latest <em>scene</em> music video releases, as well as
non-scene. Content is pouring in fast; in their short 1-month existence
<em>SceneVids</em> has managed to upload more than 800 torrents (all of which
are freeleech).</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — A simple yet elegant design
combined with versatile browse &amp; sorting features, fans of music
videos shouldn’t pass up the opportunity to join ScV. Content is diverse
to say the least, and as of Oct. 12th all members are now permitted to
upload their own torrents. Members can even create custom RSS feeds from
any type/genre of video categories.</p>

<h2 id="localized-trackers"><strong>Localized</strong> Trackers…</h2>

<h3 id="hungarian-trackers">Hungarian Trackers…</h3>

<h3 id="images4bitgateuniverselogo-smalljpg-click-for-larger-viewimages4bitgateuniverselogojpg-targetblankhttpbitgateuniverseorg"><a href="http://filesharefreak.com/images4/bitgateuniverse_logo.jpg" target="_blank"><img src="http://filesharefreak.com/images4/bitgateuniverse_logo-small.jpg" alt="" title="Click For Larger View" /></a>http://bitgateuniverse.org</h3>

<ul>
  <li>— Category: <strong>TV (Hungary/EN)</strong>     Codebase: <strong>Gazelle RC2</strong></li>
  <li>— Signup Link: <a href="http://bitgateuniverse.org/register.php" title="http://bitgateuniverse.org/register.php" target="_blank">http://bitgateuniverse.org/register.php</a></li>
</ul>

<p>Since Hungarian’s premier TV tracker hotspot BitGate’s owner purposely
took the site offline in mid-July due to his own discretion, two new
trackers have emerged from its shadow. <strong><em>BitGateUniverse</em></strong> is
considered to be the <em>unofficial</em> spinoff, yet is a very decent TV
tracker in it’s own right. The layout is somewhat similar to BTN; in
that there are icon categories for individual TV shows, TV ‘news’, a
schedule and ‘countdown’ to future upcoming episodes.</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — BitGateUniverse (BGU)
launched publicly at the beginning of August and has a userlist of 3,544
members and 766 torrents. The majority of TV shows are English (Angol)
with some Hungarian (Magyar) releases, to a lesser extent. Scene
releases are common (LOL, FQM, 2HD) and are unarchived on the tracker.</p>

<h3 id="images4tvstorebrowse-smalljpg-click-for-larger-viewimages4tvstorebrowsejpg-targetblankhttptvstoreme"><a href="http://filesharefreak.com/images4/tvstore_browse.jpg" target="_blank"><img src="http://filesharefreak.com/images4/tvstore_browse-small.jpg" alt="" title="Click For Larger View" /></a>http://tvstore.me</h3>

<ul>
  <li>— Category: <strong>TV (Hungary/EN)</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup Link: <em>Not open to the public, at last check.</em></li>
</ul>

<p><a href="http://filesharefreak.com/images4/tvstore_torrent.jpg" target="_blank">![](/images4/tvstore_torrent-small.jpg “Click For Larger
View”)</a>Few torrenters
outside of Hungary truly realize the magnitude &amp; continued momentum
of <strong><em>BitGate’s</em></strong> devoted community. Online for more than 5 years,
BitGate wasn’t about to throw it all away for naught; and instead of
waiting for a possible impending forced shutdown they named a successor
<strong><em>TVStore.me</em></strong>. TVStore.me inherited the former site’s database of
users &amp; torrents, as well as the sourcecode and is very much the
<em>official</em> BitGate spinoff. <u>Current Stats</u></p>

<p>:</p>

<ul>
  <li>Total No. of users 10433</li>
  <li>Members: 5,888</li>
  <li>Storekeepers (highest ind. rank): 771</li>
  <li>Uploaded torrents: 9,331</li>
  <li>Active torrents: 5,378</li>
  <li>Connections: 32,283</li>
  <li>Seeders: 35,002</li>
  <li>Leechers: 2,281</li>
  <li>Seeder/leecher ratio (%) 1535 %</li>
  <li>Download speed: 54.83 MB/s</li>
</ul>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — Lots to offer for Hungarian
users and beyond. TVStore has retained BitGate’s key features (and even
added a few new tricks), including the ability to switch the<em> torrent
browse</em> to display either Hungarian <strong>or</strong> English releases.
Existing BitGate members are able to login with their old user/pass
login details - however at this time, registration is not open directly.</p>

<h3 id="images4ztrackerlogo-smallgif-click-for-larger-viewimages4ztrackerlogogif-targetblankhttpztrackerbiz"><a href="http://filesharefreak.com/images4/ztracker_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/ztracker_logo-small.gif" alt="" title="Click For Larger View" /></a>http://ztracker.biz</h3>

<ul>
  <li>— Category: <strong>General/Scene (HU/EN)</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup: <a href="http://ztracker.biz/signup.php" title="http://ztracker.biz/signup.php" target="_blank">http://ztracker.biz/signup.php</a>
(closed at last check)</li>
</ul>

<p>We don’t have a lot of detailed information about the origins of
<strong><em>Ztracker.biz</em></strong>, a &#8220;newer&#8221; Hungarian tracker whose domain was
registered on 2010-05-21. We do know this: it wasn’t until about <em>August
1st</em> of this year that Ztracker really began to garner some intense
activity. Having said that, Ztracker obviously managed to import an old
database from another tracker, since their oldest torrents are dated
back to 2008-04-08, and old forum posts. Which exact site Ztracker is a
reincarnate of, we couldn’t tell you.</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — According to Alexa,
<em>Ztracker</em> is currently ranked #682 out of all sites overall for
Hungary’s traffic metrics. More impressive are their tracker stats:
83,053 registered members &amp; 12,500 active torrents on the browse.
Tons of stuff for the English visitors, too.</p>

<h3 id="images4logoherobit-smallgif-click-for-larger-viewimages4logoherobitgif-targetblankhttpwwwherobitorg"><a href="http://filesharefreak.com/images4/logo_herobit.gif" target="_blank"><img src="http://filesharefreak.com/images4/logo_herobit-small.gif" alt="" title="Click For Larger View" /></a>http://www.herobit.org</h3>

<ul>
  <li>— Category: <strong>General (Hungary)</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup Link: <a href="http://www.herobit.org/signup.php" title="http://www.herobit.org/signup.php" target="_blank">http://www.herobit.org/signup.php</a></li>
</ul>

<p>Hungary’s torrent community has begun to rebound nicely despite a series
of June 2010 <a href="http://torrentfreak.com/police-raids-tear-apart-hungarian-bittorrent-scene-100618/" title="http://torrentfreak.com/police-raids-tear-apart-hungarian-bittorrent-scene-100618/" target="_blank">raids</a> that sent private trackers
scurrying for cover. New HU trackers are popping up all the time, such
as <strong><em>HeroBit.org</em></strong>, and expect older ones to continue <em>business as
usual</em> in some form or location.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Few can contest the fact
that Hungary (or more specifically, magyar) is home to some of the
world’s most formidable trackers - but <strong><em>HeroBit.org</em></strong> isn’t one of
them. Online since September 1st, <strong><em>HB</em></strong> indexes 369 active torrents,
1019 total peers, and 4657 members - but has plenty of time to grow.</p>

<h3 id="thai-trackers">Thai Trackers…</h3>

<h3 id="images4torrentzaalogo-smallgif-click-for-larger-viewimages4torrentzaalogogif-targetblankhttpwwwtorrentzaacom"><a href="http://filesharefreak.com/images4/torrentzaa_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/torrentzaa_logo-small.gif" alt="" title="Click For Larger View" /></a>http://www.torrentzaa.com</h3>

<ul>
  <li>— Category: <strong>General/Adult (Thailand)</strong>     Codebase: <strong>TBDev</strong></li>
  <li>— Signup: <a href="http://www.torrentzaa.com/signup.php" title="http://www.torrentzaa.com/signup.php" target="_blank">http://www.torrentzaa.com/signup.php</a></li>
</ul>

<p>Online since the middle of May 2010, <strong>TorrentZaa.com</strong> is a newer Thai
tracker with 8,247 members, 5,000 total torrents &amp; 4,535 seeds.
While considered to be ‘general’ in that torrents exist in every facet
of release type, TorrentZaa’s mainstay is their growing adult section
which includes in excess of 2,025 torrents (or 40%+ of all active on
site).</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — Unlike other Asian trackers,
especially of the HD niche variety, general international torrenters
tend to avoid Thai trackers - and rightly so. Aside from offering a slew
of pr0n releases, there’s little else to this one that would appease the
English crowd.</p>

<h3 id="images4bitcountrylogo-smallgif-click-for-larger-viewimages4bitcountrylogogif-targetblankhttpwwwbitcountrycom"><a href="http://filesharefreak.com/images4/bitcountry_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/bitcountry_logo-small.gif" alt="" title="Click For Larger View" /></a>http://www.bitcountry.com</h3>

<ul>
  <li>— Category: <strong>General (Thailand)</strong>    Codebase: <strong>TBDev</strong></li>
  <li>— Signup: <a href="http://www.bitcountry.com/signup.php" title="http://www.bitcountry.com/signup.php" target="_blank">http://www.bitcountry.com/signup.php</a></li>
</ul>

<p><strong><em>BitCountry</em></strong> started out on 2010-07-05 - lists 17,000+ members with
1,340 total torrents (2,773 seeders). A feature that stands out (in a
negative light) is that all VIP torrents require a site donation in
order to download.</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Based upon visuality alone
it’s tough to ‘rate’ Thai trackers, since their over-stimulating nature
isn’t just exclusive to their torrent sites. Personally speaking <em>I’ll</em>
never get accustomed to it, but 17,392 Thai users can’t all be wrong.</p>

<h3 id="httpwwwtorrenttodaycom">http://www.torrenttoday.com</h3>

<ul>
  <li>— Category: <strong>General (Thai)</strong>     Codebase: <strong>TorrentStrike</strong></li>
  <li>— Signup: <a href="http://www.torrenttoday.com/signup.php" title="http://www.torrenttoday.com/signup.php" target="_blank">http://www.torrenttoday.com/signup.php</a></li>
</ul>

<p><img src="http://filesharefreak.com/images4/Sad.png" alt="" /><strong>Our prediction</strong> — No point in going overboard
with glee about <strong><em>TorrentToday</em></strong>, a new Thai startup from 2010-09 that
indexes just 200 active torrents. This site’s based on a stock
TorrentStrike codebase with needless flashiness that’s sure to give
vertigo to anyone who visits. Even if this one had 10K torrents you’d
head for the hills due to ugliness alone. Kill it with fire!</p>

<h3 id="french-trackers">French Trackers…</h3>

<h3 id="images4streetfriendslogo-smallgif-click-for-larger-viewimages4streetfriendslogogif-targetblankwwwstreet-friends-partageinfo"><a href="http://filesharefreak.com/images4/streetfriends_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/streetfriends_logo-small.gif" alt="" title="Click For Larger View" /></a>www.street-friends-partage.info</h3>

<ul>
  <li>— Category: <strong>General (French)</strong>    Codebase: <strong>TBDev/TT</strong></li>
  <li>— Signup: <a href="https://www.street-friends-partage.info/account-signup.php" title="https://www.street-friends-partage.info/account-signup.php" target="_blank">here</a>.</li>
</ul>

<p><strong><em>StreetFriends-Partage</em></strong> is a new French tracker that began back in
August; employs both https (SSL) on both the site and in the tracker URL
by default. *<u>Stats</u></p>

<p>:* 6,425 registered members | 2,000 active torrents | 3,818 total
seeders. <strong><em>SFP</em></strong> uses a heavily-customized <em>TorrentTrader</em> codebase
that actually works really well here. The torrents.php page displays
dual category icons for easy browsing, and category icons (when clicked)
show further sub-cats for each main group. Neat idea!</p>

<p><img src="http://filesharefreak.com/images4/Laugh.png" alt="" /><strong>Our prediction</strong> — Off to a pretty good start
for a number of reasons. Naturally, almost everything is French
(including more than 1,200 movies, cartoons, documentaries, musicvids
and DVDRs combined). Universally accepted games, music &amp; adult
torrents round out the rest.</p>

<h3 id="images4toos-dllogo-smallgif-click-for-larger-viewimages4toos-dllogogif-targetblankhttptoos-dlnet"><a href="http://filesharefreak.com/images4/toos-dl_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/toos-dl_logo-small.gif" alt="" title="Click For Larger View" /></a>http://toos-dl.net</h3>

<ul>
  <li>— Category: <strong>General (French)</strong>    Code: <strong>TorrentStrike</strong> (custom)</li>
  <li>— Signup: <em>You’ll find it.</em></li>
</ul>

<p>Apparently <strong><em>TooS-DL</em></strong> has been around since March 2010, who knew?
Anways, this French tracker lists 6,764 total torrents, but in reality
only 2,982 are active (with 2,691 registered members). By the looks of
things on the browse, it’s quite possible they have French sceneaxx
(full TV series are often listed sequentially as individual episodes).</p>

<p><img src="http://filesharefreak.com/images4/Smile.png" alt="" /><strong>Our prediction</strong> — Quite a peculiar little
site. Torrents can be browsed ‘by week’ or month, in which the results
are posted in a large list by category. Retention seems to be the
biggest problem here; even some torrents &#8220;added today&#8221; have zero
seeds.</p>

<h3 id="other-localized-trackers">Other Localized Trackers…</h3>

<h3 id="images4latinbitlogo-smallgif-click-for-larger-viewimages4latinbitlogogif-targetblankhttplatinbitcom"><a href="http://filesharefreak.com/images4/latinbit_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/latinbit_logo-small.gif" alt="" title="Click For Larger View" /></a>http://latinbit.com</h3>

<ul>
  <li>— Category: <strong>DVDR (Spanish/SA)</strong>     Codebase: <strong>TSSE v5.6</strong></li>
  <li>— Signup Link: <a href="http://latinbit.com/signup.php" title="http://latinbit.com/signup.php" target="_blank">http://latinbit.com/signup.php</a></li>
</ul>

<p><strong><em>Latinbit v2.0</em></strong> is a South American (Latin/Spanish) tracker that has
1,447 registered members. <em>Latinbit</em> offers mostly a selection of DVDRs
(films &amp; music concerts) that are natively Spanish (or else
dual-audio EN/SP with latina subtitles). We even noticed some DDLs (RS,
MU etc) available in some of the torrent descriptions.</p>

<p><img src="http://filesharefreak.com/images4/Sad.png" alt="" /><strong>Our prediction</strong> — Not good overall, but
improving lately. We’re not sure exactly when v2.0 was re-launched; the
oldest torrent is from 12-2009. Total torrents count in at over 1,100 -
although only 105 are active with 128 total seeders among them -
something that gives a negative indication about the activity level here
among members. If <em>Latin DVDRs</em> are your cup of tea, you just might find
something useful here.</p>

<h3 id="images4desibitslogo-smallgif-click-for-larger-viewimages4desibitslogogif-targetblankhttpwwwdesibitsinfo"><a href="http://filesharefreak.com/images4/desibits_logo.gif" target="_blank"><img src="http://filesharefreak.com/images4/desibits_logo-small.gif" alt="" title="Click For Larger View" /></a>http://www.desibits.info</h3>

<ul>
  <li>— Category: <strong>General (Desi)</strong>    Code: <strong>TSSE v7.1</strong></li>
  <li>— Signup: <a href="http://www.desibits.info/signup.php" target="_blank">http://www.desibits.info/signup.php</a></li>
</ul>

<p>Online since October 2nd, DesiBits is the latest Desi tracker to hit the
scene - lists 241 members and 46 torrents. Using TS-SE sourcecode
(instead of a forum layout typical of Desi sites) is indeed a bold move,
but probably not the wisest decision. Ironically, there’s not a single
post or thread in DB’s own forum.</p>

<p><img src="http://filesharefreak.com/images4/Sad.png" alt="" /><strong>Our prediction</strong> — Who here remembers
stylish-looking DesiPirates from a couple years back? Probably not many,
and DesiBits has nothing in common with them except for a similar lack
of any real Desi-scene connections. True <em>Desi trackers</em> survive on
three things (well four, if you include donations): devoted uploaders,
cappers, and rippers/encoders. DesiBits has none of these.</p>

<h2 id="other-trackers"><strong>Other</strong> Trackers…</h2>

<p><a href="http://sinfulcinema.net/" title="http://sinfulcinema.net" target="_blank">http://sinfulcinema.net</a> — Supposedly a new
horror movie tracker, there’s just five (5) total torrents since coming
online a full month ago.</p>

<p><a href="http://www.kavatza.net/" title="http://www.kavatza.net" target="_blank">http://www.kavatza.net</a> — Apparently Kavatza is
making a comeback with their recent relaunch. At last check, the site
was down for maintenance. Stats unavailable.</p>

<p><a href="https://peercrime.eu/" title="https://peercrime.eu" target="_blank">https://peercrime.eu</a> — Supposedly a new Danish
tracker, appears offline now.</p>

<h2 id="updates-on-last-months-september091424-new-private-trackers-september-2010-edition-trackers">Updates on Last Month’s (<a href="../../../09/14/24-new-private-trackers-september-2010-edition/">September</a>) Trackers…</h2>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>ArcticDream.com</strong> — Dying, but not quite
dead yet. Torrent # is virtually the same (205) but now has only 130
total seeds (down from ~200 a month ago).</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>RansackedCrew.net</strong> — No idea, I couldn’t
recover my user/pass, didn’t bother to try to sign up a second time.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Torrents-Heaven.com</strong> — Had 350 active
torrents &amp; 275 registered members; now has 701 active torrents and
1,247 members.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Scene4All.net</strong> — Last month had 90
active torrents, now has 306.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>NS-T.org</strong> — Has doubled both torrents
and members - now lists 141 members &amp; 177 torrents. Very mediocre
stats, nonetheless.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Leech2Seed.info</strong> — A mover ‘n shaker!
Had 1,500 torrents with 621 members; now has 3,113 torrents and 964
members.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>TagTorrents.com</strong> — Torrent count is down
from 597 (and 668 seeders) to 391 torrents &amp; 562 seeds. Tag… you’re
not it!</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>BulexTorrent.org</strong> — Had 1,066 active
torrents; now has just 663.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Torrentinos.com</strong> — Slight upswing. Had
744 total torrents (535 active, with 616 seeders); now has 919 torrents
with 875 seeders.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Infire.si</strong> — Had 1,186 total torrents;
now lists 1,440.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>PolishBits.org</strong> — Slight positive
change: had 556 active torrents, now has 598.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>SpelaMig.org </strong> — Had 2,236
active torrents; now lists 2,185.</p>

<p><img src="http://filesharefreak.com/images/Arrowdownred.png" alt="" /><strong>TorrentFiles.ath.cx</strong> — Had 2,450 active
torrents; now lists 2,123.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>PVTorrent.org</strong> — Had 212 members &amp;
112 active torrents (w/ 157 seeds) - now has 520 members &amp; 420 total
torrents (with 327 seeders).</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>TheGeeks.bz </strong>— Now has
3,754 torrents, up from 2,500 a month ago.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>AdultLeech.com</strong> — Had 261 active
torrents &amp; 435 seeders, now has 708 on the browse page with 1,315
total seeds.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>Horror-World.info</strong> — No change. Had 441
torrents; now has 443.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><strong>JoystickandButtons.info </strong> —
Slight positive change. Had 116 total torrents (37 dead) and 122 total
seeders; now has 166 total torrents (39 dead) and 190 seeders.</p>

<p><img src="http://filesharefreak.com/images/Arrowupgreen.png" alt="" /><a href="http://theswarm.me/" title="http://theswarm.me" target="_blank">http://theswarm.me</a>— Started out with 100 torrents back on 2010-09-30 - now
has 417.</p>

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-thanks-cite-says"><cite> Thanks </cite> Says:</h5>

    <p>Thanks sharky for giving us the monthly info on the new trackers.</p>
  </li>
  <li>
    <h5 id="cite-torrentcubeorg-cite-says"><cite> torrentcube.org </cite> Says:</h5>

    <p>thanks for the great review sharky are site is inproveing daily were
at 150+ members and were upto 444 torrents many thanks again
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-minttoann-cite-says"><cite> Minttoann </cite> Says:</h5>

    <p>I can provide some information on RansackedCrew (RcT). They have
banned versions of uTorrent above 1.8.5 from using the tracker, but
do have CrazyHour: “All torrents are FREE and upload stats are
TRIPLED!” which is, in fact, going on right now …</p>

    <p>(I’m really noob … so sorry if there’s mistakes. &gt;.&gt; And I
don’t really know how to find out more about the tracker, I’ll have
to dig around. I’d be happy to check for you, if you want.)</p>
  </li>
  <li>
    <h5 id="cite-urblad-rotgut-cite-says"><cite> Urblad Rotgut </cite> Says:</h5>

    <p>“impending death of bit torrent”!!!</p>

    <p>why is that? and what will replace it?</p>
  </li>
  <li>
    <h5 id="cite-get-in-while-u-can-cite-says"><cite> Get in while u can </cite> Says:</h5>

    <p>^^^ Think thats sharky’s attempt at a Halloween joke.</p>

    <p>Leech2seed, is coming on leaps and bounds. They have issued a notice
that signups will be closing once they hit 2,000 members, so best to
get in now.<br />
 Over 8,000 torrents have been uploaded since it was online so
content is certainly there.</p>
  </li>
  <li>
    <h5 id="cite-poopy-cite-says"><cite> PooPy </cite> Says:</h5>

    <p><a href="http://thorbits.org/signup.php" rel="nofollow">http://thorbits.org/signup.php</a><br />
 scene tracker<br />
 great pretime!</p>
  </li>
  <li>
    <h5 id="cite-glendb-cite-says"><cite> Glen@DB </cite> Says:</h5>

    <p>Thanks for a good review for DeamonBytes.net.<br />
 I hope we can live up to our members expectations.</p>

    <p>Thanks</p>
  </li>
  <li>
    <h5 id="cite-numberonedon-cite-says"><cite> numberonedon </cite> Says:</h5>

    <p><a href="http://www.torrentcube.org/" rel="nofollow">http://www.torrentcube.org</a></p>

    <p>ROKS!!!!!!!!!!!!</p>
  </li>
  <li>
    <h5 id="cite-riaa-cite-says"><cite> RIAA </cite> Says:</h5>

    <p>Thanks</p>
  </li>
  <li>
    <h5 id="cite-kerryblue13-cite-says"><cite> kerryblue13 </cite> Says:</h5>

    <p>Thanks for the nice review about our site, TVStore. ATM, we are in
the process of migration (and progess well) as the article stated.
We are considering further possible actions only when migration is
deemed more or less complete. Take care, and long live the Pirates!</p>
  </li>
  <li>
    <h5 id="cite-fireman22-cite-says"><cite> fireman22 </cite> Says:</h5>

    <p>tinytorrentbox is suspended</p>
  </li>
  <li>
    <h5 id="cite-davyoke-cite-says"><cite> davyoke </cite> Says:</h5>

    <p>thanx for the updates and reviews…http://torrents-heaven.com</p>
  </li>
  <li>
    <h5 id="cite-uglyhuman-cite-says"><cite> uglyhuman </cite> Says:</h5>

    <p>In response to the review about our site ransackedcrew.net<br />
 I am co owner of this site<br />
 i am sorry you could not recover your user/pass but we have just
had a major code overhaul<br />
 so we still had a few bugs that needed ironing out.<br />
 We have indeed banned all utorrent clients above 1.9 as they were
sending false information to our tracker this was causing our
members to be flagged as hit and run and as ratio cheats.<br />
 We banned the clients to protect our members from being disabled in
the event of false information.<br />
 since you reviewed our site in September our user membership has
doubled i thank you for that and the fair review you gave us<br />
 we are still a growing site and with help from sites such as this
we will only get stronger.</p>
  </li>
  <li>
    <h5 id="cite-lex-cite-says"><cite> Lex </cite> Says:</h5>

    <p>u forgot about <a href="http://filezone.org/joinfz.php" rel="nofollow">http://filezone.org/joinfz.php</a> sharky
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-hamid-cite-says"><cite> Hamid </cite> Says:</h5>

    <p><a href="http://bitxtre.me/" rel="nofollow">http://bitxtre.me</a> link is mistyped</p>

    <p>it links to hhttp</p>

    <p>Thanks</p>
  </li>
  <li>
    <h5 id="cite-krazy0mega-cite-says"><cite> krazy0mega </cite> Says:</h5>

    <p>Hi I am the owner of <a href="http://www.desibits.info/" rel="nofollow">http://www.desibits.info</a> . We will be going scene soon. So watchout other
desi trackers</p>
  </li>
  <li>
    <h5 id="cite-kerryblue13-cite-says-1"><cite> kerryblue13 </cite> Says:</h5>

    <p>U don’t even pay attention to feedbacks. Why the contact button
then? It does not make any sense to me.I informed you that you still
use a screenshot of a developmental interface for TVStore. I even
sent you two proper ones. But you did not care that much…</p>
  </li>
  <li>
    <h5 id="cite-wish-i-was-a-member-cite-says"><cite> Wish I was a member… </cite> Says:</h5>

    <p><a href="http://leech2seed.org/" rel="nofollow">http://leech2seed.org/</a> is a no working.
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
  </li>
  <li>
    <h5 id="cite-httpleech2seedinfo-cite-says"><cite> http://leech2seed.info </cite> Says:</h5>

    <p>Leech2seed is not .org but .info</p>

    <p><a href="http://leech2seed.info/" rel="nofollow">http://leech2seed.info</a></p>
  </li>
  <li>
    <h5 id="cite-torrentcubeorg-cite-says-1"><cite> torrentcube.org </cite> Says:</h5>

    <p>looking for staff if intrested sign up @
<a href="http://www.torrentcube.org/" rel="nofollow">http://www.torrentcube.org</a> and pm me if ur
intrested many thanks</p>
  </li>
  <li>
    <h5 id="cite-fakestats-cite-says"><cite> FakeStats </cite> Says:</h5>

    <p>Leech2seed.info has inflated their torrent stats it says 3,595 but
in fact it has only 1,245 each page has 15 torrents and the total
number of pages are 83 which means</p>

    <p>15X83=1245</p>

    <p>which is shown on the browse page below.</p>

    <p>including the dead torrent its 1290 = 40 dead torrents</p>

    <p>And the dead torrents show up as it has seeders. Torrents Today 286,
lol i counted the amount of new torrents uploaded today and there
were only 17. Probably they wanted to have a good review at FSF so
they inflated their stats.</p>
  </li>
  <li>
    <h5 id="cite-stoner-cite-says"><cite> stoner </cite> Says:</h5>

    <p>Lmao.. Maybe u should take a closer look.</p>

    <p>Look at the freeleech page which holds all MP3 and APPS</p>

    <p>Yes dead torrents show as a seed on the browse pages but that is a
current flaw with tbdev09 and is well documented on there site. A
fix is being worked on and our site will be updated once one has
been reached.</p>
  </li>
  <li>
    <h5 id="cite-anonymous-cite-says"><cite> anonymous </cite> Says:</h5>

    <p>uppers needed at ultimate-scene.net…Contact staffs if interested…</p>
  </li>
  <li>
    <h5 id="cite-torrentdemonnet---amb-cite-says"><cite> TorrentDemon.Net - AMB </cite> Says:</h5>

    <p>Hey,</p>

    <p>Thanks for rating us. It wasn’t bad nor was it good. But im happy
with what we got. Atleast it wasnt telling us to go fuck ourselves
or anything in that matter.</p>

    <p>Thanks again.</p>

    <p><a href="http://torrentdemon.net/" rel="nofollow">http://TorrentDemon.Net</a><br />
<a href="http://demonserverz.info/" rel="nofollow">http://DemonServerz.info</a></p>
  </li>
  <li>
    <h5 id="cite-john-cite-says"><cite> John </cite> Says:</h5>

    <p>New Private Tracker - <a href="http://rapid-seed.com/" rel="nofollow">http://rapid-seed.com/</a></p>

    <p>Open signups and ready for good uploaders.</p>

    <p>Feel free to signup and come and talk to us on IRC.<br />
 Thanks again</p>
  </li>
  <li>
    <h5 id="cite-torrentcubeorg-cite-says-2"><cite> torrentcube.org </cite> Says:</h5>

    <p><a href="http://torrentcube.org/" rel="nofollow">http://torrentcube.org</a> is still open and
still on freeleetch for another week hope to see u there soon</p>
  </li>
  <li>
    <h5 id="cite-staff-cite-says"><cite> staff </cite> Says:</h5>

    <p>Get yourself signed upto <a href="http://ns-t.org/signup.php" rel="nofollow">http://ns-t.org/signup.php</a> if you want the lastest torrents at the fastest
speeds.<br />
 Great new tracker with lots of content going up daily. Dont see
what you want, stick in a request and someone will have it up for
you in no time.<br />
 Friendly staff and members always willing to lend a hand where
needed.</p>
  </li>
  <li>
    <h5 id="cite-torrentcube-cite-says"><cite> torrentcube </cite> Says:</h5>

    <p><a href="http://torrentcube.org/" rel="nofollow">http://torrentcube.org</a> is freeleetch for
last day tomorro plz join up and enjoy we have allsorts off ways to
keep that ratio up as it will be easy to get bonus points we
currently have 2 500gb being used for torrents and a third 500gb
server on way and we are still looking for dedicated staff many
thanks cya soon cube</p>
  </li>
  <li>
    <h5 id="cite-ptispt-cite-says"><cite> ptispt </cite> Says:</h5>

    <p>just a reminder that hdbits.cn ’s ac is shared with bdmkv.org</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net</a><br />
 Comunidade de Torrents em Língua Portuguesa.</p>
  </li>
  <li>
    <h5 id="cite-chuckdog-cite-says"><cite> Chuckdog </cite> Says:</h5>

    <p><a href="http://torrentcube.org/" rel="nofollow">http://torrentcube.org</a> is now closed to
registration. Does anyone have an invite to this site?</p>
  </li>
  <li>
    <h5 id="cite-torrentcube-cite-says-1"><cite> torrentcube </cite> Says:</h5>

    <p>email me if ur intrested at
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#116;&#111;&#114;&#114;&#101;&#110;&#116;&#099;&#117;&#098;&#101;&#064;&#108;&#105;&#118;&#101;&#046;&#099;&#111;&#046;&#117;&#107;">&#116;&#111;&#114;&#114;&#101;&#110;&#116;&#099;&#117;&#098;&#101;&#064;&#108;&#105;&#118;&#101;&#046;&#099;&#111;&#046;&#117;&#107;</a> only
givieing a few invites away for now each member what signs up gets 3
invites many thanks</p>
  </li>
  <li>
    <h5 id="cite-hitman-cite-says"><cite> Hitman </cite> Says:</h5>

    <p>torrentcube.org is closed! but on there login page it says you can
join there IRC channel and request a invite if you show them a
screenshot of your acct from another site, this just to make sure
you are a good standing member of the community.</p>

    <p>Signed up and site is pretty good, they have around 1,000 torrents
uploaded and many more are uploaded throughout the day/night. I see
progress with this site, just need more members!</p>
  </li>
  <li>
    <h5 id="cite-daniel-cite-says"><cite> Daniel </cite> Says:</h5>

    <p><a href="http://wwestuff.net/" rel="nofollow">http://wwestuff.net</a></p>

    <p>this site has just opened and we are looking for new members and
staff so come on over and have a look and see what we have</p>

    <p>cya there</p>

    <p><a href="http://wwestuff.net/" rel="nofollow">http://wwestuff.net</a></p>
  </li>
  <li>
    <h5 id="cite-torrentcube-cite-says-2"><cite> torrentcube </cite> Says:</h5>

    <p>site will be re opend hope to see some new faces
<a href="http://www.torrentcube.org/" rel="nofollow">http://www.torrentcube.org</a></p>
  </li>
  <li>
    <h5 id="cite-leechmeorg-cite-says"><cite> leechme.org </cite> Says:</h5>

    <p><a href="http://leechme.org/" rel="nofollow">http://leechme.org</a> has open registrations
now.<br />
 All new stuff from apps, tuttorials, samples, 0days-packs,
pda-packs ebooks-packs, mp3s and console.<br />
 enjoy and seed</p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Mulve Returns as ThePirateApp and ‘Mulve Phoenix’]]></title>
    <link href="http://filesharefreak.com/2010/10/11/mulve-returns-as-thepirateapp-and-mulve-phoenix/"/>
    <updated>2010-10-11T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/11/mulve-returns-as-thepirateapp-and-mulve-phoenix</id>
    <content type="html"><![CDATA[<p><img src="http://filesharefreak.com/images4/thepirateapp_logo.png" alt="" />Everything starts with an idea. While
it’s clear that the original <strong>Mulve</strong> music downloading client <a href="http://torrentfreak.com/police-arrest-operators-of-mulve-downloading-app-101008/" title="Police Arrest Operator of Mulve Downloading App" target="_blank">isn’t
coming back</a> online anytime soon, that hasn’t
stopped new developers from producing their own Mulve-based
applications. Just a few days ago, Mulve’s own sourcecode was released
to googlecode where it can still be found in <a href="http://msearch-vk.googlecode.com/svn/trunk/" title="http://msearch-vk.googlecode.com/svn/trunk/" target="_blank">subversion</a> only - this got the ball rolling on what will probably
be a long line of future Mulve clone successors. <em>ThePirateApp</em> and
<em>Mulve Phoenix</em> are two new apps based similarly on Mulve’s code and
principles.</p>

<!--more-->

<h3 id="thepirateapp">ThePirateApp</h3>

<p><img src="http://filesharefreak.com/images4/thepirateapp.png" alt="" /></p>

<p><a href="http://thepirateapp.org/" title="http://thepirateapp.org" target="_blank">ThePirateApp</a> is an open-source replacement to
Mulve that actually made some improvements to the original client. For
one, it <em>works</em> (well, sort of). Secondly, users of the app can provide
their <a href="http://vkontakte.ru/" title="http://vkontakte.ru" target="_blank">vkontakte.ru</a> / <a href="http://vk.com/" title="http://vk.com" target="_blank">VK.com</a> account login credentials which is said to improve
searching &amp; connectivity. In fact, creating a personal account at
vkontakte may become requisite for using future VK/Mulve clients:</p>

<blockquote>
  <p>&#8220;Because the application sends in a lot of requests from one account,
it is recommended that you create your own vkontakte.com account so
you can enjoy an error-free experience. You do not have to fill out
your real information in the registration page, all you need to do is
use a working email account so that you can confirm your VK account
once registered.&#8221;</p>
</blockquote>

<p>For those who have errors when running ThePirateApp, try installing .NET
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=333325fd-ae52-4e35-b531-508d977d32a6&amp;displaylang=en" title="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=333325fd-ae52-4e35-b531-508d977d32a6&amp;displaylang=en" target="_blank">Framework 3.5</a>. As well, try running it in
compatibility mode (see screenshot below). Right-click the
<strong>Pirate-1004.exe</strong> file - or whatever the current filename is - and
select &#8220;Properties&#8221;, then click the <em>Compatibility</em> tab. Make these
changes, and click <strong><em>Apply</em></strong> to finish.</p>

<p><img src="http://filesharefreak.com/images4/thepirateapp_admin.jpg" alt="" /></p>

<p>Additional updates &amp; helpful info is available through their
<a href="http://thepirateapp.org/" title="http://thepirateapp.org" target="_blank">website</a>. Keep up-to-date with the latest
release; an upcoming new version 1.0.0.5 is said to remedy some of the
current issues. Just tested today, here’s the application in action:</p>

<p><a href="http://filesharefreak.com/images4/thepirateapp.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/thepirateapp-small.jpg" alt="" /></a></p>

<h3 id="mulve-phoenix">Mulve Phoenix</h3>

<p>Hot off the release press is another modified client called <strong>Mulve
Phoenix</strong>. This one’s based off of ThePirateApp’s source code but
doesn’t possess the ability to login to VK. Then again, with this Mulve
resurrection you may never need to. It’s said to have no central
download locations thus it’ll be harder to break. The only known link to
download Phoenix is from here:</p>

<p>• <a href="http://www.megaupload.com/?d=BTLY93NH" title="http://www.megaupload.com/?d=BTLY93NH" target="_blank">http://www.megaupload.com/?d=BTLY93NH</a></p>

<p><a href="http://filesharefreak.com/images4/mulve_phoenix.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/mulve_phoenix-small.jpg" alt="" /></a></p>

<h3 id="mulve-in-a-browser">Mulve in a Browser?</h3>

<p>It’s not only plausible to create a browser-based version of Mulve’s
searching - it’s already been done. Right about when we first published
<a href="../../../09/20/mulve-a-unique-leech-only-app-for-fast-free-music-downloads/" title="Mulve - A Unique Leech-only App for Fast, Free Music Downloads">our
article</a>, FSF
spoke with one such developer who successfully incorporated a similar
idea based loosely on Mulve’s architechure for pulling songs from
vkontakte. In fact, he accomplished this feat weeks before Mulve’s
sourcecode was even released, yet it didn’t use &#8220;Mulve&#8221; or Mulve.exe
whatsoever.</p>

<p>After installing his code onto a VPS with a web frontpage which included
a basic searchbox, only a handful of people were fortunate enough to
test it out. It worked flawlessly - that is, until vkontakte/VK.com
blacklisted his server’s IP address, and it ceased to work. Another
problem is that all songs have to be searched for - and transferred
through - his server directly. Being centralized, naturally this isn’t
an efficient means of usage, although other web-based ideas &amp;
improvements are still being sought out as we speak. He wrote,</p>

<blockquote>
  <p>&#8220;I can not ensure you that if you post &lt;the site&gt; on the
frontpage of FSF my server’s connection will handle it.&#8221;</p>
</blockquote>

<p>We’ll keep you posted when/if such a website ever becomes stable enough
to be released to the public. For now, the project is still under lock
&amp; key.</p>

<p>We’d uncovered another new project, although the software itself is not
ready for public usage (ie - there’s no working installer). But the
source is available to anyone who wants to develop it further. Here’s
the basic premise: The user is prompted for a captcha, and that user for
vkontakte.ru is created using random data. A local ‘device’ named
&#8220;Music&#8221; is then created. Now if, for example, the user creates a
directory named ‘britney spears’ on that device, magically that
directory will have all files found at vkontakte.ru. The files are only
downloaded if the user <em>drag and drops</em> the found files to another
directory or opens the selected found files. The code can be found here:</p>

<p>• <a href="http://code.google.com/p/evlum" target="_blank">http://code.google.com/p/evlum</a></p>

<p>• …and a supporting YT video:
<a href="http://www.youtube.com/watch?v=Yq4ZFqQ3jk8" target="_blank">http://www.youtube.com/watch?v=Yq4ZFqQ3jk8</a></p>

<link rel="stylesheet" href="../../../../css/lytebox.css" type="text/css" media="screen" />

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-sin-cite-says"><cite> Sin </cite> Says:</h5>

    <p>Hah, how I do love the internet and its many facets!</p>
  </li>
  <li>
    <h5 id="cite-phogo-cite-says"><cite> Phogo </cite> Says:</h5>

    <p>I Love been second!</p>
  </li>
  <li>
    <h5 id="cite-pruteanu-cite-says"><cite> pruteanu </cite> Says:</h5>

    <p>RIAA sucked too many cocks.<br />
 Welcome PirateApp and Mulve Phoenix.<br />
 RIAA takes it in the ass now. Fags!</p>
  </li>
  <li>
    <h5 id="cite-brooke-cite-says"><cite> Brooke </cite> Says:</h5>

    <p>Mulve sucks , try songr
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
  </li>
  <li>
    <h5 id="cite-your-ma-cite-says"><cite> YOUR MA </cite> Says:</h5>

    <p>No mac version no?</p>
  </li>
  <li>
    <h5 id="cite-rookie-cite-says"><cite> Rookie </cite> Says:</h5>

    <p>Thanks a lot for all this info!</p>
  </li>
  <li>
    <h5 id="cite-alex-cite-says"><cite> alex </cite> Says:</h5>

    <p>who the fuck use Mac?<br />
 useless OS.</p>
  </li>
  <li>
    <h5 id="cite-lol-cite-says"><cite> lol </cite> Says:</h5>

    <p>Seriously, I’d rather use Songr.</p>
  </li>
  <li>
    <h5 id="cite-ema-gene-cite-says"><cite> Ema Gene </cite> Says:</h5>

    <p>Welcome back, will use skin for app in future</p>
  </li>
  <li>
    <h5 id="cite-gfxsky-cite-says"><cite> gfxsky </cite> Says:</h5>

    <p>Very nice with this returning.<br />
 I hope i can use it better
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-saiyan4life-cite-says"><cite> saiyan4life </cite> Says:</h5>

    <p>It would be amazing if an app like this was available for the ipod
touch or something. (The only thing I can do right now is find songs
uploaded on mediafire and download them from there)</p>
  </li>
  <li>
    <h5 id="cite-dante-cite-says"><cite> dante </cite> Says:</h5>

    <p>WOW spam<br />
 there is no moderators here?</p>
  </li>
  <li>
    <h5 id="cite-goos-cite-says"><cite> goos </cite> Says:</h5>

    <p>could not search and parse data</p>
  </li>
  <li>
    <h5 id="cite-filehostingdirectory-cite-says"><cite> filehostingdirectory </cite> Says:</h5>

    <p>i only tried a few quick times but i could not find any songs, even
after i registered for an account.</p>
  </li>
  <li>
    <h5 id="cite-muldvarp3n-cite-says"><cite> MuldVarp3N </cite> Says:</h5>

    <p>I don’t think that thepirateapp is online right now.. either way i
can’t get a connection</p>
  </li>
  <li>
    <h5 id="cite-absconditus-cite-says"><cite> absconditus </cite> Says:</h5>

    <p>Still looks very very poor. Barely a step up from limewire. Torrents
still are better…</p>
  </li>
  <li>
    <h5 id="cite-andrew110-cite-says"><cite> andrew110 </cite> Says:</h5>

    <p>Yeah I don’t think these apps are very reliable. Gnutella is good
enough for singles if you know how to look for decent quality files
(320/VBR MP3’s, track numbers in file name, scene formated file
names).</p>

    <p>Never had a speed problem on Gnutella either if there’s enough
sources.</p>
  </li>
  <li>
    <h5 id="cite-spiffo-cite-says"><cite> Spiffo </cite> Says:</h5>

    <p>I got no results for my searches either. I wonder if these apps are
just trojans…</p>
  </li>
  <li>
    <h5 id="cite-voodoohippie-cite-says"><cite> Voodoohippie </cite> Says:</h5>

    <p>Nope they are not Trojans but rather a Downloader that simply cashes
the streams and allows Downloading. Think Orbit Downloader on
steroids that does not require your browser. Genius indeed.
Groveshark Downloader is awesome as well.</p>
  </li>
  <li>
    <h5 id="cite-fantamag-cite-says"><cite> fantamag </cite> Says:</h5>

    <p>Thanks</p>

    <p>I download new magazines from site <a href="http://www.storemags.com/" rel="nofollow">http://www.storemags.com</a><br />
 free and fast, magazines true PDF format</p>
  </li>
  <li>
    <h5 id="cite-muquick-cite-says"><cite> muQuick </cite> Says:</h5>

    <p>You can use an online, search equivalent for vkontakte.ru @<br />
<a href="http://www.muquick.com/" rel="nofollow">http://www.muquick.com/</a> with no registration
nor software download.</p>
  </li>
  <li>
    <h5 id="cite-gotlost-cite-says"><cite> gotlost </cite> Says:</h5>

    <p>There is another app I recommend. It was more intended as a
streaming player with search option based on VK but can also
download to disk, if wanted.</p>

    <p>It works on unix, mac and windows but needs air and java runtimes to
work. Works perfectly for me:</p>

    <p><a href="http://vkplayer.blogspot.com/" rel="nofollow">http://vkplayer.blogspot.com</a></p>
  </li>
  <li>
    <h5 id="cite-file-sharing-fool-cite-says"><cite> file sharing fool </cite> Says:</h5>

    <p>Pirate one is back online, I just downloaded a few songs. good speed
and search results</p>
  </li>
  <li>
    <h5 id="cite-trackback--back-online--entre-deux-mondes13-relexternal-nofollow-cite"><cite> Trackback :: <a href="http://www.entredeuxmondes.fr/index.php/2011/01/07/back-online/" rel="external nofollow">Back online! | Entre Deux Mondes</a> </cite></h5>

    <p>[…] see what we can get from the Mulve source code. (available
by SVN here) Even if, like they say on FileShareFreak, Mulve is back
with ThePirateApp and Mulve Phoenix. (I think I’m going to take a
look at […]</p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Exposing the World of Tracker Invite Selling, Trading]]></title>
    <link href="http://filesharefreak.com/2010/10/10/exposing-the-world-of-tracker-invite-selling-trading/"/>
    <updated>2010-10-10T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/10/exposing-the-world-of-tracker-invite-selling-trading</id>
    <content type="html"><![CDATA[<p>The world of private BitTorrent trackers revolves around basic
principles of trust, friendship, and sharing. To break into the world of
private trackers, it all starts with one invite. One account made where
you realize what it takes to seed a torrent to a 1:1 ratio, what a
pre-time is, what an announce channel is, the works. What happens when
you are ready for a new tracker, when you have sucked the current
tracker bone dry? Well the answer is that now it is time to go
scrounging for an invite. Hmm, how do I get an invite? Well a normal
person would get their invite from a thread in their <a href="http://filesharefreak.com/2008/11/13/tracker-forums-that-offer-invites-to-other-trackers/" title="tracker forum">tracker’s
forum,</a> or they would ask a friend, or they would start working
their way up in one of the
<a href="http://filesharefreak.com/2009/06/16/evitin-new-tracker-invite-site-open-for-signups/">million</a>
<a href="http://filesharefreak.com/2008/07/21/thepiratesocietyorg-a-new-torrent-invites-forum/">tracker</a>
<a href="http://filesharefreak.com/2008/08/14/new-tracker-invites-forum-recruiting-good-members/">invite</a>
<a href="http://the-nation.org/">forums</a>, or they would try to jump into a recruitment irc and get in
to a tracker that way.</p>

<!--more-->

<p>Yet… as time goes on, you realize that the trackers you really want to
get into are becoming harder and harder to get. You are requesting
invites, making friends, and yet you still cannot get into your favorite
tracker. You tried following the rules, you tried politely waiting and
seeding so your proofs became better and better, but now you have hit
your wit’s end. Now the black side of torrenting comes into play…</p>

<h2 id="the-dark-side">The Dark Side…</h2>

<p>While you could have taken the light path, and waited patiently until
your invite forum, friends, or favorite tracker provided you an invite,
you have hit your wit’s end. You look in the rules of your favorite
tracker, and you see something that peeks your interest.</p>

<p><em>Trading and selling invites is strictly prohibited, as is offering them
in public - this includes on any forum which is not a class-restricted
section on an invitation-only torrent site.</em></p>

<p>Wait? You can trade invites? How does that work?</p>

<p>Well if you want to know how the shady, illegal (according to pretty
much any tracker who will definitely ban you if you do this), and
overall destructive practice is done, keep reading for a wild ride into
the world of the scum that are the bane of any tracker staff.</p>

<h2 id="tracker-levels">Tracker Levels…</h2>

<p>When you barter, you expect to get something of equal or greater value
in return for what you give. So if you are going to be trading
invites/accounts, buying invites/accounts, how are you going to know
what is worth what?</p>

<p><strong>Glad you asked!</strong> Every tracker has a &#8220;level&#8221; according to how hard
it is to obtain.</p>

<p>SB-Innovation, one of the largest trading sites on the net, provides a
standard listing of <a href="http://www.sb-innovation.de/f56/sb-innovation-tracker-levels-9764/" title="http://www.sb-innovation.de/f56/sb-innovation-tracker-levels-9764/" target="_blank">the tracker levels</a>. Keep in
mind that the higher the level, the harder to obtain the tracker is, and
the number in brackets next to the name is the overall rating on the
tracker.</p>

<p>So what makes my trackers valuable? There are a huge amount of factors
that go into what is going to make someone want to trade you for your
trackers.</p>

<p>If you are trading accounts, generally the more established your account
is, the more it is worth. The higher your buffer on the tracker (amount
you have uploaded more than downloaded), the amount of invites you have,
the higher your userclass, how long you have been on the tracker, all
these contribute to the worth of that tracker.</p>

<p>So we have learned what makes our account/invite <strong>valuable</strong>, (tracker
level, tracker rating, buffer, invites, user class, seniority) so how do
get people interested in my trackers I want to trade?</p>

<h2 id="the-underground-torrent-trading-forums">The Underground (Torrent Trading Forums)</h2>

<p><a href="http://filesharingtalk.com/forum.php" title="http://filesharingtalk.com" target="_blank" rel="nofollow">FileSharingTalk.com</a> — One of
Internet’s oldest BitTorrent Forums still in existence, <strong>FST</strong> still
proudly allows invite (and account) trading, much to the embarrassment
of most private trackers. Activity in their <a href="http://filesharingtalk.com/forums/158-BitTorrent-Trades" title="http://filesharingtalk.com/forums/158-BitTorrent-Trades" rel="nofollow" target="_blank">Trades section</a> is still strong but not at all like it
once was back in their 2007 heyday. <em>Overall</em> forum activity in <strong>all</strong>
areas has declined steadily over the past year, partly to blame would be
the trading section. Longtime established regular users - even their own
mods - have consistently voiced their complaints about trading which has
fallen on deaf ears; and so they’ve moved on to greener pastures. Here
was once a haven that tracker staff could call home in order to get the
word out to members. Tracker admins &amp; staff, official
representatives, even recruiters - FST was a popular public meeting hub
between staff &amp; members. <em>Those days are gone</em>. Is trading to blame?
Who can tell. Not all boards flounder because of trading; others
prosper. But make absolutely no mistake about it: private trackers want
little to do with forums who don’t play by their rules.</p>

<p><a href="http://www.btracs.com/forums" title="http://www.btracs.com/forums" target="_blank">BTRACS</a>. Here’s a site that can’t blame <em>trading</em>
for lack of traffic to the board. Before adding a forum, BTRACS was
known as a well-respected service &#8221;<em>to find trackers with open
registration</em>&#8221;. Quite the contrary is going on behind closed doors;
trading (and selling) is their real modus operandi. While they’ve
recently removed the option for non-members to view such threads (shown
below), make no mistake about BTRACS forums. There were a few changes
made initially, including a forum post made by Slevin to outlaw
trades/sales of private tracker accounts &amp; invites. Unsurprisingly
these new rules didn’t exactly come to any real fruition, and soon after
the board continued to allow the selling of invites/accounts. In reality
it was just a couple of weeks before things got back to normal. And then
there’s this <a href="http://filesharingtalk.com/threads/424183-BTracs-hacking-accounts-of-trackers" title="http://filesharingtalk.com/threads/424183-BTracs-hacking-accounts-of-trackers" target="_blank" rel="nofollow">announcement</a>. Check
out the dates below:</p>

<p><a href="http://filesharefreak.com/images4/btracs-invites.png" rel="lytebox"><img src="http://filesharefreak.com/images4/btracs-invites-small.png" alt="" /></a></p>

<p><a href="http://www.sb-innovation.de/" title="http://www.sb-innovation.de" target="_blank">SB-Innovation.de</a> — A general all-purpose
filesharing board, <strong>SBI</strong> is German-based but has attained quite a
following among English members. Besides being a forum that supports the
discussion of ratio-cheating BitTorrent clients &amp; uTorrent mods, SBI
has a popular <a href="http://www.sb-innovation.de/f58/" title="http://www.sb-innovation.de/f58/" target="_blank">invite trading</a> section that’s open
to everyone (including Google).</p>

<p><a href="http://realpoor.com/" title="http://realpoor.com" target="_blank">RealPoor.com</a> — Lately, overall traffic has
somewhat declined to the site but trading is still popular in their
<a href="http://realpoor.com/Bittorents__Movie_Apps_and_Anime__Links_-f54.html" title="http://realpoor.com/Bittorents__Movie_Apps_and_Anime__Links_-f54.html" target="_blank">BitTorrent</a> section.</p>

<p><a href="https://forum.bratva.ws/" title="https://forum.bratva.ws" target="_blank">forum.bratva.ws</a> — Another brainless idea that
went nowhere fast; here’s a Backie project that went down the tubes the
same way his <a href="http://onasoapbox.co.uk/" title="http://onasoapbox.co.uk" target="_blank">shitty blog</a> did.</p>

<p><a href="http://www.inviteshare.com/" title="http://www.inviteshare.com" target="_blank">Inviteshare.com</a> — The site has been in a state
of total chaos lately; various invites/acounts are blatantly offered for
sale in the wrong community sections (<em>torrentleech.org</em> and
<em>hdbits.org</em> threads are spammed rampantly by resident repeat sellers).</p>

<p><a href="http://www.invitescene.com/" title="http://www.invitescene.com" target="_blank">Invitescene.com</a> — Here, tracker names have
their own threads where trading is conducted directly through each.
Their ‘<a href="http://www.invitescene.com/index.php?/forum/19-invites-accounts-exchange/" title="http://www.invitescene.com/index.php?/forum/19-invites-accounts-exchange/" target="_blank">invites &amp; accounts exchange</a>‘ section
is by far the most popular area on the board. If you can look past that,
InviteScene is actually a decent forum in their own right.</p>

<p><a href="http://torrentinvites.net/" title="http://torrentinvites.net" target="_blank">Torrentinvites.net</a> — Sales, trades - you name
it, it’s going on here. This board pertains almost entirely to ‘invites
and accounts exchanges’ with little else going on. Money being the
primary factor here, open registration has been closed for the past 6
months now - $5 or $10 gets you in the door. Sheesh, if buying invites
wasn’t bad enough, now you have to buy your way into the forum before
being able to buy invites.</p>

<p><a href="http://torrentinvites.org/" title="http://torrentinvites.org" target="_blank">Torrentinvites.org</a> — A full-featured popular
torrent destination, TorrentInvites.org offers a little bit of
everything (selling/buying/trading). More than one-third of all forum
posts are within those sections; clear evidence of what their members
are seeking.</p>

<p><a href="http://forums.torrent-finder.com/invitation-exchange-f26/" title="http://forums.torrent-finder.com/invitation-exchange-f26/index.html" target="_blank">Torrent-Finder.org</a> (forums) — Not all that
popular, but worth including nonetheless. Sales have recently been
banned here, but trades continue unabated.</p>

<p><a href="http://bvlist.com/p2p/forum/tracker-invites/" title="http://bvlist.com/p2p/forum/tracker-invites/" target="_blank">BravoList</a> — Trade/giveaway section isn’t all
that popular.</p>

<p><strong>You want to trade….</strong></p>

<p>Well all you have to do is look above for some of the myriad of options
when it comes to trading invites. How do I post? Well every forum seems
to have its’ own method for posting a request. Usually it follows the
format of, &#8220;Want (Tracker), Have (Trackers)&#8221; With the request made,
the stage is set to pick up someone who wants what you have, and has
what you want. So how do we trade without one of us scamming the other
one? How can I make sure that I am not going to get banned?</p>

<p>The answer is that most forums have a middle-man system where by the
invites/account info can be sent to a third party who than exchanges the
information back to the intended recipient. With someone mediating the
transaction, you can trust that you will not be ripped off.</p>

<p>Eventually, following the system, you can trade your way up the system
ladder, and some traders get to the top levels of the tracker level
chart.</p>

<p>So what do you do when you have gotten everything devilishly? You have
invites everywhere but you do not need to trade for anything? Well now
it is time to make some cash on the side, what a gangster.</p>

<h2 id="the-market-sellingbuying-your-invites">The Market (Selling/Buying Your Invites)</h2>

<p><a href="http://www.torrentauction.com/" title="http://www.torrentauction.com" target="_blank">TorrentAuction.com</a> — Anywhere ranging from
10-100 euros, torrentauction is an example of the final place where the
tracker collector/trader can finally sell their wares. As well, new
members or recently banned members can easily buy into or back into the
system for a flat rate. In an ebay-like auction style system, torrent
auction is the flagship of an even more insidious way to break the
rules. Where as other forums just let you fend for yourself when selling
invites, torrent auction provides an official e-marketplace. Trackers
are arranged by level, and they are priced based on their factors of
value (as discussed earlier). Selling invites and/or buying them is a
quick easy way to trade money for the time it would take to go looking
for the tracker originally.</p>

<p><a href="http://invites-shop.com/" title="http://invites-shop.com" target="_blank">http://invites-shop.com</a> — A Russian site that
sells invites to trackers and other invite-only services/sites. Members
are also able to sell their own invites to the site, although we’re not
really certain how this works exactly.</p>

<h2 id="wrap-up">Wrap-Up</h2>

<p>Sellers, traders, cheaters, everyone who purposefully violates tracker
rules for their own gain hurt the entire tracker community. There are
avenues to the black market, but they are simply a way around patience.
If you think trading or selling/buying is a good idea… think again. In
fact, trackers pool their resources to blacklist wrongdoers. A working
example of this would be What.CD’s <em>Torrent Celebrity</em> userclass which
offers access to known IPs that are not in the best interest for any
trackers.</p>

<p>Almost all of the accounts banned on all the major trackers are as a
result of doing any of the fore-mentioned dirty acts. They will
eventually catch most people, and if you cannot do the time, do not do
the crime. There are a million ways to break the rules, and there are a
million reasons to follow the rules.</p>

<p>Happy Torrenting My Friends</p>

<p>[[ <em>And this concludes <strong>Buddhas Son&#8217;s</strong> contribution to FSF, for
now. FSF edited some minor portions of it for clarity &amp; site
compatibility. Opinions expressed herein are not necessarily my own.</em>
]]</p>

<link rel="stylesheet" href="../../../../css/lytebox.css" type="text/css" media="screen" />

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-important-cite-says"><cite> IMPORTANT </cite> Says:</h5>

    <p>Important: Budda’s Son, remove the SB-Innovation link, as What.CD
ban users’ who have visited SB-I in the past, regardless of whether
they are a cheater, trader or even a member.</p>
  </li>
  <li>
    <h5 id="cite-wat-cite-says"><cite> wat </cite> Says:</h5>

    <p>What the fuck, dude?</p>

    <p>I commend you on the quality of the information you’ve presented,
but you shouldn’t really be promoting this stuff to people.<br />
 Trading and selling is really bad for everyone.</p>
  </li>
  <li>
    <h5 id="cite-cpx-cite-says"><cite> cpx </cite> Says:</h5>

    <p>Buddhas Son, this is one of the worst articles I’ve ever seen on
FSF. You should have explained to newbies why trading is the thing
they shouldn’t start (not just “it’s banned and forbidden)” rather
than promoting trading/selling sites.</p>

    <p>I hope article will be deleted soon.</p>
  </li>
  <li>
    <h5 id="cite-kammel-cite-says"><cite> kammel </cite> Says:</h5>

    <p>I cant understand what trackers have to loose by people trading
invites - anyone care to explain ?</p>
  </li>
  <li>
    <h5 id="cite-wshwsh-cite-says"><cite> wshwsh </cite> Says:</h5>

    <p>Yo dawg, I herd u liek cheetin, so Imma beat u to death with your
childrens arms.</p>
  </li>
  <li>
    <h5 id="cite-anon-sbi-cite-says"><cite> anon-sbi </cite> Says:</h5>

    <p>“SB-Innovation, one of the largest trading sites on the net,
provides a standard listing of the tracker levels.”</p>

    <p>I don’t know if you’re still filtering my comments or not, but just
so that you know, the trading area is just a plus to SB-I’s main
“topic”. We’re certainly not “one of the largest trading sites on
the net” - at least, I don’t think so.</p>

    <p>IMPORTANT, What.cd’s staff has stated they no longer ban you for
merely visiting, although they certainly did use to do that in the
past, and still keep track of which “sensitive” sites you’ve
visited. They can’t be blamed, I suppose.</p>
  </li>
  <li>
    <h5 id="cite-david-cite-says"><cite> david </cite> Says:</h5>

    <p>Very good &amp; interesting article. As you can see from the
responses, this topic is very polarizing. This doesn’t teach anybody
anything that they couldn’t &amp; won’t figure out on their own with
a little homework.</p>

    <p>I’ve always believed that the same group that releases the scene
standards should make some kind of official ruling and announcement
on trading/selling and figure out a way to share the banned ip
addresses of those who sell.</p>
  </li>
  <li>
    <h5 id="cite-etiv-cite-says"><cite> ETiV </cite> Says:</h5>

    <p>EtTuV has all these invites for free.</p>
  </li>
  <li>
    <h5 id="cite-idiot-cite-says"><cite> idiot </cite> Says:</h5>

    <p>wtf, why make a post about this shit. now you just probably sparked
a blackhole in alot of people and there going to visit those sites,
even if its just to check it out the good intentioned ones are going
to be banned just for visiting. congrats on making a tutorial how to
start trading and selling!</p>
  </li>
  <li>
    <h5 id="cite-etiv-cite-says-1"><cite> ETiV </cite> Says:</h5>

    <p><a href="http://etiv.in/" rel="nofollow">http://ETiV.in</a></p>
  </li>
  <li>
    <h5 id="cite-woot-cite-says"><cite> Woot </cite> Says:</h5>

    <p>Wow. Thanks I wanted to know all this and you have presented me all
this info in one place. thanks. I am off to trading and cheating the
hell out of trackers.</p>
  </li>
  <li>
    <h5 id="cite-luigi-cite-says"><cite> Luigi </cite> Says:</h5>

    <p><a href="http://trackerlevels.blogspot.com/" rel="nofollow">http://trackerlevels.blogspot.com/</a><br />
 Tihs one is more accurat</p>
  </li>
  <li>
    <h5 id="cite-david-cite-says-1"><cite> david </cite> Says:</h5>

    <p>You guys really think that people are going to read this &amp; start
trading/selling? Anybody who would trade or sell does it already or
would have figured out how on their own. Nothing here is very
secretive, we all know that this happens &amp; where it happens. I
think Buddha’s Son made it very clear that users who buy/sell will
be caught &amp; banned from the legit tracker community.</p>

    <p>Sharky - I appreciate the couple things I’ve read of his on FSF
&amp; I encourage him to write more.</p>
  </li>
  <li>
    <h5 id="cite-optimuscrime-cite-says"><cite> Optimuscrime </cite> Says:</h5>

    <p>You need to warn people about clicking on the SB-I link. I would
have that a news source such as yourselves would have known not to
put a link to a website which (while providing cheating tools and
invite trades) will get what.cd members and possibly several other
tracker’s members banned through a css hack simply from clicking the
link. That was an extraordinarily irresponsible move on your part,
exposing your readers to being banned from their trackers without
even a warning.</p>
  </li>
  <li>
    <h5 id="cite-jade-cite-says"><cite> Jade </cite> Says:</h5>

    <p>I don’t understand,what was the purpose of writing this article?If
people shouldn’t do trading or selling it would be better not to
know such detailed info about this.It seems like a “How to start
Trading/Selling of trackers’ account” guide to me.<br />
 Why do you exactly need to post how to gain level in trading forum
or if you can trust the trading you are making or such things! It’s
more like promoting the forbidden thing.</p>
  </li>
  <li>
    <h5 id="cite-buddhasmom-cite-says"><cite> BUDDHAS_MOM </cite> Says:</h5>

    <p>This is the single most retarded article I have ever read.</p>

    <p>I wish to resign from the human race immediately.</p>

    <p>//kyleess</p>
  </li>
  <li>
    <h5 id="cite-satchel-cite-says"><cite> satchel </cite> Says:</h5>

    <p>Even though most of this information is readily available, it’s
really nice that you’ve compiled and gift wrapped it so well for
future cheaters/traders/sellers. On behalf of my fellow staffers I’d
like to say f*#$ you FSF, you’ve done the BT community a
disservice.</p>
  </li>
  <li>
    <h5 id="cite-easy-way-to-get-best-sites-cite-says"><cite> Easy Way to Get Best Sites </cite> Says:</h5>

    <p>Look you retards. If you want to get on a good site, you’ll have to
start SUPPLYING NEW CONTENT.</p>

    <p>If you like books, for example, scan books and get books from other
sites and put them on still more sites. Find a supply and upload new
books to a public or semi-public site consistently. Your efforts
will be noticed by people on private sites. If all you want to do is
leech, you shouldn’t be surprised to find yourself on the outside of
the good places, forever trying, and failing, to get in.</p>
  </li>
  <li>
    <h5 id="cite-buddhasmom-cite-says-1"><cite> BUDDHAS_MOM </cite> Says:</h5>

    <p>FTN is open signup!</p>

    <p>//kyleess</p>
  </li>
  <li>
    <h5 id="cite-anal-is-awesome-cite-says"><cite> Anal-Is-Awesome! </cite> Says:</h5>

    <p>if your friend does not have an invite, stfu - trading/selling is a
security risk for every member of that site. die bitches.</p>
  </li>
  <li>
    <h5 id="cite-buddhasmom-cite-says-2"><cite> BUDDHAS_MOM </cite> Says:</h5>

    <p>I have FTN invite. I will trade for OJ’s other glove.</p>
  </li>
  <li>
    <h5 id="cite-anal-is-awesome-cite-says-1"><cite> Anal-Is-Awesome! </cite> Says:</h5>

    <p>also, Diabolik is a fucking fag, he will also get aidz and shit on
his own dick.</p>
  </li>
  <li>
    <h5 id="cite-silentstrike-cite-says"><cite> SilentStrike </cite> Says:</h5>

    <p>What a douche.. This material is neither researched nor helping any
tracker in its cause. If I didn’t know better, this material has
only promoted these activities. And FSF, it was highly unexpected of
you to publish these kind of useless material.</p>

    <p>And unbelievably, not once has he mentioned how these actions might
hurt ourselves and the BT community. But he went to the extend of
explaining how to make a post at these places.</p>

    <p>And when I say “not researched” I mean all the comments he has are
prejudicial. To know what happens behind these forums, one has to be
a member of it and then judge it over a period of time. Not just
barging into some random forum taking screen shots and making
ignorant comments about it.</p>

    <p>I’d rate this material a -1/10.</p>
  </li>
  <li>
    <h5 id="cite-backie-would-be-proud-cite-says"><cite> Backie would be proud </cite> Says:</h5>

    <p>I love you Buddhas Son. You’ve singlehandedly turned FSF into a
putrid excrement hole.</p>

    <p>Now that your work is done, perhaps you should find another line of
work and let the blog return to its former glory, if that’s even
possible.</p>
  </li>
  <li>
    <h5 id="cite-timtom-cite-says"><cite> TimTom </cite> Says:</h5>

    <p>Best part oif article: And this concludes Buddhas Son’s contribution
to FSF</p>
  </li>
  <li>
    <h5 id="cite-karma-cite-says"><cite> Karma </cite> Says:</h5>

    <p>Sharky, why in the holy hell would you have published this on YOUR
site? Buddhas Son’s first article was bias and misinformed and this
article is as many others have said a How-To guide to trading, and a
slap in the face to the private tracker community. He obviously has
an axe to grind with private trackers… the question is why would you
publish this crap?</p>

    <p>Did he buy space here like an advertisement? He gets to post 2
articles no matter what the content for X amount of dollars? I read
your articles all the time, but if nonsense like this continues I’ll
be deleting FSF from my bookmarks.</p>
  </li>
  <li>
    <h5 id="cite-skeptical-cite-says"><cite> Skeptical </cite> Says:</h5>

    <p>I am staff of FTN and will sell invites for $$$ im me:
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#107;&#101;&#112;&#116;&#105;&#099;&#050;&#048;&#048;&#050;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#115;&#107;&#101;&#112;&#116;&#105;&#099;&#050;&#048;&#048;&#050;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-ceil-cite-says"><cite> Ceil </cite> Says:</h5>

    <p>I have 2 FTN invites after I gave B a bj. Send my $150 via paypal:
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#101;&#105;&#108;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#101;&#105;&#108;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-top-site-cite-says"><cite> Top Site </cite> Says:</h5>

    <p>I have access at bluewaffle topsite, pm me for details</p>
  </li>
  <li>
    <h5 id="cite-btracs-member-cite-says"><cite> BTRACS Member </cite> Says:</h5>

    <p>First of all, BTRACS is working not to be a site where selling is an
option. You should attempt to speak to a site owner before doing a
story on their site, thats how you would try to do a somewhat
truthful story. Currently steps are being taken to remove this
aspect from the site.It’s not an easy task, but many of the users
are in full support of this. Secondly, why torrent invite sites that
get a bad rep like this amazes me. There are plenty of us at BTRACS
that are good friends and are against selling and trading
invites.Most of us are very particular about who we would do a
giveaway to. I have gotten invites from tracker forums, what makes
that any safer for the trackers? All people do is look at your stats
and make their decision. At a place like BTRACS, participation is a
key factor in addition to your track record on torrenting sites. I
certainly wouldn’t just give away an invite to anyone,</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says"><cite> Buddy </cite> Says:</h5>

    <p>I’m Buddy, I work at FTN as a bot. I am controlled by balajik. I am
looking to make some money to launch my career in BDSM porn.</p>

    <p>I have 5 FTN invites. I will sell them in exchange for either Enron
stock or will trade for Uk-T, FTWR or SCT invites.</p>

    <p>Email me at <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#117;&#100;&#100;&#121;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#098;&#117;&#100;&#100;&#121;&#064;&#104;&#111;&#116;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a> if
interested.</p>

    <p>Thanks, and have a good day!</p>
  </li>
  <li>
    <h5 id="cite-btracs-is-a-dump-cite-says"><cite> BTRACS is a dump </cite> Says:</h5>

    <p>btracs is a dump. It always was, and always will be. The author did
all the research required and came to the correct conclusion. End of
story.</p>

    <p>PS: I’m already a member of FTN, but I would be interested in one of
those BJ’s…. How much $$?? PM me plz!!!</p>
  </li>
  <li>
    <h5 id="cite-red-cite-says"><cite> Red </cite> Says:</h5>

    <p>Sharky, I know you cover some pretty nuts topics in here from time
to time, but dude, what the hell?</p>

    <p>You shouldnt be promoting this crap.</p>
  </li>
  <li>
    <h5 id="cite-silentstrike-cite-says-1"><cite> SilentStrike </cite> Says:</h5>

    <p>@31</p>

    <p>You are probably one too. How would anyone know, what a forum does
or how it works if they are not even a member there? I’ve been a
member of BTRACS for some time now. And what is currently happening
there is quite contrary to what Buddha’s Son has so blatantly and
ignorantly spurted out. 80% of the active members of the forum are
non traders and non sellers. 15% of the rest are just either idlers
or spammers. And the remaining 5% who got in with an intention of
selling or trading, either leaves the place due to lack of activity
in those areas or gets banned eventually.</p>

    <p>Let me ask you this question. When he posted that screen shot, did
anyone notice that half the threads are locked? And if it ain’t
researched, how come he is stupid enough to just look at the topics
and judge? Inside, those threads Mods have issued warnings against
the sellers. And the most active topics were locked by the Mods
themselves.</p>

    <p>Bullshitting blindly without knowing all this can only be called as
an act of a n00b who wants to probably impress his potential FTN or
whatever inviter</p>
  </li>
  <li>
    <h5 id="cite-987654-cite-says"><cite> 987654 </cite> Says:</h5>

    <p>you can turn off the css hack in firefox advanced settings. I don’t
think it’s wrong for torrent sites to be against trading and selling
of accounts and invites. But to ban ppl looking for other open
signups is dumb.</p>
  </li>
  <li>
    <h5 id="cite-tracker-owner-cite-says"><cite> Tracker Owner </cite> Says:</h5>

    <p>This sure is a bad article to run, but hey whats done is done.</p>

    <p>As for Btracs, Its a very good place for people to go and chill out
in. They do listen to tracker owners about trading/selling issues
which only makes them all that much better.</p>

    <p>We dont want invites sold as it makes it easier for the wrong type
of people to get in.. The seller aint bothered who he sells to,
tends to not ask for any type of proof that<br />
 1: the user will not cheat/Hit and run<br />
 2: that they are decent members on any other sites.<br />
 All because they just want the cash. Also why should a user profit
from some else’s hard work (owners/coders/staff/uploaders) we all do
it for free and spend lot’s of our own hard cash to make our
trackers the best we can.</p>

    <p>Giving of invites I feel is not such a problem, the inviter tends to
question the invitee much more as they dont want there accounts to
get banned.</p>

    <p>All in all, some places like btracs are very good for a trackers
community.<br />
 My 2 pence</p>
  </li>
  <li>
    <h5 id="cite-scimitar-cite-says"><cite> scimitar </cite> Says:</h5>

    <p>hey Ceil i have two invites to your moms house after she gave me a
bj, so lets make a trade, il trade you an invite to your moms house
or an invite to ftn.<br />
 email me to arrange details:<br />
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#099;&#105;&#109;&#105;&#116;&#097;&#114;&#105;&#110;&#115;&#105;&#100;&#101;&#099;&#101;&#105;&#108;&#115;&#109;&#111;&#109;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#115;&#099;&#105;&#109;&#105;&#116;&#097;&#114;&#105;&#110;&#115;&#105;&#100;&#101;&#099;&#101;&#105;&#108;&#115;&#109;&#111;&#109;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-ftn-cite-says"><cite> FTN </cite> Says:</h5>

    <p>Can I have an invite into fapthe.net (FTN)?</p>
  </li>
  <li>
    <h5 id="cite-fapper-cite-says"><cite> fapper </cite> Says:</h5>

    <p>Sure, goto horseporn.com and click join and send me your email!</p>
  </li>
  <li>
    <h5 id="cite-ftn-sysop-cite-says"><cite> FTN SysOp </cite> Says:</h5>

    <p>Sure email me at <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#099;&#108;&#111;&#118;&#105;&#110;&#064;&#102;&#097;&#112;&#116;&#104;&#101;&#046;&#110;&#101;&#116;">&#109;&#099;&#108;&#111;&#118;&#105;&#110;&#064;&#102;&#097;&#112;&#116;&#104;&#101;&#046;&#110;&#101;&#116;</a></p>
  </li>
  <li>
    <h5 id="cite-anal-is-awesome-cite-says-2"><cite> Anal-Is-Awesome! </cite> Says:</h5>

    <p>Possibly, can i have WMD (windmill my dick)</p>
  </li>
  <li>
    <h5 id="cite-ceil-cite-says-1"><cite> ceil </cite> Says:</h5>

    <p>Can anyone get me an invite to limewire, i hear it has all the
topnotch xxx?<br />
 please please please!<br />
 email me at: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#101;&#105;&#108;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#099;&#101;&#105;&#108;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a></p>
  </li>
  <li>
    <h5 id="cite-free-ftp-dump-cite-says"><cite> Free FTP Dump </cite> Says:</h5>

    <p><a href="http://www.bluewaffle.net/" rel="nofollow">http://www.bluewaffle.net</a></p>
  </li>
  <li>
    <h5 id="cite-baby-jesus-cite-says"><cite> BABY JESUS </cite> Says:</h5>

    <p>SELL FILESHAREFREAK INVITES</p>

    <p>MAKE AN OFFER</p>
  </li>
  <li>
    <h5 id="cite-warez-ftw-cite-says"><cite> warez ftw </cite> Says:</h5>

    <p>guys, forget invites, checkout this unsecured ftp archive hosted at
a data center</p>

    <p><a href="http://sn.im/securelogin.php" rel="nofollow">http://sn.im/securelogin.php</a></p>

    <p>name: blackwizard54<br />
 password: hahaistoleyourpassword</p>
  </li>
  <li>
    <h5 id="cite-works-cite-says"><cite> WORKS </cite> Says:</h5>

    <p>^^^<br />
 Works!!!</p>
  </li>
  <li>
    <h5 id="cite-feeling-cite-says"><cite> Feeling </cite> Says:</h5>

    <p><img src="http://filesharefreak.com/wp-includes/images/smilies/icon_neutral.gif" alt=":|" /> nubs<br />
 Thank you for your wonderful donations to SceneTorrents. I love my
new pink car!</p>
  </li>
  <li>
    <h5 id="cite-ceils-sister-cite-says"><cite> Ceil&#8217;s sister </cite> Says:</h5>

    <p>omg thanks scim! ftp works flawlessly. fuck bT!</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-1"><cite> Buddy </cite> Says:</h5>

    <p>CAN I HAVE INVITE TO GAYTORRENTS PLZ I NEED TO UPLOAD PERSONAL
AMATEUR VIDEO WITH CEIL</p>
  </li>
  <li>
    <h5 id="cite-i-need-brazzers-cite-says"><cite> I NEED BRAZZERS </cite> Says:</h5>

    <p>I NEED BRAZZERS<br />
 pass now!</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-2"><cite> Buddy </cite> Says:</h5>

    <p>I wish they didn’t have to go :~(</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-3"><cite> Buddy </cite> Says:</h5>

    <p>mmm.. Durden</p>
  </li>
  <li>
    <h5 id="cite-hitler-cite-says"><cite> Hitler </cite> Says:</h5>

    <p>I have the ovens ready!</p>
  </li>
  <li>
    <h5 id="cite-anne-frank-cite-says"><cite> Anne Frank </cite> Says:</h5>

    <p>Is the showers cleaned ?</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-4"><cite> Buddy </cite> Says:</h5>

    <p>shut up, you jizz-lantern]<br />
 Shut up, you clit-emperor.</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-5"><cite> Buddy </cite> Says:</h5>

    <p>Shut up, you clit-emperor</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-6"><cite> Buddy </cite> Says:</h5>

    <p>lalala not listening</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-7"><cite> Buddy </cite> Says:</h5>

    <p>french fries of course!</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-8"><cite> Buddy </cite> Says:</h5>

    <p>jizz-lantern = french fries of course!</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-9"><cite> Buddy </cite> Says:</h5>

    <p>cycling</p>
  </li>
  <li>
    <h5 id="cite-durden-cite-says"><cite> Durden </cite> Says:</h5>

    <p>(&amp;poolshark) <a href="http://www.youtube.com/watch?v=PaCPlKlFqXg" rel="nofollow">http://www.youtube.com/watch?v=PaCPlKlFqXg</a> ha ha ha<br />
 [youtube.info] trigger: poolshark - title: Surprise Party -
added: October 06, 2010</p>
  </li>
  <li>
    <h5 id="cite-ugot-cite-says"><cite> uGot </cite> Says:</h5>

    <p>Well, I AM gay and i want to do VERY gay things with and to this
guy, thankyouverymuch. He is not just terrific looking, more
importantly he has got a great sense of humor. Living in Amsterdam
here. Can somebody please wrap him up and send him over as my yearly
bonus?? Much appreciated. Or shove him on a plane, fine too. ;-)?</p>
  </li>
  <li>
    <h5 id="cite-tyler-cite-says"><cite> Tyler </cite> Says:</h5>

    <p>lets get 100 comments on that article</p>
  </li>
  <li>
    <h5 id="cite-ceil-cite-says-2"><cite> CEIL </cite> Says:</h5>

    <p>SKEPTIC IS GONE</p>
  </li>
  <li>
    <h5 id="cite-buddy-cite-says-10"><cite> Buddy </cite> Says:</h5>

    <p>I’d sooner have my stomach my stamped out!</p>
  </li>
  <li>
    <h5 id="cite-the-real-ceil-cite-says"><cite> The real ceil </cite> Says:</h5>

    <p>That was not me</p>
  </li>
  <li>
    <h5 id="cite-the-real-ugot-cite-says"><cite> The Real uGot </cite> Says:</h5>

    <p>That was not me either.</p>
  </li>
  <li>
    <h5 id="cite-the-real-slim-shady-cite-says"><cite> The real slim shady </cite> Says:</h5>

    <p>Will you please stand up?</p>
  </li>
  <li>
    <h5 id="cite-durden-cite-says-1"><cite> Durden </cite> Says:</h5>

    <p>I like them :~)</p>
  </li>
  <li>
    <h5 id="cite-anon-sbi-cite-says-1"><cite> anon-sbi </cite> Says:</h5>

    <p>The comments for this article really turned into a spamfest.</p>
  </li>
  <li>
    <h5 id="cite-blah-cite-says"><cite> blah </cite> Says:</h5>

    <p>Great article. I don’t really understood why you wrote it though. If
you claim to be so against trading/selling then why have you written
what is basically a how to guide to doing those things?</p>
  </li>
  <li>
    <h5 id="cite-martin-cite-says"><cite> Martin </cite> Says:</h5>

    <p>You forgot <a href="http://torrent-invites.com/" rel="nofollow">http://torrent-invites.com</a> - the
best trading and selling site evar!</p>
  </li>
  <li>
    <h5 id="cite-sirwaffles-cite-says"><cite> SirWaffles </cite> Says:</h5>

    <p>I have to agree with everyone. Sharky why of why have you tried to
move this site away from being the butt of the veteran community?
Restore this site to it’s previous glory! Have another article about
a seedbox company! Tell us that crap little trackers are awesome in
every way possible!</p>
  </li>
  <li>
    <h5 id="cite-t-i---cheapest-invites-on-the-net-cite-says"><cite> T-I - cheapest invites on the net </cite> Says:</h5>

    <p>“You forgot <a href="http://torrent-invites.com/" rel="nofollow">http://torrent-invites.com</a> - the
best trading and selling site evar!”</p>

    <p>Agreed, 100%!!!!!!!!</p>

    <p>I got hdbits and ftn for a grand total of $50 from one of their
admins. I think she really needed the cash.</p>
  </li>
  <li>
    <h5 id="cite-john-cite-says"><cite> John </cite> Says:</h5>

    <p>Another thing trackers can do to almost 100% prevent this problem in
the future is by saving/displaying invite trees. If the invites one
is given are tracked users will be much less likely to
give/trade/sell to somebody they don’t trust.</p>
  </li>
  <li>
    <h5 id="cite-dwai-cite-says"><cite> DWAI </cite> Says:</h5>

    <p>JOHN…every single gazelle based tracker does that</p>
  </li>
  <li>
    <h5 id="cite-sniper-cite-says"><cite> sniper </cite> Says:</h5>

    <p>Bullshit. Your words for BTRACS are nonsense stuff. How much do u
know abt it. And why did you live torrent-invites.com. Your sister
runs it i suppose. come spend some time in BTRACS. For signing in i
will help you out. Btracs is the best . people there are experienced
and give away invites only after some pre screening.<br />
 And i dont know why FSF is getting the articles from BUDDHAS SOn.
Its his 2nd article and trust me its more shitty than the 1st one.
Just to get a few comments and increase traffic so much of a
bullshit.</p>

    <p>Sharky- did you check his background. And please change his name. It
is so racist</p>
  </li>
  <li>
    <h5 id="cite-shitty-cite-says"><cite> shitty </cite> Says:</h5>

    <p>I didn’t bother reading the article because of who it was written
by, but on the topic of selling invites, as a person who has never
done such a thing, I could totally see the upside, and if you don’t
get caught for a while think about it, if you sell invites at a
modest $40 to $50 a piece and you get 3 invites per month, whatever
you sell is pure profit.</p>

    <p>I think everyone should flood ebay with invites and see how they do.</p>
  </li>
  <li>
    <h5 id="cite-invites-sellers-r-p2p-cancer-cite-says"><cite> Invites sellers r p2p Cancer </cite> Says:</h5>

    <p>This article has already preached a lesson of cheating, Trading and
Selling to those who were fresh torrenters and will definitely
pollute the minds of them with this dirty business, a seller is
entirely unaware of the fact that just due to mere 25$-50$ he is not
only putting his own ass online but at worst part he is risking
tracker security, I think Buddha’s Son is a MPAA or RIAA agent
that’s why he is writing the crap. you are simply putting the p2p
world on risk by such articles I appreciate that a fresh torrenter
should be aware of torrent world diseases but you should present
this article with little censored information.</p>

    <p>Otherwise this article is written well and have plenty of
information for n00bs.</p>
  </li>
  <li>
    <h5 id="cite-you-stupid-guy-cite-says"><cite> you stupid guy </cite> Says:</h5>

    <p>you made a tut about selling and trading…..you didnt want to it to
look like this but this is fucking tut for scum….most of the new
torrent users will follow this becouse they dont know it yet but
they are digging their own grave for trackers….nice job man you just
fuckd up 9/10 new people who read this….great job fucker -.-’</p>
  </li>
  <li>
    <h5 id="cite-you-stupid-guy-cite-says-1"><cite> you stupid guy </cite> Says:</h5>

    <p>Traders/sellers DIE YOUNG!</p>
  </li>
  <li>
    <h5 id="cite-dlish-cite-says"><cite> dlish </cite> Says:</h5>

    <p>hurr-durr.com</p>
  </li>
  <li>
    <h5 id="cite-workbyday-piratebynight-cite-says"><cite> WorkByDay PirateByNight </cite> Says:</h5>

    <p>Look you don`t need to pay to get on a Good or even excellent
Private torrent site<br />
 check out Torrent day &gt; they get all scene release &gt;T.v shows
are ready after only 1-2h after they play on tv
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /> They also get all
movies some games and app and XxX<br />
 EZTV? <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /> free pub<br />
 But for you perv i would suggest Empornium.us or PureTnA.com i have
been a member there for over 5 years they have a strong community
and is also open private tracker
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>

    <p>so save you cash and go rent a seedbox and help seed you Fav
torrents <img src="http://filesharefreak.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>
  </li>
  <li>
    <h5 id="cite-wootspace-cite-says"><cite> wootspace </cite> Says:</h5>

    <p>torrentinvites.org is the best</p>
  </li>
  <li>
    <h5 id="cite-sam-heuston-big-brother-cite-says"><cite> sam heuston big brother </cite> Says:</h5>

    <p>why are you on this side of the site, noone cares here.</p>
  </li>
  <li>
    <h5 id="cite-romano-cite-says"><cite> Romano </cite> Says:</h5>

    <p><a href="http://ofarol.net/" rel="nofollow">http://ofarol.net</a><br />
 Comunidade de Torrents em Língua Portuguesa.</p>
  </li>
  <li>
    <h5 id="cite-tom-cite-says"><cite> Tom </cite> Says:</h5>

    <p>How are you supposed to get into high-level sites else???</p>
  </li>
</ol>

]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Seedbox Providers Now Offering Unmetered 1Gbps]]></title>
    <link href="http://filesharefreak.com/2010/10/07/seedbox-providers-now-offering-unmetered-1gbps/"/>
    <updated>2010-10-07T00:00:00-05:00</updated>
    <id>http://filesharefreak.com/2010/10/07/seedbox-providers-now-offering-unmetered-1gbps</id>
    <content type="html"><![CDATA[<p>Within the <a href="https://www.seedboxhosting.com/">seedbox</a> industry, the well-known drawback to 1Gbps lies
within the limits of how much monthly bandwidth is allowable: you get
great speeds but it’s generally not sustainable. Reading the fine print,
<strong><em>capped</em></strong> throughput limits of 3TB to 5TB per month are considered
the norm, and can be consumed rather quickly on this superior pipeline.
As the overall cost of premium bandwidth continues to plummet -
especially for those who purchase it in bulk - more and more providers
are beginning to offer unmetered 1Gbit seedboxes.</p>

<!--more-->

<h3 id="the-caveat-100mbit-vs-1gbit">The Caveat: 100Mbit vs. 1Gbit</h3>

<p>Seedbox users making the switch from 100Mbit to 1Gbit should naturally
expect to enjoy a substantial increase in transfer rates, assuming that
the seedbox provider is not drastically overselling the services.
Whereas theoretically a 1Gbps offers &#8220;10 times faster&#8221; throughput than
a 100Mbps line, it’s worth noting this <em>10x factor</em> is never attainable.
On a shared connection from a respectable provider, the normal 1Gbit
seedbox user will typically experience <em>average</em> speeds more within the
realm of 2-3 times quicker than its 100Mbit counterpart, with bursts
sometimes higher.</p>

<p>Unless you personally rent your own dedi with both <strong><em>unlimited</em></strong> and
<strong><em>unshared</em></strong> 1Gbps full-duplex uplink port (starting at <strong>€</strong>1,599/mo.
- see Leaseweb’s <a href="http://www.leaseweb.com/en/dedicated-servers/unmetered-series" title="http://www.leaseweb.com/en/dedicated-servers/unmetered-series" target="_blank">Unlimited XL</a> series), no
middleman seedbox provider will be able to come close to guaranteeing
realistic sustained 1Gbps traffic specs.</p>

<h3 id="metered-1gbit-seedboxes">Metered 1Gbit Seedboxes</h3>

<p><strong>3TB monthly transfer allowance.</strong> Regardless of overall speed, a 1Gbps
line (or even a 100Mbps line) with a capped limit of 3TB monthly data
throughput will only allow for a total combined average of 1.196 MB/s
(or 1,225 KB/s) when spread equally across each second of a month
(24h/30d). Given that a 1Gbps line is capable (in theory, not actual) of
128 MB/s, the &#8220;3TB limit&#8221; is less than 1/100th of the potential
monthly throughput allowed by a true 1Gbps connection (refer to Google
<a href="http://www.google.com/search?q=1+gigabit+per+second+in+terabytes+per+month&amp;btnG=Search" target="_blank">calculator</a>).</p>

<p>The ability to pump <strong><em>321 TB/month</em></strong> is a grossly highballed (and
blatantly unattainable) figure - but from this example one can easily
conclude how quick it really can be to eat up the allotted 3TB in much
less than a month. Heavy torrenters, general ratiowhores, or those using
autodownload scripts would never go near a seedbox capped within
3-5TB/mo. An unshared 100Mbit line (on a dedicated server) may even
outperform a shared 1Gbit over the long haul.</p>

<h3 id="gbit-seedboxes-what-to-look-for">1Gbit Seedboxes: What to Look For</h3>

<p>From a seedbox provider’s perspective, claiming to offer &#8220;unmetered
1Gbit&#8221; is a beneficial selling point; a marketing strategy. This
half-truth should be held in scrutiny - what good is an unmetered line
when it’s shared among 25 accounts and an untold number of active
torrents? Not only can servers <em>themselves</em> be oversold (too many users
per box), but the bandwidth (pipe) can be split among multiple servers.
For example, a 1Gbps pipe might be pooled to 4 different dedicated
servers, with each dedi consisting of even more VPS/slices or lower-tier
shared seedboxes. It wouldn’t be uncommon to expect 10 or more seedbox
accounts sharing the same 1Gbps line, and perhaps more.</p>

<p>Be especially mindful of providers that claim to offer <u>unmetered
1Gbps on OVH</u></p>

<ul>
  <li>in all likeliness this is not happening. Evidence would clearly
suggest that Leaseweb is the future - hands down they offer the best
peering in the world, especially transatlantic (EU to/from US); keep
this in mind. So shop carefully, and don’t be afraid to ask questions
first.</li>
</ul>

<p>Acquiring a true unmetered 1Gbit personal box (shared or not) is vast
overkill unless you’re a reseller or seedbox provider yourself. The
average torrenter needs not, and cannot use up the capacity for such
unmetered traffic anyways, thus we conclude any reasonable limit between
10 to 15TB per month is more than adequate. Below we examine a handful
of providers offering 1Gbit boxes (*not all are unlimited).</p>

<h3 id="xirvikcom">Xirvik.com</h3>

<p><a href="http://www.xirvik.com/" title="http://www.xirvik.com" target="_blank"><img src="http://filesharefreak.com/images4/logo_xirvik.gif" alt="" /></a><a href="http://www.xirvik.com/" title="http://www.xirvik.com" target="_blank">Xirvik.com</a> launched a new line of unmetered 1Gbit servers, in both
<strong><em>semi</em></strong> and <strong><em>dedicated</em></strong> varieties. The latter option, their <a href="http://www.xirvik.com/gigabit_dedi.html" title="http://www.xirvik.com/gigabit_dedi.html" target="_blank">gbit
dedis</a> with a <font color="red">**$**209 -
**$**229</font></p>

<p>(USD) pricetag come with 100TB monthly traffic and between 1 to 4TB HDD
storage - which is cheap compared to any real gigabit offer on the
market. For comparison, OVH gives you 10 TB @ 1 Gbit and charges
<strong>€</strong>1341 + VAT for the other 90 TB.</p>

<p>As usual these dedi’s can be configured as Xirvik’s standard seedbox
configuration UI, or else left as <em>plain server with root</em> (ideal for
new seedbox provider <em>startups</em> or personal resellers who want to split
the server into multiple slices). It’s worth adding that these are <strong>not
OVH</strong>; instead rather, members can choose from .NL, .US or .DE locales.</p>

<p>For those on a smaller budget but still want 1Gbps, Xirvik’s
<a href="http://www.xirvik.com/gigabit_semi.html" title="http://www.xirvik.com/gigabit_semi.html" target="_blank">semi-dedicated</a> offer users true unmetered 1Gbit
(with absolutely no traffic limits) beginning at <font color="red">**$**70</font></p>

<p>. We’d recommend their <em>German box</em> since it includes a large 800GB of
storage for just $20 more. As with all of these semi-dedi’s there are
just 4 users per server and comes with <a href="../../../05/22/xirvik-reinventing-how-seedboxes-should-be-done/" title="Xirvik - Reinventing How Seedboxes Should Be Done">these unique
features</a> unseen elsewhere.
In addition to those, here’s a peek at what’s new:</p>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Avalanche</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Rapidleech</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Add FTP Accounts</font></td>
    </tr>
  </tbody>
</table>

<table width="95%" border="0" align="center">
  <tbody>
    <tr>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td>(A new rTorrent GUI)</td>
      <td>(Interface for DDLs)</td>
      <td>(Add multiple FTP users)</td>
    </tr>
    <tr>
      <td><a href="http://filesharefreak.com/images4/xirvik2_avalanche.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/xirvik2_avalanche-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/xirvik2_rapidleech.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/xirvik2_rapidleech-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/xirvik_ftpusers.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/xirvik_ftpusers-small.jpg" alt="" /></a></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Shoutbox</font></td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td><font size="+1">Speeds</font></td>
    </tr>
  </tbody>
</table>

<table width="95%" border="0" align="center">
  <tbody>
    <tr>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td>(Chat with other Xirvik users)</td>
      <td>(What to expect…)</td>
    </tr>
    <tr>
      <td><a href="http://filesharefreak.com/images4/xirvik_shoutbox.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/xirvik_shoutbox-small.jpg" alt="" /></a></td>
      <td><a href="http://filesharefreak.com/images4/xirvik_speeds.jpg" rel="lytebox"><img src="http://filesharefreak.com/images4/xirvik_speeds-small.jpg" alt="" /></a></td>
    </tr>
  </tbody>
</table>

<h3 id="rapidspeedscom">RapidSpeeds.com</h3>

<p><a href="http://www.rapidspeeds.com/" title="http://www.rapidspeeds.com" target="_blank"><img src="http://filesharefreak.com/images4/rapidspeeds_logo.jpg" alt="" /></a>Like other
serious contenders looking to gain traction within the 1Gbit market, at
<a href="http://www.rapidspeeds.com/" title="http://www.rapidspeeds.com" target="_blank">RapidSpeeds</a> you won’t be finding any unmetered
OVH. They use colocation at Leaseweb’s prime datacenter <a href="http://www.evoswitch.com/" title="http://www.evoswitch.com/" target="_blank">EvoSwitch</a> - through their own equipment (in excess of 400+ dedis,
probably more now) with 3Gbps being fed into each switch and 10Gbps
trunks providing the rest of the bandwidth to the switches when they
need it. <font color="red">**£**120</font></p>

<p>is the starting price for a high-specs <em>dedicated server</em> using premium
.NL unmetered 1000Mbit bandwidth. RapidSpeeds has long been known as the
seedbox supplier’s <em>supplier</em>, in the sense that they currently provide
professional services to as many as five (5) different seedbox providers
that you’ve probably already heard about. Other features include:</p>

<ul>
  <li>• All dedicated servers come with the free option to convert into a
ready-to-go seedbox server (your choice of 5 BT clients - Deluge,
uTorrent, TorrentFlux, Transmission or rTorrent).</li>
  <li>• 1Gbps burstable; <strong>200Mbps upload guaranteed</strong> throughput at all
times.</li>
  <li>• No setup fee; 100% dedicated servers; free KVMOverIP; 99.9% uptime;
PXE boots &amp; bash scripts to reinstall/install torrent clients;
cloud OS to manage servers &amp; bandwidth.</li>
  <li>• Dual SATA2 HDDs in RAID0 or RAID1 for maximum efficiency.</li>
  <li>• A wide array of upgradable options (VNC/NX remote desktop, more RAM,
additional IPs, your choice of Linux OS or Windows).</li>
  <li>• Even offers SSD hard drive seedbox servers (2 x 80GB | 1Gbps |
10TB/mo).</li>
  <li>• Discounts to seedbox resellers are available for bulk-buyers.</li>
  <li>• Check out the <a href="http://www.rapidspeeds.com/Forum/viewtopic.php?f=15&amp;t=105&amp;sid=8d6e234c2614bd89c366a06b7b56ae06" title="http://www.rapidspeeds.com/Forum/viewtopic.php?f=15&amp;t=105&amp;sid=8d6e234c2614bd89c366a06b7b56ae06" target="_blank">testimonials</a> at RapidSpeed’s
forums, there’s some interesting screenshots.</li>
</ul>

<p><img src="http://filesharefreak.com/images4/rapidspeeds_btclient.jpg" alt="" /></p>

<p><strong>Seedbox Sneak Peek</strong> — Keep your eye on RapidSpeeds’ <a href="http://www.rapidspeeds.com/seedboxes.html" title="http://www.rapidspeeds.com/seedboxes.html" target="_blank">seedbox
link</a>, they’ll be officially entering the seedbox
market by offering unlimited 1Gbit slots by as soon as next week. Here’s
what’s coming:</p>

<p>• <strong><em>Real semi dedicated</em></strong> (max 4 users per box) — Equivalent to OVH’s
RPS with an Intel Xeon quadcore 2.83Ghz, 8GB DDR3 RAM (4×2GB), 4×500GB
drives, so each user will get their own hard disk (no slow/read write by
other users - that’s what limits a VPS), and their own RAM stick. Same
rule applies; 1Gbps download/200Mbps upload 24/7 - all this for <font color="red">**£**45</font></p>

<p>each.</p>

<h3 id="feralhostingcom">FeralHosting.com</h3>

<p><a href="http://www.feralhosting.com/" title="http://www.feralhosting.com" target="_blank"><img src="http://filesharefreak.com/images4/feralhosting_logo.jpg" alt="" /></a>Like other
providers in the list, <a href="http://www.feralhosting.com/" title="http://www.feralhosting.com" target="_blank">FeralHosting</a> has long
since established itself to be both reliable and reputable. While pure
1Gbit is a rarity, Feral isn’t shy to disclose exactly what services
users will be receiving. In fact, Feral’s most popular packages are
those with <em>Unlimited Bandwidth</em> (which includes Helium, Neon, Argon,
Xenon and Radon) - and although it’s not mentioned on-site, these use
pooled resources from 1Gbit and/or 10Gbit lines via Leaseweb. From this
assortment of options only the Helium is metered (a 750GB monthly cap).
Even the <strong><em>Neon</em></strong> is connected to a 100Mbit+ pipe and offers
unlimited/unmetered everything for just <font color="red">**£**15</font></p>

<p>a month. For this low price, don’t expect unbridled 1Gbps speeds (Feral
doesn’t claim this anyways) but instead look for speeds in excess of
what a dedicated 100Mbit can provide.</p>

<p>Feral is a <em>major league player</em> in the seedbox business, and they’re
also a provider that I’ve never had the pleasure to test out personally.
Customer comments on outside forums, including What.CD’s oft-read
thread, &#8221;<a href="http://what.cd/forums.php?action=viewthread&amp;threadid=49384" title="http://what.cd/forums.php?action=viewthread&amp;threadid=49384" target="_blank">The Best Seedbox Provider</a>&#8221; contains
nothing but positive feedback in general. There was a slight hiccup in
their FTP speeds related to overseas peering, but it seems Feral has
resolved the majority of these issues by switching to Leaseweb for most
of their <a href="http://www.feralhosting.com/heron/slots/" title="http://www.feralhosting.com/heron/slots/" target="_blank">slots</a>.</p>

<ul>
  <li>• Nearly instant setup when paying through Google Checkout (PayPal
users will have to wait up to an additional 5 business days for PP
clearance).</li>
  <li>• Has an IRC support channel in
<a href="irc://irc.what-network.com">irc.what-network.com</a> (or .net)
<strong>#feral</strong> (<a href="irc://irc.what-network.com/feral">hotlink</a>).</li>
  <li>• 7-day pro rata money-back refund (for remaining time on monthly
contract).</li>
  <li>• Each slot comes with SSH access allowing a lot of freedom on the
servers.</li>
  <li>• Also resells OVH as unmanaged servers, but expect to inherit the
same bandwidth restrictions for everything.</li>
  <li>• A plethora of tutorials, how-to’s and other helpful topics in their
FAQ (requires site registration/login).</li>
</ul>

<h3 id="rapidserverzcouk">Rapidserverz.co.uk</h3>

<p><a href="http://rapidserverz.co.uk/" title="http://rapidserverz.co.uk" target="_blank"><img src="http://filesharefreak.com/images4/rapidserverz_logo.jpg" alt="" />Rapidserverz.co.uk</a> might be the new kid on the block, but don’t let that
dissuade you. Here’s a provider that’s competing with the big boys in
every way - coming soon is a special unique <u>RapidServerz User
Interface</u></p>

<p>which includes 3 rTorrent WebUIs (ruTorrent, Avalanche and rtGUI), Ajax
File Explorer (view/manage files via the web-browser), Admin Panel
(reboot, view server stats), TeamViewer support, and more. Available
seedbox packages are neatly organized into <strong><em>Shared</em></strong>,
<strong><em>Semi-Dedicated</em></strong> and <strong><em>Dedicated</em></strong> varieties; each contains 1Gbit
options at reasonable prices.</p>

<ul>
  <li>
    <p><a href="https://rapidserverz.co.uk/searches/seedbox-type-shared.php" title="https://rapidserverz.co.uk/searches/seedbox-type-shared.php" target="_blank">Shared</a> — (All are unmetered) - 1Gbit prices
begin at just
<font color="red">**£**10</font></p>

    <p>per month; this particular plan includes 25GB storage and 15 active
torrents on rTorrent, with a maximum 10 total users on the box.</p>
  </li>
  <li>
    <p><a href="https://rapidserverz.co.uk/searches/seedbox-type-semi-dedicated.php" title="https://rapidserverz.co.uk/searches/seedbox-type-semi-dedicated.php" target="_blank">Semi-Dedicated</a> — (All are unmetered) - 1Gbit
starts at
<font color="red">**£**40</font></p>

    <p>(plus £10 setup) and includes unlimited torrents, unlimited traffic,
root/SSH access, the latest rTorrent/ruTorrent, 2GB of dedicated RAM,
500GB storage, max 5 users per server. For an extra £10, customers
receive an extra 2GB RAM (total of 4GB) and 700GB HDD storage.</p>
  </li>
  <li>
    <p><a href="https://rapidserverz.co.uk/searches/seedbox-type-dedicated.php" title="https://rapidserverz.co.uk/searches/seedbox-type-dedicated.php" target="_blank">Dedicated</a> — Likely these are the best 1Gbit
dedi deals we’ve ever come across.
<font color="red">**£**100</font></p>

    <p>(plus setup fee) gets you a quadcore 2.66Ghz, 12GB DDR3 memory,
2×1.5TB SATA2 drives, with the ability to add more users. These aren’t
<em>truly</em> unmetered but come with ample 10 or 15TB monthly bandwidth
allowance; surely enough for anyone.</p>
  </li>
</ul>

<p><img src="http://filesharefreak.com/images4/rapidserverz_logo2.gif" alt="" /></p>

<p>No bullshit, no fine print. All specs are clearly outlined for each
package without any hidden details.</p>

<h3 id="varsboxcom">VarsBox.com</h3>

<p><a href="http://varsbox.com/" title="http://varsbox.com" target="_blank"><img src="http://filesharefreak.com/images4/varsbox_logo.jpg" alt="" /></a><a href="http://varsbox.com/" title="http://varsbox.com" target="_blank">VarsBox</a> is a <em>purposely</em> smaller provider aimed towards a
slightly more experienced seedbox clientele by providing self-contained
slices or VPSes. Each user is allocated a percentage of the server
resources divided by how many total users there are on each dedi.
Members receive full root access in order to install any applications
they wish, although VarsBox <strong><em>does</em></strong> include BitTorrent client
installation - either rTorrent and ruTorrent, or uTorrent Server 3.0
Alpha (Linux) w/ WebUI - these are the default choices, but even Deluge
or Transmission could probably be requested (or else done yourself).</p>

<p>By providing mostly unmanaged access with few frills or gimmicks,
VarsBox keeps the costs down and thus offers some of the lowest prices
for (virtually) unmetered 1Gbit we’ve ever seen. For <font color="red">**$**45</font></p>

<p>users receive 210GB storage with a whopping 20TB monthly throughput
allowance - surely more than most torrenters could even dream to
surpass. <strong>The drawback?</strong> You’ll need to pick up a few *nux CLI
commands along the way since owners access the box via SSH/shell. That,
and VarsBox presently has a small <em>waiting list</em> to get on the 1Gbit’s,
although it’s said to be usually less than a week.</p>

<ul>
  <li>• <strong>Not OVH</strong> - Employs premium .US bandwidth from both FDC Servers
(100Mbit) or SoftLayer (1Gbit) provisioners; good peering to Leaseweb.</li>
  <li>• Customers can monitor traffic graphs which are on display.</li>
  <li>• Offers weekly rates, starting at just $13 for 1Gbps (w/ 4TB transfer
limit).</li>
  <li>• SolusVM Management Panel; users can restart services, check traffic
stats, etc.</li>
  <li>• Provides seedbox services to members from select private trackers.</li>
</ul>

<h3 id="seedboxworldnet">Seedboxworld.net</h3>

<p><a href="http://seedboxworld.net/" title="http://seedboxworld.net" target="_blank"><img src="http://filesharefreak.com/images4/seedboxworld_logo.jpg" alt="" /></a>Not to be
confused with other <em>seedboxworld</em> domains, this one’s the real deal.
<a href="http://seedboxworld.net/" title="http://seedboxworld.net" target="_blank">Seedboxworld.net</a> provides almost exclusively an
assortment of VPS slices coupled with pre-installed BitTorrent clients
of your choice. You’ll get a choice of distro, a VPS control panel (to
restart, manage etc), Fluxbox Desktop, VNC/FTP/SSH access, choice of
location (NL or DE) - all on a 1Gbps port starting at <font color="red">**£**35</font></p>

<p>(plus setup, if applicable). Other BT options include Deluge,
Transmission, uTorrent, TorrentFlux-b4rt and KTorrent.</p>

<p>Not related to 1Gbps, but Seedboxworld also offers a comprehensive array
of payment options which includes Moneybookers, bank transfer, pay by
cheque, credit/debit card and of course, PayPal. Use <a href="http://www.hosting--solutions.co.uk/clientarea/aff.php?aff=072&amp;page=seedbox" target="_blank">this link</a> so they know that Sharky sent you!</p>

<h2 id="list-of-other-1gbit-seedbox-providers">List of Other 1Gbit Seedbox Providers…</h2>

<p>The six sites listed above are not <em>take-the-money-and-run</em> type of
seedbox providers. Although no service would be considered perfect;
opinion is mostly subjective anyways - it’s conclusive they are not in
the business to Hit&amp;Run your PayPal account without ever looking
back. I stake my tarnished reputation on it - but I can’t personally
vouch for the following providers. Caveat Emptor.</p>

<p>Do your homework — Check reviews, read forums, contact them first,
Google their name, check incoming traffic stats (Alexa) to their main
websites. We’ll do some of the work for you but the rest is up to you.</p>

<ul>
  <li>• <strong>Seedbox.cc</strong> / <strong>Seedbox.fr</strong> — Offers gigabit unmetered starting
at €10 but all come with limits on # of active torrents. TorrentFlux
&amp; Transmission only.</li>
  <li>• <strong>Rapidpeer[dot]com</strong> — For an extra $13, all accounts can be
upgraded to 1Gbit. Before choosing, be certain to peruse this cheerful
<em>June 2010</em> <a href="http://www.torrent-invites.com/seedbox-reviews/62575-rapidpeer.html" title="http://www.torrent-invites.com/seedbox-reviews/62575-rapidpeer.html" target="_blank">review</a> first.</li>
  <li>• <a href="http://www.seed-box.net/" title="http://www.seed-box.net" target="_blank">www.seed-box.net</a> — Can’t say much bad about
these guys (although we haven’t tried them); decent visitor traffic
and $20 gets you 50GB storage with unlimited everything on a 1000Mbps
shared connection.</li>
  <li>• <a href="http://seedbox.me/1Gbps.html" title="http://seedbox.me/1Gbps.html" target="_blank">Seedbox.me/1Gbps.html</a> — Another provider
that has limits on active torrents; expensive! $15 gets you just 2
active torrents and 20GB storage.</li>
  <li>• <a href="http://www.seedboxsales.co.uk/" title="http://www.seedboxsales.co.uk" target="_blank">www.seedboxsales.co.uk</a> — Rather expensive,
£40 for 120GB storage and £60 for 200GB. Not much traffic to the site.</li>
  <li>• <a href="http://www.seedbox4u.com/plans2.html" title="http://www.seedbox4u.com/plans2.html" target="_blank">www.seedbox4u.com/plans2.html</a> — Not a
terrible deal; 500GB storage for €50 but almost no traffic to site.</li>
  <li>• <a href="http://www.biohost.info/" title="http://www.biohost.info" target="_blank">www.biohost.info</a> — Sells tiny 2GB HDD slots
for $5 on a 1Gbps line. Hmm, tell me, just how many users are sharing
that 1Gbps line, anyways?!</li>
  <li>• <a href="http://www.iseedbox.net/" title="http://www.iseedbox.net" target="_blank">www.iseedbox.net</a> — No visitors to site;
torrent limits on all 1Gbps plans.</li>
  <li>• <a href="http://www.seedbox.org.ua/" title="http://www.seedbox.org.ua" target="_blank">www.seedbox.org.ua</a> — Russian site; all
packages are 1Gbit but watch out for active torrent limits; read their
estimated <em>approximate speeds</em> before deciding.</li>
  <li>• <a href="http://www.seedboxworld.biz/" title="http://www.seedboxworld.biz" target="_blank">www.seedboxworld.biz</a> (&amp; .com) — Very
little traffic to both these 2 sites; most plans have torrent limits;
uTorrent and TorrentFlux only.</li>
  <li>• <a href="http://www.seedcafe.info/" title="http://www.seedcafe.info" target="_blank">www.seedcafe.info</a> — Offers 4 different
1Gbit plans, but only one is unmetered.</li>
  <li>• <a href="http://seedfoxuk.com/" title="http://seedfoxuk.com" target="_blank">Seedfoxuk.com</a> — Has a few different 1Gbps
shared packages, all are metered.</li>
  <li>• <a href="http://www.seedm8.com/" title="http://www.seedm8.com" target="_blank">www.seedm8.com</a> — 1Gbit are metered on the
upload traffic.</li>
  <li>• <a href="http://www.seedmonster.net/" title="http://www.seedmonster.net" target="_blank">www.seedmonster.net</a> — Metered bandwidth on
all 1Gpbs packages.</li>
  <li>• <a href="http://seedstorm.com/" title="http://seedstorm.com" target="_blank">Seedstorm.com</a> — Expensive! It’ll cost more
than $300 to secure a 1Gbps dedicated server, and traffic is limited
to 10TB/mo. Why not go directly with OVH instead?!</li>
  <li>• <a href="http://www.seedunlimited.com/" title="https://www.seedunlimited.com" target="_blank">www.seedunlimited.com</a> — Offers an unlimited
1000mbps on Softlayer for $65. Absolutely no details about servers,
packages are explained on-site.</li>
  <li>• <a href="http://serverscene.com/" title="http://serverscene.com" target="_blank">Serverscene.com</a> — Upload traffic is metered
on all plans.</li>
  <li>• <a href="http://slikhost.com/" title="http://slikhost.com" target="_blank">Slikhost.com</a> — Has one unmetered 1Gbps
package for £40/month. Untested, very little traffic to site.</li>
  <li>• <a href="http://www.super-seed.me.uk/" title="http://www.super-seed.me.uk" target="_blank">www.super-seed.me.uk</a> — Site says their
1Gbps servers are not yet available. Reasonable prices, though (an
extra £10 gets unlimited 1Gbit traffic).</li>
  <li>• <a href="http://www.superseedbox.com/" title="http://www.superseedbox.com" target="_blank" rel="nofollow">www.superseedbox.com</a> — Trustworthy
provider, offers 1Gbit starting at $50/mo. which includes 220GB
storage. All were sold out at last check.</li>
  <li>• <a href="http://superseeder.eu/" title="http://superseeder.eu" target="_blank">Superseeder.eu</a> — 1Gbps plans suggest
&#8221;<em>Unlimited Traffic**</em>&#8221; but there’s no info about the conditions
that the <strong>**</strong> is referring to. Website is nothing more than a
whmcs checkout.</li>
  <li>• <a href="http://www.torrent-remote.eu/" title="http://www.torrent-remote.eu" target="_blank">www.torrent-remote.eu</a> — Polish site. Cheap
prices; a 1Gbit VPS with 90GB storage starts at £20 and comes with 7TB
monthly bandwidth, if you can handle using TorrentFlux only. FSF’s
quote of the day, &#8221;<em>Why we choose TorrentFlux? Cause it’s lightweight
solution</em>&#8221; - now that’s funny!</li>
  <li>• <a href="http://ultraseeds.org/" title="http://ultraseeds.org" target="_blank">Ultraseeds.org</a> — Aside from weariness of
knowing very little about them, they offer good pricing - $25 gets you
245GB storage and unlimited/unmetered everything on 1Gbps.</li>
</ul>

<p><strong>Happy 1Gbit Seedboxing!</strong></p>

<link rel="stylesheet" href="../../../../css/lytebox.css" type="text/css" media="screen" />

<ol id="legacy-comment-list">
  <li>
    <h5 id="cite-kev-cite-says"><cite> Kev </cite> Says:</h5>

    <p>rapidspeeds.com are who i use, the 1gbps servers are brilliant!!!</p>

    <p>unmetered, uploaded 160TB last month!</p>
  </li>
  <li>
    <h5 id="cite-pulsed-media-rtorrent-seedboxes-cite-says"><cite> Pulsed Media rTorrent Seedboxes </cite> Says:</h5>

    <p>The Rapid’s SSD offering is a OVH dedi.</p>

    <p>In our testing we could not reach that much upstream despite very
heavy trying, not by having all torrent content on RAM, or from disk
with a big bunch, neither rTorrent nor ruTorrent could achieve that.</p>

    <p>LW peers with OVH, and there’s free capacity in that link, but even
OVHRAPID we did not get past 40M/s (OVH to RAPID got this, RAPID to
OVH was around 20M/s).</p>

    <p>They do not use vSphere anymore, as vSphere for some reason limited
to 100Mbps.</p>

    <p>Also vSphere is not “cloud os”, it’s part of the VMWare’s solutions
for virtualization, and managing a cluster of servers (that’s called
GRID btw, not CLOUD). So they were not “real dedicated” before, but
virtual machines using 1 machine’s full resources. They dropped that
tho, and offer IPMI/DRAC. Now you get to play on pure hardware.</p>

    <p>They are kinda good, but kinda not. You get what you pay for.</p>
  </li>
  <li>
    <h5 id="cite-ronald-cite-says"><cite> Ronald </cite> Says:</h5>

    <p>Well, Xirvik for 100 Mbps are the best..<br />
 Rapidspeeds.com and SuperSeedbox.com for Gbps are Great</p>
  </li>
  <li>
    <h5 id="cite-kev-cite-says-1"><cite> Kev </cite> Says:</h5>

    <p>superseedbox buy from rapidspeeds.com</p>

    <p>as the review says, lots of providers use them and u wont even know</p>
  </li>
  <li>
    <h5 id="cite-superseedboxcom-cite-says"><cite> SuperSeedbox.com </cite> Says:</h5>

    <p>Well, Yeah we do use Rapidleeds for NL ,OVH Servers and Netdirekt
for German.</p>

    <p>Anyways, RapidSpeeds sells dedicated servers and they are good, so<br />
 users who cant afford dedicated servers can always use seedboxes.</p>
  </li>
  <li>
    <h5 id="cite-biohost-sucks-cite-says"><cite> BIOHOST SUCKS </cite> Says:</h5>

    <p>Do not get a seedbox with them PLEASE FOR THE LOVE OF GOD.</p>

    <p>They say 24 hour setup. It was three days for me. Pathetic company
is pathetic.</p>
  </li>
  <li>
    <h5 id="cite-kev-cite-says-2"><cite> Kev </cite> Says:</h5>

    <p>u are right superseedbox, ppl who cant afford whole pie can get a
slice! they r good, u r rite.</p>

    <p>dont use biohost for a seedbox? lol thats what the review says too
commenter above!! if only the review had been made sooner lolol
<img src="http://filesharefreak.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
  </li>
  <li>
    <h5 id="cite-caviebaby-cite-says"><cite> caviebaby </cite> Says:</h5>

    <p>rapidserverz.com is super great. And fast set-up. I use one and
referred some, all satisfied with the speeds and generally trouble
free. Kudos!</p>
  </li>
  <li>
    <h5 id="cite-justin-cite-says"><cite> Justin </cite> Says:</h5>

    <p>A few days ago I dropped into Feral Hosting’s IRC support chatbox
via the helpful homepage link. Lemon, the owner, seemed quite
helpful answering most of my questions that could have been answered
on their website if FH were more straightforward about Users Per
Server/Box (important!), Box CPU, and the capped speeds of 50Mbps on
certain boxes.</p>

    <p>Regarding the capped speeds, I saw 2 users in the chatbox ignored by
Lemon because they were asking why their download speeds seemed to
strangely max out at 50Mbps). I don’t know which seedbox plan/speed
they were on, but both said it had been a constant limit since the
beginning. One person said he’d stop one torrent and that torrent’s
exact speed (e.g. 2.5mb/s) would increase on another torrent,
exactly.</p>

    <p>The reason I looked into Feral Hosting is that it offers a helluva
lot more features that Xirvik doesn’t. Xirvik is where I’m at now,
and I’m pretty content with them. However, default SSH access, VNC,
Open VPN, and other features — all of which are given to *every*
seedbox plan, whereas you can only get these things by installing
them *yourself* on a dedicated server elsewhere — on FH’s boxes
are pretty eye catching.</p>

    <p>The thing is, there’s a total lack of transparency on Feral
Hosting’s homepage. And servers seem to be hosted on whatever works
at the moment — no standard CPU/HD requirements for each plan.</p>

    <p>Another big turnoff was the amount of members in the IRC chatbox
complaining about slow speeds and things like waiting for 2 minutes
to log in to SSH. It’s great FH offers all those goodies (VNC, Open
VPN, SSH, etc), but it seems their servers are overloaded and you
only get knowledge of this after you have bought your seedbox.</p>

    <p>It’s no wonder Feral Hosting doesn’t explicitly state the Number of
Users per Connection (100Mbit, 1Gbit) per box on its website. And,
by the looks of things in its member chatbox sending support tickets
for all those slowdowns and suspiciously capped speeds, I wouldn’t
believe FH if it did put up “real” information for each seedbox on
its website.</p>
  </li>
  <li>
    <h5 id="cite-anonymouse-cite-says"><cite> Anonymouse </cite> Says:</h5>

    <p>@justin<br />
 I’m very happy with my feral seedbox. Upload speeds are not lower
as advertised and download speeds usually much higher (30~40MB/s on
advertised 101Mbit (=12.5MB/s) connection). I have no problem login
in to SSH or create/hash/unrar torrents. You also have to take in
account that feral hosting is a very large seedbox company so there
are always some people with problems.</p>
  </li>
  <li>
    <h5 id="cite-yeesaw-cite-says"><cite> yeeSaw </cite> Says:</h5>

    <p>.Great Article sharky . Thanks.</p>

    <p>OverKill 4 me.<br />
 .<br />
 Please , Please could you do an article similar to this , but with
average torrenters in mind. ?<br />
 .<br />
 .<br />
 I would be happy with a 100GB - 200GB limit per month. ( cheap as,
easy payment. NO Credit card )</p>

    <p>I download between 1GB - 2GB per day. ( 30GB - 60GB per month )</p>

    <p>.</p>

    <p>So even if I , torrent my max average , 2GB per day.</p>

    <p>SeedBox Usage : : : 2GB(seedbox.download) . &amp; . 2GB(ftp) . &amp;
. 2GB(seedbox.upload) p/d</p>

    <p>I only need 180GB/pm throughput limit to maintain a ratio.</p>

    <p>360GB/pm = ratio: 2<br />
 720GB/pm = ratio: 4<br />
 1TB/pm = ratio: 5.6</p>

    <p>1TB is total overkill for me.</p>

    <p>Plus… I don’t have enough disposable income , to pay for bandwidth I
don’t need.</p>

    <p>Good article , thanks , Now I know why some users (Ratio Whores)
have ratios of 10,000 or more with 100GB downloaded.</p>

    <p>.<br />
 .<br />
 Ratio Whores … phrase of the week.</p>
  </li>
  <li>
    <h5 id="cite-overlord-cite-says"><cite> overlord </cite> Says:</h5>

    <p>RapidServerz are my favourite, and i’ve tried several others
mentioned above…</p>

    <p>Simply good products, service, support for a good price.</p>

    <p>Oh, and boxes start at £5…</p>
  </li>
  <li>
    <h5 id="cite-kev-cite-says-3"><cite> Kev </cite> Says:</h5>

    <p>LW peers with OVH, and there’s free capacity in that link, but even
OVHRAPID we did not get past 40M/s (OVH to RAPID got this, RAPID to
OVH was around 20M/s).</p>

    <p>so what you are saying is the Rapidspeeds server sent @ 40Mbps…. but
the ovh server could only send @ 20Mbps ….. both are 1Gbps….. and u
r still complain? lol!!!</p>
  </li>
  <li>
    <h5 id="cite-wyreflyer-cite-says"><cite> Wyreflyer </cite> Says:</h5>

    <p>An unmetered 1Gbps seedbox would be too much for my needs(although
it’s a nice thought!), I’m on my third seedbox now all selected via
this site and can honestly recommend SeedUnlimited.com.<br />
 Santrex 70gb was too shared, Xirviks semi 75 was good but not
enough storage.<br />
 I’ve had a Seed500gb for almost a month, with no problems, all for
£16.99. So far 195Gb d/l and 999gb u/l.<br />
 Thanks Sharky for all the info.</p>
  </li>
  <li>
    <h5 id="cite-paranoia-cite-says"><cite> paranoia </cite> Says:</h5>

    <p>where is the seedbox provider that makes sure no IP logs are kept
and allows to pay anonymously?</p>
  </li>
  <li>
    <h5 id="cite-happy-customer-cite-says"><cite> happy customer </cite> Says:</h5>

    <p>ive been with rapidspeeds now for sometime and their staff is
awesome and very helpful, they have their own dedi deals as well as
being an ovh/kimsufi reseller. as far as resellers go rpaidspeeds is
the best, and they are now getting up there with the best for their
own dedi deals</p>
  </li>
  <li>
    <h5 id="cite-thelen-cite-says"><cite> Thelen </cite> Says:</h5>

    <p>@Paranoia, how exactly would you pay anonymously? Cash in the mail??</p>

    <p>@Kev, 40M/s = 320Mbps, not 40Mbps… And it is the other way around.
The OVH server sent at 40MB/s, while the Rapid server only sent at
20MB/s…. Funnily, that is very close to the 200Mbps mentioned in the
Rapid TOS as being all their guarantee.</p>

    <p>Rapid are ‘OK’ if you want to do more than the 10-15TB OVH offers,
but if you are really doing that much torrent traffic you should
just look at iptables to shape non-OVH to like 10KB/s, and that way
the internal unlimited traffic will easily get you up to and above
what the Rapid server would do.</p>

    <p>Netdirekt as well offer a good amount of bandwidth for quite cheap,
however their network is almost as bad as OVH and outside EU you
will get quite terrible FTP speeds.</p>
  </li>
  <li>
    <h5 id="cite-para-cite-says"><cite> Para </cite> Says:</h5>

    <p>Feralhosting ftw. Have 2 1Gbit boxes with them resold from OVH and
Managed Server option with Feral. They have 15TB limits on each
server per month as per OVH clause but I have NEVER done 30TB a
month, closest I get is usually about 15-20TB per month and thats
using RSS scripts.</p>

    <p>Had my dedicateds 1Gbit servers setup by Josh (The Owner) and
couldn’t be happier with the scripts, debian 5.0 and I can multi
client using transmission, deluge and rtorrent and the speeds are
amazing.</p>

    <p>As for the new Leaseweb Servers they currently had some major issues
that Leaseweb engineers had to and still are fixing. It’s on the
Leaseweb end and you can’t blame feral, you can follow their twitter
and you would of seen that.</p>

    <p>@Justin, it was on Leasewebs end, and they had to replace a router,
among other things, you should always check status before listening
to some chumps whining about speed on their 10 quid box,
<a href="http://twitter.com/feralstatus" rel="nofollow">http://twitter.com/feralstatus</a></p>
  </li>
  <li>
    <h5 id="cite-para-cite-says-1"><cite> Para </cite> Says:</h5>

    <p>@Paranoia, Feralhosting offers Google Checkout payment which can
hide your email address and other privacy features that paypal
lacks.</p>
  </li>
  <li>
    <h5 id="cite-kev-cite-says-4"><cite> Kev </cite> Says:</h5>

    <p>did i say i used torrents? i seen ur negative comments about them on
fsf and im suprised they aint cancelled ur acc! go wank oles off
moron! every1 knows ovh r bad now, espec with new piracy law</p>

    <p>cap non-OVH sends to like 10KB/s?? omfg its ppl like you that grind
the internet to a halt!!! heard it all now!</p>
  </li>
  <li>
    <h5 id="cite-mike-cite-says"><cite> mike </cite> Says:</h5>

    <p>Can anyone recommend a seedbox running something other than
rutorrent? I am using deluge with my current slot and find I like it
a lot better than rutorrent. I would prefer a managed slot and not
VPS if anyone has a suggestion.</p>
  </li>
  <li>
    <h5 id="cite-hhh-cite-says"><cite> HHH </cite> Says:</h5>

    <p>Hi,</p>

    <p>@MIKE: currently use and seedunlimited feralhosting nothing
pointing. Good speeds, htttp, ftp, seed. Good service so far. As for
support seedunlimited no idea, not yet used any time. As for feral
enough support, either by ticket or by irc. I recommend you
seedunlimited or feralhosting.</p>
  </li>
  <li>
    <h5 id="cite-mft39anton-cite-says"><cite> mft39anton </cite> Says:</h5>

    <p>That’s just wonderful. I got that Ukrainian seedbox (org.ua) Using
it for almost a year. sx20+ is my plan but it was not enough so for
the extra money i got another 1TB (total disk space is 2TB)</p>
  </li>
  <li>
    <h5 id="cite-sa55-cite-says"><cite> sa55 </cite> Says:</h5>

    <p>i have been using a serverscene box for a while now and my upload
has never been shaped in any way so clearly not all plans are
metered and i have had no problems with them other than the usual
technical probs all server providers experience.<br />
 all in all a good all round package</p>
  </li>
  <li>
    <h5 id="cite-xihporo-cite-says"><cite> xihporo </cite> Says:</h5>

    <p>For a good 100mbps, unmetered, unlimited bandwidth seedbox check out
the ones available at pulsedmedia</p>

    <p><a href="http://pulsedmedia.com/" rel="nofollow">http://pulsedmedia.com</a></p>

    <p>I use to use the small one…its only 10 euro a month, for 115GB of
HD, 250MB of ram, and unlimited torrents and bandwidth. I have since
stepped up to a larger one there, because i love the boxes so much.</p>
  </li>
  <li>
    <h5 id="cite-rhslacker-cite-says"><cite> rhslacker </cite> Says:</h5>

    <p>I have recently bought a 100Mbit seedbox through Rapidserverz.co.uk.
I would have to say they have really good service both in bandwidth
and quick server setup. They arent the cheapest out there but
possibly one of the best. Havent tryed the Gbit yet but im not sure
im man enough yet. lol Peace had to plug them because they are great</p>
  </li>
  <li>
    <h5 id="cite-mike-cite-says-1"><cite> mike </cite> Says:</h5>

    <p>The 115gb at pulsedmedia starts at 13.93euro/mo. Its 9.95 if you
prepay for a year. Did you really do that? I don’t think I was pay
more than 3 months, if even that, into the future. Never know what
else will come along or if they will go out of business.</p>
  </li>
  <li>
    <h5 id="cite-bob-cite-says"><cite> Bob </cite> Says:</h5>

    <p>Superseedbox is shit. This is from personal experience. I had a GBit
box with them that was constantly down. eventually it crashed and I
lost 650gb of data. They pretty much said too bad so sad… Do not
recommend them.</p>
  </li>
  <li>
    <h5 id="cite-thelen-cite-says-1"><cite> Thelen </cite> Says:</h5>

    <p>@mike you can pretty much guarantee that things change, but you do
realise pulsedmedia has been around for 7 months now, and the former
company customseedbox now exactly 13 months, right?</p>

    <p>And, other sites like feral xirvik knowin etc have been around for
2+ years. Of course paying for a year might be risky, but it is also
cheap (which is what people want).</p>

    <p>To add to the article, it is funny how he completely ignores the
fact you can get Gbit unmetered from OVH.fr there are some providers
that have that… the main problem with OVH gbit servers isn’t the
10-15TB limit, it is the slow 2 disks (disk io runs out way before
10TB does).</p>
  </li>
  <li>
    <h5 id="cite-wondering-cite-says"><cite> Wondering </cite> Says:</h5>

    <p>Just wondering if anyone has ever been able to get any communication
out of ultraseeds.org.</p>

    <p>They don’t seem to want to reply to any emails regarding their
offerings…or even inquiries regarding payments taken with no
delivery of box info…</p>
  </li>
  <li>
    <h5 id="cite-abhishek-cite-says"><cite> Abhishek </cite> Says:</h5>

    <p>any seedbox whr payment can be made in INR…i m from INDIA but not
hving cc which makes paypal or moneybookers difficult to access….any
site whr the money cud be transferred via net banking ….</p>
  </li>
  <li>
    <h5 id="cite-superseedboxcom-cite-says-1"><cite> SuperSeedbox.com </cite> Says:</h5>

    <p>@Abhishek<br />
 We do accept Indian Bank Transfers.</p>
  </li>
  <li>
    <h5 id="cite-just365-cite-says"><cite> just365 </cite> Says:</h5>

    <p>@Para, you said “Feralhosting offers Google Checkout payment which
can hide your email address and other privacy features that paypal
lacks”. But for Google checkout you need to supply all the details
of your credit card, including the security code… is this… safe?</p>
  </li>
  <li>
    <h5 id="cite-carlos-cite-says"><cite> Carlos </cite> Says:</h5>

    <p>I’d like to know if seedbox.me is good enough, and if you have tried
the 1Gbps servers, what speed do you burst?</p>
  </li>
  <li>
    <h5 id="cite-danny-aston-cite-says"><cite> Danny Aston </cite> Says:</h5>

    <p>SeedBoxOne.com also offer 1GBiT</p>
  </li>
  <li>
    <h5 id="cite-thelen-the-idiot-cite-says"><cite> Thelen-the-idiot </cite> Says:</h5>

    <p>To add to the article, it is funny how he completely ignores the
fact you can get Gbit unmetered from OVH.fr there are some providers
that have that… the main problem with OVH gbit servers isn’t the
10-15TB limit, it is the slow 2 disks (disk io runs out way before
10TB does).</p>

    <p>That connection is shared u fúcking idiot, why dont u read the small
print!</p>

    <p>U get 200M to internet not 1G *only 1G to other OVH servers*</p>

    <p>U need to get a life and stop posting in forums all day…..</p>
  </li>
  <li>
    <h5 id="cite-kayos-cite-says"><cite> Kayos </cite> Says:</h5>

    <p>Note to all providers……..</p>

    <p>Please include the location or even data centre where the box is
hosted with package info. At the end of the day UL/DL speed means
nothing if your then stuck waiting for hours on an FTP connection.
Do we realy need to ping for an IP and then do a lookup!!!!!</p>
  </li>
</ol>

]]></content>
  </entry>
  
</feed>
