How to block port on wamp server?

一个人想着一个人 提交于 2019-12-25 04:45:17

问题


I made a simple html file with this syntax

<!doctype html>
<html>
<head>
<title>html_using_div</title>
<!-- <link href="border.css"rel="stylesheet"/> -->
<style>
    .c1{
    background-image:url("i/table2.jpg ");
    background-repeat:no-repeat;
    background-attachment:local;
    font: italic bold 20px/1.2 arial,sans-serif;

    }

    <!-- .c2{
    background-size:1000px 1000px;
    background-image:url("i/DSC05441.jpg");
    background-repeat:no-repeat;
    background-attachment:scroll;
    } -->

</style>
</head>
<body style="background: linear-gradient(-45deg, red , blue , indigo, white );">
<div style=" width=500px ;height:400px; margin:auto ;  " >

    here was my content
    </div>
</body>
</html>

After execution in browser console I got another div and a javascript file name:

<script type="text/javascript" src="http://127.0.0.1:10029/public/linkverifierhelper2.js"></script>

Can anyone help me in finding the reason for this issue?


回答1:


After googling the linkverifier2.js file I think you have the SpeedBit Download Accelerator Plus adware/malware.

You could remove it with any antivirus or antimalware tool.



来源:https://stackoverflow.com/questions/31177485/how-to-block-port-on-wamp-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!