Free Seedbox
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


User Tag List

Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Free Seedbox

  1. #1
    Dave's Avatar Dave is offline Retired - Do not pm

    Join Date
    Dec 2007
    Location
    Australia
    Posts
    2,112
    Blog Entries
    7

    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.
    I do retain the power to ban you even though i am retired. PM me at your own peril.

    No emails in posts | Spam and die | Give igiver to those who deserve it | People with larger sigs than me are overcompensating

    Hand pick your people, Totally dependable, Totally Loyal~Admiral Cain


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Aug 2008
    Posts
    386

    Default

    After a couple of hours, I just said screw it..Too frustrating to set up.
    Thanks though :D
    Last edited by Ureshii; August 23rd, 2008 at 08:42 AM.

  4. #3

    Join Date
    Aug 2008
    Posts
    24

    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.

  5. #4

    Join Date
    Jul 2008
    Posts
    57

    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.

  6. #5

    Join Date
    May 2008
    Posts
    52

    Default

    thanks! the server was setup automatically wow!!!

    Setting up torrentflux now thx
    Last edited by invitehog; August 23rd, 2008 at 02:51 PM.

  7. #6

    Join Date
    May 2008
    Posts
    52

    Default

    anyone know how to install python on Sun? they use Sun OS and torrentflux wont download stuff without python..

  8. #7

    Join Date
    Aug 2008
    Posts
    386

    Default

    @ invitehog: Could you reply back to say what kind of upload speed you're getting with this?

  9. #8

    Join Date
    May 2008
    Posts
    52

    Default

    it doesnt work not possible to get it working

  10. #9
    Dave's Avatar Dave is offline Retired - Do not pm

    Join Date
    Dec 2007
    Location
    Australia
    Posts
    2,112
    Blog Entries
    7

    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

    2.) Download Torrentflux 2.3

    Code:

    3.) Untar Torrentflux 2.3

    Code:
    Code:
    tar xfz torrentflux_2.3.tar.gz

    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:



    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!
    I do retain the power to ban you even though i am retired. PM me at your own peril.

    No emails in posts | Spam and die | Give igiver to those who deserve it | People with larger sigs than me are overcompensating

    Hand pick your people, Totally dependable, Totally Loyal~Admiral Cain

  11. #10

    Join Date
    May 2008
    Posts
    52

    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

    2.) Download Torrentflux 2.3

    Code:

    3.) Untar Torrentflux 2.3

    Code:
    Code:
    tar xfz torrentflux_2.3.tar.gz

    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:



    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!

Page 1 of 3 123 LastLast

Similar Threads

  1. Free Seedbox for YOU!
    By botykorea in forum Seedbox Discussions
    Replies: 30
    Last Post: October 6th, 2009, 02:11 AM
  2. free seedbox for 12 hrs or so
    By smok3dodi in forum Free Seedboxes
    Replies: 4
    Last Post: March 19th, 2009, 10:45 AM
  3. [Free] Seedbox Acount
    By RePliCanT in forum Seedbox Advertising
    Replies: 0
    Last Post: January 9th, 2009, 03:20 AM
  4. [Free] Seedbox Acounts
    By RePliCanT in forum Seedbox Advertising
    Replies: 0
    Last Post: January 8th, 2009, 02:24 PM
  5. Get A Free Seedbox - Here’s How (Updated)
    By jigsaw4 in forum Seedbox Tutorials
    Replies: 6
    Last Post: September 25th, 2008, 11:48 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •