I have gone through the logs and it states, "COULD NOT CONNECT TO A DATABASE"
So I see what going wrong.. The python is out of date, but everything is hosted on 1 box. So the FTP need is not there.
What is the order that I have to enter my database details. As I think this is where I am failing..
mysql://nene_serverbot:USER_PASWORDHERE@173.242.101.242/nene_fzdbot
I have tried localhost but no luck. I can successfully load the b3 editor. And understand the idea around the connection. The database has been made user has been assigned. all access. I am using cPanel / WHM so I used MySQL, rather than doing it via phpMyadmin.
This was the output;
Starting
www.BigBrotherBot.com (b3) v1.3.2 [posix] (Daniel)
Using config file: /home/nene/.gameservers/cod4_2/b3/conf/b3.xml
Using external plugin directory: /home/nene/.gameservers/cod4_2/b3/extplugins/conf
Activating log : /home/nene/.gameservers/cod4_2/b3/cod4_2.log
Connecting to DB : FAILED!
Using Gamelog : /home/nene/.gameservers/cod4_2/main/games_mp.log
Traceback (most recent call last):
File "/home/nene/b3/b3/run.py", line 152, in main
run(config=options.config, nosetup=options.nosetup)
File "/home/nene/b3/b3/run.py", line 116, in run
b3.start(config, nosetup)
File "/home/nene/b3/b3/__init__.py", line 154, in start
console = parser(conf)
File "/home/nene/b3/b3/parser.py", line 306, in __init__
self.input.seek(0, os.SEEK_END)
AttributeError: 'module' object has no attribute 'SEEK_END'
root@server [/home/nene/b3]#
The Log is also provided
<script src="
http://pastie.org/2374467"></script>