Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Gazelle
Reply
  #1  
Old 20th November 2014, 20:11
Crazzy Crazzy is offline
Member
 
Join Date: May 2009
P2P
Posts: 14
Exclamation could not connect torrent client
hi i installed gazelle source from github but in torrent client i have a error

Could not connect to tracker

screenshot down

http://iceimg.com/mzhuPUkN/screensho...4-11-20-201120
Reply With Quote
  #2  
Old 23rd November 2014, 16:55
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
This proberly means Ocelot is running or you havent setup the port correctly

first kill Ocelot assuming you are using Ocelot.

1)

Did Ocelot install and does it start?

2)

Check if Ocelot is running...

Code:
ps ax | grep ocelot
Find the pid and then kill it.

Code:
kill -9 3453
If its not running and you cant start it then you will probable need to check the compiling and libs needed to install Ocelot. Eg LibBoost

Then edit config.cpp by changing into Ocelot directory and then

Code:
nano config.cpp
Once its open scroll down and double check that the port matches the port in /var/www/classes/config.php.

3)

Make sure that the port is open

Code:
iptables -A INPUT -p tcp --dport 34000 -j ACCEPT
Code:
iptables -A OUTPUT -p tcp --dport 34000 -j ACCEPT
4)

Start Ocelot again and then check if its running, if you are having problems with port 3400 then change it to 2710 or if you are using port 2710 then change it to 3400.

Remember that after making any changes in regards to ocelot you will need to restart it.

....
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #3  
Old 12th February 2015, 12:19
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
hi, client utorrent wrote me when something upload

your client is not on the whitelist

what to write in whitelist?

i tried client uTorrent , peer ID 2.2.1 and still cant, so how to write thanky ou
Reply With Quote
  #4  
Old 12th February 2015, 13:43
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
from adminpanel you should have client whitelist option
there you insert all the clients that are allowed on the site.
if it isn't added there it will be blocked/banned.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 12th February 2015, 15:38
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
you not read my comment, i see there is option, but dont know how / what to wrote on client and what peer ID.

i add client uTorrent 2.2.1 and on Peer ID uTorrent 2.2.1 and still cant upload
Reply With Quote
  #6  
Old 12th February 2015, 15:57
hatijahat hatijahat is offline
Senior Member
 
Join Date: Dec 2012
Malaysia
Posts: 43
Default
Quote:
Originally Posted by Reitak View Post
you not read my comment, i see there is option, but dont know how / what to wrote on client and what peer ID.

i add client uTorrent 2.2.1 and on Peer ID uTorrent 2.2.1 and still cant upload
check the peer ID here : http://www.bittorrent.org/beps/bep_0020.html
i think you can ask UNCLE GOOGLE and AUNTIE YAHOO.. they know a lot..
Reply With Quote
  #7  
Old 12th February 2015, 16:50
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
i search on google long time and nothing , maybe i am blind ;DD

but another problem. now i upload, on torrent page where ale uploaded torrent on web there is 0 seed but when i click on that torrent, there is 1 seeder.

why on detail torrent is seed and main page torrents 0?
Reply With Quote
  #8  
Old 12th February 2015, 17:04
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
because of the delay between cache pages/memcache/ocelot update cycle.

seriously now, do a bit of research about the features/technologies you are using.

ohh m'a bad.. its easy. search on google for peer ids

Eg:
-UT2210- is for uTorrent/2210
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #9  
Old 12th February 2015, 17:50
Reitak Reitak is offline
Senior Member
 
Join Date: Feb 2015
Posts: 25
Default
cache? it is 7 hours and still no seed on main page torrents, but immediately on detail torrent
Reply With Quote
  #10  
Old 12th February 2015, 18:21
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
Hmm, that sounds strange indeed. Did you set the update cycle in cron jobs? I mean with the proper paths.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
Reply

Tags
client , connect , torrent

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 15:29. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.