Jump to content

Stop a script from running on page.


Thauwa

Recommended Posts

Hello people. I want some help trying to find out how to stop a java script from running on my php page. I did not put that link there and it leads to a virus, it appears right after the <head> tags of my page and does not allow anyone to pass. So is there a way that I could prevent the script from running, like use php to prevent that link from appearing?? Thanks, and here's the script:

<script src=http://picobellVIRUSlink i deleted link!!.com ></script>

 

Link to comment
Share on other sites

Hello people. I want some help trying to find out how to stop a java script from running on my php page. I did not put that link there and it leads to a virus, it appears right after the <head> tags of my page and does not allow anyone to pass. So is there a way that I could prevent the script from running, like use php to prevent that link from appearing?? Thanks, and here's the script:

<script src=http://picobellVIRUSlink i deleted link!!.com ></script>

 

I assume you're a beginner from how you're running in to that specific problem. BUT. Is the <head> data placed there by form, or FTP?

 

If it appeared there out of nowhere, most likely someone used an XSS attack, or physically found a security hole and modified your files.

 

If you're wanting to get rid of it from a form, use the strip_tags function, else change your passwords...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.