Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Download: Gazelle RC2 rev. 11440 (http://www.bvlist.com/showthread.php?t=2208)

Fynnon 14th March 2009 19:36

Download: Gazelle RC2 rev. 11440
 
1 Attachment(s)
attention

Attention


Latest files from SVN
https://github.com/WhatCD/Gazelle






The source that runs the what.cd tracker:
http://what.cd/gazelle/forums.php


In order to run Gazelle, you need:

- apache

- MySQL

- memcached



And the following php extensions:

- GD (for the captcha and the similar artist map)

- mb_string (multibyte strings)

- mcrypt (for encrypting cookies)

- memcache (interface to connect with memcached)

- mysqli (because the ordinary mysql libraries just don't cut it)

- for PHP TURN MAGIC_QUOTES_GPC OFF

TheArcadeMaster 1st May 2009 19:31

dedicated server
 
how do i get my mysql password i have my root password but it doesnt seem to work

mybe 18th August 2009 12:41

Thank you very much...

you have to enable innoDB then import gazzelle sql

then in install_handle.php find this line
PHP Code:

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 replace with this
PHP Code:

/*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());
}*/ 


djadja 18th August 2009 20:55

Quote:

Originally Posted by TheArcadeMaster (Post 11241)
how do i get my mysql password i have my root password but it doesnt seem to work

The same problem... Any ideas to solve it?

Zepp 18th August 2009 21:49

Quote:

Originally Posted by djadja (Post 14548)
The same problem... Any ideas to solve it?

What hosting are you using?

crazyty 26th August 2009 17:52

I found solution.
If you are on a localhost, find config.inc.php and put there the password and you are done :)

wMan 13th September 2009 19:23

what is xbtt.tar.gz for in package ?

Viperia 13th September 2009 19:53

The xbtt.tar.gz is the torrent tracker, rest of the things like html, php and css is just the front-end for the tracker since gazelle uses XBTT which is a tracker writen in C if im not mistaken. :)
Really fast and efficient stuff this!

Regards,
Viperia

wMan 13th September 2009 20:00

so hove do i realy install it ? like i have to unzip source files and upload to server but do i need to unrar this xbtt ? ore upload it rared with other files ?

btw there is gazelle.sql file too but if it have installer do i need to upload it to database and then install
instructions are a bit TOO simple to be understandable
but since this is not Fools prof i bet this won't be easy :)

Viperia 13th September 2009 21:12

Well you could take a look here: http://bvlist.com/gazelle/2359-how-s...an-server.html

Well you have to unpack the xbtt.tar.gz and compile it on your server, also your server need to have memcache etc installed and you need root access to sql, php, apache and the entire server to run gazelle.

Regards,
Viperia

wMan 13th September 2009 21:17

ok thanks

wxlg1117 3rd November 2009 08:35

I can't install it because that need mysql root password ,that have How To Set Up Gazelle on a Debian Server ,but i have a server with windows 2003 and xampp, who can help me to insatll it? Thank you very much!

amnezia 4th November 2009 00:04

memcache not compatible for windows...

pirpiliter 13th November 2009 22:00

Quote:

Originally Posted by amnezia (Post 17278)
memcache not compatible for windows...

http://code.jellycan.com/files/memca...-win32-bin.zip
http://downloads.php.net/pierre/php_...6-20090408.zip

SilentKillzr 24th December 2009 03:43

i have memcache on my windows server, although it was a bitch.

reese 29th December 2009 02:53

did they kill this project? there site hasnt worked in weeks if not months

Timisoreanul 29th December 2009 03:27

Try this adress : Project Gazelle

fxn 15th January 2010 01:39

woot, thanks a lot for this. :D

pirpiliter 15th February 2010 14:40

http://code.google.com/p/gazellewhatcd/source/checkout SVN mirror
(updated in first post)

dubious 18th February 2010 15:47

Is rc 2.0 out?
Does anybody have a link to it?

sraka1 21st February 2010 17:10

RC2 comes out on the 27th. And you also have to edit sections/ajax/upload.php for new categories. Visit the PG forums for more info about everything related to gazelle: http://www.what-network.org. If you have problems that are not on the forums visit the IRC@ irc.what-network.com. C'ya!

sirusuk 19th March 2010 21:05

2010-03-01 Revision 5727
 
I see it was updated in the first post :ok:
works

mascottejack 21st October 2010 13:05

re
 
Quote:

Originally Posted by Viperia (Post 15635)
Well you could take a look here: http://bvlist.com/gazelle/2359-how-s...an-server.html

Well you have to unpack the xbtt.tar.gz and compile it on your server, also your server need to have memcache etc installed and you need root access to sql, php, apache and the entire server to run gazelle.

Regards,
Viperia

Hello,
Anybody would have he(it) svp the manipulation under Gentoo release2?
Thank you

martzy 5th July 2011 20:01

Code:

Warning: require(SERVER_ROOT/classes/class_proxies.php) [function.require]: failed to open stream: No such file or directory in G:\xampp3\htdocs\gazelle\classes\script_start.php on line 18

Fatal error: require() [function.require]: Failed opening required 'SERVER_ROOT/classes/class_proxies.php' (include_path='.;G:\xampp3\php\pear\') in G:\xampp3\htdocs\gazelle\classes\script_start.php on line 18

I have this error.

I have corect path in config.cfg

define('SERVER_ROOT','G:/xampp3/htdocs/gazelle');

memcached is ok.

Where is the problem?

DooM 21st March 2012 20:01

Where can I edit site's email? From which site will send emails to users (as invites).

KingStress 19th August 2012 14:10

Anybody ever tried to force Gazelle to work with public trackers?

GooMan 20th August 2012 06:51

tried the website:

Quote:

You have encountered an unexpected error.

firefly007 20th August 2012 12:22

You can use FileSharefreek

Crazzy 20th August 2014 08:24

hi guy i trying to install gazelle on vps with centos i have all resource but i have this error

Code:

Something was wrong with your request, and the server is refusing to fulfill it.
please help me

DND 20th August 2014 13:53

something is wrong. see if sphinx or ocelot are actually running

fen7azy 20th August 2014 17:45

Quote:

Originally Posted by Crazzy (Post 44972)
hi guy i trying to install gazelle on vps with centos i have all resource but i have this error

Code:

Something was wrong with your request, and the server is refusing to fulfill it.
please help me

Open classes/config.php and change:

define('DEBUG_MODE', false);

to:

define('DEBUG_MODE', true);

Now try again, this time you will get more informative "message" with the exact error.

firefly007 6th September 2014 07:12

Quote:

Originally Posted by Crazzy (Post 44972)
hi guy i trying to install gazelle on vps with centos i have all resource but i have this error

Code:

Something was wrong with your request, and the server is refusing to fulfill it.
please help me

You are getting this error when trying to reach the login page. This is a common error because you did not fill in your config file properly.

edit /Classes/config.php


All times are GMT +2. The time now is 23:00.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.