Did you know?

That the more you contribute to the site the more your profile will become visible at various places throughout the site.



Contribute openly and show the world you're a guru!

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`990
9DESCRIBE `sins_tags`660
10DESCRIBE `tasks`550
11DESCRIBE `beliefs`12121
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