
06.04.2008, 18:54
|
|
Новичок
Регистрация: 04.01.2008
Сообщений: 6
С нами:
9659174
Репутация:
21
|
|
Yes you can, but you've to look in the Sites Source, for the source you want to display.
E.g.:
load_file('/index.php')
then you've to watch the source and look after the index.php.
In some cases the index.php isn't printed correctly so you've to watch in the source.
You can also hex-encode the load_file and decrypt it later.
|
|
|