Speed up my Site

Turn the right click blocker off so I can see what it's doing in real time.
Static pages are useless for trouble shooting.
 
how would i turn that off?

Edit:
FIXED the no right click
somehow, this script got in my files:

function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}

}

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
//-->
 
Your website aids in destroying the fun, fairness, and playability of Runescape, a popular MMORPG. Jagex has already taken legal action. I play Runescape, myself, and am disgusted with "botters" and the like.

I hope you're happy with yourself, because people like you make Runescape pretty miserable. It's insulting that you've asked for help with this.
 
Your website aids in destroying the fun, fairness, and playability of Runescape, a popular MMORPG. Jagex has already taken legal action. I play Runescape, myself, and am disgusted with "botters" and the like.

I hope you're happy with yourself, because people like you make Runescape pretty miserable. It's insulting that you've asked for help with this.

lol the bots on my site dont work, but u do get the free 10mil
 
Back
Top Bottom