PDA

View Full Version : Is php enabled in this forum?



100%
10-18-2004, 10:25 PM
I would like to make a dynamic signature - but first simply need to know if php is enabled for members in this forum.

thanx

iMartin
10-18-2004, 10:36 PM
I'd also like to know, and if there is plans to enable HTML?

Mr. Blunt
10-18-2004, 10:40 PM
if there is plans to enable HTML?
:lol: I dont think HTML will ever be enabled. It's too much of a security risk.

iMartin
10-18-2004, 10:42 PM
:lol: I dont think HTML will ever be enabled. It's too much of a security risk.

Bleh...now who in the world would wanna hurt us? :01:

:rolleyes:

Mr. Blunt
10-18-2004, 10:49 PM
Bleh...now who in the world would wanna hurt us? :01:

:rolleyes:
Me.

Mwwahahahahahaha. :devil:

100%
10-18-2004, 11:12 PM
ok i guess that answers my question

i now realize how naive

tesco
10-18-2004, 11:21 PM
i think sparsely told me that PHP is enabled so i guess it is.

HTML is to muchof a security risk though so will never be turned on (as others have said).
test

TheRealDave
10-19-2004, 09:46 AM
php is surely just as much of a security risk then html..

true_neo
10-19-2004, 12:47 PM
Then again, theres a difference between actually PARSING php, and just
$give_php == "syntax highlighting";

I could do something like
$prepare = fsockopen("http://www.filesharingtalk.com", 80);
chdir(../);
$file = readfile("./passwd");
echo $file;
$close = fclose($prepare);
die;
which, assuming there was such a file 1 step above the web root called passwd, would possibly be displayed.
But this doesnt mean jack, it doesnt actually parse :)

vivitron 15
10-19-2004, 06:15 PM
but for a sig, you could embed php code into a png file - i.e. make it refresh with a different image each time you load the page :)

TheRealDave
10-19-2004, 06:37 PM
but for a sig, you could embed php code into a png file - i.e. make it refresh with a different image each time you load the page :)
it has been done before on IPB i dont know if it can still be done though. there used to be a tut on it somewhere

motherflux
10-19-2004, 06:41 PM
If you like, 15%, I can give you a php script that, if you have hosting with php enabled, can give you a random signature image.

maskawaih
10-19-2004, 06:45 PM
If you like, 15%, I can give you a php script that, if you have hosting with php enabled, can give you a random signature image.
would you send that script to me? :)