collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Raid Planner Module  (Read 28262 times)

0 Members and 2 Guests are viewing this topic.

Offline Wizhk

  • BeBot Apprentice
  • ***
  • Posts: 85
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #15 on: March 13, 2009, 10:20:13 pm »
Simple enough to just do -10 each time..

Wizhk

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #16 on: March 26, 2009, 10:47:16 pm »
You need to take a look on sql injection... There are atleast one weak point in the notes where you do not mysqlsafe text added.

EDIT:

Line 745
Add: $notes = mysql_real_escape_string($notes);

Line 746
Old: $query =  "UPDATE #___RC_Signups SET `notes` = '$notes' WHERE `player` = '$main'";
New: $query =  "UPDATE #___RC_Signups SET `notes` = '$notes' WHERE `player` = '$main' AND `raidid` = '$event'";

« Last Edit: March 29, 2009, 04:30:54 pm by Getrix »
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Allisande

  • BeBot User
  • **
  • Posts: 68
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #17 on: May 16, 2009, 12:05:27 am »
Im having an issue.  When I try do !raidevent i get the click Here.  I do...get the Raid Event Admin...click it and I am getting "Another raidevent session is in use by Allisande"

Offline Allisande

  • BeBot User
  • **
  • Posts: 68
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #18 on: May 16, 2009, 01:24:31 am »
Also this only happens if someone else has clicked the create an event deal.  And then once that happens only the first person to try it can do it until the bot is restarted.

Offline Allisande

  • BeBot User
  • **
  • Posts: 68
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #19 on: May 30, 2009, 01:07:52 am »
Tried to delete an event and I got the same message.  You can not.....because there is already a raid session in use by Allisande

Offline Shakor

  • BeBot User
  • **
  • Posts: 45
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #20 on: June 05, 2009, 06:36:37 pm »
Is it possible to mass invite all the signed up members into a raid?

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #21 on: June 05, 2009, 08:48:35 pm »
When 1.05 hits live it should be possible to add link to a command so ppl can get invited by clicking nick ex.
But its not possible to invite to raid via /command yet.
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Shakor

  • BeBot User
  • **
  • Posts: 45
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #22 on: June 05, 2009, 09:25:52 pm »
Ah yeah your right forgot about that. Too bad.

Offline pint0

  • BeBot Rookie
  • *
  • Posts: 2
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #23 on: June 09, 2009, 03:45:25 pm »
Heya, just installed this module but im getting the following error once i try to add an event:

Warning: Invalid argument supplied for foreach() in /bot/custom/modules/raidcal.php on line 884

line 884 is : foreach ($this->events as $event)

I already created raidtypes and they are correctly displayed so im a bit clueless on what the problem is.

Thx in advance.
« Last Edit: June 09, 2009, 04:12:21 pm by pint0 »

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Raid Planner Module
« Reply #24 on: June 11, 2009, 12:18:39 am »
basicly that error is cause by $this -> events not being an array which is usually because there is no events stored in it

Offline pint0

  • BeBot Rookie
  • *
  • Posts: 2
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #25 on: June 11, 2009, 06:09:17 pm »
well thing is i can't create events at all, when i use the links from the windows created they dont do anithing, tough if i use them manualy i can triger some actions. still no clue what is wrong :S

Offline toxicman

  • BeBot Rookie
  • *
  • Posts: 5
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #26 on: June 15, 2009, 02:26:51 pm »
Hey!

I found this module useful, but it doesnt work correct for me.

There are 2 things at least:

1) In the configuration tool when you trying to create a raid event or change anything, it adds extra space as in:

To [Painbot]: !raidevent new  day 1245009600

adds an extra space after "new"
or

To [Painbot]: !raidevent new  type 7

same thing..

if i do it manually its ok, but cant set the date correct,
To [Painbot]: !raidevent new day 1245009600
[Painbot]: Can not use a date that is in the past

(if i choose next day, it works though)


2) Text color in the links are black. So I have to select all text to read it.. as in:

Raid Event Admin


Currently there are 0 events:

To create a new event, click here


"raid event admin" is red, rest is black, and only can see link on "here" cause its blue.





Any way to fix it ? :)

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: Raid Planner Module
« Reply #27 on: June 15, 2009, 06:22:05 pm »
ive been playing with the module my self, aparently the extra space is because it should have an id number there thats missing or somit, as for if its required i duno

Offline toxicman

  • BeBot Rookie
  • *
  • Posts: 5
  • Karma: +0/-0
Re: Raid Planner Module
« Reply #28 on: June 16, 2009, 05:46:12 pm »
doesnt req ID number i think, i have set events manually just removing that space..
wtb that module fixed :)

Offline Drizzurdeen

  • BeBot Apprentice
  • ***
  • Posts: 193
  • Karma: +0/-0
    • Obsidian-Cult
Re: Raid Planner Module
« Reply #29 on: July 09, 2009, 05:52:27 pm »
ok perfekt mod ... we use it ... and it is really wunderful but ....

it would be nice wenn the raid-overview would be like this:

this ist teh viewing now

Quote
Details of raid:
#17 T1VISTRIX on Wednesday 15th Jul at 7:00pm CEST for 0 dkp points
Notes:
Wenn noch Zeit und Laune ist wollen wir danach noch Killi machen ::: Invite ist ab 19:00 ::: Start ist 19:30
Attending:
Sinella
Bragi
Bullwy
DrizzurdenNotes
Eimsbuscher
Nissaia
Silmarwen
Lewiathan
Andorius

Declined:
Für dieses Event hat sich kein Mitglied angemeldet
Signup for this event
Decline this event
Broadcast in guild

would be nice wenn the raid-view would like this:
Quote
Details of raid:
#17 T1VISTRIX on Wednesday 15th Jul at 7:00pm CEST for 0 dkp points
Notes:
Wenn noch Zeit und Laune ist wollen wir danach noch Killi machen ::: Invite ist ab 19:00 ::: Start ist 19:30
Attending:
Guardian:
- Sinella LVL X
- Bragi LVL X
- Bullwy LVL X
Tempset of Set:
- Drizzurden LVL x
Herold of Xotli:
- Eimsbuscher LVL X
- Nissaia LVL X
Ranger:
- Silmarwen
- Lewiathan
- Andorius

Declined:
Für dieses Event hat sich kein Mitglied angemeldet
Signup for this event
Decline this event
Broadcast in guild

would be nice if someone could help me to get the Raid-View like this ... would be easier to manage the raid when i could see what kind of class and lvl the attending chars are ...

thank Drizzurdeen

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 287
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal