thedragon
Reverend Matthew Koscielski
TURN ON'S
A great mesocyclone.... gets the adrenaline pumping.
TURN OFF'S
Stupidity, ignorance, and those that think they know it all, especially those that think they know how to do my job.
ABOUT ME
Ex-Chef turned gear grinder. I'm also a Highway Watch Trainer and Ordained Minister. I have logged over 750,000 safe miles in 6 years. Married for 15 years (May 17) to a blind date I knew only 1 month. I'm one that believes in the "Knights Of The Highway" code of conduct.

Proud member of the Ham Radio Family.
Callsign: KD0JZI
Member of ARES, GEM-Intl and Skywarn

Not to mention I'm a crazy storm chaser.
Updates
thedragon added a new blog "Yes it's me".
thedragon updated his profile.
thedragon added a new comment on their own blog.
Quote:
Originally posted by: NightWind
Wow sounds like a night you and a few others won't soon forget. Are you at home yet?
Not yet, still some 300 acres to go. And Ma Nature hasn't been kind lately. One day dry next rain, then dry then rain and so on. Slow going. Fields are mud sink right down to you... View More
thedragon uploaded a new photo.
thedragon updated their profile picture.
thedragon added a new comment on NightWind's profile.
Have I been away that long....... you go and change the site on me and even worse re-arrange my kitchen,now I can't find the coffee maker......... Never mind found it in your office. Hope all is well, up in Mi, hauling spuds, or trying to (Ma Nature is not being nice)
Comments
goodhearted wrote at January 18, 2009
0 Votes

I see ya like dragons, ever play a game called WORLD OF WARCRAFT?  My son plays it alot.

Just wondered..take care , keep warm..



goodhearted
jenniferlynn3410 wrote at January 4, 2009
0 Votes

Happy New Year!!!!

jenniferlynn3410
WestTexasThunder wrote at January 1, 2009
0 Votes

WestTexasThunder
rikdsoup50s wrote at December 25, 2008
0 Votes

A verry Merry Christmas to you and yours!

rikdsoup50s
TxLadyBug wrote at November 24, 2008
0 Votes
jenniferlynn3410 wrote at September 8, 2008
0 Votes

Just wanted to say hello!

jenniferlynn3410
ICS1212 wrote at July 19, 2008
0 Votes

To be honest i am a little weired out...  I used to go by red dragon on the CB  I think you might really be me....

ICS1212
TxLadyBug wrote at July 3, 2008
0 Votes

HappyJuly4th.gif Happy July 4th image by endlesslovebookcomments

TxLadyBug
Txrebelcowgirl wrote at April 16, 2008
0 Votes

<p><a href="http://www.pyzam.com/graphics/details/3331"><img src="http://content.pyzam.com/graphics/greetings/MJZ1500.gif" alt="Hello!" border="0" /></a><br />Awesome <a href="http://www.pyzam.com/graphics">Graphics</a> and <a href="http://www.pyzam.com/myspacelayouts">Myspace Layouts</a> at <a href="http://www.pyzam.com/graphics">pYzam.com</a><br /></p>
       

Txrebelcowgirl
FunnyFarm04 wrote at March 13, 2008
0 Votes
Displaying 1 to 10 of 53
phpFox Developers Debug
Debug Details
Version:
2.1.0
Product Code Name:
Arctic

Total Time:
0.6517789
PHP General Time:
0.5619321
GZIP:
enabled

Driver Version:
MySQL 5.1.68-cll
SQL Time:
0.0898468
SQL Queries:
24
SQL Memory Usage:
37.23 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
12.98 Mb
Total Memory Usage (Including Debug):
13.26 Mb
Memory Limit:
32 Mb (64M)

Load Balancing Enabled:
No
Requests From:
174.127.109.132


Server Time Stamp:
May 22, 2013, 6:05 am
PHP Version:
5.3.23
PHP Sapi:
cgi-fcgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux

Cache:
file
SQL Queries
0.0002990 | Memory Before: 3.41 Mb | Memory After: 3.41 Mb | Memory Used: 1.47 kb | Rows: - | Slave: No
INSERT INTO phpfox2_log_session (session_hash, id_hash, user_id, last_activity, location, is_forum, forum_id, im_hide, ip_address, user_agent) VALUES ('c258ef3cc916ca1cdd6946b4c077154a', '2da7c21dca8ac715a043cc1ffbe609bb', '0', '1369202743', '/thedragon/', '0', '0', '0', '54.234.180.187', 'CCBot/2.0')
0.0001309 | Memory Before: 4.35 Mb | Memory After: 4.35 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: No
SELECT s.style_id, s.parent_id AS style_parent_id, s.folder AS style_folder_name, t.folder AS theme_folder_name, t.parent_id AS theme_parent_id
FROM phpfox2_theme_style AS s
     JOIN phpfox2_theme AS t
            ON(t.theme_id = s.theme_id)

WHERE s.is_default = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEssystemis_defaultMISSING KEY   1 
1SIMPLEtsystemPRIMARY,theme_idMISSING KEY   1 
0.0010059 | Memory Before: 5.07 Mb | Memory After: 5.07 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT ur.rate_id AS has_rated, u.*, user_space.*, user_field.*, user_activity.*, ls.user_id AS is_online, ts.style_id AS designer_style_id, ts.folder AS designer_style_folder, t.folder AS designer_theme_folder, t.parent_id AS theme_parent_id, ug.prefix, ug.suffix, ug.icon_ext, ug.title
FROM phpfox2_user AS u
     LEFT JOIN phpfox2_user_rating AS ur
            ON(ur.item_id = u.user_id AND ur.user_id = 0)
     JOIN phpfox2_user_group AS ug
            ON(ug.user_group_id = u.user_group_id)
     JOIN phpfox2_user_space AS user_space
            ON(user_space.user_id = u.user_id)
     JOIN phpfox2_user_field AS user_field
            ON(user_field.user_id = u.user_id)
     JOIN phpfox2_user_activity AS user_activity
            ON(user_activity.user_id = u.user_id)
     LEFT JOIN phpfox2_theme_style AS ts
            ON(ts.style_id = user_field.designer_style_id)
     LEFT JOIN phpfox2_theme AS t
            ON(t.theme_id = ts.theme_id)
     LEFT JOIN phpfox2_log_session AS ls
            ON(ls.user_id = u.user_id AND ls.im_hide = 0)

WHERE u.user_name = 'thedragon'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEursystemitem_id,item_id_2MISSING KEY    const row not found
1SIMPLEurefPRIMARY,user_name,user_group_iduser_name103const1Using where
1SIMPLEuser_spaceeq_refuser_iduser_id4truckel0_phpfox.u.user_id1 
1SIMPLEuser_fieldeq_refuser_iduser_id4truckel0_phpfox.u.user_id1 
1SIMPLEtsrefstyle_idstyle_id2truckel0_phpfox.user_field.designer_style_id1 
1SIMPLEugrefuser_group_iduser_group_id1truckel0_phpfox.u.user_group_id2Using where
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2truckel0_phpfox.ts.theme_id1 
1SIMPLElsrefuser_id,user_id_2user_id5truckel0_phpfox.user_space.user_id,const19Using index
1SIMPLEuser_activityeq_refuser_iduser_id4truckel0_phpfox.user_space.user_id1Using where
0.0002151 | Memory Before: 5.32 Mb | Memory After: 5.32 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox2_user_blocked
WHERE user_id = 23 AND block_user_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002031 | Memory Before: 5.38 Mb | Memory After: 5.38 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT birthday
FROM phpfox2_user
WHERE user_id = 23
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox2_userconstPRIMARYPRIMARY4const1 
0.0001659 | Memory Before: 5.38 Mb | Memory After: 5.39 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT user_id, user_privacy, user_value
FROM phpfox2_user_privacy
WHERE user_id = 23
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox2_user_privacyrefuser_id,user_id_2user_id4const1 
0.0003331 | Memory Before: 5.77 Mb | Memory After: 5.77 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT cache_id, block_id, ordering, is_hidden
FROM phpfox2_user_design_order
WHERE user_id = 23
ORDER BY ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0144000 | Memory Before: 7.82 Mb | Memory After: 7.82 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox2_user_custom
WHERE user_id = 23
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox2_user_customconstuser_iduser_id4const1 
0.0003550 | Memory Before: 8.66 Mb | Memory After: 8.66 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT var_name, user_value
FROM phpfox2_component_setting
WHERE user_id = 23
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0018098 | Memory Before: 8.85 Mb | Memory After: 8.86 Mb | Memory Used: 1.55 kb | Rows: 6 | Slave: Yes
SELECT uf.dob_setting, friend.friend_id, friend.is_top_friend, friend.time_stamp, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_friend AS friend
     JOIN phpfox2_user AS u
            ON(u.user_id = friend.friend_user_id)
     JOIN phpfox2_user_field AS uf
            ON(u.user_id = uf.user_id)

WHERE friend.user_id = 23
GROUP BY u.user_id
ORDER BY friend.is_top_friend DESC , friend.ordering ASC, RAND()
LIMIT 6
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEfriendrefuser_id,user_check,top_friend,friend_user_idtop_friend4const30Using temporary; Using filesort
1SIMPLEueq_refPRIMARYPRIMARY4truckel0_phpfox.friend.friend_user_id1 
1SIMPLEufeq_refuser_iduser_id4truckel0_phpfox.friend.friend_user_id1 
0.0005839 | Memory Before: 9.1 Mb | Memory After: 9.1 Mb | Memory Used: 1.55 kb | Rows: 4 | Slave: Yes
SELECT u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_user_track AS track
     JOIN phpfox2_user AS u
            ON(u.user_id = track.user_id)

WHERE track.item_id = 23 AND track.user_id != 23
ORDER BY track.time_stamp DESC
LIMIT 6
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEtrackrangeitem_iditem_id8 5Using where; Using filesort
1SIMPLEueq_refPRIMARYPRIMARY4truckel0_phpfox.track.user_id1 
0.0003550 | Memory Before: 9.27 Mb | Memory After: 9.28 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT m.title, m.title_url, m.short_description, m.currency_id, m.price, m.time_stamp, m.image_path, m.server_id
FROM phpfox2_marketplace AS m
WHERE m.view_id = 0 AND m.group_id = 0 AND m.user_id = 23
ORDER BY m.time_stamp DESC
LIMIT 5
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmrefview_id_2,view_id,view_id_3,user_idview_id_29const,const,const1Using where; Using filesort
0.0006621 | Memory Before: 9.47 Mb | Memory After: 9.47 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT m.event_id, m.title, m.title_url, m.tag_line, m.image_path, m.server_id, m.start_time, m.location, m.country_iso, m.city, m.module_id, m.item_id
FROM phpfox2_event AS m
     JOIN phpfox2_event_invite AS ei
            ON(ei.event_id = m.event_id AND ei.rsvp_id = 1 AND ei.invited_user_id = 23)

WHERE m.view_id = 0 AND m.start_time >= '1369180800'
ORDER BY m.start_time ASC
LIMIT 5
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0171108 | Memory Before: 9.68 Mb | Memory After: 9.68 Mb | Memory Used: 1.55 kb | Rows: 5 | Slave: Yes
SELECT m.title, m.title_url, m.short_description, m.time_stamp, m.image_path, m.server_id, m.total_member
FROM phpfox2_group AS m
     JOIN phpfox2_group_invite AS ei
            ON(ei.group_id = m.group_id AND ei.member_id = 1 AND ei.invited_user_id = 23)

WHERE m.view_id IN(0,1)
ORDER BY m.time_stamp DESC
LIMIT 5
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEeirefgroup_id,invited_user_id,group_id_2,group_id_3,group_id_4,group_id_5invited_user_id4const7Using where; Using temporary; Using filesort
1SIMPLEmeq_refPRIMARY,view_id,view_id_3,group_idPRIMARY4truckel0_phpfox.ei.group_id1Using where
0.0007300 | Memory Before: 9.73 Mb | Memory After: 9.73 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT SQL_CALC_FOUND_ROWS u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_friend AS f
INNER      JOIN ( SELECT friend_user_id FROM phpfox2_friend WHERE user_id = 23) AS sf
            ON(sf.friend_user_id = f.friend_user_id)
     JOIN phpfox2_user AS u
            ON(u.user_id = f.friend_user_id)

WHERE f.user_id = 0
GROUP BY f.friend_user_id
ORDER BY f.time_stamp DESC
LIMIT 3
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1PRIMARYfrefuser_id,user_check,top_friend,friend_user_iduser_id4const1Using temporary; Using filesort
1PRIMARYALL MISSING KEY   49Using where; Using join buffer
1PRIMARYueq_refPRIMARYPRIMARY4sf.friend_user_id1Using where
2DERIVEDphpfox2_friendrefuser_id,user_check,top_frienduser_check4 39Using index
0.0000889 | Memory Before: 9.73 Mb | Memory After: 9.73 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: No
SELECT FOUND_ROWS()
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    No tables used
0.0004511 | Memory Before: 9.97 Mb | Memory After: 9.97 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox2_feed AS feed
WHERE feed.view_id = 0 AND feed.user_id = 23
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEfeedrefuser_id,view_id,view_id_2view_id_25const,const9Using index
0.0007951 | Memory Before: 9.97 Mb | Memory After: 9.97 Mb | Memory Used: 1.55 kb | Rows: 7 | Slave: Yes
SELECT feed.*, fl.feed_id AS is_liked, u1.user_id AS owner_user_id, u1.server_id AS owner_server_id, u1.user_name AS owner_user_name, u1.full_name AS owner_full_name, u1.gender AS owner_gender, u1.user_image AS owner_user_image, u1.is_invisible AS owner_is_invisible, u2.user_id AS viewer_user_id, u2.server_id AS viewer_server_id, u2.user_name AS viewer_user_name, u2.full_name AS viewer_full_name, u2.gender AS viewer_gender, u2.user_image AS viewer_user_image, u2.is_invisible AS viewer_is_invisible
FROM phpfox2_feed AS feed
     JOIN phpfox2_user AS u1
            ON(u1.user_id = feed.user_id)
     LEFT JOIN phpfox2_user AS u2
            ON(u2.user_id = feed.item_user_id)
     LEFT JOIN phpfox2_feed_like AS fl
            ON(fl.feed_id = feed.feed_id AND fl.user_id = 0)

WHERE feed.view_id = 0 AND feed.user_id = 23
ORDER BY feed.time_stamp DESC
LIMIT 10
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEflsystemfeed_id,feed_id_2MISSING KEY    const row not found
1SIMPLEu1constPRIMARYPRIMARY4const1Using filesort
1SIMPLEfeedrefuser_id,view_id,view_id_2user_id4const9Using where
1SIMPLEu2eq_refPRIMARYPRIMARY4truckel0_phpfox.feed.item_user_id1 
0.0001910 | Memory Before: 10.01 Mb | Memory After: 10.01 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT fl.feed_id, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_feed_like AS fl
     JOIN phpfox2_user AS u
            ON(u.user_id = fl.user_id)

WHERE fl.feed_id IN(10542,8536,2749,2404,2403,2402,2401)
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0007660 | Memory Before: 11.7 Mb | Memory After: 11.7 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox2_comment AS cmt
WHERE cmt.type_id = 'feed' AND cmt.item_id IN(10542,8536,2749,2404,2403,2402,2401) AND cmt.view_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmtrangetype_id,view_idtype_id82 7Using where; Using index
0.0003231 | Memory Before: 12.07 Mb | Memory After: 12.07 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox2_video AS m
WHERE m.in_process = 0 AND m.view_id = 0 AND m.user_id = 23
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0001960 | Memory Before: 12.16 Mb | Memory After: 12.16 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT ma.name, ma.name_url, ma.year, ma.image_path, ma.server_id, ma.total_track, ma.total_play, ma.time_stamp
FROM phpfox2_music_album AS ma
WHERE ma.view_id = 0 AND ma.user_id = 23
ORDER BY ma.time_stamp DESC
LIMIT 4
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0009830 | Memory Before: 12.4 Mb | Memory After: 12.41 Mb | Memory Used: 1.55 kb | Rows: 3 | Slave: Yes
SELECT u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, p.destination, p.server_id, p.title_url, p.title, p.mature, p.album_id, pa.name AS album_name, pa.name_url AS album_url
FROM phpfox2_photo AS p
     JOIN phpfox2_user AS u
            ON(u.user_id = p.user_id)
     LEFT JOIN phpfox2_photo_album AS pa
            ON(pa.album_id = p.album_id)

WHERE p.view_id = 0 AND p.group_id = 0 AND p.privacy = 0 AND p.user_id = 23
ORDER BY p.time_stamp DESC
LIMIT 3
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEuconstPRIMARYPRIMARY4const1Using filesort
1SIMPLEprefview_id,view_id_2,view_id_3,view_id_4,view_id_5,user_idview_id_510const,const,const,const57Using where
1SIMPLEpaeq_refPRIMARY,album_idPRIMARY4truckel0_phpfox.p.album_id1 
0.0476930 | Memory Before: 12.85 Mb | Memory After: 12.86 Mb | Memory Used: 1.55 kb | Rows: 10 | Slave: Yes
SELECT cmt.*, comment_text.text_parsed AS text, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_comment AS cmt
     LEFT JOIN phpfox2_comment_text AS comment_text
            ON(comment_text.comment_id = cmt.comment_id)
     LEFT JOIN phpfox2_user AS u
            ON(u.user_id = cmt.user_id)

WHERE cmt.type_id = 'profile' AND cmt.item_id = 23 AND cmt.view_id = 0
ORDER BY cmt.time_stamp DESC
LIMIT 10
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmtreftype_id,view_idtype_id82const,const,const34Using where; Using filesort
1SIMPLEcomment_textrefcomment_idcomment_id4truckel0_phpfox.cmt.comment_id12 
1SIMPLEueq_refPRIMARYPRIMARY4truckel0_phpfox.cmt.user_id1 
Session
Array
(
    [session] => c258ef3cc916ca1cdd6946b4c077154a
    [theme] => a:5:{s:8:"style_id";s:1:"1";s:15:"style_parent_id";s:1:"0";s:17:"style_folder_name";s:7:"default";s:17:"theme_folder_name";s:7:"default";s:15:"theme_parent_id";s:1:"0";}
    [redirect] => /thedragon/
)
Cookie
Array
(
)