[Question] How to create a ptc script and how do you guys find them?

xxhackerxx2

Newbie
Joined
Jun 23, 2009
Messages
30
Reaction score
0
How do you guys find them? Is it possible to leech clone php scripts off the site? :)
 
You can't get PHP codes from another site...

Just do Google searches such as "Free PTC script", "Paid to Click Script clone", etc and see where the results take you.
 
Is it possible to leech it off a site? Similar to download the whole html of a website. :) or create a PTC php script?
 
Is it possible to leech it off a site? Similar to download the whole html of a website. :) or create a PTC php script?
You cannot download PHP files, you can download the content of them but not the script unless the server has been misconfigured.
 
Just some extra info about why you can't steal the php code from a web site. The php code is basically an application that creates the outputed HTML based on its on our logic. (database lookups, session data, etc etc.). So no matter what the server side language is (php,asp,coldfusion,jsp, etc.), you can only see the resulting outputted html.

Client side scripting (javascript) is different since it runs in the browser, so you can always see the code. But there are also ways of basically encrypting the code so its horribly difficult for any human to read.
 
Back
Top