Currently there is 1 visitor.Page has been viewed 295172 times.Load time: 0.0809 seconds.Powered by MyAAC.
select `value` from `myaac_config` where `name` = ? limit 1
select * from `myaac_settings`
select count(*) as aggregate from `towns`
select `name` from `myaac_pages` where `access` <= ? and `hide` != ?
select accounts.country, players.id, players.name, players.account_id, players.level, players.vocation, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, `skill_fishing` as `value` from `players` inner join `accounts` on `accounts`.`id` = `players`.`account_id` where `players`.`vocation` in (?) and `players`.`id` not in (?, ?, ?, ?, ?) and `deletion` = ? and `players`.`group_id` < ? order by `value` desc limit 101 offset 0
update `myaac_config` set `value` = ? where `name` = ?
delete from `myaac_visitors` where `lastvisit` < ?
select exists(select * from `myaac_visitors` where `ip` = ?) as `exists`
insert into `myaac_visitors` (`ip`, `page`, `user_agent`) values (?, ?, ?)
select `name`, `link`, `blank`, `color`, `category` from `myaac_menu` where `template` = ? order by `category` asc, `ordering` asc
select count(*) as aggregate from `myaac_visitors`