how create a tracker?
Pagina 1 din 1
how create a tracker?
b] We can install a tracker on the own PC or a server rented from a company "hosting".
I will refer here only to install a tracker on your own PC. [/ B]
[u] The simplest method for having a tracker on Windows XP PC @: [/ u]
(this tutorial is made especially for installing releases tracker source based on "TBDev ...
other versions such as the tracker "TS 1.3.9 by Xam" ... have a slightly different instructions, for installing them just read the [b] [color = red] 1 [/ b] [/ color] in this tutorial)
[color = red] [b] 1. [/ b] [/ color]
First you need XAMPP, a program that contains everything necessary for installing a server on their PC. It's free and can be downloaded here:
[b] [url = http://www.apachefriends.org/download.php?xampp-win32-1.7.0-installer.exe] [color = red] XAMPP 1.7.0 [/ color] [/ url] [ / b]
* Apache httpd 2.2.11 + OpenSSL 0.9.8i
* MySQL 5.1.30
* PHP 5.2.8
* PhpMyAdmin 3.1.1
* FileZilla FTP Server 0.9.29
* Mercury Mail Transport System 4.52
[u]
Once downloaded XAMPP ... must be installed on partition "C" into a new folder, like: "WWW" [/ u]
-XAMPP contains Apache, PHP and a customer e-mail (Mercury Mail) and an FTP (Fillezilla) --
Step 1 (after installation XAMMP) ... in the browser (IE, Firefox, etc.) must be accessed address: [b] [url] http://localhost [/ url] [/ b]
... will appear a window where you choose language:
[url = http://img252.imageshack.us/my.php?image=28962422ze1.png] [img] https://2img.net/r/ihimizer/img252/3959/28962422ze1.th.png [/ img] [ / url]
[b] [url] http://localhost/xampp/splash.php [/ url] [/ b]
... and then another on the left side where it will find a menu:
[url = http://img408.imageshack.us/my.php?image=82057648re6.png] [img] https://2img.net/r/ihimizer/img408/6383/82057648re6.th.png [/ img] [ / url]
... clicking in the menu on the left button on the "Status" can see the XAMPP modules which are enabled at that time, what is the green started (activated) - what is stopped with red (deactivated)!
For example if the red (deactivated) "FTP Service" means that the module "filezilla" is stopped at that time but can be easily switched from "XAMPP Control Panel" by clicking the "Start" button next to it!
[img] https://2img.net/r/ihimizer/img522/4493/65050409xo9.th.jpg [/ img]
... from the menu on the left is IMPORTANT button "Security"
... will open another window where you can see the server's security:
[url = http://img408.imageshack.us/my.php?image=71127888dj1.png] [img] https://2img.net/r/ihimizer/img408/1908/71127888dj1.th.png [/ img] [ / url]
Below, on that page, you access the following link:
[b] [url] http://localhost/security/xamppsecurity.php [/ url] [/ b]
[url = http://img455.imageshack.us/my.php?image=17019677kl0.png] [img] https://2img.net/r/ihimizer/img455/4271/17019677kl0.th.png [/ img] [ / url]
There should be changed (on line):
[b] [color = red] a). [/ b] [/ color] password for root
MYSQL SECTION: "ROOT" PASSWORD
[b] [color = red] b). [/ b] [/ color] and then choose a user and password (same as for root) for
XAMPP DIRECTORY PROTECTION
Step 2 (after installing XAMMP) ... open "Control Panel XAMMP"
[url = http://img408.imageshack.us/my.php?image=52055498fv7.png] [img] https://2img.net/r/ihimizer/img408/8862/52055498fv7.th.png [/ img] [ / url]
change for "FileZilla" and "Mercury" password and user the "default"
(amendment is pressing the button "Manage" and then search for user settings and pass)
************************************************** ******************************
[color = red] Continue (2.) is ONLY for the installation of version tracker kind "NetManiack"
I mean those versions tracker not use an "installer" for installation and configuration [/ color]
[color = blue] Other versions traker as "TS 1.3.9 by Xam" is installed with an "installer" that is after the files are placed on the server works:
[b] [url] http://localhost/install/install.php [/ url] [/ b] or [b] [url] http://localhost/install/index.php [/ url] [/ b ] [/ color]
************************************************** ******************************
[color = red] [b] 2. [/ b] [/ color]
You need a [b] source tracker [/ b].
The [url = http://bvlist.com] [b] Bravo List [/ url] [/ b] you can find most sources tracker!
Files should be a tracker in the "htdocs" format where XAMPP is installed
(in our example: "C: \ WWW \ XAMPP \ htdocs")
We have replaced the file "index" that was already in the folder "htdocs" ... archive at the tracker
[color = red] [b] 3. [/ b] [/ color]
In the "htdocs" directory (C: \ WWW \ XAMPP \ htdocs) there are now files tracker map
File [color = red] "bittorrent.php [/ color] to find the code below
to be changed with the correct data connection (which is highlighted with red):
-can be opened with notepad but preferably a php-editor
[b] / / edit this configuration
$ SITE_ONLINE = true;
$ announce_interval = 60 * 60;
$ MEMBERSONLY = true;
# The first one will be displayed on the pages
$ announce_urls = array ();
$ announce_urls [] = "[color = red] http://localhost/announce.php [/ color]";
/ / Set this to your site URL ... No ending slash!
$ DEFAULTBASEURL = "[color = red] http://localhost [/ color ]";[/ b]
[color = red] [b] 4. [/ b] [/ color]
In the "includes" in (in case) "C: \ WWW \ XAMPP \ htdocs" ... should be amended file [color = red] "secrets.php": [/ color]
[b] $ mysql_host = "[color = red] localhost [/ color]";
$ mysql_user = "[color = red] root [/ color]";
$ mysql_pass = "[color = red] your password [/ color]";
$ mysql_db = "[color = red] the name of the database" [/ color] [/ b]
[color = red] [b] 5. [/ b] [/ color]
It opens a window of Firefox or IE and access:
[b] [url] http://localhost/phpmyadmin [/ url] [/ b]
Login:
user = "root"
password = "your password"
After logging have created a database "create new database with same name, noted earlier in [color = red]" secrets.php [/ color] (if the face: "tracker") then click "create .
Above is the "import" is on it then click on "browse" and choose the [b] "C: \ WWW \ XAMPP \ htdocs \ SQL [/ b] (in case of variant 3 are Netmaniack tracker files sql) to be selected first sql file "database" ... and press "go" (and then on to do the same for the other sql files)
************************************************** ******************************
[b] If you have problems installing postati forum details here:
where source install (linux or windows) that use source (TBDev, Yuna Scatari, etc.) and what problem you have (in detail)
[/ b]
RomânăEngleză—Selectaţi limba—AlbanezăArabăBulgarăCatalanăCehăChinezăCoreeanăCroatăDanezăEbraicăEnglezăEstonăFilipinezăFinlandezăFrancezăGalicianăGermanăGreacăHindiIndonezianăItalianăJaponezăLetonăLituanianăMaghiarăMaltezăNorvegianăOlandezăPolonezăPortughezăRomânăRusăSârbăSlovacăSlovenăSpaniolăSuedezăThaiTurcăUcraineanăVietnameză > EnglezăRomână—AlbanezăArabăBulgarăCatalanăCehăChineză (Simplificată)Chineză (Tradiţională)CoreeanăCroatăDanezăEbraicăEnglezăEstonăFilipinezăFinlandezăFrancezăGalicianăGermanăGreacăHindiIndonezianăItalianăJaponezăLetonăLituanianăMaghiarăMaltezăNorvegianăOlandezăPolonezăPortughezăRomânăRusăSârbăSlovacăSlovenăSpaniolăSuedezăThaiTurcăUcraineanăVietnameză inversaţi
I will refer here only to install a tracker on your own PC. [/ B]
[u] The simplest method for having a tracker on Windows XP PC @: [/ u]
(this tutorial is made especially for installing releases tracker source based on "TBDev ...
other versions such as the tracker "TS 1.3.9 by Xam" ... have a slightly different instructions, for installing them just read the [b] [color = red] 1 [/ b] [/ color] in this tutorial)
[color = red] [b] 1. [/ b] [/ color]
First you need XAMPP, a program that contains everything necessary for installing a server on their PC. It's free and can be downloaded here:
[b] [url = http://www.apachefriends.org/download.php?xampp-win32-1.7.0-installer.exe] [color = red] XAMPP 1.7.0 [/ color] [/ url] [ / b]
* Apache httpd 2.2.11 + OpenSSL 0.9.8i
* MySQL 5.1.30
* PHP 5.2.8
* PhpMyAdmin 3.1.1
* FileZilla FTP Server 0.9.29
* Mercury Mail Transport System 4.52
[u]
Once downloaded XAMPP ... must be installed on partition "C" into a new folder, like: "WWW" [/ u]
-XAMPP contains Apache, PHP and a customer e-mail (Mercury Mail) and an FTP (Fillezilla) --
Step 1 (after installation XAMMP) ... in the browser (IE, Firefox, etc.) must be accessed address: [b] [url] http://localhost [/ url] [/ b]
... will appear a window where you choose language:
[url = http://img252.imageshack.us/my.php?image=28962422ze1.png] [img] https://2img.net/r/ihimizer/img252/3959/28962422ze1.th.png [/ img] [ / url]
[b] [url] http://localhost/xampp/splash.php [/ url] [/ b]
... and then another on the left side where it will find a menu:
[url = http://img408.imageshack.us/my.php?image=82057648re6.png] [img] https://2img.net/r/ihimizer/img408/6383/82057648re6.th.png [/ img] [ / url]
... clicking in the menu on the left button on the "Status" can see the XAMPP modules which are enabled at that time, what is the green started (activated) - what is stopped with red (deactivated)!
For example if the red (deactivated) "FTP Service" means that the module "filezilla" is stopped at that time but can be easily switched from "XAMPP Control Panel" by clicking the "Start" button next to it!
[img] https://2img.net/r/ihimizer/img522/4493/65050409xo9.th.jpg [/ img]
... from the menu on the left is IMPORTANT button "Security"
... will open another window where you can see the server's security:
[url = http://img408.imageshack.us/my.php?image=71127888dj1.png] [img] https://2img.net/r/ihimizer/img408/1908/71127888dj1.th.png [/ img] [ / url]
Below, on that page, you access the following link:
[b] [url] http://localhost/security/xamppsecurity.php [/ url] [/ b]
[url = http://img455.imageshack.us/my.php?image=17019677kl0.png] [img] https://2img.net/r/ihimizer/img455/4271/17019677kl0.th.png [/ img] [ / url]
There should be changed (on line):
[b] [color = red] a). [/ b] [/ color] password for root
MYSQL SECTION: "ROOT" PASSWORD
[b] [color = red] b). [/ b] [/ color] and then choose a user and password (same as for root) for
XAMPP DIRECTORY PROTECTION
Step 2 (after installing XAMMP) ... open "Control Panel XAMMP"
[url = http://img408.imageshack.us/my.php?image=52055498fv7.png] [img] https://2img.net/r/ihimizer/img408/8862/52055498fv7.th.png [/ img] [ / url]
change for "FileZilla" and "Mercury" password and user the "default"
(amendment is pressing the button "Manage" and then search for user settings and pass)
************************************************** ******************************
[color = red] Continue (2.) is ONLY for the installation of version tracker kind "NetManiack"
I mean those versions tracker not use an "installer" for installation and configuration [/ color]
[color = blue] Other versions traker as "TS 1.3.9 by Xam" is installed with an "installer" that is after the files are placed on the server works:
[b] [url] http://localhost/install/install.php [/ url] [/ b] or [b] [url] http://localhost/install/index.php [/ url] [/ b ] [/ color]
************************************************** ******************************
[color = red] [b] 2. [/ b] [/ color]
You need a [b] source tracker [/ b].
The [url = http://bvlist.com] [b] Bravo List [/ url] [/ b] you can find most sources tracker!
Files should be a tracker in the "htdocs" format where XAMPP is installed
(in our example: "C: \ WWW \ XAMPP \ htdocs")
We have replaced the file "index" that was already in the folder "htdocs" ... archive at the tracker
[color = red] [b] 3. [/ b] [/ color]
In the "htdocs" directory (C: \ WWW \ XAMPP \ htdocs) there are now files tracker map
File [color = red] "bittorrent.php [/ color] to find the code below
to be changed with the correct data connection (which is highlighted with red):
-can be opened with notepad but preferably a php-editor
[b] / / edit this configuration
$ SITE_ONLINE = true;
$ announce_interval = 60 * 60;
$ MEMBERSONLY = true;
# The first one will be displayed on the pages
$ announce_urls = array ();
$ announce_urls [] = "[color = red] http://localhost/announce.php [/ color]";
/ / Set this to your site URL ... No ending slash!
$ DEFAULTBASEURL = "[color = red] http://localhost [/ color ]";[/ b]
[color = red] [b] 4. [/ b] [/ color]
In the "includes" in (in case) "C: \ WWW \ XAMPP \ htdocs" ... should be amended file [color = red] "secrets.php": [/ color]
[b] $ mysql_host = "[color = red] localhost [/ color]";
$ mysql_user = "[color = red] root [/ color]";
$ mysql_pass = "[color = red] your password [/ color]";
$ mysql_db = "[color = red] the name of the database" [/ color] [/ b]
[color = red] [b] 5. [/ b] [/ color]
It opens a window of Firefox or IE and access:
[b] [url] http://localhost/phpmyadmin [/ url] [/ b]
Login:
user = "root"
password = "your password"
After logging have created a database "create new database with same name, noted earlier in [color = red]" secrets.php [/ color] (if the face: "tracker") then click "create .
Above is the "import" is on it then click on "browse" and choose the [b] "C: \ WWW \ XAMPP \ htdocs \ SQL [/ b] (in case of variant 3 are Netmaniack tracker files sql) to be selected first sql file "database" ... and press "go" (and then on to do the same for the other sql files)
************************************************** ******************************
[b] If you have problems installing postati forum details here:
where source install (linux or windows) that use source (TBDev, Yuna Scatari, etc.) and what problem you have (in detail)
[/ b]
RomânăEngleză—Selectaţi limba—AlbanezăArabăBulgarăCatalanăCehăChinezăCoreeanăCroatăDanezăEbraicăEnglezăEstonăFilipinezăFinlandezăFrancezăGalicianăGermanăGreacăHindiIndonezianăItalianăJaponezăLetonăLituanianăMaghiarăMaltezăNorvegianăOlandezăPolonezăPortughezăRomânăRusăSârbăSlovacăSlovenăSpaniolăSuedezăThaiTurcăUcraineanăVietnameză > EnglezăRomână—AlbanezăArabăBulgarăCatalanăCehăChineză (Simplificată)Chineză (Tradiţională)CoreeanăCroatăDanezăEbraicăEnglezăEstonăFilipinezăFinlandezăFrancezăGalicianăGermanăGreacăHindiIndonezianăItalianăJaponezăLetonăLituanianăMaghiarăMaltezăNorvegianăOlandezăPolonezăPortughezăRomânăRusăSârbăSlovacăSlovenăSpaniolăSuedezăThaiTurcăUcraineanăVietnameză inversaţi
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum