Redirection...

Click here if your browser does not automatically forward you

Live Curated BBW Cams
[1] 
SELECT @@SESSION.sql_mode
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.000 s)
(num rows        : 1 )
[2] 

SELECT param, value
 FROM p_config
 
;
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 161 )
[3] 

SELECT data
  FROM p_sessions
  WHERE id = '12BDal3fpavfu9lbmfkanmjotm2glc'
;
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 0 )
[4] 

SELECT * FROM p_plugins
  WHERE state='active'
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 17 )
[5] 
SELECT state FROM p_plugins WHERE id = 'PWG_Stuffs';
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 1 )
[6] 
SELECT state FROM p_plugins WHERE id = 'community';
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 1 )
[7] 

SELECT
    image_id,
    date_available,
    NOW() AS dbnow
  FROM p_lounge
    JOIN p_images ON image_id = id
  ORDER BY image_id ASC
  LIMIT 1
;
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 0 )
[8] 

SELECT id AS id
     , username AS username
     , password AS password
     , mail_address AS email
  FROM p_users
  WHERE id = '2'
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 1 )
[9] 

SELECT
    ui.*,
    uc.*,
    t.name AS theme_name
  FROM p_user_infos AS ui
    LEFT JOIN p_user_cache AS uc ON ui.user_id = uc.user_id
    LEFT JOIN p_themes AS t ON t.id = ui.theme
  WHERE ui.user_id = 2
;
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 1 )
[10] 

SELECT *
  FROM p_user_infos
  WHERE user_id = 2
;
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.001 s)
(num rows        : 1 )
[11] 

SELECT *
  FROM p_categories
  WHERE id = 1810
;
(this query time : 0.000 s)
(total SQL time  : 0.000 s)
(total time      : 0.002 s)
(num rows        : 1 )
[12] 

  SELECT id, name, permalink
    FROM p_categories
    WHERE id IN (29,1810)
  ;
(this query time : 0.000 s)
(total SQL time  : 0.001 s)
(total time      : 0.002 s)
(num rows        : 2 )
[11] 

SELECT DISTINCT(id)
  FROM p_categories
  WHERE uppercats REGEXP '(^|,)1810(,|$)'
;
(this query time : 0.002 s)
(total SQL time  : 0.002 s)
(total time      : 0.004 s)
(num rows        : 1 )