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 ]

Pages: [1]   Go Down
  Print  
Author Topic: I"ve been left in the dark:(  (Read 811 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: CoD4 & CoD5
Posts: 7
Offline Offline
« on: August 21, 2010, 12:23:58 PM »

Hello,

We just rented a CoD5 WaW server + b3.  The company installed it and setup the database(well they said they did it right) and we can't get things running right.  We try to use !iamgod, !rules, !help and other commands while we are in game.  Those do not work.  We are so lost to the point where we cancelled our cod4 server + b3 just earlier this afternoon.  I am listing here as well our b3.log and our b3.xml file so someone can take a look at it and possibly give me some tips.  Please help, we don't know what else to do.  Also, all this was installed on a windows server so the linux commands i see discussed here don't think will work.  Thank you for your help in this matter.  I hope to hear from someone soon.

b3.xml
<?xml version='1.0'?>
<!--
 This file is generated by the B3 setup Procedure.
 If you want to regenerate this file and make sure the format is
 correct, you can invoke the setup procedure with the
 command : b3_run -s b3.xml

 This is B3 main config file (the one you specify when you run B3 with the
 command : b3_run -c b3.xml)

 For any change made in this config file, you have to restart the bot.
 Whenever you can specify a file/directory path, the following shortcuts
 can be used :
  @b3 : the folder where B3 code is installed in
  @conf : the folder containing this config file
 -->
<configuration>
   <settings name="b3">
      <!-- Define your game: cod/cod2/cod4/cod5/iourt41/etpro/wop/smg/bfbc2 -->
      <set name="parser">cod5</set>
      <!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
      <set name="database">mysql://39453:********@localhost/39453</set>
      <!-- Name of the bot -->
      <set name="bot_name">KATN</set>
      <!-- Ingame messages are prefixed with this code, you can use colorcodes -->
      <set name="bot_prefix">^0(^2b3^0)^7:</set>
      <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
      <!-- The timezone your bot is in -->
      <set name="time_zone">CST</set>
      <!-- How much detail in the logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
      <set name="log_level">9</set>
      <!-- Name of the logfile the bot will generate
      <set name="logfile">b3.log</set> -->
                                  <set name="logfile">@conf/b3.log</set>
   </settings>
   <settings name="server">
      <!-- The RCON pass of your gameserver -->
      <set name="rcon_password">*******</set>
      <!-- The port the server is running on -->
      <set name="port">28960</set>
      <!-- The gameserver generates a logfile, put the path and name here -->
      <set name="game_log">http://ftp://groucho67:katnclan@75.102.38.236/75.102.38.236_port_28960/main/games_mp.log</set>
      <!-- The public IP your gameserver is residing on -->
      <set name="public_ip">75.102.38.236</set>
      <!-- The IP the bot can use to send RCON commands to (127.0.0.1 when on the same box) -->
      <set name="rcon_ip">75.102.38.236</set>
      <!-- Is the gameserver running PunkBuster Anticheat: on/off -->
      <set name="punkbuster">on</set>
   </settings>
   <settings name="autodoc">
      <!-- Autodoc will generate a user documentation for all B3 commands -->
      <!-- by default, a html documentation is created in your conf folder -->

      <!-- html, htmltable or xml -->
      <set name="type">html</set>
      <!-- if you want to exclude commands reserved for higher levels -->
      <set name="maxlevel">100</set>
      <!-- Destination can be a file or a ftp url -->
      <set name="destination">test_doc.html</set>
   </settings>
   <settings name="messages">
      <set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
      <set name="kicked">%s^7 was kicked %s</set>
      <set name="banned_by">%s^7 was banned by %s^7 %s</set>
      <set name="banned">%s^7 was banned %s</set>
      <set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
      <set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
      <set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
      <set name="unbanned">%s^7 was un-banned %s</set>
   </settings>
   <settings name="plugins">
      <set name="external_dir">@b3/extplugins</set>
   </settings>
   <plugins><!-- plugin order is important. Plugins that add new in-game commands all depend on the admin plugin. Make sure to have the admin plugin before them. -->

      <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 config="@conf/plugin_welcome.xml" name="welcome" />
      <plugin config="@conf/plugin_punkbuster.xml" name="punkbuster" />
      <!-- The next plugins are external, 3rd party plugins and should reside in the external_dir. Example: -->
      <!-- plugin config="@b3/extplugins/conf/newplugin.xml" name="newplugin" -->

      <!-- You can add new/custom plugins to this list using the same form as above. -->
   </plugins>
</configuration>

The b3.log will be next here in a bit need to let it run at least 3 maps from what I've read here.
Logged

Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 180
Offline Offline
WWW
« Reply #1 on: August 21, 2010, 12:26:39 PM »

try
Code:
ftp://groucho67:katnclan@75.102.38.236/75.102.38.236_port_28960/main/games_mp.log
instead of
Code:
http://ftp://groucho67:katnclan@75.102.38.236/75.102.38.236_port_28960/main/games_mp.log
« Last Edit: August 21, 2010, 12:28:16 PM by Spoon » Logged

Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: CoD4 &amp; CoD5
Posts: 7
Offline Offline
« Reply #2 on: August 21, 2010, 01:56:52 PM »

Thank you for that it did allow the rules to show up but spread out time wise alot.  But we still can't use any commands and i now have the b3.log file for ou to examine if u would plz.

Here it is in a few parts..very long:

100821 10:57:16   BOT       www.BigBrotherBot.com (b3) v1.3.3 [nt] (Daniel) [Win32 standalone]
100821 10:57:16   BOT       Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
100821 10:57:16   BOT       Starting Cod5Parser v1.2.1 for server 75.102.38.236:28960
100821 10:57:16   BOT       --------------------------------------------
100821 10:57:16   BOT       Attempting to connect to database mysql://39453:******@localhost/39453...
100821 10:57:16   BOT       Connected to database [1 times]
100821 10:57:16   BOT       Working in Remote-Log-Mode : http://ftp://groucho67:katnclan@75.102.38.236/75.102.38.236_port_28960/main/games_mp.log
100821 10:57:16   BOT       Starting bot reading file games_mp.log
100821 10:57:16   BOT       Loading Plugins (external plugin directory: C:\39453\extplugins)
100821 10:57:16   BOT       Loading Plugin #1 censor [@conf\plugin_censor.xml]
100821 10:57:16   BOT       CensorPlugin: Loading config @conf\plugin_censor.xml for CensorPlugin
100821 10:57:16   DEBUG   Register Event: Stop Process: CensorPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: CensorPlugin
100821 10:57:16   BOT       Plugin censor (2.2.0 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin #2 spamcontrol [@conf\plugin_spamcontrol.xml]
100821 10:57:16   BOT       SpamcontrolPlugin: Loading config @conf\plugin_spamcontrol.xml for SpamcontrolPlugin
100821 10:57:16   DEBUG   Register Event: Stop Process: SpamcontrolPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: SpamcontrolPlugin
100821 10:57:16   BOT       Plugin spamcontrol (1.1.2 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin #3 admin [@conf\plugin_admin.xml]
100821 10:57:16   BOT       AdminPlugin: Loading config @conf\plugin_admin.xml for AdminPlugin
100821 10:57:16   DEBUG   Register Event: Stop Process: AdminPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: AdminPlugin
100821 10:57:16   BOT       Plugin admin (1.7 - ThorN, xlr8or, Courgette) loaded
100821 10:57:16   BOT       Loading Plugin #4 tk [@conf\plugin_tk.xml]
100821 10:57:16   BOT       TkPlugin: Loading config @conf\plugin_tk.xml for TkPlugin
100821 10:57:16   DEBUG   TkPlugin: tk max level is 40
100821 10:57:16   DEBUG   TkPlugin: Send messages privately ? True
100821 10:57:16   DEBUG   Register Event: Stop Process: TkPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: TkPlugin
100821 10:57:16   BOT       Plugin tk (1.2.4 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin #5 stats [@conf\plugin_stats.xml]
100821 10:57:16   BOT       StatsPlugin: Loading config @conf\plugin_stats.xml for StatsPlugin
100821 10:57:16   DEBUG   AdminPlugin: Command "mapstats (mstats)" registered with cmd_mapstats for level (1, 100)
100821 10:57:16   DEBUG   AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (1, 100)
100821 10:57:16   DEBUG   AdminPlugin: Command "topstats (tstats)" registered with cmd_topstats for level (9, 100)
100821 10:57:16   DEBUG   Register Event: Stop Process: StatsPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: StatsPlugin
100821 10:57:16   BOT       Plugin stats (1.2.3 - ThorN) loaded
100821 10:57:16   BOT 
Logged
Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: CoD4 &amp; CoD5
Posts: 7
Offline Offline
« Reply #3 on: August 21, 2010, 01:58:04 PM »

Here is some more of the b3.log:
   Loading Plugin #6 pingwatch [@conf\plugin_pingwatch.xml]
100821 10:57:16   BOT       PingwatchPlugin: Loading config @conf\plugin_pingwatch.xml for PingwatchPlugin
100821 10:57:16   VERBOSE   Added crontab <bound method PingwatchPlugin.check of <b3.plugins.pingwatch.PingwatchPlugin instance at 0x0125B828>> (19256752) - [0, 45]s -1m -1h -1d -1M -1DOW
100821 10:57:16   DEBUG   AdminPlugin: Command "ci (None)" registered with cmd_ci for level (20, 100)
100821 10:57:16   DEBUG   Register Event: Stop Process: PingwatchPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: PingwatchPlugin
100821 10:57:16   BOT       Plugin pingwatch (1.2.2 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin #7 adv [@conf\plugin_adv.xml]
100821 10:57:16   BOT       AdvPlugin: Loading config @conf\plugin_adv.xml for AdvPlugin
100821 10:57:16   VERBOSE   Added crontab <bound method AdvPlugin.adv of <b3.plugins.adv.AdvPlugin instance at 0x0125BC10>> (19259120) - 0s [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58]m -1h -1d -1M -1DOW
100821 10:57:16   DEBUG   Register Event: Stop Process: AdvPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: AdvPlugin
100821 10:57:16   BOT       Plugin adv (1.1.4 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin #8 status [@conf\plugin_status.xml]
100821 10:57:16   BOT       StatusPlugin: Loading config @conf\plugin_status.xml for StatusPlugin
100821 10:57:16   VERBOSE   Added crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x012652D8>> (19651280) -
  • s -1m -1h -1d -1M -1DOW
100821 10:57:16   DEBUG   Register Event: Stop Process: StatusPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: StatusPlugin
100821 10:57:16   BOT       Plugin status (1.4.1 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin #9 welcome [@conf\plugin_welcome.xml]
100821 10:57:16   BOT       WelcomePlugin: Loading config @conf\plugin_welcome.xml for WelcomePlugin
100821 10:57:16   DEBUG   AdminPlugin: Command "greeting (None)" registered with cmd_greeting for level (20, 100)
100821 10:57:16   DEBUG   Register Event: Stop Process: WelcomePlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: WelcomePlugin
100821 10:57:16   BOT       Plugin welcome (1.1 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin #10 punkbuster [@conf\plugin_punkbuster.xml]
100821 10:57:16   BOT       PunkbusterPlugin: Loading config @conf\plugin_punkbuster.xml for PunkbusterPlugin
100821 10:57:16   VERBOSE   Added crontab <bound method PunkbusterPlugin.rebuildBans of <b3.plugins.punkbuster.PunkbusterPlugin instance at 0x012C85A8>> (19651504) - 0s 0m 0h -1d -1M -1DOW
100821 10:57:16   DEBUG   Register Event: Stop Process: PunkbusterPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: PunkbusterPlugin
100821 10:57:16   BOT       Plugin punkbuster (1.0.8 - ThorN) loaded
100821 10:57:16   BOT       Loading Plugin publist
100821 10:57:16   BOT       PublistPlugin: No config file found for PublistPlugin. (was not required either)
100821 10:57:16   DEBUG   Register Event: Stop Process: PublistPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: PublistPlugin
100821 10:57:16   BOT       Plugin publist (1.5 - ThorN, Courgette) loaded
100821 10:57:16   BOT       Loading Plugin ftpytail
100821 10:57:16   BOT       FtpytailPlugin: No config file found for FtpytailPlugin. (was not required either)
100821 10:57:16   DEBUG   Register Event: Stop Process: FtpytailPlugin
100821 10:57:16   DEBUG   Register Event: Program Exit: FtpytailPlugin
100821 10:57:16   BOT       Plugin ftpytail (1.4 - Bakes) loaded
100821 10:57:16   VERBOSE   0 cid changed from None to -1
100821 10:57:16   DEBUG   Client Connected: [-1] World - WORLD ({})
100821 10:57:16   DEBUG   Storage: getClient <b3.clients.Client object at 0x012C9910>
100821 10:57:16   BOT       Client found in storage 1, welcome back World
100821 10:57:16   DEBUG   Storage: setClient <b3.clients.Client object at 0x012C9910>
100821 10:57:16   DEBUG   Storage: setClient data {'time_add': 1282313286, 'time_edit': 1282413436, 'name': 'World', 'group_bits': 0, 'ip': '', 'auto_login': 1, 'greeting': '', 'pbid': 'WORLD', 'connections': 3, 'mask_level': 0, 'guid': 'WORLD', 'id': 1}
100821 10:57:16   DEBUG   Client Authorized: [-1] World - WORLD
100821 10:57:16   VERBOSE   RCON sending (75.102.38.236:28960) PB_SV_Ver
100821 10:57:17   INFO   PunkBuster Active: Server: PunkBuster Server for WAW (v1.761 | A1409 C2.215) Enabled
100821 10:57:17   VERBOSE   RCON sending (75.102.38.236:28960) say ^0(^2b3^0)^7: ^8www.BigBrotherBot.com ^0(^8b3^0) ^9v1.3.3 [nt] ^9(^3Daniel^9)^3 ^2[ONLINE]
100821 10:57:18   VERBOSE   RCON sending (75.102.38.236:28960) status
100821 10:57:19   INFO   map is: mp_roundhouse
100821 10:57:19   DEBUG   Forcing server cvar g_logsync to 1
100821 10:57:19   VERBOSE   RCON sending (75.102.38.236:28960) set g_logsync 1
100821 10:57:20   VERBOSE   RCON sending (75.102.38.236:28960) fs_game
100821 10:57:20   DEBUG   Get cvar fs_game = ["fs_game" is: "^7" default: "^7"
  Domain is any text]
100821 10:57:20   VERBOSE   RCON sending (75.102.38.236:28960) fs_basepath
100821 10:57:21   DEBUG   Get cvar fs_basepath = ["fs_basepath" is: "C:\game\Groucho67\GameServers\TC15225146072307684257542^7" default: "C:\game\Groucho67\GameServers\TC15225146072307684257542^7"
  Domain is any text]
100821 10:57:21   DEBUG   fs_basepath: C:\game\Groucho67\GameServers\TC15225146072307684257542
100821 10:57:21   VERBOSE   RCON sending (75.102.38.236:28960) fs_homepath
100821 10:57:22   DEBUG   Get cvar fs_homepath = ["fs_homepath" is: "C:\game\Groucho67\GameServers\TC15225146072307684257542^7" default: "C:\game\Groucho67\GameServers\TC15225146072307684257542^7"
  Domain is any text]
100821 10:57:22   DEBUG   fs_homepath: C:\game\Groucho67\GameServers\TC15225146072307684257542
100821 10:57:22   VERBOSE   RCON sending (75.102.38.236:28960) shortversion
100821 10:57:23   DEBUG   Get cvar shortversion = ["shortversion" is: "1^7" default: "1^7"
  Domain is any text]
100821 10:57:23   DEBUG   shortversion: 1
100821 10:57:23   DEBUG   Parser started.
100821 10:57:23   BOT       Starting Plugin censor
100821 10:57:23   DEBUG   Register Event: Say: CensorPlugin
100821 10:57:23   DEBUG   Register Event: Team Say: CensorPlugin
100821 10:57:23   DEBUG   Register Event: Client Name Change: CensorPlugin
100821 10:57:23   DEBUG   Register Event: Client Authenticated: CensorPlugin
100821 10:57:23   BOT       Starting Plugin spamcontrol
100821 10:57:23   DEBUG   Register Event: Say: SpamcontrolPlugin
100821 10:57:23   DEBUG   Register Event: Team Say: SpamcontrolPlugin
100821 10:57:23   DEBUG   AdminPlugin: Command "spamins (None)" registered with cmd_spamins for level (20, 100)
100821 10:57:23   BOT       Starting Plugin admin
100821 10:57:23   DEBUG   Register Event: Say: AdminPlugin
100821 10:57:23   DEBUG   Register Event: Private Message: AdminPlugin
100821 10:57:23   DEBUG   AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)
100821 10:57:23   DEBUG   AdminPlugin: Command "rules (r)" registered with cmd_rules for level (0, 100)
100821 10:57:23   DEBUG   AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)
100821 10:57:23   DEBUG   AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)
100821 10:57:23   DEBUG   AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)
Logged
Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: CoD4 &amp; CoD5
Posts: 7
Offline Offline
« Reply #4 on: August 21, 2010, 02:01:07 PM »

And for the ending part..this looks important:
We really hope someone can help us.  The company uses windows servers..

  VERBOSE   RCON sending (75.102.38.236:28960) set _B3 "B3 v1.3.3 [nt]"
100821 10:57:24   DEBUG   PublistPlugin: publist will send heartbeat at 16:31 every day
100821 10:57:24   VERBOSE   Added crontab <bound method PublistPlugin.update of <b3.plugins.publist.PublistPlugin instance at 0x012C8C60>> (19701712) - 0s 31m 16h -1d -1M -1DOW
100821 10:57:24   BOT       Starting Plugin ftpytail
100821 10:57:24   INFO   FtpytailPlugin: Starting ftpytail thread
100821 10:57:24   DEBUG   PublistPlugin: Sending heartbeat to B3 master...
100821 10:57:24   BOT       Start reading...
100821 10:57:24   DEBUG   AUTODOC: saving html documentation
100821 10:57:24   DEBUG   AUTODOC: get commands with level <= 100
100821 10:57:24   DEBUG   Writing to test_doc.html
100821 10:57:24   VERBOSE   FtpytailPlugin: Connecting to 75.102.38.236 ...
100821 10:57:24   DEBUG   FtpytailPlugin: 500 User 'groucho67' or password is not valid.
100821 10:57:24   VERBOSE   FtpytailPlugin: Lost connection to server, pausing until updated properly
100821 10:57:24   BOT       PAUSING
100821 10:57:24   BOT       PAUSED - Not parsing any lines, B3 will be out of sync.
100821 10:57:24   DEBUG   PublistPlugin: master replied: Server list updated
100821 10:57:25   VERBOSE   FtpytailPlugin: Connecting to 75.102.38.236 ...
100821 10:57:25   DEBUG   FtpytailPlugin: 500 User 'groucho67' or password is not valid.
100821 10:57:25   VERBOSE   FtpytailPlugin: Lost connection to server, pausing until updated properly
Logged
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 180
Offline Offline
WWW
« Reply #5 on: August 21, 2010, 02:05:51 PM »

100821 10:57:25   VERBOSE   FtpytailPlugin: Connecting to 75.102.38.236 ...
100821 10:57:25   DEBUG   FtpytailPlugin: 500 User 'groucho67' or password is not valid.
100821 10:57:25   VERBOSE   FtpytailPlugin: Lost connection to server, pausing until updated properly
The password or username to your servers ftp is wrong
« Last Edit: August 21, 2010, 02:08:52 PM by Spoon » Logged

Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: CoD4 &amp; CoD5
Posts: 7
Offline Offline
« Reply #6 on: August 21, 2010, 02:22:12 PM »

Great thx..I'll look into that and report back here if I have more issues..Thanks again
Logged
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #7 on: August 21, 2010, 02:22:40 PM »

and or you IP got put on the FTP ban list, which just happened to two my bots Sad
Logged
Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: CoD4 &amp; CoD5
Posts: 7
Offline Offline
« Reply #8 on: August 21, 2010, 03:27:50 PM »

ftp ban list?? what is that and why would that occur.  Also are you guys saying the invalidi password is for the database or the rcon.  which one.  This is starting to get a little irritating.  but i will stick with it though
Logged
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 180
Offline Offline
WWW
« Reply #9 on: August 21, 2010, 04:19:55 PM »

The ftp password

An ftp ban list is the banlist on the ftp software that the company your hosting from is using.
They can ban ips from connecting to the servers ftp. If you are using a diffrent company to host your B3 you might need to think about telling your game server company that you are using B3 as they might of banned the ip due to high download from B3 always downloading your games_log.log.
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #10 on: August 22, 2010, 10:29:18 AM »

Spoon about coved it, But in my case my b3 ftp account got stuffed up some how, then recreated. because that computer had so many "failed" login attempts the GSP (game service provider) blocked that IP
Logged
Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: CoD4 &amp; CoD5
Posts: 7
Offline Offline
« Reply #11 on: August 26, 2010, 10:26:40 AM »

Well, b3 is now working just fine.  Thanks to everyone who posted to try and help me out..truly appreciated. 

I do however have a problem..We have a antinoob plugin and i have 2 files with it.  antinoob.xml and antinoob.py

where exactly do i place these files for this to actually work.  Can someone plz help me with this.  I would really be grateful..

Thanks in advance..
Logged
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 180
Offline Offline
WWW
« Reply #12 on: August 26, 2010, 11:26:03 AM »

Place "antinoob.py" in "b3/b3/extplugins/"
&
Place "antinoob.xml" in "b3/b3/extplugins/conf/"
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #13 on: August 26, 2010, 05:18:43 PM »

make sure to also change your password you left your login info in your first post for: <set name="game_log">

and edit the b3.xml to reflect the new plugin
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal