allow oakley canada that to happen when it is relatively simple to
allow oakley canada that to happen when it is relatively simple to
allow oakley canada that to happen when it is relatively simple to
Founded on May 21, 2012 with 1 member.
Ideal Prom Dresses For Imperfect Bodies
Ideal Prom Dresses For Imperfect Bodies
Ideal Prom Dresses For Imperfect Bodies
Founded on April 10, 2012 with 1 member.
phpFox Developers Debug
Debug Details
Version:
2.0.4
Product Code Name:
Arctic

Total Time:
0.6234901
PHP General Time:
0.6169072
GZIP:
enabled

Driver Version:
MySQL 5.0.22
SQL Time:
0.0065829
SQL Queries:
16
SQL Memory Usage:
8.41 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
5.67 Mb
Total Memory Usage (Including Debug):
5.82 Mb
Memory Limit:
32 Mb (64M)

Load Balancing Enabled:
No
Requests From:
79.99.42.26


Server Time Stamp:
May 22, 2012, 3:50 pm
PHP Version:
5.1.6
PHP Sapi:
apache2handler
PHP safe_mode:
false
PHP open_basedir:
true
Operating System:
Linux
SQL Queries
0.0004790 | Memory Before: 1.59 Mb | Memory After: 1.59 Mb | Memory Used: 368 b | Rows: 1 | Slave: No
SELECT s.session_hash, s.id_hash, s.captcha_hash, s.user_id
FROM phpfox_log_session AS s
WHERE s.session_hash = 'f3d5a875be8fdbc3758a1d3b831bc010' AND s.id_hash = 'af7937af3e4465b9039e98887dc0bc04'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefsession_hash,log_sessionlog_session192const,const1Using where
0.0004880 | Memory Before: 1.6 Mb | Memory After: 1.6 Mb | Memory Used: 768 b | Rows: - | Slave: No
UPDATE phpfox_log_session SET last_activity = '1337701842', user_id = '0', location = '/group/category/category-1/category-1-2/', is_forum = '0', forum_id = '0', im_hide = '0', ip_address = '38.107.179.220', user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)' WHERE session_hash = 'f3d5a875be8fdbc3758a1d3b831bc010'
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_log_sessionrefsession_hash,log_sessionlog_session96const1Using where
0.0003262 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 264 b | Rows: 3 | Slave: No
SELECT loc_id,loc_name,isbanned
FROM sc_locswitch
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsc_locswitchALL MISSING KEY   3 
0.0002971 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 728 b | Rows: 1 | Slave: No
SELECT count(*)
FROM phpfox_country
WHERE isbanned =1 and country_iso = ''
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002582 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 328 b | Rows: 1 | Slave: No
SELECT count(*)
FROM sc_city_ban
WHERE isbanned =1 and city = 'Unknown'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002708 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 344 b | Rows: 1 | Slave: No
SELECT count(*)
FROM sc_zip_ban
WHERE isbanned =1 and zip = 'Unknown'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0004292 | Memory Before: 2.18 Mb | Memory After: 2.18 Mb | Memory Used: 912 b | 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 phpfox_theme_style AS s
     JOIN phpfox_theme AS t
            ON(t.theme_id = s.theme_id)

WHERE s.is_default = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefis_defaultis_default1const1 
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2phpfoxdev.s.theme_id1 
0.0005469 | Memory Before: 3.13 Mb | Memory After: 3.13 Mb | Memory Used: 440 b | Rows: 1 | Slave: Yes
SELECT COUNT(DISTINCT m.group_id)
FROM phpfox_group AS m
INNER      JOIN phpfox_group_category_data AS mcd
            ON(mcd.group_id = m.group_id)

WHERE m.view_id IN(0,1) AND mcd.category_id IN(3)
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmcdrefcategory_id,group_idcategory_id4const3 
1SIMPLEmeq_refPRIMARY,view_id,view_id_3,group_idPRIMARY4phpfoxdev.mcd.group_id1Using where
0.0008552 | Memory Before: 3.26 Mb | Memory After: 3.26 Mb | Memory Used: 320 b | Rows: 3 | Slave: Yes
SELECT ei.member_id, m.*, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox_group AS m
INNER      JOIN phpfox_group_category_data AS mcd
            ON(mcd.group_id = m.group_id)
     LEFT JOIN phpfox_group_invite AS ei
            ON(ei.group_id = m.group_id AND ei.invited_user_id = 0)
     JOIN phpfox_user AS u
            ON(u.user_id = m.user_id)

WHERE m.view_id IN(0,1) AND mcd.category_id IN(3)
GROUP BY m.group_id
ORDER BY m.is_featured DESC , m.time_stamp DESC
LIMIT 12
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmcdrefcategory_id,group_idcategory_id4const3Using temporary; Using filesort
1SIMPLEmeq_refPRIMARY,view_id,view_id_3,group_idPRIMARY4phpfoxdev.mcd.group_id1Using where
1SIMPLEeirefgroup_id,invited_user_id,group_id_2,group_id_3,group_id_4,group_id_5invited_user_id4const1 
1SIMPLEueq_refPRIMARYPRIMARY4phpfoxdev.m.user_id1 
0.0004900 | Memory Before: 3.27 Mb | Memory After: 3.27 Mb | Memory Used: 800 b | Rows: 2 | Slave: Yes
SELECT pc.parent_id, pc.category_id, pc.name, pc.name_url
FROM phpfox_group_category_data AS pcd
     JOIN phpfox_group_category AS pc
            ON(pc.category_id = pcd.category_id)

WHERE pcd.group_id = 58
ORDER BY pc.parent_id ASC, pc.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpcdrefcategory_id,group_idgroup_id4const2Using temporary; Using filesort
1SIMPLEpceq_refPRIMARYPRIMARY3phpfoxdev.pcd.category_id1Using where
0.0004900 | Memory Before: 3.27 Mb | Memory After: 3.27 Mb | Memory Used: 384 b | Rows: 2 | Slave: Yes
SELECT pc.parent_id, pc.category_id, pc.name, pc.name_url
FROM phpfox_group_category_data AS pcd
     JOIN phpfox_group_category AS pc
            ON(pc.category_id = pcd.category_id)

WHERE pcd.group_id = 48
ORDER BY pc.parent_id ASC, pc.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpcdrefcategory_id,group_idgroup_id4const2Using temporary; Using filesort
1SIMPLEpceq_refPRIMARYPRIMARY3phpfoxdev.pcd.category_id1Using where
0.0003228 | Memory Before: 3.27 Mb | Memory After: 3.27 Mb | Memory Used: 536 b | Rows: 1 | Slave: No
SELECT category_id, name, name_url, parent_id
FROM phpfox_group_category
WHERE category_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_group_categoryconstPRIMARYPRIMARY3const1 
0.0002661 | Memory Before: 3.27 Mb | Memory After: 3.28 Mb | Memory Used: 824 b | Rows: 0 | Slave: No
SELECT category_id, name, name_url, parent_id
FROM phpfox_group_category
WHERE category_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0004702 | Memory Before: 3.28 Mb | Memory After: 3.28 Mb | Memory Used: 240 b | Rows: 2 | Slave: Yes
SELECT pc.parent_id, pc.category_id, pc.name, pc.name_url
FROM phpfox_group_category_data AS pcd
     JOIN phpfox_group_category AS pc
            ON(pc.category_id = pcd.category_id)

WHERE pcd.group_id = 45
ORDER BY pc.parent_id ASC, pc.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpcdrefcategory_id,group_idgroup_id4const2Using temporary; Using filesort
1SIMPLEpceq_refPRIMARYPRIMARY3phpfoxdev.pcd.category_id1Using where
0.0003221 | Memory Before: 3.28 Mb | Memory After: 3.28 Mb | Memory Used: 536 b | Rows: 1 | Slave: No
SELECT category_id, name, name_url, parent_id
FROM phpfox_group_category
WHERE category_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_group_categoryconstPRIMARYPRIMARY3const1 
0.0002711 | Memory Before: 3.28 Mb | Memory After: 3.28 Mb | Memory Used: 824 b | Rows: 0 | Slave: No
SELECT category_id, name, name_url, parent_id
FROM phpfox_group_category
WHERE category_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
Session
Array
(
    [session] => f3d5a875be8fdbc3758a1d3b831bc010
    [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] => /group/category/category-1/category-1-2/
)
Cookie
Array
(
    [phpfox1visit] => 1337696753
)