Get Them While They're Hot!

Filter by Category:
1226 - User 'truck83_truck83' has exceeded the 'max_questions' resource (current value: 1)

select distinct p.*, pd.*, m.*, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.products_quantity as in_stock, if(s.status, 1, 0) as is_special from products_description pd, products_to_categories p2c, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join specials s on p.products_id = s.products_id , categories c where p2c.categories_id = c.categories_id and p.products_status = '1' and p.products_id = p2c.products_id and s.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and s.status = '1' order by pd.products_name limit 0, 20

[TEP STOP]

1226 - User 'truck83_truck83' has exceeded the 'max_questions' resource (current value: 1)

select 1 from sessions where sesskey = '988036c9f1ed6df57f28cdc792f04e24'

[TEP STOP]