x-cart

Editing Included Content In Customized X-Cart PHP Page

My clients home page is https://www.quakereadykit.com/store/home.php This was given to me by a previous designer, and I cannot figure out how to do the simple task of changing the small photo next to the "Welcome" text. I have used Firebug in FF to try and dissect the page but I cannot find the source. Seems to be an include from anothe...

Maestro payments in X-cart and Paypal Pro

We are having a bit of an issue with a gateway on one of our websites accepting Maestro payments. It comes back with this message when checking out with Maestro – "The payment method you selected does not support the credit card type you are trying to use. Please select a different payment method or use a different credit card number."...

PHP, x-cart, potential security breach.

Hello, The host of a server I work on just today turned off the site after x-cart was installed because the following commands were issued on the server and they think it's a security breach: ls -la 2>&1 id 2>&1;whoami 2>&1; id 2>&1 mkdir 123 pwd 2>&1 echo 1 The server is running linux (of some kind, not sure what..) and there is no...

retrieve session values in x-cart

hi to all i am using x-cart for one of my e-commerce project in this we have to integrate a ticket system in this we have to manage common login like when a user is login in x-cart then simultaneously it must lohin in ticket system. for that i made a class for login in tcket system and call that class at x-cart login file. but problem...