Activity Stream
48,167 MEMBERS
62298 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default [Tutorial] How to install TorrentFlux ( Easy Way )

    How to install TorrentFlux - The Easy Way


    What is TorrentFlux ?

    TorrentFlux is a web-based system for managing bit torrent file transfers. It is an open source package (GPL) and developed for Linux, Unix & BSD platforms on the ubiquitous LAMP stack.


    How to Install it :

    Step 1 : Update Centos.
    Code: 
    yum update
    Step 2 : Install Modules
    Code: 
    yum install httpd python php mysql-server php-mysql php-common php-gd php-curl
    Step 3 : Restart Apache
    Code: 
    /etc/init.d/httpd restart
    Step 4 : Make MYSQL
    Code: 
    mysql_install_db
    Step 5 : Fix some permissons :
    Code: 
    chkconfig --levels 235 httpd on
    Code: 
    chkconfig --levels 235 mysqld on
    Step 6 : Restart Mysql
    Code: 
    /etc/init.d/mysqld restart
    Step 7 : Make a MYSQL DataBase :

    Code: 
    mysqladmin -u root password YOUR ROOT PASSWORD
    Step 8 : Setup Some Folders for TorrentFlux



    Code: 
    mkdir /var/www/html/torrentflux
    
      
    
    cd /var/www/html/torrentflux/
    
    wget http://downloads.sourceforge.net/tor...3&big_mirror=0
    Step 9 : Un-Tar Torrent Flux

    Code: 
    tar -xzf torrentflux_2.4.tar.gz
    
    mv torrentflux_2.4/html/* /var/www/html/torrentflux/
    Step 10 : Make a database Again
    Code: 
    cd /var/www/html/torrentflux/torrentflux_2.4/sql/
    
    mysql -u root -p 
    
    
    Code: 
    mysql>create database Your DATABASE NAME;
    
    mysql>\q
    .... Follow On Screen Steps

    Step 11 : Enter This Code

    Code: 
    mysql torrentflux < mysql_torrentflux.sql -u root -p
    Step 12 : Make Downloads Folder

    Code: 
    mkdir /mydownloads (can put anything u need) 
    chmod 777 /mydownloads
    chown apache.apache /mydownloads
    Step 13 : Edit Your Config

    Code: 
    nano /var/www/html/torrentflux/config.php
    
    $cfg["db_pass"] = "YOUR PASS";    // password for database
    Step 14 : Restart MYSQL and Apache
    Code: 
    /etc/init.d/httpd restart 
    /etc/init.d/mysqld restart
    Now You can Login. http://youripadresss/torrentflux

    Code: 
    user:goombah pass:iamah
    Dom Reviewed by Dom on . [Tutorial] How to install TorrentFlux ( Easy Way ) How to install TorrentFlux - The Easy Way What is TorrentFlux ? TorrentFlux is a web-based system for managing bit torrent file transfers. It is an open source package (GPL) and developed for Linux, Unix & BSD platforms on the ubiquitous LAMP stack. How to Install it : Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    i use this php client and is just like torrentflux,and for this one you dont need database. (more easy to install).you can install on a subdomain to and use like a seedbox.

  4.     
    #3
    Member
    Hi ,

    Cool , I might make a tutorial on how to install TorrentVovle. If I do ill add you in the credits

  5.     
    #4
    Member
    Thanks for sharing mate!

    edit: can u help me.. getting this error:

    Code: 
    [root@sound ~]# yum install php-mysql
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: mirror.ash.fastserv.com
     * epel: mirror.symnds.com
     * extras: mirror.symnds.com
     * updates: centos.mirror.choopa.net
    epel                                                                            | 3.7 kB     00:00
    epel/primary_db                                                                 | 3.1 MB     00:00
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package php-mysql.i386 0:5.1.6-27.el5_5.3 set to be updated
    --> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-mysql
    --> Processing Dependency: php-pdo for package: php-mysql
    --> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: php-mysql
    --> Processing Dependency: libmysqlclient.so.15 for package: php-mysql
    --> Running transaction check
    ---> Package mysql.i386 0:5.0.77-4.el5_6.6 set to be updated
    --> Processing Dependency: perl(DBI) for package: mysql
    ---> Package php-mysql.i386 0:5.1.6-27.el5_5.3 set to be updated
    --> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-mysql
    ---> Package php-pdo.i386 0:5.1.6-27.el5_5.3 set to be updated
    --> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-pdo
    --> Running transaction check
    ---> Package perl-DBI.i386 0:1.52-2.el5 set to be updated
    ---> Package php-mysql.i386 0:5.1.6-27.el5_5.3 set to be updated
    --> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-mysql
    ---> Package php-pdo.i386 0:5.1.6-27.el5_5.3 set to be updated
    --> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-pdo
    --> Finished Dependency Resolution
    php-mysql-5.1.6-27.el5_5.3.i386 from base has depsolving problems
      --> Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-mysql-5.1.6-27.el5_5.3.i386 (base)
    php-pdo-5.1.6-27.el5_5.3.i386 from base has depsolving problems
      --> Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-pdo-5.1.6-27.el5_5.3.i386 (base)
    Error: Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-pdo-5.1.6-27.el5_5.3.i386 (base)
    Error: Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-mysql-5.1.6-27.el5_5.3.i386 (base)
     You could try using --skip-broken to work around the problem
     You could try running: package-cleanup --problems
                            package-cleanup --dupes
                            rpm -Va --nofiles --nodigest
    The program package-cleanup is found in the yum-utils package.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. torrentflux install help
    By mak23101991 in forum Technical Help Desk Support
    Replies: 3
    Last Post: 5th Aug 2012, 02:07 AM
  2. Install TorrentFlux On CentOS 5.3
    By desiboy in forum Technical and Security Tutorials
    Replies: 29
    Last Post: 22nd Sep 2011, 02:04 AM
  3. Torrentflux script + tutorial?
    By Viperblood in forum Webmaster Discussion
    Replies: 7
    Last Post: 7th Sep 2010, 04:19 PM
  4. Can someone install TorrentFlux for me?
    By CammyD in forum Technical Help Desk Support
    Replies: 4
    Last Post: 19th Aug 2010, 12:17 PM
  5. BATCH/CMD - Basics for Starters [EASY] [Tutorial]
    By l0calh0st in forum Web Development Area
    Replies: 7
    Last Post: 2nd Jul 2010, 03:49 PM

Tags for this Thread

BE SOCIAL