Click to See Complete Forum and Search --> : Help me please
modifier_guy
11-23-2003, 12:13 AM
ok i got this stupid rite click blocker on ym site and i cant egt it to go away, i deletd the script off every page i ahve and nope still wont go away.
www.modfreaks.host.sk is my site rite clcik to see but i need it gone
modifier_guy
11-23-2003, 12:31 AM
can ne one help me with a script to get it to go away
AdamGundry
11-23-2003, 02:30 PM
You need to remove the following from each page:
<script language="JavaScript">
<!--
function right(evnt) {
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (evnt.which >= 2){
alert("Darkcrystal.net OWNS YOU!!!.");
return false;
}
}
else
if (event.button>=2)
alert("Darkcrystal.net OWNS YOU!!!.");
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//-->
</script>
Adam
modifier_guy
11-23-2003, 03:02 PM
ok well um like when i open my indexs to my site it will not show that t=stuff teh Drarkcysatl things i will not show up,
Ninjagranny
11-23-2003, 06:39 PM
Usually this is done via a referrer url but it hasnt been here . Have you checked blocker.php to see if that is adding anything at run time ? or even fade - they could be adding run time changes - also you have left a t in the text on your password page before the script tag ... it unethical for me to change it or to look at the two scripts i meantioned :)
The code
<html>
<head>
<script TYPE="text/javascript" LANGUAGE="javascript" SRC="blocker.php">
</SCRIPT>
<script src="fade.js" language="Javascript"></script>
<title>Modfreaks</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</head>
<body BGCOLOR=#3A6987 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<center>
<table WIDTH=700 BORDER=1px BORDERCOLOR="000000" CELLPADDING=0 CELLSPACING=0>
<tr>
<td COLSPAN=2>
<img SRC="images/index_01.gif" WIDTH=700 HEIGHT=119 Border="0"></td>
</tr>
<tr>
<td ROWSPAN=2 WIDTH=150 HEIGHT=581 valign="top">
<script language="JavaScript">
<!--
function right(evnt) {
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (evnt.which >= 2){
alert("Darkcrystal.net OWNS YOU!!!.");
return false;
}
}
else
if (event.button>=2)
alert("Darkcrystal.net OWNS YOU!!!.");
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//-->
</script>
is on every one of your pages at run time - try running without blocker on ?
modifier_guy
11-23-2003, 10:03 PM
ok um well i ahve delted teh blockwer and teh fade from my site but not from each page could that help, because i found something, i made a new page and delleted evryhting and teh rite thing is gona an dteh fade and blocker r not on there
Ninjagranny
11-24-2003, 05:50 AM
I "suspect"
That either fade or blocker has been hacked . If they are server side scripts then there isnt much you can do except inform your web hoster. If either are yours then take a look at them and see if there is any refference to the people in question.