In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)Install on whm/cpanel server?
Pages: 1 [2]   Go Down
  Print  
Author Topic: Install on whm/cpanel server?  (Read 2654 times) Bookmark and Share
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #15 on: January 26, 2011, 01:40:18 PM »

You want a way to start stop the bot from a web interface, correct? Look at cod control.

*Via my HTC EvO 4G*
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: BFBC2
Posts: 42
Offline Offline
« Reply #16 on: January 29, 2011, 04:23:07 AM »

You want a way to start stop the bot from a web interface, correct? Look at cod control.

*Via my HTC EvO 4G*

Ah I understand you now, this will work in conjunction with b3.

Got a link for it?
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #17 on: January 31, 2011, 09:52:32 AM »

http://safehops.com/41/http://www.masterzock.de/50147099480969901/5014709a451325001/index.html
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #18 on: January 31, 2011, 11:43:56 AM »

Ok now got echelon, xlrstats and b3 up and some plugins installed.

Still need some assistance on previous questions.

Got another.

The priority and ordering of plugin lines, mine seems to work but I have a feeling its not ideally structured, heres how it looks right now :

Code:
                <plugin config="@conf/plugin_censor.xml" name="censor" />
                <plugin config="@conf/plugin_spamcontrol.xml" name="spamcontrol" />
                <plugin config="@conf/plugin_admin.xml" name="admin" />
                <plugin config="@conf/plugin_tk.xml" name="tk" />
                <plugin config="@conf/plugin_stats.xml" name="stats" />
                <plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
                <plugin config="@conf/plugin_adv.xml" name="adv" />
                <plugin config="@conf/plugin_status.xml" name="status" />
                <plugin name="spree" priority="9" config="@b3/extplugins/conf/plugin_spree.xml"/>
                <plugin name="geowelcome" priority="13" config="@b3/extplugins/conf/geowelcome.xml"/>
                <plugin name="ctime" config="@b3/extplugins/conf/plugin_ctime.xml"/>
                <plugin name="duel" />
                <plugin name="countryfilter" priority="12"
config="@b3/extplugins/conf/countryfilter.xml"/>
                <plugin name="banlist" priority="17" config="@b3/extplugins/conf/banlist.xml"/>
                <plugin name="chatlogger" priority="18"
config="@b3/extplugins/conf/plugin_chatlogger.xml"/>
                <plugin name="bfbc2mixedgames" config="@b3/extplugins/conf/bfbc2mixedgames.xml"/>
                <plugin name="firstkill" config="@b3/extplugins/conf/firstkill.xml"/>
                <plugin name="pingkicker" priority="5"
config="@b3/extplugins/conf/plugin_pingkicker.xml"/>
                <plugin name="spawnstats" priority="23" config="@b3/extplugins/conf/spawnstats.xml"/>
                <plugin name="tagprotect" config="@b3/extplugins/conf/tagprotect.xml"/>
                <plugin name="topkiller" priority="8"
config="@b3/extplugins/conf/plugin_topkiller.xml"/>

Any advice?

Starting with censor, spamcontrol and admin is the correct way. First deal with profanity, than spammages and if the command still exists it will be handled by the admin plugin.

The rest is up to you, you'll want active plugins that need fast handling first, and passive plugins (such as stats and adv) later in the list. Priority is set by order, the higher in the list, the higher the priority of the plugin
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: BFBC2
Posts: 42
Offline Offline
« Reply #19 on: January 31, 2011, 11:58:11 AM »

Thanks.

So the order alone will work with prioritisation given in order from the first to last in list.

Is the priority=" " optional or is it necessary to have for some plugins?
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #20 on: January 31, 2011, 12:04:16 PM »

priority=" " is deprecated, the order determines the priority
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: BFBC2
Posts: 42
Offline Offline
« Reply #21 on: January 31, 2011, 12:12:38 PM »

Great, thanks for the help.

Well then provisionally I now have a working B3 bot on a Centos5 x64 whm/cpanel server with some plugins added remotely administering our BFBC2 server Smiley

I have a little more understanding to do about a couple of the plugins but its working now.

Then I need to look at a few more of the extra plugins, but Ill start new threads for that.

Looking forward to it looking after our server 24/7 when clan arent around.

I dont suppose theres any plugin for Anti Baserape in BFBC2 is there?
Logged
Tags:
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal