Torrent Invites!  
Forum  

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Go Back   Torrent Invites! Get your free private torrent tracker invites ! > E - Zone > Seedbox's / Hosting

Notices

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-23-2008, 11:24 PM
Dave's Avatar
Supreme Administrator
 
Join Date: Dec 2007
Posts: 783
iTrader: (12)
Dave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of light
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 itrader to those who deserve it
  #2 (permalink)  
Old 08-23-2008, 11:46 PM
Hero Inviter
 
Join Date: Aug 2008
Location: Next door
Posts: 559
iTrader: (7)
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 01:42 AM.
  #3 (permalink)  
Old 08-24-2008, 01:08 AM
Anti Trader
 
Join Date: Aug 2008
Posts: 65
iTrader: (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.
  #4 (permalink)  
Old 08-24-2008, 02:40 AM
Inviter
 
Join Date: Jul 2008
Posts: 119
iTrader: (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.
  #5 (permalink)  
Old 08-24-2008, 07:46 AM
Banned
 
Join Date: May 2008
Posts: 76
iTrader: (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 07:51 AM.
  #6 (permalink)  
Old 08-24-2008, 08:49 AM
Banned
 
Join Date: May 2008
Posts: 76
iTrader: (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..
  #7 (permalink)  
Old 08-24-2008, 09:37 AM
Hero Inviter
 
Join Date: Aug 2008
Location: Next door
Posts: 559
iTrader: (7)
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?
  #8 (permalink)  
Old 08-24-2008, 09:41 AM
Banned
 
Join Date: May 2008
Posts: 76
iTrader: (0)
invitehog is an unknown quantity at this point
Default

it doesnt work not possible to get it working
  #9 (permalink)  
Old 08-24-2008, 10:42 AM
Dave's Avatar
Supreme Administrator
 
Join Date: Dec 2007
Posts: 783
iTrader: (12)
Dave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of lightDave is a glorious beacon of light
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 itrader to those who deserve it
  #10 (permalink)  
Old 08-24-2008, 11:18 AM
Banned
 
Join Date: May 2008
Posts: 76
iTrader: (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!
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 | Your link here?


All times are GMT +10. The time now is 12:03 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.