Did you know?

That you can make each of your God's a god of something?



Simply go to your religion home page, click on a God picture and once it is shaded enter a name into the box at the top of the Gods block.

Sorry, this user profile does not exist!



Why not check out these profiles?

16 queries took 7 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `profiles`11111
2DESCRIBE `users`10101
3DESCRIBE `comments`550
4DESCRIBE `religions`11111
5DESCRIBE `symbols`550
6DESCRIBE `commandments`440
7DESCRIBE `holidays`440
8DESCRIBE `sins`991
9DESCRIBE `sins_tags`661
10DESCRIBE `tasks`550
11DESCRIBE `beliefs`12121
12DESCRIBE `beliefs_categories`441
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