I am trying to post Javascript onto a phpBB3 forum. However, phpBB3 does not have an option to allow HTML/Javascript... Does anyone know a way around this. I thought that there would be some sort or custom phpBB3 BBcode that can be used to enter any Javascript or HTML and make it work.
Just replace [script] with <script> , but only for administrators. If your users can use this your forum will most definately get hacked.