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)New to this HELP
Pages: [1] 2   Go Down
  Print  
Author Topic: New to this HELP  (Read 880 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD UO
Posts: 7
Offline Offline
« on: October 21, 2010, 08:03:25 AM »

Hi,
 I have installed the B3 on my UO server. The Welcome message comes up, and thats it. None of the commands work or anything. I am totally new to this, so if some one with some patence can help me get this working, it would be greatly appreciated. I have read around in the forums, but I cant find what i need.
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: October 21, 2010, 08:10:28 AM »

Hi,

You will get help by posting your b3.xml and b3.log (hide passwords).
Keep in mind that we need enough info from you to be able to reproduce your issue.
Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #2 on: October 21, 2010, 08:26:48 AM »

Hi,
 I have installed the B3 on my UO server. The Welcome message comes up, and thats it. None of the commands work or anything. I am totally new to this, so if some one with some patence can help me get this working, it would be greatly appreciated. I have read around in the forums, but I cant find what i need.

your issue is easy =)
if you have the message like what your bot connect on server and none of commands works , it might be a problem from your link to gamelog
post your B3.xml and be sure to remove the password of your ftp link ( if you use one ) , remove the password of your DB and your rcon !
also if you use a ftp link , try to go on internet with it
« Last Edit: October 21, 2010, 08:38:27 AM by mona » Logged
Newbie
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD UO
Posts: 7
Offline Offline
« Reply #3 on: October 22, 2010, 03:05:37 PM »

your issue is easy =)
if you have the message like what your bot connect on server and none of commands works , it might be a problem from your link to gamelog
post your B3.xml and be sure to remove the password of your ftp link ( if you use one ) , remove the password of your DB and your rcon !
also if you use a ftp link , try to go on internet with it

I can connect to FTP, I get an error as well that says cannot connect to DB...I think thats where I went wrong, I dont know how to make a DB
 <?xml version="1.0" ?>
- <configuration>
- <settings name="b3">
  <set name="parser">cod</set>
  <set name="database">mysql://Joe:@69.28.221.8/b3_db</set>
  <set name="bot_name">B3</set>
  <set name="bot_prefix">^0(^2b3^0)^7:</set>
  <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
  <set name="time_zone">EST</set>
  <set name="log_level">22</set>
  <set name="logfile">/path/to/b3.log</set>
  </settings>
- <settings name="server">
  <set name="rcon_password"></set>
  <set name="port">28960</set>
  <set name="game_log">http://ftp://Sarnoj:@Sarnoj@69.28.221.8/uo</set>
  <set name="public_ip">69.28.221.8</set>
  <set name="rcon_ip">69.28.221.8</set>
  <set name="punkbuster">on</set>
  </settings>
- <settings name="autodoc">
  <set name="type">html</set>
  <set name="maxlevel">100</set>
  <set name="destination">C:\\Program Files\\BigBrotherBot_1.4.0/log.html</set>
  </settings>
- <settings name="messages">
  <set name="kicked_by">%s^7 was kicked by %s^7 %sThe Supreme Being</set>
  <set name="kicked">%s^7 was kicked %sThe Supreme Being</set>
  <set name="banned_by">%s^7 was banned by %s^7 %sThe Supreme Being</set>
  <set name="banned">%s^7 was banned %sThe Supreme Being</set>
  <set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %sThe Supreme Being</set>
  <set name="temp_banned">%s^7 was temp banned for %s^7 %sThe Supreme Being</set>
  <set name="unbanned_by">%s^7 was un-banned by %s^7 %sThe Supreme Being</set>
  <set name="unbanned">%s^7 was un-banned %sThe Supreme Being</set>
  </settings>
- <settings name="plugins">
  <set name="external_dir">C:\\Program Files\\BigBrotherBot_1.4.0\\extplugins</set>
  </settings>
- <plugins>
  <plugin name="censor" config="@conf/plugin_censor.xml" />
  <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml" />
  <plugin name="admin" config="@conf/plugin_admin.xml" />
  <plugin name="tk" config="@conf/plugin_tk.xml" />
  <plugin name="stats" config="@conf/plugin_stats.xml" />
  <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml" />
  <plugin name="adv" config="@conf/plugin_adv.xml" />
  <plugin name="status" config="@conf/plugin_status.xml" />
  <plugin name="welcome" config="@conf/plugin_welcome.xml" />
  <plugin name="punkbuster" config="@conf/plugin_punkbuster.xml" />
  <plugin name="xlrstats" config="C:\\Program Files\\BigBrotherBot_1.4.0\\extplugins" />
  </plugins>
  </configuration>
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #4 on: October 22, 2010, 03:20:11 PM »

You need access to a MySQL database. If you do not know how to do it, I'm sure whoever you have your webhosting can assist you with that.
Logged
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #5 on: October 22, 2010, 09:21:53 PM »

<set name="game_log">http://ftp://Sarnoj:@Sarnoj@69.28.221.8/uo</set>
you have to put your FTP link for game_log
for make a DB , DL wampserver
when you dl it , you launch it , then you do a right clik
( )
you click PHPmyadmin , you should have a webpage which appear,
then :MySQL localhost
Create new database : you put : B3
--> create
 you click on Privileges , --> add new user -->
login information : username : B3
pasword : putapassword
retype : putagainthepassword

Database for user :
you chose ->  Grant all privileges on database "aa"
and you click go

now click Import , and browser b3.sql ( in your B3 folder .. ) --> Go
click again import , and browser xlrstats.sql ( in your B3 folder also ) --> Go

and then you have your DB ..
« Last Edit: October 22, 2010, 09:28:28 PM by mona » Logged
Newbie
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD UO
Posts: 7
Offline Offline
« Reply #6 on: October 25, 2010, 02:36:37 AM »


So far so good, up to the point where I import b3 sql...I get
  #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?xml version="1.0"?> <configuration> <settings name="b3"> <set name="pars' at line 1




<set name="game_log">http://ftp://Sarnoj:@Sarnoj@69.28.221.8/uo</set>
you have to put your FTP link for game_log
for make a DB , DL wampserver
when you dl it , you launch it , then you do a right clik
( )
you click PHPmyadmin , you should have a webpage which appear,
then :MySQL localhost
Create new database : you put : B3
--> create
 you click on Privileges , --> add new user -->
login information : username : B3
pasword : putapassword
retype : putagainthepassword

Database for user :
you chose ->  Grant all privileges on database "aa"
and you click go

now click Import , and browser b3.sql ( in your B3 folder .. ) --> Go
click again import , and browser xlrstats.sql ( in your B3 folder also ) --> Go

and then you have your DB ..
Logged
Newbie
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD UO
Posts: 7
Offline Offline
« Reply #7 on: October 25, 2010, 02:56:31 AM »

<set name="game_log">http://ftp://Sarnoj:@Sarnoj@69.28.221.8/uo</set>
you have to put your FTP link for game_log
for make a DB , DL wampserver
when you dl it , you launch it , then you do a right clik
( )
you click PHPmyadmin , you should have a webpage which appear,
then :MySQL localhost
Create new database : you put : B3
--> create
 you click on Privileges , --> add new user -->
login information : username : B3
pasword : putapassword
retype : putagainthepassword

Database for user :
you chose ->  Grant all privileges on database "aa"
and you click go

now click Import , and browser b3.sql ( in your B3 folder .. ) --> Go
click again import , and browser xlrstats.sql ( in your B3 folder also ) --> Go

and then you have your DB ..
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #8 on: October 25, 2010, 05:03:15 AM »

So far so good, up to the point where I import b3 sql...I get
  #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?xml version="1.0"?> <configuration> <settings name="b3"> <set name="pars' at line 1


Are you using B3 version 1.4.0? If so, maybe redownload it to be sure the b3.sql file wasn't corrupted in the download?
Logged
Newbie
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD UO
Posts: 7
Offline Offline
« Reply #9 on: October 25, 2010, 07:35:49 AM »

I found it, let me try again

Are you using B3 version 1.4.0? If so, maybe redownload it to be sure the b3.sql file wasn't corrupted in the download?
« Last Edit: October 25, 2010, 07:37:38 AM by joefhp » Logged
Newbie
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD UO
Posts: 7
Offline Offline
« Reply #10 on: October 25, 2010, 08:07:16 AM »

Still getting failed on conencting to DB. Get the welcome message in server, but thats it. Lost...



I found it, let me try again

Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #11 on: October 25, 2010, 09:01:13 AM »

Replied in your other post. Smiley http://www.bigbrotherbot.net/forums/installation-support/b3-installation-issue/
Logged
Newbie
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD UO
Posts: 7
Offline Offline
« Reply #12 on: October 25, 2010, 03:32:08 PM »

I dont think thats my post  LOL


Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #13 on: October 25, 2010, 06:00:31 PM »

Oops, glanced at the name and saw the J but missed that it was a different person! Smiley
Logged
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: UrT
Posts: 117
Offline Offline
WWW
« Reply #14 on: October 28, 2010, 02:38:26 PM »

Did u check all privileges for DB user u made?
Logged

Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal