+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: Installing Gazelle [Frontend Only] on Windows!

  1. #1
    Hi and welcome .

    while i was playing with tracker scripts i managed to install Gazelle on windows and i'll share the steps. i've failed many times because of using Apache as a web server so in the guide i'll use another Webserver .

    Notes:
    • after doing everything you'll not have a fully functional tracker because this guide does not cover to compile/run Gazelle's own xbitt which is for linux. [i still need to learn how to use Cgywin after that maybe i'll succeed again and i'll post the result here too OR i will make a linux tut when i know something about linux]
    • You cannot add a single torrent . this is guide is for previewing Gazelle and to prove that Windows can run Gazelle.
    • The guide was made inside a virtual pc if you don't want to fill your computer with these V stuff .
    • I've made this tut for SB-Innovation DO NOT COPY IT WITHOUT Permission, appreciate others hard work do NOT steal!! Just refer to SB-Innovation and to this topic thanks


    Tools Needed:

    1. Abyss WebServer:
      Aprelium - Download Abyss Web Server X1
    2. Abyss WebServer's PHP package:
      http://www.aprelium.com/data/php528.exe
    3. memcached server:
      http://code.jellycan.com/files/memca...-win32-bin.zip
    4. memcache php extension:
      http://downloads.php.net/pierre/php_...6-20090408.zip
    5. AppServ, we'll just use its MySQL to avoid the 100mb download
      Download AppServ from SourceForge.net
    6. Gazelle Source, find it in the attachments because what.cd's SVN repository is offline now [attachment] -----UPLOADING and checking please wait----


    ok lets start:

    Detailed Noob-Friendly Tut

    Step 1: Installing Abyss WebServer [Noobs only]:
    click below to start GIF


    Step 2: Installing and Configuring PHP:
    click below to start GIF


    Step 3: Installing memcached:
    click below to start GIF


    [Note: there is a typo when entering the extension's name in notepad it must be php_memcache.dll Not php_memcached.dll]
    [Note2: uncomment remove the ";"
    Code:
    ;extension=php_mcrypt.dll
    to
    Code:
    extension=php_mcrypt.dll
    in php.ini

    Now Run C:\memcached_server\memcached.exe
    it'll be a black screen its normal.

    Step 4: Installing AppServ to get MySQL Server,phpMyAdmin:
    click below to start GIF



    Step 5:Importing the Database:

    1. Move phpMyAdmin folder from C:\AppServ\htdocs\ to C:\WS\htdocs
    2. Browse to 'http://localhost/phpmyadmin' and enter you MySQL username [root] and Password.
    3. Click "Databases"
    4. Create a new database called "gazelle"
    5. Choose Import from the top
    6. Browse to C:\WS\htdocs\gazelle.sql
    7. Click Go


    Step 6: Installing Gazelle:
    1. Go to /install
    2. open install_handle.php
    3. Find:
      PHP Code:
      mysql_query("DROP DATABASE ".db_string($_POST['sqldb']));

      // Create the database
      if(!mysql_query("CREATE DATABASE ".db_string($_POST['sqldb']))){
          
      fail('Could not create database: '.mysql_error());
      }

      // Create the tables
      exec("mysql -uroot -p$_POST[sqlrootpass] $_POST[sqldb] < $_POST[server_root]/gazelle.sql");

      mysql_select_db($_POST['sqldb']);
      mysql_query("SELECT COUNT(ID) FROM permissions");
      if(
      mysql_error()){
          
      fail('Something went wrong when trying to create the tables: '.mysql_error());

      and Delete it.
    4. Run install.php in browser; http://localhost/install/install.php and fill the data.
      in "Session directory:" enter:
      Code:
      /
      then create the SysOp :
      Signup successful!

      This part of the installation is complete, and you may now sign in. Please read the documentation in /docs/1-installation.txt for information on how to proceed. Click here to log in.
    5. Visit http://localhost and enjoy a working frontend of Gazelle


    Some screenshots






    eot - end of topic
    Attached Files Attached Files


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    nDream (28.12.17) , Jello (15.12.13) , illusive (16.04.12) , piyush (20.09.10) , SealLion (14.01.10) , Nickname (13.01.10) , Blocker (29.12.09) , saebrtooth (24.12.09) , abookhalil (22.12.09) , pimphead07 (22.12.09) , Instab (22.12.09) , Nobody (17.10.09) , CS Curse (15.10.09) , SBcheater (15.10.09) , alpacino (22.09.09) , hitman (21.09.09) , anonftw (21.09.09) , Mihai (21.09.09) , SBfreak (21.09.09) , thecoolest (21.09.09) , anon (21.09.09)

  3. #2

    Join Date
    16.08.09
    Location
    YOU can guess bUT CANT CATCH
    P2P Client
    anything that meets me
    Posts
    455
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss455
    trust me if this works..chetos..i dont need anything else..rep+1 added...thank you too
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,539
    Activity Longevity
    13/20 19/20
    Today Posts
    1/5 ssss39539
    You can't even download torrents from this. It's a tutorial to prove Gazelle (and only Gazelle) can be installed on Windows.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Quote Originally Posted by thebestofme13 View Post
    trust me if this works..chetos..i dont need anything else..rep+1 added...thank you too
    glad you're happy with it
    but as anon mentioned:

    You can't even download torrents from this. It's a tutorial to prove Gazelle (and only Gazelle) can be installed on Windows.
    its only experimental and for everyone who loves to play with scripts,admin tools etc ..
    if someone here can teach me how to compile things for Linux we'll make a very good port
    but i don't know how to use CgyWin...

    after doing everything you'll not have a fully functional tracker because this guide does not cover to compile/run Gazelle's own xbitt which is for linux. [i still need to learn how to use Cgywin after that maybe i'll succeed again and i'll post the result here too OR i will make a linux tut when i know something about linux]

    + i'm still checking the script and it'll be uploaded soon because What.cd closed its SVN for an unknown time .
    Last edited by cheatos; 21.09.09 at 18:22.


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    Mihai (21.09.09) , anon (21.09.09)

  7. #5

    Join Date
    16.08.09
    Location
    YOU can guess bUT CANT CATCH
    P2P Client
    anything that meets me
    Posts
    455
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss455
    ohh thats bad....but although its grt script & grt help to ppl..thx cheatos..ur work is appreciated....same as the all the coders ,mods,,& staffs
    Last edited by thecoolest; 21.09.09 at 18:22.
    Reply With QuoteReply With Quote
    Thanks

  8. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,539
    Activity Longevity
    13/20 19/20
    Today Posts
    1/5 ssss39539
    Quote Originally Posted by cheatos
    Gazelle uploaded,
    though i can't update the first post (getting an error)
    Merged
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    cheatos (21.09.09)

  10. #7

    Join Date
    15.10.09
    P2P Client
    utorrent
    Posts
    1
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssssss1
    i tryed to follow this but i keep getting stuck at step 5 , im guessing that you ment go to www and get phpmyadmin for there?
    could you tell me how do it on something like wamp or xampp?
    Reply With QuoteReply With Quote
    Thanks

  11. #8

    Join Date
    03.09.09
    Posts
    277
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss277
    That's really an interesting approach to experiment gaz. code, have you tried this in conjuction with uni-server?

    I am reading this tut and hopefully work over it soon and leave my feedback cheatos do you know the name of the bit torrent tracker that doesnt use a mysql database i just cant remember it?
    Reply With QuoteReply With Quote
    Thanks

  12. #9
    Quote Originally Posted by ovais View Post
    That's really an interesting approach to experiment gaz. code, have you tried this in conjuction with uni-server?
    its by using Abyss WebServer.

    do you know the name of the bit torrent tracker that doesnt use a mysql database i just cant remember it?
    i saw it but i forgot its name
    it was based on writing to a file if i remember correctly


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

  13. #10
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,539
    Activity Longevity
    13/20 19/20
    Today Posts
    1/5 ssss39539
    Quote Originally Posted by ovais View Post
    do you know the name of the bit torrent tracker that doesnt use a mysql database i just cant remember it?
    TorrentTrader Lite doesn't need a MySQL database, is that the one you're talking about?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    cheatos (15.10.09)

  15. #11

    Join Date
    03.09.09
    Posts
    277
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss277
    Quote Originally Posted by anon View Post
    TorrentTrader Lite doesn't need a MySQL database, is that the one you're talking about?
    Wawo that's another option i never knew about this one, thanks for sharing anon.

    I just found the source code I was talking about it was Flippy's BitTorrent Tracker the first BitTorrent PHP tracker that does NOT use MySQL it users binary files to store its data.

    http://www.plunder.com/Flippy-s-Bitt...ddc369b4d9.htm

    anon could you please confirm you received my pm ? or it is ignored
    Last edited by SBcheater; 15.10.09 at 18:32.
    Reply With QuoteReply With Quote
    Thanks

  16. #12
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,539
    Activity Longevity
    13/20 19/20
    Today Posts
    1/5 ssss39539
    Quote Originally Posted by ovais View Post
    anon could you please confirm you received my pm ? or it is ignored
    I did. Please be patient.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    SBcheater (15.10.09)

  18. #13
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    5/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by cheatos View Post
    image

    eot - end of topic :tongü:
    that's how a forum should be
    Reply With QuoteReply With Quote
    Thanks

  19. #14

    Join Date
    16.08.09
    Location
    YOU can guess bUT CANT CATCH
    P2P Client
    anything that meets me
    Posts
    455
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss455
    hey cheatos sending u a link on ur rep check it out must hope you will like it

    ---------- Post added at 07:47 ---------- Previous post was at 07:15 ----------

    anytime mate i got that link yesterday trying to send msg cant coz of post so i sent you like this..sorry if it caused any problem then
    Reply With QuoteReply With Quote
    Thanks

  20. Who Said Thanks:

    cheatos (17.10.09)

  21. #15

    Join Date
    25.12.09
    Posts
    60
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss60
    can someone make a Virtual Machine image running Linux, Apache and Gazelle?

    (or should I do it?)
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

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