No Comments/Pingbacks for this post yet...
This is the long description for the blog named 'Linkblog'.
The main purpose for this blog is to be included as a side item to other blogs where it will display your favorite/related links.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| << < | > >> | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
| Timers | |||
|---|---|---|---|
| Category | Time | % | Count |
| total | 0.673 | 100.00% | 1 |
| skin/_main.inc | 0.556 | 82.62% | 1 |
| sql_queries | 0.395 | 58.69% | 32 |
| categories_plugin_(#7) | 0.115 | 17.09% | 1 |
| main.inc | 0.100 | 14.86% | 1 |
| plugins_register | 0.015 | 2.23% | 6 |
| calendar_plugin_(#5) | 0.013 | 1.93% | 1 |
| _blog_main.inc | 0.010 | 1.49% | 1 |
| archives_plugin_(#6) | 0.010 | 1.49% | 1 |
| captcha_img_plugin_(#9) | 0.007 | 1.04% | 2 |
| abstractsettings_GeneralSettings_get | 0.005 | 0.74% | 130 |
| + 6 < 0.005s | |||
SELECT set_name, set_value
FROM evo_settings
SELECT agnt_ID
FROM evo_useragents
WHERE agnt_signature = "CCBot/1.0 (+http://www.commoncrawl.org/bot.html)"
AND agnt_type = "unknown"
INSERT INTO evo_sessions( sess_key, sess_lastseen, sess_ipaddress )
VALUES (
'JZB8OMgUdIBAsTFCvHK4JypuYgX0il1W',
'2008-07-04 10:26:13',
'38.103.63.18'
)
SELECT pevt_plug_ID, pevt_event
FROM evo_pluginevents INNER JOIN evo_plugins ON pevt_plug_ID = plug_ID
WHERE pevt_enabled > 0
AND plug_status = "enabled"
ORDER BY plug_priority, plug_classname
SELECT
loc_locale, loc_charset, loc_datefmt, loc_timefmt, loc_startofweek,
loc_name, loc_messages, loc_priority, loc_enabled
FROM evo_locales
ORDER BY loc_priority
SET NAMES latin1
SELECT *
FROM evo_blogs
WHERE blog_urlname = 'currentlinks'
SELECT DISTINCT post_ID
FROM evo_posts INNER JOIN evo_postcats ON post_ID = postcat_post_ID
INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE (post_urltitle = 'frank_zappa_interviews')
AND (cat_blog_ID = 4)
AND ( ( post_status IN ('published') ) )
AND (post_datestart <= '2008-07-04 10:26:13')
ORDER BY post_datestart DESC
SELECT *
FROM evo_posts
WHERE post_ID IN (244)
ORDER BY post_datestart DESC
SELECT cat_ID, cat_parent_ID, cat_name, cat_blog_ID
FROM evo_categories
ORDER BY cat_name
SELECT COUNT( DISTINCT post_ID )
FROM evo_posts INNER JOIN evo_postcats ON post_ID = postcat_post_ID
INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE (post_urltitle = 'frank_zappa_interviews')
AND (cat_blog_ID = 4)
AND ( ( post_status IN ('published') ) )
AND (post_datestart <= '2008-07-04 10:26:13')
SELECT plug_ID, plug_priority, plug_classname, plug_code, plug_name, plug_shortdesc, plug_apply_rendering, plug_status, plug_version, plug_spam_weight
FROM evo_plugins
WHERE plug_status = "enabled"
ORDER BY plug_priority, plug_classname
SELECT *
FROM evo_posts
WHERE post_urltitle = 'frank_zappa_interviews'
SELECT *
FROM evo_users
WHERE user_ID = 1
SELECT postcat_post_ID, postcat_cat_ID
FROM evo_postcats
WHERE postcat_post_ID IN (244)
ORDER BY postcat_post_ID, postcat_cat_ID
SELECT hit_ID
FROM evo_hitlog INNER JOIN evo_useragents
ON hit_agnt_ID = agnt_ID
WHERE hit_datetime > "2008-07-04 10:21:13"
AND hit_remote_addr = '38.103.63.18'
AND hit_uri = "/b2evo///index.php/currentlinks/2005/09/13/frank_zappa_interviews"
AND agnt_signature = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'
LIMIT 1
UPDATE evo_posts
SET post_views = post_views + 1
WHERE post_ID = 244
SELECT itpr_content_prerendered
FROM evo_item__prerendering
WHERE itpr_itm_ID = 244
AND itpr_format = "htmlbody"
AND itpr_renderers = "b2evALnk.b2WPAutP"
SELECT pset_plug_ID, pset_name, pset_value
FROM evo_pluginsettings
WHERE pset_plug_ID = "8"
SELECT comment_post_ID, comment_type, comment_status, COUNT(*) AS type_count
FROM evo_comments
WHERE comment_post_ID IN (244)
GROUP BY comment_post_ID, comment_type, comment_status
SELECT DISTINCT evo_comments.*
FROM evo_comments INNER JOIN evo_posts ON comment_post_ID = post_ID
WHERE comment_post_ID = 244
AND comment_type IN ('comment','pingback')
AND comment_status IN ('published')
AND ( post_status IN ('published') )
ORDER BY comment_date ASC
SELECT pset_plug_ID, pset_name, pset_value
FROM evo_pluginsettings
WHERE pset_plug_ID = "9"
SELECT COUNT(*)
FROM evo_plugin_captcha_img_9_data
WHERE cpt_public = "b4f41948b686146a270b2a7b510366e0"
INSERT INTO evo_plugin_captcha_img_9_data
( cpt_public, cpt_private, cpt_sess_ID, cpt_timestamp )
VALUES
( 'b4f41948b686146a270b2a7b510366e0', '?#REVY', 541641,
FROM_UNIXTIME(1215181573) )
SELECT COUNT(DISTINCT post_ID) AS item_count,
YEAR(post_datestart), MONTH(post_datestart),
DAYOFMONTH(post_datestart) AS myday
FROM (evo_posts INNER JOIN evo_postcats ON post_ID = postcat_post_ID)
INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE YEAR(post_datestart) = "2008"
AND MONTH(post_datestart) = "07"
AND (cat_blog_ID = 4)
AND ( ( post_status IN ('published') ) )
AND (post_datestart <= '2008-07-04 10:26:14')
GROUP BY myday
ORDER BY post_datestart DESC
SELECT *
FROM evo_blogs
ORDER BY blog_ID
SELECT postcat_cat_ID AS cat_ID, COUNT(*) AS cat_postcount
FROM evo_posts INNER JOIN evo_postcats ON post_ID = postcat_post_ID
INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE (cat_blog_ID = 4)
AND ( ( post_status IN ('published') ) )
AND (post_datestart <= '2008-07-04 10:26:14')
GROUP BY cat_ID
SELECT VERSION()
SELECT COUNT( DISTINCT YEAR(post_datestart), MONTH(post_datestart) )
FROM evo_posts INNER JOIN evo_postcats ON post_ID = postcat_post_ID
INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE (cat_blog_ID = 4)
AND ( ( post_status IN ('published') ) )
AND (post_datestart <= '2008-07-04 10:26:14')
SELECT SQL_CALC_FOUND_ROWS YEAR(post_datestart) AS year, MONTH(post_datestart) AS month,
COUNT(DISTINCT postcat_post_ID) AS count
FROM evo_posts INNER JOIN evo_postcats ON post_ID = postcat_post_ID
INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE (cat_blog_ID = 4)
AND ( ( post_status IN ('published') ) )
AND (post_datestart <= '2008-07-04 10:26:14')
GROUP BY year, month
ORDER BY year DESC, month DESC
LIMIT 0, 12
SELECT sess_user_ID
FROM evo_sessions
WHERE sess_lastseen > "2008-07-04 10:21:13"
AND sess_key IS NOT NULL
INSERT INTO evo_hitlog(
hit_sess_ID, hit_datetime, hit_uri, hit_referer_type,
hit_referer, hit_referer_dom_ID, hit_blog_ID, hit_remote_addr, hit_agnt_ID )
VALUES( "541641",
FROM_UNIXTIME(1215181573), "/b2evo///index.php/currentlinks/2005/09/13/frank_zappa_interviews", "direct", "", NULL, 4, "38.103.63.18", 3956
)