Torrent Invites - The best torrent invite community!
 
Forum  
Old 08-24-2008, 12:24 AM   #1 (permalink)
Retired - Do not pm
 
Dave's Avatar
 
Join Date: Dec 2007
Posts: 996
iGiver: (13)
Dave has a spectacular aura aboutDave has a spectacular aura aboutDave has a spectacular aura about
Default Free Seedbox

Get A Free SeedBox

Introduction:

Here is a new way to get a free SeedBox.
I am not sure how long this will last but here goes.

Start:

Step 1: Go to Joyent: OpenSocial Developers Program

Step 2: Fill in your information.

Step 3: Where it asks for a api key put in random letters and numbers (make it around 18 characters)

Step 4: Download and install torrent flux

You may have to do some other stuff, but that is a basic tutorial.
__________________
No emails in posts | Spam and die | Give igiver to those who deserve it

Hand pick your people, Totally dependable, Totally Loyal
Dave is offline  
Old 08-24-2008, 12:46 AM   #2 (permalink)
 
Join Date: Aug 2008
Posts: 543
iGiver: (5)
Ureshii is an unknown quantity at this point
Default

After a couple of hours, I just said screw it..Too frustrating to set up.
Thanks though :D

Last edited by Ureshii; 08-24-2008 at 02:42 AM.
Ureshii is offline  
Old 08-24-2008, 02:08 AM   #3 (permalink)
 
Join Date: Aug 2008
Posts: 64
iGiver: (2)
Eclipse is an unknown quantity at this point
Default

Very cool idea, but I don't have that much tech knowledge. Care to go into a bit more detail on how to set it up? I have an account and the windows torrentflux zip on my desktop, but the login wasn't working for me to extract it.
Eclipse is offline  
Old 08-24-2008, 03:40 AM   #4 (permalink)
 
Join Date: Jul 2008
Posts: 119
iGiver: (8)
sx42008 is an unknown quantity at this point
Default

Quote:
Originally Posted by Dave View Post
Get A Free SeedBox

Introduction:

Here is a new way to get a free SeedBox.
I am not sure how long this will last but here goes.

Start:

Step 1: Go to Joyent: OpenSocial Developers Program

Step 2: Fill in your information.

Step 3: Where it asks for a api key put in random letters and numbers (make it around 18 characters)

Step 4: Download and install torrent flux

You may have to do some other stuff, but that is a basic tutorial.
**

Brilliant promotion any how. thanks Dave.
sx42008 is offline  
Old 08-24-2008, 08:46 AM   #5 (permalink)
 
Join Date: May 2008
Posts: 75
iGiver: (0)
invitehog is an unknown quantity at this point
Default

thanks! the server was setup automatically wow!!!

Setting up torrentflux now thx

Last edited by invitehog; 08-24-2008 at 08:51 AM.
invitehog is offline  
Old 08-24-2008, 09:49 AM   #6 (permalink)
 
Join Date: May 2008
Posts: 75
iGiver: (0)
invitehog is an unknown quantity at this point
Default

anyone know how to install python on Sun? they use Sun OS and torrentflux wont download stuff without python..
invitehog is offline  
Old 08-24-2008, 10:37 AM   #7 (permalink)
 
Join Date: Aug 2008
Posts: 543
iGiver: (5)
Ureshii is an unknown quantity at this point
Default

@ invitehog: Could you reply back to say what kind of upload speed you're getting with this?
Ureshii is offline  
Old 08-24-2008, 10:41 AM   #8 (permalink)
 
Join Date: May 2008
Posts: 75
iGiver: (0)
invitehog is an unknown quantity at this point
Default

it doesnt work not possible to get it working
invitehog is offline  
Old 08-24-2008, 11:42 AM   #9 (permalink)
Retired - Do not pm
 
Dave's Avatar
 
Join Date: Dec 2007
Posts: 996
iGiver: (13)
Dave has a spectacular aura aboutDave has a spectacular aura aboutDave has a spectacular aura about
Default

Nah you just need a bit of sun know how....

I might write up a tutorial

*edit*

Here's what I've done to make TF work:

1.) Login ssh (for me i used SSH Explorer)---use your Public IP address for the Host and Shell/SFTP username and password for login info
Click the image to open in full size.
2.) Download Torrentflux 2.3

Code:
Click the image to open in full size.
3.) Untar Torrentflux 2.3

Code:
Code:
tar xfz torrentflux_2.3.tar.gz
Click the image to open in full size.
4.)Move HTML folder to web/public folder

Code:
Code:
mv torrentflux_2.3/html web/public
5.)Edit config.php

Code:
Code:
cd web/public/html/
vi config.php
Note: to insert something you need to press "i", to delete something you need to press "x", press escape if done. Type :wq to exit vi config.php

P.S. You can also right click the file from the left side of SSH explorer and edit it as a txt file.

Edit the parts I have indicated:

Click the image to open in full size.

6. Do these following commands

Code:
Code:
mysqladmin -uroot -p create torrentflux
mysql -uroot -p torrentflux < ~/torrentflux_2.3/sql/mysql_torrentflux.sql
chmod -R 777 ~/web/public/html/downloads
Note: for "mysql commands"; when it asks for a password use mysql password..

7. Download the patch for solaris, and patch it

Code:
Code:
cd ~/web/public/html
wget http://www.ece.ubc.ca/~asodyl/solaris/torrentflux-2.3-solaris10.patch
patch -p1 -b -i torrentflux-2.3-solaris10.patch
8. Go to http://publicipaddress/html
enter admin/password (anything you think of) for the first time

9. admin settings

Quote:
change the python location at

/opt/local/bin/python2.4

*nevermind loadavg
Note: the location of python isn't the same for all of us... well i think so...lol


ENJOY YOUR SMALLTIME SEEDBOX!
__________________
No emails in posts | Spam and die | Give igiver to those who deserve it

Hand pick your people, Totally dependable, Totally Loyal
Dave is offline  
Old 08-24-2008, 12:18 PM   #10 (permalink)
 
Join Date: May 2008
Posts: 75
iGiver: (0)
invitehog is an unknown quantity at this point
Default

Quote:
Originally Posted by Dave View Post
Nah you just need a bit of sun know how....

I might write up a tutorial

*edit*

Here's what I've done to make TF work:

1.) Login ssh (for me i used SSH Explorer)---use your Public IP address for the Host and Shell/SFTP username and password for login info
Click the image to open in full size.
2.) Download Torrentflux 2.3

Code:
Click the image to open in full size.
3.) Untar Torrentflux 2.3

Code:
Code:
tar xfz torrentflux_2.3.tar.gz
Click the image to open in full size.
4.)Move HTML folder to web/public folder

Code:
Code:
mv torrentflux_2.3/html web/public
5.)Edit config.php

Code:
Code:
cd web/public/html/
vi config.php
Note: to insert something you need to press "i", to delete something you need to press "x", press escape if done. Type :wq to exit vi config.php

P.S. You can also right click the file from the left side of SSH explorer and edit it as a txt file.

Edit the parts I have indicated:

Click the image to open in full size.

6. Do these following commands

Code:
Code:
mysqladmin -uroot -p create torrentflux
mysql -uroot -p torrentflux < ~/torrentflux_2.3/sql/mysql_torrentflux.sql
chmod -R 777 ~/web/public/html/downloads
Note: for "mysql commands"; when it asks for a password use mysql password..

7. Download the patch for solaris, and patch it

Code:
Code:
cd ~/web/public/html
wget http://www.ece.ubc.ca/~asodyl/solaris/torrentflux-2.3-solaris10.patch
patch -p1 -b -i torrentflux-2.3-solaris10.patch
8. Go to http://publicipaddress/html
enter admin/password (anything you think of) for the first time

9. admin settings

Quote:
change the python location at

/opt/local/bin/python2.4

*nevermind loadavg
Note: the location of python isn't the same for all of us... well i think so...lol


ENJOY YOUR SMALLTIME SEEDBOX!
OMG it works THANK YOU!
invitehog is offline  
Closed Thread

Tags
free, seedbox


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Affilates : Torrent Invites | SceneW | Warez Dominator | Torrent Forums | Tracker Invites | Scene Releases | Tracker Invites


All times are GMT +10. The time now is 12:19 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2007 - 2009 Torrent-Invites all Rights Reserved