MyBB Community Forums

Full Version: A fresh install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Because the quick reply uses Javascript to post new replies (aka. AJAX) and the Javascript code would only have started conflicting with the quick reply when it was added, also I noticed this script was called:
<script type="text/javascript" src="http://s31.sitemeter.com/js/counter.js?site=s31kpac1985">
and because it is hosted externally they can change that code whenever they like and it will effect your site.
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>

<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>

<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>


nothing here
It would be hidden in one of your other templates, can you use the template search tool or follow my instructions I posted earlier to completely change template sets (this doesn't have to be permanent, its just a way of trouble shooting to narrow down the cause of the problem) http://community.mybboard.net/thread-646...#pid464315

Ps. Can you please use code tags as well, it makes things much easier Wink
(2010-02-11, 12:28 PM)TimB. Wrote: [ -> ]Because the quick reply uses Javascript to post new replies (aka. AJAX) and the Javascript code would only have started conflicting with the quick reply when it was added, also I noticed this script was called:
<script type="text/javascript" src="http://s31.sitemeter.com/js/counter.js?site=s31kpac1985">
and because it is hosted externally they can change that code whenever they like and it will effect your site.

i removed the script, but the problem is still there
It's still down there at the bottom. What about this bit??

<script type='text/javascript' src='http://ads.neogen.ro/asociati/ads.js'></script>
Kasperski still tells me the site is malicious so I suspect it is still there. It need to go to bed but if this isn't solved by the morning I'll boot in Linux and take a look at your site (so there is no chance of me being infected).
(2010-02-11, 12:36 PM)MattRogowski Wrote: [ -> ]It's still down there at the bottom. What about this bit??

<script type='text/javascript' src='http://ads.neogen.ro/asociati/ads.js'></script>

Edit: lol, Ok, if your still including javascript from a .ro domain then that is most likely your problem.
i removed this ad script too. but again, after pressing the quick reply button, it appears a blank page, and after i refresh the page, the post appears

that code is from an ad like adsense. i had that script for a long tome on the site with no problems
You haven't removed it, I'm looking at it in your source code right now. Check your header template for this bit.
done. look now
Still there... are you sure you're editing the template set that your theme is using??
Pages: 1 2 3