Contact Us
Sign In
Don't have an account?
(default) 2 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1INSERT INTO `icledev_cir_dev`.`log_page_hits` (`user_id`, `user_role`, `school_id`, `model`, `request_uri`, `user_ip`, `http_user_agent`, `php_self`, `query_string`, `server_name`, `created`) VALUES (0, '0', 0, '', '/', '216.73.216.107', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '/index.php', '', 'remoteupclosedev.icledev.com', '2025-12-08 13:18:06')110
2SELECT `User`.`id`, `User`.`first_name`, `User`.`last_name`, `User`.`last_first`, `User`.`role`, `User`.`last_login`, `User`.`profile_image_file_name`, `User`.`invalid_password`, `District`.`name`, `School`.`name`, `School`.`id`, `School`.`enable_dsei`, `School`.`dsei_cycle_num`, `School`.`enable_fat_dll`, `School`.`enable_fat_data_teams`, `School`.`enable_fat_read180`, `School`.`enable_fat_bold_school`, `School`.`enable_math_solutions`, `School`.`enable_virtual_learning`, `School`.`enable_fat_rcd`, `School`.`enable_dlq`, `School`.`dlq_cycle_num`, `School`.`enable_cir`, `School`.`leadership_academy_2017`, `School`.`leadership_academy_2018`, `School`.`enable_dleadact`, `School`.`dleadact_cycle_num`, `School`.`leadership_academy_2020`, `School`.`enable_advisory_module`, `School`.`self_directed_training`, `School`.`rigor_relevance`, `School`.`lafile_file_name` FROM `icledev_cir_dev`.`users` AS `User` LEFT JOIN `icledev_cir_dev`.`districts` AS `District` ON (`District`.`id` = `User`.`district_id` AND `District`.`status` = '1') LEFT JOIN `icledev_cir_dev`.`schools` AS `School` ON (`School`.`id` = `User`.`school_id` AND `School`.`status` = '1') WHERE `User`.`status` = 1 AND `User`.`id` IS NULL ORDER BY `User`.`last_first` ASC LIMIT 1000