Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #61  
Old 11-02-2006, 10:00 AM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rev, hit me up on IM, i've got an idea on a few things.
Reply With Quote
  #62  
Old 11-04-2006, 07:03 PM
Crazy Serb Crazy Serb is offline
 
Join Date: Mar 2005
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

toolman, I just noticed that the XBT version you've got up there is only for vb3.6... any idea if you'll port it to work with vb3.5 or am I going to have to kick it up a knotch and upgrade my board to 3.6 (and spend an extra week just getting all the products/plugins working all over again)?

also, as far as the installation of XBT goes (which I believe is a separate product, right? a standalone tracker?) I am on a VPS and have root/ssh access to my portion of that server but I am not sure if I need any more access priviledges to install both XBT and VBTT... do I?
Reply With Quote
  #63  
Old 11-04-2006, 09:05 PM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Crazy Serb
toolman, I just noticed that the XBT version you've got up there is only for vb3.6... any idea if you'll port it to work with vb3.5 or am I going to have to kick it up a knotch and upgrade my board to 3.6 (and spend an extra week just getting all the products/plugins working all over again)?

also, as far as the installation of XBT goes (which I believe is a separate product, right? a standalone tracker?) I am on a VPS and have root/ssh access to my portion of that server but I am not sure if I need any more access priviledges to install both XBT and VBTT... do I?
I have no plans to make a separate version for 3.5 but if you would like some help getting it to work you can contact me on instant messenger.
I'm pretty sure the only difference will be the attachment.php edits.

XBT is a separate tracker. The custom one needed is included with v1.0 FINAL
You should have no problem since you have root/ssh. Upload, compile and run.
Reply With Quote
  #64  
Old 11-05-2006, 06:24 AM
Crazy Serb Crazy Serb is offline
 
Join Date: Mar 2005
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toolmanwill
I have no plans to make a separate version for 3.5 but if you would like some help getting it to work you can contact me on instant messenger.
I'm pretty sure the only difference will be the attachment.php edits.
awesome, will do one of these days, as soon as I get enough time to go thru with it...

Quote:
XBT is a separate tracker. The custom one needed is included with v1.0 FINAL. You should have no problem since you have root/ssh. Upload, compile and run.
So all I would need is the package "VBTT XBT 1.0" and that's it? nice...
Reply With Quote
  #65  
Old 11-05-2006, 10:30 AM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

correct, i have included the xbt because it is customised source specifically made for VBTT 3 for XBT v1.0 FINAL. It includes speeds support, client ban and who shatched support, all of which are not included in stock XBT tracker
Reply With Quote
  #66  
Old 11-05-2006, 11:16 AM
Crazy Serb Crazy Serb is offline
 
Join Date: Mar 2005
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toolmanwill
correct, i have included the xbt because it is customised source specifically made for VBTT 3 for XBT v1.0 FINAL. It includes speeds support, client ban and who shatched support, all of which are not included in stock XBT tracker
well, good news... I just upgraded to 3.6.2 and will be adding that 3.6x version of VBTT soon... (amazingly enough, no major problems with plugins and products switching over to 3.6.2!)
Reply With Quote
  #67  
Old 11-05-2006, 09:40 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i'm probably an idiot... but anyone know what's causing this problem?

Quote:
# ./make.sh
In file included from config.h:8,
from config.cpp:2:
../misc/config_base.h:8:38: boost/algorithm/string.hpp: No such file or directory
In file included from config.h:8,
from config.cpp:2:
../misc/config_base.h: In member function `std::istream&
Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: `boost' undeclared (first use this function)
../misc/config_base.h:39: (Each undeclared identifier is reported only once for
each function it appears in.)
../misc/config_base.h:39: parse error before `;' token
connection.cpp:1:38: boost/algorithm/string.hpp: No such file or directory
there's a lot more of the same and then at the end of the process, i'm left with no xbt_tracker_1636 to run.

thanks,
pete
Reply With Quote
  #68  
Old 11-06-2006, 02:37 PM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you need to install the dependencies needed to compile. It looks like you don't have boot-dev installed. This is a piece of the official XBT install page.

Code:
Installing XBT Tracker under Linux  

The following  dependencies are needed to compile. The g++ version should be at least 3.4. 
 
 g++
 libboost-dev
 libboost-program-options-dev
 libmysqlclient15-dev
 subversion
 zlib1g-dev

The following commands can be used to install some of the dependencies on Fedora Core. The g++ version should be at least 3.4. 

yum install boost-devel

Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes. 

cd xbt/Tracker
./make.sh

Starting under Linux
Enter the following commands in a terminal. 

./xbt_tracker
Reply With Quote
  #69  
Old 11-06-2006, 08:51 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toolmanwill
you need to install the dependencies needed to compile. It looks like you don't have boot-dev installed. This is a piece of the official XBT install page.

Code:
Installing XBT Tracker under Linux  

The following  dependencies are needed to compile. The g++ version should be at least 3.4. 
 
 g++
 libboost-dev
 libboost-program-options-dev
 libmysqlclient15-dev
 subversion
 zlib1g-dev

The following commands can be used to install some of the dependencies on Fedora Core. The g++ version should be at least 3.4. 

yum install boost-devel

Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes. 

cd xbt/Tracker
./make.sh

Starting under Linux
Enter the following commands in a terminal. 

./xbt_tracker
cheers will. like i said - i'm an idiot.

edit: oh well.

Quote:
# yum install boost-devel
Gathering header information file(s) from server(s)
Server: Red Hat 9 - i386/i686 - Base
Server: Red Hat 9 - i386/i686 - Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching boost-devel
No actions to take
Reply With Quote
  #70  
Old 11-06-2006, 09:53 PM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Get the boost runtime files. http://www.boost.org/
Reply With Quote
Reply


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. The time now is 03:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07362 seconds
  • Memory Usage 2,282KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete