L* R*
HOME FORUM DOWNLOADS
Content
  Links
     Browse SVN
     SVN Commit log
     Documentation (Wiki)
  Developers
     Taskmanager
User
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 04, 2008, 04:57:28 PM

Login with username, password and session length
Search



Advanced search
Support GoPHP5.org
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Information > News > Topic: BeBot v0.2.8 released
Pages: [1]   Go Down
« previous next »
Print
Author Topic: BeBot v0.2.8 released  (Read 1481 times)
0 Members and 1 Guest are viewing this topic.
Khalem
BeBot Founder
Administrator
Grandmaster
********
Offline Offline

Gender: Male
Posts: 670



WWW
BeBot v0.2.8 released
« on: August 24, 2006, 01:19:20 PM »

This is a maintenance release.

Changelog
- Fix a bug in the Bid module causing bot to crash if someone with no raid_points entry tries to bid.
- Fix a bug in the Rooster_RAID module causing crash if someone joins pgroup that is not in the members table.
- Increase default max_blobsize to 12000.
- Rooster_GUILD.php and Rooster_RAID.php has been renamed to Roster_GUILD.php and Roster_RAID.php.
  Make sure you delete the old modules if upgrading.
- Roster_GUILD.php now also adds the guild and updated coloumn to the members table to avoid problems for people
  switching between a guildbot and raidbot setup.

Downloads
http://files.shadow-realm.org/bebot/BeBot_v0.2.8.tar.gz
http://files.shadow-realm.org/bebot/BeBot_v0.2.8.zip

The php bundle:
http://files.shadow-realm.org/bebot/BeBot-php_v5.1.5.zip
Logged

BeBot Founder and Fixer Kingpin
Madman coder and destroyer of good code
Malosar
Expert
*****
Offline Offline

Posts: 259


WWW
Re: BeBot v0.2.8 released
« Reply #1 on: August 28, 2006, 08:30:54 AM »

Quote from: Khalem on August 24, 2006, 01:19:20 PM
- Rooster_GUILD.php and Rooster_RAID.php has been renamed to Roster_GUILD.php and Roster_RAID.php.

awww no more Rooster! I hear Alice in Chains playing the funeral dirge....
Logged

Eternalist
General of The Syndicate
jjones666
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Re: BeBot v0.2.8 released
« Reply #2 on: September 10, 2006, 05:46:29 AM »

Typo in admin.php:

$res = $this -> bot -> db -> select("SELECT name FROM admin_members WHERE name = '" . ucfirst(strtolower($member)) . "' AND admin_group = " . $result[0][0]);

Line 217/218 - missing second ' after " for name.

Cheers,

-jj-
Logged
Khalem
BeBot Founder
Administrator
Grandmaster
********
Offline Offline

Gender: Male
Posts: 670



WWW
Re: BeBot v0.2.8 released
« Reply #3 on: September 10, 2006, 08:35:05 AM »

Fixed. Thanx for the report.
Logged

BeBot Founder and Fixer Kingpin
Madman coder and destroyer of good code
jjones666
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Re: BeBot v0.2.8 released
« Reply #4 on: September 20, 2006, 12:30:50 PM »

in bot.php, the fix detailed here: http://bebot.shadow-realm.org/index.php/topic,234.0

is not complete (i think):

code:

preg_match("/^(.*)<a href=\"(.+)\">(.*)$/isU", $msg, $info);
$content = explode("\n", $info[2]);

should be:

preg_match("/^(.*)<a href=\"(.+)\">(.*)$/isU", $msg, $info);
$info[2] = str_replace("<br>","\n",$info[2]);
$content = explode("\n", $info[2]);

at least I think so :-)

-jj-
Logged
Khalem
BeBot Founder
Administrator
Grandmaster
********
Offline Offline

Gender: Male
Posts: 670



WWW
Re: BeBot v0.2.8 released
« Reply #5 on: September 21, 2006, 10:00:18 AM »

Ok, this is getting freaky. I know for a fact that i fixed that in 0.2 a long time ago Sad
Logged

BeBot Founder and Fixer Kingpin
Madman coder and destroyer of good code
jjones666
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Re: BeBot v0.2.8 released
« Reply #6 on: September 21, 2006, 11:05:15 AM »

Np Khalem, its been in mine a long time too, new user sent me a tell yesterday was how I noticed :-)

Cheers mate,

-jj-
Logged
Dabaron
Apprentice
***
Offline Offline

Gender: Male
Posts: 145


Re: BeBot v0.2.8 released
« Reply #7 on: September 21, 2006, 12:12:37 PM »

Yeah, in the one in the .3 brance I noticed it was fixed but not in the .2 branch.  I just found the post on it from Naturalistic a long time ago and fixed mine   Wink
Logged
jjones666
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Re: BeBot v0.2.8 released
« Reply #8 on: September 22, 2006, 11:49:59 AM »

Hi Khalem,

If you restart the bot (loading from batch file), it quits to the command line, previously restart actually restarted :-)

Not a major issue for me as its just a raidbot which I turn off manually, can imagine would be a pain for an org tho.

Cheers,

-jj-
Logged
Pages: [1]   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Information > News > Topic: BeBot v0.2.8 released
« previous next »
 
Jump to:  

Recent
online not working after ...
by Alreadythere
[Today at 03:53:28 PM]

Bot not working after tod...
by Alreadythere
[Today at 01:04:41 PM]

Tokens Calulator
by Temar
[December 03, 2008, 01:09:03 PM]

Bebot does not work with ...
by IKShadow
[December 03, 2008, 08:54:04 AM]

!items database
by Temar
[December 03, 2008, 07:27:59 AM]

massive_pvp_time_table 1
by Sudoka
[December 03, 2008, 06:49:07 AM]

Log playtime from buddys ...
by IKShadow
[December 02, 2008, 06:48:12 AM]

[request] Raid timers
by Elesar1
[December 01, 2008, 04:41:09 PM]

Shared DB online list
by Temar
[December 01, 2008, 01:55:47 AM]

relay colors
by Temar
[December 01, 2008, 01:54:56 AM]
Stats
Members
Total Members: 1246
Latest: Vingus
Stats
Total Posts: 11192
Total Topics: 1508
Online Today: 21
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 5
Guests: 13
Total: 18
upstart
daltarak
vikor
Sudoka
Glarawyn

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.8 © Bloc | NewDef design by Bloc
Page created in 0.529 seconds with 29 queries. (Pretty URLs adds 0.03s, 4q)
Loading...