IP Ban Protection - Script Is Banning Everybody
Apr 22, 2010
I recently paste the ip ban java script found on this link [url] on my network.
But, the problem is that the script is banning everybody including me.
I was able to unban myself after much search on google & gain access to my network. I re-edited the code by including and specifying the ip of the spammer's in the indicated field. But, after implementing the code on my network, i keep recieving this message " your ip has been ban" and i will be redirected to [url]
How to go about this or is there programming mistake with the script?
View 4 Replies
Aug 5, 2009
Do you know a function for banning certain words being inputted by the user eg I want to stop a user uploading offensive words and code tags like <script>, <div> etc.. and messing with the site display
View 8 Replies
View Related
Feb 16, 2006
Is there any way to protect the browser's cookie, prevent users from
modifying it?
Seems some browsers, such as Opera, provides a very easy to use
interface for user to modify the cookie value.
View 1 Replies
View Related
Jul 15, 2006
Can any one hlep me in disabling address bar in IE7.0 using javascript. In IE 6.0 if you give locaiton = no, it will disable the address bar.It was not working with IE 7.0.
View 24 Replies
View Related
Mar 8, 2006
I was wondering if I could not put a little protection on my .js files by adding a couple of lines to start the file Something like a try catch I thinking of try top.location or try document.body just to avoid beeing able to put path to file directly in address bar ... is that fesable ?
View 11 Replies
View Related
Feb 1, 2010
Is this the best way to do it?
Another question:say i click on Eye Protection, the ul drops down, but when i click on Eye Protection again the list must disappear again.
<script src="jQuery.js"></script>
<script>
$(document).ready(function(){[code]....
View 1 Replies
View Related
Jan 28, 2011
I'm having a problem with same origin policy protection using JQuery 1.4.4 and the jquery.form.js AJAX plug-in. I have an AJAX contact form which works fine so long as visitors preface URL's they type in with "www". But if they navigate directly to a URL on my site (not using www), the URL resolves OK but the URL doesn't match what I use in my AJAX form. In Chrome, this results in a console error:
[Code]...
View 2 Replies
View Related
Aug 28, 2008
This is a secure solution for password protection with JavaScript. It works by encrypting the password and the content. Nothing is revealed in the source code, and it cannot be beaten by disabling JavaScript.
The download contains three files:
Protect Content.html lets you generate your own protected content.
Demo.html is a protected document, and as long as it remains unbroken, it's your proof that this software works. You can also use it as a template for your own protected pages.
Demo, with hint.html is another protected document that tells you the password. This is meant to show that the first demo is not a trick or a fake.
View 14 Replies
View Related