Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #11  
Old 31st January 2015, 19:36
ArcticWolf ArcticWolf is offline
Senior Member
 
Join Date: Oct 2008
Posts: 41
Default
edit where ever you installed xbt too xbt/Tracker/xbt_tracker.conf
listen_port=2710
then exit xbt_tracker
and restart it.. ./xbt_tracker
you prob will also have to edit include/config.php in your sites dir changing the port in there too
helps.
Reply With Quote
  #12  
Old 31st January 2015, 20:22
Vishaal Vishaal is offline
Senior Member
 
Join Date: Jan 2013
P2P
Posts: 16
Default
Issue is solve thx for ur help...
do anyone know where i can download v4 themes?
Reply With Quote
  #13  
Old 31st January 2015, 21:24
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
Quote:
Originally Posted by ArcticWolf View Post
edit where ever you installed xbt too xbt/Tracker/xbt_tracker.conf
listen_port=2710
then exit xbt_tracker
and restart it.. ./xbt_tracker
you prob will also have to edit include/config.php in your sites dir changing the port in there too
helps.
not true, also need to edit the files for XBT and compile it again :)
__________________
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
  #14  
Old 31st January 2015, 21:38
ArcticWolf ArcticWolf is offline
Senior Member
 
Join Date: Oct 2008
Posts: 41
Default
xbt should change from the config files.. Dont know 100% lol never mess with u232 version of xbt.
Once the forums back online you should be able to dl themes from there.
Not there is alot of v4 themes to start hehe..
Reply With Quote
  #15  
Old 31st January 2015, 21:56
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
yes you need to re-compile again because you need to change 2710 port from server.cpp line #173-ish
__________________
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
  #16  
Old 27th October 2015, 12:02
inception inception is offline
Member
 
Join Date: Oct 2015
Posts: 11
Question
Quote:
Originally Posted by Vishaal View Post
Hello,

I got the website working but now by installing the tracker getting error message:
I have copy the 2 files from the XBT dit to Tracker dir but still getting error message

Code:
[root@root Tracker]# ./make.sh
In file included from ../misc/xbt/bt_misc.h:3:0,
                 from ../misc/bt_misc.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/sql_result.h:5:0,
                 from ../misc/xbt/database.h:5,
                 from ../misc/database.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from ../misc/sha1.cpp:32:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/socket.h:6:0,
                 from ../misc/socket.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/sql_query.h:3:0,
                 from ../misc/sql_query.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/shared_data.h:13:0,
                 from ../misc/xbt/xcc_z.h:3,
                 from ../misc/xcc_z.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from config.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from connection.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from server.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from tracker_input.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from transaction.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from XBT Tracker.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
[root@root Tracker]#

How can i solve this?

Bump: Bump:

^ This issue is fixed now..

I want to change the tracker port can anyone tell me how i can change that??
How did you fix that error please?
Reply With Quote
  #17  
Old 27th October 2015, 12:52
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
google and u'll find out.
__________________
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
  #18  
Old 27th October 2015, 13:02
inception inception is offline
Member
 
Join Date: Oct 2015
Posts: 11
Default
Quote:
Originally Posted by DND View Post
google and u'll find out.
I am trying to fix that but didnt succeeded.. I would really appreciate if you can help me please.. i am trying to install the XBT tracker for a long time now :(
Reply With Quote
  #19  
Old 27th October 2015, 13:34
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
so make sure you have all the dependencies installed on your machine..
stop running stuff that you dont know a thing about them.
at least did ya read the documentation ?
__________________
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
  #20  
Old 27th October 2015, 13:52
inception inception is offline
Member
 
Join Date: Oct 2015
Posts: 11
Default
Quote:
Originally Posted by DND View Post
so make sure you have all the dependencies installed on your machine..
stop running stuff that you dont know a thing about them.
at least did ya read the documentation ?
Yes I did read that .. I have installed dependencies and checked everything.. Boost is 1.55 , GCC is 4.7 .. everything seems to be okay :( dont know what to do now..
Reply With Quote
Reply

Tags
installation , problem , u232

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:31. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.