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

Page 1 of 3 123 LastLast
Results 1 to 10 of 30
  1.     
    #1
    Member

    Default Install TorrentFlux On CentOS 5.3

    Install TorrentFlux On CentOS 5.3

    2000 + Views


    This Tutorial Assumes That The User Knows How To Use Putty
    *DOWNLOAD PUTTY
    Code: 
    http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
    * Connect To Your Vps OR Dedicated Box




    *
    Code: 
    yum update
    *
    Code: 
    yum install httpd python php mysql-server php-mysql php-common php-gd php-curl
    *RESTART Apache
    Code: 
    /etc/init.d/httpd restart
    * CREATING MYSQL USER
    Code: 
    mysql_install_db
    Apache and mysql Auto Startup on server reboot by using the following commands
    FOR APACHE
    Code: 
    chkconfig --levels 235 httpd on
    AND MYSQL
    Code: 
    chkconfig --levels 235 mysqld on
    *Restart Mysqld
    Code: 
    /etc/init.d/mysqld restart
    Code: 
    mysqladmin -u root password YOURPASS
    CREATING A DIRECTORY FOR DOWNLOADING TORRENT FLUX
    Code: 
    mkdir /var/www/html/torrentflux
    *Next step is to download torrentflux from sourforge by using wget command
    Code: 
    cd /var/www/html/torrentflux/
    Code: 
    wget http://softlayer.dl.sourceforge.net/sourceforge/torrentflux/torrentflux_2.4.tar.gz
    *Uncompressing the archive
    Code: 
    tar -xzf torrentflux_2.4.tar.gz
    *Moving the torrentflux to previously created dir
    Code: 
    mv torrentflux_2.4/html/* /var/www/html/torrentflux/
    *Now we will create required database

    Code: 
    cd /var/www/html/torrentflux/torrentflux_2.4/sql/
    Code: 
    mysql -u root -p
    Password: YOUR PASS
    mysql>create database torrentflux;
    mysql>\q
    Code: 
    mysql torrentflux < mysql_torrentflux.sql -u root -p
    Password: YOUR PASS
    * CREATING A DIRECTORY WHRE THE FILES WILL BE DOWNLOADED AND STORED
    Code: 
    mkdir /downloadz (can put anything u need) 
    chmod 777 /downloadz
    chown apache.apache /downloadz
    * NOW WE HAVE TO EDIT TORRENTFLUX CONFIG TO AND FILL DB DETAILS
    Code: 
    nano /var/www/html/torrentflux/config.php
    IT WILL OPEN THE BELOW THING
    Code: 
    /**************************************************************************/
    // YOUR DATABASE CONNECTION INFORMATION
    /**************************************************************************/
    // Check the adodb/drivers/ directory for support for your database
    // you may choose from many (mysql is the default)
    $cfg["db_type"] = "mysql";     // mysql, postgres7, postgres8 view adodb/drivers/
    $cfg["db_host"] = "localhost";   // DB host computer name or IP
    $cfg["db_name"] = "torrentflux"; // Name of the Database
    $cfg["db_user"] = "root";        // username for your MySQL database
    $cfg["db_pass"] = "YOUR PASS";    // password for database
    /**************************************************************************/
    *EDIT IT TO YOU DB CONFIG
    press control+x
    then it asks weather to save the edited data or not..press Y

    For security reasons
    Code: 
    chmod -R 755 /var/www/
    chown -R apache.apache /var/www/
    *Restarting
    Code: 
    /etc/init.d/httpd restart
    /etc/init.d/mysqld restart
    now to to http://yourip/torrentflux/
    default login details is
    Code: 
    user:goombah
    pass:iamah
    change it to your needs..

    credits to desiboy when you post it on other sites


    desiboy Reviewed by desiboy on . Install TorrentFlux On CentOS 5.3 Install TorrentFlux On CentOS 5.3 2000 + Views :D This Tutorial Assumes That The User Knows How To Use Putty *DOWNLOAD PUTTY http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html* Connect To Your Vps OR Dedicated Box http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/06/13.png Rating: 5
    Coding Horror Fan
    I don't read PM's frequently .

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    feedurbrain.com
    Nice one dude although im using a remote desktop i will be usefull in the future

  4.     
    #3
    Member
    ^^ thanks

  5.     
    #4
    Member
    Website's:
    Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.net
    Well, it seems to be great
    I'll try it out
    Plutost.com Asia & Europe Hosting Provider / Offshore Shared/VPS Hosting / Even Better than Gold
    WHMCS License Verify (Catch those scam hosts)
    Tutorials By .Me

  6.     
    #5
    Member
    not all cent os has nano installed, in case you don't have nano editor on cent os use
    Code: 
    yum install -y nano

  7.     
    #6
    Member
    Updated the download link of tf..
    Coding Horror Fan
    I don't read PM's frequently .

  8.     
    #7
    Member
    Typos Fixed and Download Link Updated..
    Coding Horror Fan
    I don't read PM's frequently .

  9.     
    #8
    Member
    Added auto AutoStartup for apache and mysql upon restarting the server
    and yeah !
    http://www.google.com/search?hl=en&s...&aq=f&oq=&aqi=
    Coding Horror Fan
    I don't read PM's frequently .

  10.     
    #9
    Member
    Website's:
    fuck.you
    Nice one mate thanks
    I AM FROM INDIA SO MY ENGLISH IS FUCKING GOOD ,I WILL TROLL YOU.

  11.     
    #10
    Member
    Quote Originally Posted by Porn Uploader View Post
    Nice one mate thanks
    welcome
    Coding Horror Fan
    I don't read PM's frequently .

Page 1 of 3 123 LastLast

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. how to install ftp on centos
    By -={MINDFREAK}=- in forum Technical Help Desk Support
    Replies: 3
    Last Post: 12th Jun 2011, 04:50 PM
  3. TorrentFlux on CentOS Problem...
    By XXX22 in forum Technical Help Desk Support
    Replies: 7
    Last Post: 26th Feb 2011, 03:47 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

Tags for this Thread

BE SOCIAL