Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   PHP source code? (https://thetfp.com/tfp/tilted-technology/83450-php-source-code.html)

j0hnb 02-14-2005 05:55 PM

PHP source code?
 
Is there a way that you can grab the PHP pages from a site before the php functions are run?

ratbastid 02-14-2005 06:49 PM

Only if the site is misconfigured in some way.

j0hnb 02-14-2005 07:16 PM

That's what I thought, but it was worth a shot if anyone know some kind of trick. Thanks

skaven 02-15-2005 09:42 PM

The only trick I know of is to append an 's' to the end of the URL. Sometimes developers leave symlinks to their source code floating around. For example:

http://www.djskaven.com/tools/makethumb.php
vs
http://www.djskaven.com/tools/makethumb.phps

I keep the source accessible so that it's easy to "send" it to people. It's also just handy to have around while debugging, so you don't have to leave your browser to look at the code quickly.

zhevek 02-16-2005 06:28 PM

That's actually a great feature of php, in that it allows you to write sites that someone can't steal. Not that I'm accusing or anything :love:


All times are GMT -8. The time now is 05:11 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47