Forum

  •  
  • Forum
  • Threads
  • Posts
  • Last Post

  •  
  • Forum
  • Threads
  • Posts
  • Last Post

  •  
  • Forum
  • Threads
  • Posts
  • Last Post

  •  
  • Forum
  • Threads
  • Posts
  • Last Post

  •  
  • Forum
  • Threads
  • Posts
  • Last Post

  •  
  • Forum
  • Threads
  • Posts
  • Last Post

Statistics

Threads: 45, Posts: 14
Forum Contains New Posts
Forum Contains No New Posts
Forum is Closed for Posting
All times are GMT -8. The time now is 2:12 am.
phpFox Developers Debug
Debug Details
Version:
2.0.5
Product Code Name:
Arctic

Total Time:
0.1766989
PHP General Time:
0.174226
GZIP:
enabled

Driver Version:
MySQL 5.0.91-community
SQL Time:
0.0024729
SQL Queries:
17
SQL Memory Usage:
18.75 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
4.73 Mb
Total Memory Usage (Including Debug):
4.89 Mb
Memory Limit:
32 Mb (64M)

Load Balancing Enabled:
No
Requests From:
67.228.136.224


Server Time Stamp:
September 9, 2010, 10:12 am
PHP Version:
5.2.12
PHP Sapi:
cgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux

Cache:
file
SQL Queries
0.0002542 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.12 kb | 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 = '5492336b6ff69c6eabd4ffdef1a00bfb' AND s.id_hash = 'd0b63444099757fedc3d79aa837e804c'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefsession_hash,log_sessionsession_hash32const1Using where
0.0001261 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
INSERT INTO phpfox_log_view (user_id, ip_address, protocal, cache_data, time_stamp) VALUES ('0', '38.107.191.83', 'GET', 'a:4:{s:8:\"location\";s:7:\"/forum/\";s:8:\"referrer\";N;s:10:\"user_agent\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:7:\"request\";s:29:\"a:1:{s:2:\"do\";s:7:\"/forum/\";}\";}', '1284027153')
0.0001588 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_log_session SET last_activity = '1284027153', user_id = '0', location = '/forum/', is_forum = '1', forum_id = '0', im_hide = '0', ip_address = '38.107.191.83', user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)' WHERE session_hash = '5492336b6ff69c6eabd4ffdef1a00bfb'
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_log_sessionrefsession_hash,log_sessionsession_hash32const1Using where
0.0001678 | Memory Before: 2.33 Mb | Memory After: 2.33 Mb | Memory Used: 1.13 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 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_idPRIMARY2deathdlr_fox.s.theme_id1 
0.0000908 | Memory Before: 2.33 Mb | Memory After: 2.34 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT folder AS parent_style_folder
FROM phpfox_theme_style
WHERE style_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_stylerefstyle_idstyle_id2const1 
0.0000780 | Memory Before: 2.34 Mb | Memory After: 2.34 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT folder AS parent_theme_folder
FROM phpfox_theme
WHERE theme_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_themeconstPRIMARY,theme_idPRIMARY2const1 
0.0007119 | Memory Before: 2.83 Mb | Memory After: 2.83 Mb | Memory Used: 1.13 kb | Rows: 27 | Slave: No
SELECT ftrack.forum_id AS is_seen, ftrack.time_stamp AS last_seen_time, f.forum_id, f.thread_id, f.total_thread, f.total_post, f.post_id, ft.title AS thread_title, ft.title_url AS thread_title_url, ft.time_update AS thread_time_stamp, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox_forum AS f
     LEFT JOIN phpfox_forum_track AS ftrack
            ON(ftrack.forum_id = f.forum_id AND ftrack.user_id = 0)
     LEFT JOIN phpfox_forum_thread AS ft
            ON(ft.thread_id = f.thread_id)
     LEFT JOIN phpfox_user AS u
            ON(u.user_id = f.last_user_id)

WHERE f.view_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEfALLview_idMISSING KEY   21Using where
1SIMPLEftrackrefitem_iditem_id8deathdlr_fox.f.forum_id,const4 
1SIMPLEfteq_refPRIMARYPRIMARY4deathdlr_fox.f.thread_id1 
1SIMPLEueq_refPRIMARYPRIMARY4deathdlr_fox.f.last_user_id1 
0.0001030 | Memory Before: 3.62 Mb | Memory After: 3.62 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 9
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000930 | Memory Before: 3.62 Mb | Memory After: 3.62 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '74051' WHERE ad_id = 9
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000820 | Memory Before: 3.63 Mb | Memory After: 3.63 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 15
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000820 | Memory Before: 3.63 Mb | Memory After: 3.63 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '33193' WHERE ad_id = 15
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000892 | Memory Before: 3.97 Mb | Memory After: 3.97 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 10
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000820 | Memory Before: 3.97 Mb | Memory After: 3.97 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '115951' WHERE ad_id = 10
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000980 | Memory Before: 4.56 Mb | Memory After: 4.56 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 17
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000830 | Memory Before: 4.56 Mb | Memory After: 4.56 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '5463' WHERE ad_id = 17
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000911 | Memory Before: 4.72 Mb | Memory After: 4.72 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 11
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000820 | Memory Before: 4.72 Mb | Memory After: 4.72 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '115637' WHERE ad_id = 11
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
Session
Array
(
    [session] => 5492336b6ff69c6eabd4ffdef1a00bfb
    [theme] => a:7:{s:8:"style_id";s:1:"3";s:15:"style_parent_id";s:1:"1";s:17:"style_folder_name";s:7:"default";s:17:"theme_folder_name";s:6:"sinner";s:15:"theme_parent_id";s:1:"1";s:19:"parent_style_folder";s:7:"default";s:19:"parent_theme_folder";s:7:"default";}
    [redirect] => /forum/
)
Cookie
Array
(
    [phpfox1visit] => 1284025470
)