Cross Website Scription Question

I would like to be able to create a script that allows me to run some more advanced database queries on a couple of websites I am a member of. These queries would be above and beyond what the sites currently offer in terms of user features. Also interested in being able to create a script that allows me to insert items (ecommerce) into my account using my own front-end. Is this possible? The idea is to create some “value-added” services in order for members to use the sites better.

Running queries on anyone else’s website (websites you are a member of) is a HUGE no no. That is how SQL injection attacks happen (inserting malicious SQL code that drops tables), and how entire database structures get compromised. So you should abandon this premise entirely.

Not to mention–its illegal. Most people call it hacking/cracking. -__-

Sponsor our Newsletter | Privacy Policy | Terms of Service