Shop

Privacy Notice

Privacy Notice

Privacy 

We respect your privacy. We only use the information we collect about you to process orders.

What information do we collect?

When you register with Bombed Out Records as a customer, we need your name, email address and postal address. This information allows us to fulfill your orders and to contact you if the need arises. All customer information stored on our servers about you can be accessed or modified by you at any time through your Account Settings page.

Will you disclose this Information?

No! Information gathered on this site is NEVER made available to third party vendors and NEVER sold to mailing list distributors. Email Notifications When you become a Bombed Out Records Customer, you will receive an automated email containing your Log In details. When you purchase goods from us, you will receive an automated receipt by email. We only email you in person if we need to clarify details about your order or if we are responding to your questions or queries.

Email Communications and Newsletters

We send out occasional email newsletters to our customers. Our newsletters contain information about new releases, special promotions, product updates, discounts and unique offers. You have the option to unsubscribe any any time by logging into the Bombed Out Records Store and selecting your chosen preferences.

Credit and Debit Card Information

As we use PayPal to process credit card and debit card orders, we do not have any access to your credit card information at all. When you make a purchase at this store, you are transferred to the secure servers of our payment processors. No credit card information is ever stored in our site database.

Cookie Usage, Security and Safe Shopping

This website uses cookies to store information on your local computer. These cookies do NOT contain any of your private information; they serve only to store items in your Shopping Basket or to recognize you as a Bombed Out Customer when you Log In or access Members Only sections. This prevents unauthorized users from accessing your private information.

Continue
2013 - Lost connection to MySQL server during query

select distinct p.products_id, pd.products_name, p.products_price, 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, count(*) from products p inner join products_description pd on pd.products_id = p.products_id inner join orders_products op on p.products_id = op.products_id inner join orders o on o.orders_id = op.orders_id left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_ordered > 0 AND o.date_purchased > DATE_SUB( NOW( ) , INTERVAL 3 MONTH ) and pd.products_name not like '%download%' GROUP BY p.products_id, pd.products_name ORDER BY COUNT( * ) DESC limit 5

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = '3ap1b9nl4fcrqnf3moi0smlhd6'

[TEP STOP]