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?
November 20, 2008, 03:35:13 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 1443 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
Log playtime from buddys ...
by Temar
[Today at 10:33:57 AM]

Vote Core module and Simp...
by Temar
[November 19, 2008, 09:26:52 AM]

Restrict access for one m...
by Organizer
[November 19, 2008, 03:21:19 AM]

Custom / Revised Modules ...
by Elesar1
[November 17, 2008, 03:51:46 PM]

TWC
by Temar
[November 16, 2008, 11:39:12 AM]

Are there any FUN modules...
by Elesar1
[November 15, 2008, 07:39:15 PM]

Call to a member function...
by exxie
[November 15, 2008, 09:29:31 AM]

Ported Modules
by Alreadythere
[November 14, 2008, 06:10:07 PM]

cURL and other non-defaul...
by Temar
[November 14, 2008, 04:11:44 PM]

Delete member from Bot al...
by Alreadythere
[November 14, 2008, 12:17:54 PM]
Stats
Members
Total Members: 1235
Latest: DDDepressionnn
Stats
Total Posts: 11034
Total Topics: 1495
Online Today: 15
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 4
Guests: 16
Total: 20
xlDanek
upstart
Temar

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.436 seconds with 29 queries. (Pretty URLs adds 0.033s, 4q)
Loading...