1
recupsoft
Torrent module
  • 2010/7/20 7:34

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


I found xbtit, a free php torrent tracker:

Demo

As I read X-Torrent is hard to configure and hack the core, maybe a coder can adapt xbtit to Xoops to get a good/proper Torrent module

2
terrion
Re: Torrent module
  • 2011/3/31 6:30

  • terrion

  • Friend of XOOPS

  • Posts: 299

  • Since: 2004/9/19


Does X-Torrent module include a torrent tracker? Or is that what xbtit is for?
Terrion
Purchase, renew, or transfer your domain name to Ultranet Domains and get a FREE 10GB hosting account. Virtual Dedicated Servers around $35/monthly, no contract. FREE 24/7 telephone ...

3
wishcraft
Re: Torrent module

Yes it does have a tracker, it announces silently all the peers but does no seed and peer number counts.. It has htaccess for redirecting the announce.php file as the /announce and /scrape

like so

RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d

RewriteRule 
^announcemodules/xtorrent/announce.php$1
RewriteRule 
^announce/$ modules/xtorrent/announce.php$1
RewriteRule 
^scrapemodules/xtorrent/announce.php$1
RewriteRule 
^scrape/$ modules/xtorrent/announce.php$1


In your XOOPS_ROOT_PATH as the .htaccess file

I have been meaning to get back to X-Torrent 4.0 I have learned to use a new class structure since I was programming that but there is a source forge area for people to look at it..

I have been thinking about adapting ::http://www.tbdev.net/index.php to XTorrent a bit you know study the code an make adaptions to the classes with X-Torrent 4.0

It has a source forge project that people are welcome to join and adapt code to:

You can always get the source from SVNhttp://x-torrent.svn.sourceforge.net/viewvc/x-torrent/releases/3.40/
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

4
wishcraft
Re: Torrent module

I orginally wrote a version of torrent client for XOOPS called X-Torrent. However I never really completed it and it sat on SVN for sometime, I have decided to make a version of TBDev for XOOPS CMS - this means you can have all the features of TBDev that are torrent based not things like private messages and so on as I am cutting duplicated features out that is features that already exist for XOOPS.

I would like to when I have finished it to add it to the TBDev Sourceforge project, but for the moment you will find it on the XOOPS SVN on sourceforge.

Pre-Alpha:http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/tbdev/releases/

I am one of the Module Developers from XOOPS.ORG and have actively participated in the community of open source for many years, if you would like to get involved in this product please contact me, my handle/alias is the same on the XOOPS Foundation or email me at simon@shower.geek.nz

The Prealpha as per this post is not functional, but is close, this means in the next few hours i should have a new version on the SVN, but I am having a break for a little while. This module is to replace X-Torrent which is an older version of torrents for XOOPS that was never finished, but I decided as I was saying to use this mature product to produce a torrent client for XOOPS.

Most of the templates are done, I still have to convert the admin php files for the admin part of XOOPS, I also have to do the preloaders for signing in and using the user table in sync with the existing xoops user table.

Once i have gotten it up and running, i will start to convert the code so it uses the class modeler that comes with XOOPS which is extremely powerful, this is so the module is inline with XOOPS Code standard however for the moment it will be implemented using the existing TBDev.net 2009 code base.
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

Login

Who's Online

110 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 110


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits