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: !bid  (Read 1551 times)

0 Members and 1 Guest are viewing this topic.

Offline neongen

  • BeBot User
  • **
  • Posts: 64
  • Karma: +0/-0
!bid
« on: August 20, 2006, 09:50:25 pm »
have a little problem with my !bid command.

when i use !bid <number> (tryed 2, 5 and 10) the bot restart and give me this error

Fatal error: Cannot use string offset as an array in C:\halocom\modules\bid.php on line 116

this is whats on line 116
$result = $result[0][0] / 10;

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: !bid
« Reply #1 on: August 21, 2006, 08:53:04 am »
Find:
Code: [Select]
$result = $this -> bot -> db -> select("SELECT points FROM raid_points WHERE id = " . $this -> points_to($name));
$result = $result[0][0] / 10;

Change to:
Code: [Select]
$result = $this -> bot -> db -> select("SELECT points FROM raid_points WHERE id = " . $this -> points_to($name));
if (empty($result))
{
    $this -> bot -> send_tell($name, "You appear to not have any points yet. No points table entry found.");
return false;
}

$result = $result[0][0] / 10;
BeBot Founder and Fixer Kingpin

Offline neongen

  • BeBot User
  • **
  • Posts: 64
  • Karma: +0/-0
Re: !bid
« Reply #2 on: August 21, 2006, 11:42:34 am »
thx now i don#t have that problem anymore  :)

 

* 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: 407
  • 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