Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forum hacked?
This discussion has been closed.
Comments
I have uploaded a file into the root directory of Vanilla with only: echo dirname(__FILE__);
Do I need to run something to find out the Application Path ?
Sorry for the questions.
Krak, I am not using the HiddenText addon, so the problem didn't arise from that.
Thanks
<?php echo dirname(__FILE__); ?>
Then go to http://your.domain.com/test.php, it will display the path to the forum folder.
I have uploaded and gone the that URL.
A line appears with echo dirname(__FILE__);
but nothing else.
Am I doing something wrong?
Thanks