cyberkero

He/she is the founder of tcilfnoc.

Sins Committed

  • conflict

More About Me..

on 22/7/08

hope that everything will change

i forgot it as everyone else did

what happens to everyone else

My Strongly Held Beliefs..

  • i dont particularly care if there is i mean why should i believe in what is yet to happen time will set its course and if i live on it is due to a natural force, not predestined nor affected what do you think?

  • life is what i feel it is and not a particular meaning. if you can define the meaning of life one should do so in the state of mind that they are not completly sure of their answer. i dismiss a meaning and dont think of anything to do with that question is this true?

  • god is a term formed by those who believe it. if a god exists he shall do as he pleases. if there is a god i dont feel fit to listen to his teachings as authority causes conflict nor shall i critisize them as they may lead to peace. have your say!

  • i enjoy the thought that it exists though i do not care if it does. i will be here for a select time and no longer therefore i shouldnt care when it started, if it started, when it ends or if it ends. have your say!

29 queries took 3 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `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` = 'cyberkero' LIMIT 1111
2SELECT `Comment`.`id`, `Comment`.`user_id`, `Comment`.`content`, `Comment`.`created`, `Comment`.`modified` FROM `comments` AS `Comment` WHERE `Comment`.`user_id` IN (171) 110
3SELECT `Task`.`id`, `Task`.`title`, `Task`.`description`, `Task`.`url`, `Task`.`type` FROM `tasks` AS `Task` JOIN `tasks_users` ON (`tasks_users`.`user_id` = 171 AND `tasks_users`.`task_id` = `Task`.`id`) WHERE `tasks_users`.`completed` = "0" 330
4SELECT `Belief`.`id`, `Belief`.`title`, `Belief`.`prefix`, `Belief`.`description`, `Belief`.`belief_id`, `Belief`.`beliefs_category_id`, `Belief`.`created`, `Belief`.`modified`, `Belief`.`obj_id`, `Belief`.`user_id`, `Belief`.`photo`, `Belief`.`main` FROM `beliefs` AS `Belief` JOIN `beliefs_users` ON (`beliefs_users`.`user_id` = 171 AND `beliefs_users`.`belief_id` = `Belief`.`id`) WHERE 1 = 1 ORDER BY `beliefs_users`.`priority` ASC 440
5SELECT `Sin`.`id`, `Sin`.`title`, `Sin`.`description`, `Sin`.`modified`, `Sin`.`created`, `Sin`.`photo`, `Sin`.`user_id`, `Sin`.`uid`, `Sin`.`service` FROM `sins` AS `Sin` JOIN `sins_users` ON (`sins_users`.`user_id` = 171 AND `sins_users`.`sin_id` = `Sin`.`id`) WHERE 1 = 1 110
6SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `religions_users` ON (`religions_users`.`user_id` = 171 AND `religions_users`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 000
7SELECT `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` = 171 LIMIT 1111
8SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`created`, `User`.`last_login`, `User`.`activated`, `User`.`activate_key`, `User`.`password_key`, `User`.`belief` FROM `users` AS `User` WHERE `User`.`id` = 171 110
9SELECT `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 `profiles` AS `Profile` WHERE `Profile`.`user_id` = 171 110
10SELECT `Comment`.`id`, `Comment`.`user_id`, `Comment`.`content`, `Comment`.`created`, `Comment`.`modified` FROM `comments` AS `Comment` JOIN `comments_profiles` ON (`comments_profiles`.`profile_id` = 119 AND `comments_profiles`.`comment_id` = `Comment`.`id`) WHERE 1 = 1 ORDER BY `comments_profiles`.`id` DESC LIMIT 10000
11SELECT id FROM religions WHERE user_id = '171' AND active = '1'110
12SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` WHERE `Religion`.`id` = 96 LIMIT 1110
13SELECT `Symbol`.`id`, `Symbol`.`religion_id`, `Symbol`.`photo`, `Symbol`.`description`, `Symbol`.`default` FROM `symbols` AS `Symbol` WHERE `Symbol`.`religion_id` IN (96) 000
14SELECT `Commandment`.`id`, `Commandment`.`obj_id`, `Commandment`.`shalt`, `Commandment`.`verb` FROM `commandments` AS `Commandment` JOIN `commandments_religions` ON (`commandments_religions`.`religion_id` = 96 AND `commandments_religions`.`commandment_id` = `Commandment`.`id`) WHERE 1 = 1 ORDER BY `commandments_religions`.`priority` ASC 550
15SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `commandments_religions` ON (`commandments_religions`.`commandment_id` = 74 AND `commandments_religions`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 110
16SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `commandments_religions` ON (`commandments_religions`.`commandment_id` = 72 AND `commandments_religions`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 110
17SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `commandments_religions` ON (`commandments_religions`.`commandment_id` = 75 AND `commandments_religions`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 110
18SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `commandments_religions` ON (`commandments_religions`.`commandment_id` = 71 AND `commandments_religions`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 110
19SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `commandments_religions` ON (`commandments_religions`.`commandment_id` = 73 AND `commandments_religions`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 110
20SELECT `Comment`.`id`, `Comment`.`user_id`, `Comment`.`content`, `Comment`.`created`, `Comment`.`modified` FROM `comments` AS `Comment` JOIN `comments_religions` ON (`comments_religions`.`religion_id` = 96 AND `comments_religions`.`comment_id` = `Comment`.`id`) WHERE 1 = 1 ORDER BY `comments_religions`.`id` DESC LIMIT 10110
21SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `comments_religions` ON (`comments_religions`.`comment_id` = 17 AND `comments_religions`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 110
22SELECT `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 `profiles` AS `Profile` JOIN `comments_profiles` ON (`comments_profiles`.`comment_id` = 17 AND `comments_profiles`.`profile_id` = `Profile`.`id`) WHERE 1 = 1 000
23SELECT `Holiday`.`id`, `Holiday`.`title`, `Holiday`.`start_date`, `Holiday`.`end_date` FROM `holidays` AS `Holiday` JOIN `holidays_religions` ON (`holidays_religions`.`religion_id` = 96 AND `holidays_religions`.`holiday_id` = `Holiday`.`id`) WHERE 1 = 1 000
24SELECT `Sin`.`id`, `Sin`.`title`, `Sin`.`description`, `Sin`.`modified`, `Sin`.`created`, `Sin`.`photo`, `Sin`.`user_id`, `Sin`.`uid`, `Sin`.`service` FROM `sins` AS `Sin` JOIN `religions_sins` ON (`religions_sins`.`religion_id` = 96 AND `religions_sins`.`sin_id` = `Sin`.`id`) WHERE 1 = 1 110
25SELECT `SinsTag`.`id`, `SinsTag`.`title`, `SinsTag`.`created`, `SinsTag`.`modified`, `SinsTag`.`sin_id`, `SinsTag`.`user_id` FROM `sins_tags` AS `SinsTag` WHERE `SinsTag`.`sin_id` IN (114) 220
26SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`created`, `User`.`last_login`, `User`.`activated`, `User`.`activate_key`, `User`.`password_key`, `User`.`belief` FROM `users` AS `User` JOIN `sins_users` ON (`sins_users`.`sin_id` = 114 AND `sins_users`.`user_id` = `User`.`id`) WHERE 1 = 1 220
27SELECT `Religion`.`id`, `Religion`.`created`, `Religion`.`modified`, `Religion`.`title`, `Religion`.`user_id`, `Religion`.`active`, `Religion`.`followers_title`, `Religion`.`strict_sins`, `Religion`.`sole_religion`, `Religion`.`world_begin`, `Religion`.`world_end` FROM `religions` AS `Religion` JOIN `religions_sins` ON (`religions_sins`.`sin_id` = 114 AND `religions_sins`.`religion_id` = `Religion`.`id`) WHERE 1 = 1 110
28SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`created`, `User`.`last_login`, `User`.`activated`, `User`.`activate_key`, `User`.`password_key`, `User`.`belief` FROM `users` AS `User` JOIN `religions_users` ON (`religions_users`.`religion_id` = 96 AND `religions_users`.`user_id` = `User`.`id`) WHERE 1 = 1 000
29SELECT bu.description, b.photo, b.beliefs_category_id, u.username, p.photo, bu.priority, bu.score, b.id, b.description, b.title FROM beliefs_users as bu, beliefs as b, users as u, profiles as p WHERE bu.user_id = '171' AND bu.belief_id = b.id AND bu.description != '' AND b.user_id = u.id AND p.user_id = u.id ORDER by bu.priority ASC LIMIT 5441