Did you know?

That you can reorder the priority of the beliefs in your profile by dragging them into position?



The changes will automatically be made to your profile.

Sorry, this user profile does not exist!



Why not check out these profiles?

16 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `profiles`11111
2DESCRIBE `users`10100
3DESCRIBE `comments`550
4DESCRIBE `religions`11110
5DESCRIBE `symbols`550
6DESCRIBE `commandments`440
7DESCRIBE `holidays`440
8DESCRIBE `sins`991
9DESCRIBE `sins_tags`660
10DESCRIBE `tasks`550
11DESCRIBE `beliefs`12120
12DESCRIBE `beliefs_categories`440
13DESCRIBE `beliefs_tags`550
14DESCRIBE `countries`220
15SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`created`, `User`.`last_login`, `User`.`activated`, `User`.`activate_key`, `User`.`password_key`, `User`.`belief`, `Profile`.`id`, `Profile`.`forename`, `Profile`.`surname`, `Profile`.`date_of_birth`, `Profile`.`gender`, `Profile`.`user_id`, `Profile`.`photo`, `Profile`.`country_id`, `Profile`.`important_thing`, `Profile`.`first_memory`, `Profile`.`happen_after_death` FROM `users` AS `User` LEFT JOIN `profiles` AS `Profile` ON (`Profile`.`user_id` = `User`.`id`) WHERE `User`.`username` = 'robots.txt' LIMIT 1000
16SELECT `Profile`.`id`, `Profile`.`forename`, `Profile`.`surname`, `Profile`.`date_of_birth`, `Profile`.`gender`, `Profile`.`user_id`, `Profile`.`photo`, `Profile`.`country_id`, `Profile`.`important_thing`, `Profile`.`first_memory`, `Profile`.`happen_after_death`, `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`created`, `User`.`last_login`, `User`.`activated`, `User`.`activate_key`, `User`.`password_key`, `User`.`belief`, `Country`.`id`, `Country`.`name` FROM `profiles` AS `Profile` LEFT JOIN `users` AS `User` ON (`Profile`.`user_id` = `User`.`id`) LEFT JOIN `countries` AS `Country` ON (`Profile`.`country_id` = `Country`.`id`) WHERE `Profile`.`user_id` IS NULL LIMIT 1000