Torrent Invites - Get your free bittorrent tracker invitations! - Powered by vBulletin
Ad
Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Free Seedbox

  1. #1
    Retired - Do not pm

    Posts
    2,022
    Blog Entries
    7
    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

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

  4. #3

    Posts
    24
    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

    Posts
    57
    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

    Posts
    52
    thanks! the server was setup automatically wow!!!

    Setting up torrentflux now thx
    Last edited by invitehog; 08-23-2008 at 03:51 PM.

  7. #6

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

  8. #7

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

  9. #8

    Posts
    52
    it doesnt work not possible to get it working

  10. #9
    Retired - Do not pm

    Posts
    2,022
    Blog Entries
    7
    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

    Posts
    52
    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: 10-06-2009, 03:11 AM
  2. free seedbox for 12 hrs or so
    By smok3dodi in forum Free Seedboxes
    Replies: 4
    Last Post: 03-19-2009, 11:45 AM
  3. [Free] Seedbox Acount
    By RePliCanT in forum Seedbox Advertising
    Replies: 0
    Last Post: 01-09-2009, 04:20 AM
  4. [Free] Seedbox Acounts
    By RePliCanT in forum Seedbox Advertising
    Replies: 0
    Last Post: 01-08-2009, 03:24 PM
  5. Get A Free Seedbox - Here’s How (Updated)
    By jigsaw4 in forum Seedbox Tutorials
    Replies: 6
    Last Post: 09-25-2008, 12:48 PM

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
  •