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: Orgrank level - Alts.php function  (Read 1702 times)

0 Members and 1 Guest are viewing this topic.

Offline Wolfbiter

  • Contributor
  • *******
  • Posts: 149
  • Karma: +0/-0
    • KAZE
Orgrank level - Alts.php function
« on: October 23, 2006, 12:20:21 am »
Ever wanted to code a command based on someone rank in org?
This will return someones lowest numeric rank value (0 for president, 1 general/advisor, etc etc...) for any alt of $name

You will have to modify the query ($qry) to fit your whoiscache info!

Code: [Select]
function highest_rank($name) {
$main = $this->main($name);
$alts = $this->get_alts($main);
$alts[] = $main;
$ret = 99;
foreach ($alts as $alt) {
$qry = "select org_rank_id, org_name from whois where name='$alt'";
$whois = $this -> bot -> db -> select($qry);
if ($whois[0][1] == $this->bot->guildname && $whois[0][0] < $ret)
$ret = $whois[0][0];
}
return $ret;
}
Too many toons.

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: Orgrank level - Alts.php function
« Reply #1 on: October 29, 2006, 11:48:57 pm »
Nice one :)
BeBot Founder and Fixer Kingpin

 

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