Eliminate Redirection malware in my website - web

I am experiencing a redirection malware in some of the subpages of my website. I tried deleting a script that´s been created by someone else. I use wordpress. But it still redirecting to that site. I don´t know how to fix it. It would like some help please.
In the console also appear messages like these:
www-widgetapi.js:1120 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://mysite.example').
q.sendMessage # www-widgetapi.js:1120
googleads.g.doubleclick.net/pagead/id:1
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
static.doubleclick.net/instream/ad_status.js:1
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
jsclou.in/pab1002.js:1
Mixed Content: The page at 'https://mysite.example/wp-admin/post.php?post=114&action=elementor' was loaded over HTTPS, but requested an insecure frame 'http://malware.example'. This request has been blocked; the content must be served over HTTPS.
Any advice about this please?
Tried to delete the script where I found the site jsclou. It din´t solve it.
It look like this:

Related

Joomla Server unable to read htaccess file, denying access to be safe

From administrator panel I can't find my plugin css or js file. In console log it's showing :
Failed to load resource: the server responded with a status of 403
(Forbidden)
Now when I access this file from console login the browser showing me following message :
Forbidden
You don't have permission to access /plugins/system/helix3/assets/css/bootstrap.css on this server.
Server unable to read htaccess file, denying access to be safe
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Can you guys tell me how can I solve this problem. For this error my plugin is not correctly displaying :(
Thank You.
There is little information you give about your problem, but I will try to help you the same. I had a similar problem and with some research I was able to figure out what my problem was.
First check if file exist /plugins/system/helix3/assets/css/bootstrap.css
Second check the access permissions of your /plugins/system/helix3/assets/css/bootstrap.css in joomla and in the folder permission.
Third check if the css you are using does not need anything else to work. Example in mine was a problem with a plugin for firefox.
Sorry for my English but this is not my native language.

Image URL being redirected to other web site

I am trying to use an image from an existing website in my html page. The issue is that the image is not getting resolved correctly, Even when I hit the image URL directly on browser, its getting redirected to some other site. I have tried on all browsers but no luck.
I have heard about restricting resource using hot linking but in this case not sure whats happening. Any pointers/suggestions please.
Eg - I want to use image(http://www.acsisair.com.au/wp-content/themes/acsis-air/images/logo.png) but when hitting this URL after clearing browser cache, its being redirected to other website (http://www.nine.com.au)
It's very, very likely a form of hotlinking protection: if you change the URL subtly to make it clearly incorrect, you get a 404 page.
That means when you enter an URL to a resource that exists, you're given a header redirect. That's not an accident.
There's likely nothing you can (or should) do to circumvent this.
Use images you can host on your own site.

how can I show a 404 page for URL I don't want to have?

I have a website: http://www.immvestwolf.de/
For most websites a 404 page is shown for unknown pages like http://www.immvestwolf.de/ggggggg.
But there is one Section of the website which is build by a plugin. For that section, URLs which don't exist, do not give a 404 header status back.
For example: http://www.immvestwolf.de/expose/39/gggg. All URLs with "/expose/sometext" don't give a 404 header status back. How can I fix this problem?
Any path that hits the plugin is at the descretion of that plugin.So if ../expose ist the plugin, it is the responsibility of that plugin to decide whether a certain path (within the namespace controlled by the plugin) exists or not.
If the plugin does not care, then you might configure your web server to deny the to-be-non-existant sub-paths. E.g you may have your plugin handle /expose but reject any access to /expose/ or below.
How this is to be achieved depends on what web server you are using and how the plugin expects to be configured.

Joomla wrapper and ssl

I have joomla site and i set ssl on it. In some pages i have wrapper that load some form from another server.
When i used http it worked normal but after https it load too long and at the end show times out.
If i don not write any protocol in url and set
Add protocol - Yes
that time page loading normal but form blocks by browser.
link to page
What need to do load wrapper normal or how to exclude page from ssl
You are calling http content inside your web. This is the console output:
Mixed Content: The page at 'https://carzilla.az/ru/voditelyu/proverka-shtrafov' was loaded over HTTPS, but requested an insecure resource 'http://85.132.44.29/nex'. This request has been blocked; the content must be served over HTTPS.
Try changing http://85.132.44.29/nex to https://85.132.44.29/nex
Is maybe that your problem? This resource is blocked.
EDIT
Anyway, when calling the https URL, has no service.. then I think you will not be able to open that URL in a HTTPS situation.
This is not a programming question, it is a site administration question.
WHen you make the wrapper menu link, simply go to the metadata tab and tell it to make the link "not secure."

Requested URL is changing

I have a website, at localhost:82
when I type this into IE, it comes up with a 404 error and the requested URL is localhost:80/wwwroot, which is not at all what I requested.
There is no URL rewrite set up. I have tried to set up a tracing rule to see what is happening, however, the instructions at http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-using-tracing-in-iis-7/ say to look for "Fail Request Tracing" link, but it doesn't exist in my IIS 7.0 even under administrator.
Not sure where to look or why this is changing my requested URL.
Any help would be appreciated.
Run Fiddler and check the HTTP response.

Resources