How i can Copy another website script?

rodol

Regular Member
Joined
Mar 10, 2010
Messages
434
Reaction score
91
is that posible? or how i detect what script he is using?
 
If its a server side script like php then its impossible. This is because the script is processed by the server BEFORE it is sent to you and the php script will only return html stuff.

You can copy client-side scripts like javascript.
 
You can't just copy it. You have some options:

1. Hire some freelacer to create it.
2. Learn some programming.
3. Take a look at the code source, it may be some script.
 
There are a huge number of scipts online today that you can buy. I would suggest going to Google and just doing a search for what type of script you want, more than likely, with a little leg work, you will be able to find the company that created the script.

Or you could just email the owner of the website and ask him if he will tell you where he bought the script. He may not want to tell you, but he may just come right out with it.
 
You can't see or copy server side scripts such as php or asp scripts. You can copy any client side stuff including html, css or javascript. Anything sent to the browser you can see.
 
Ok, thanks a lot for all your answers, i believe there was some kind of trick or software to do that because the thing i want to copy is not that complex.
 
Back
Top