Your
generous donations help keep this site online!
|
Written by: Anrkist <> |
Created
Jan 12 2001, modified Jan 12 2001
|
"I can show
you the door. But you must walk through it." -Morpheus
"I cant tell you how this is going to end... But I can tell you how its going to begin." -Morpheus So your tired of those warez form buttons?? A form button is by default grey , on warez sites you see them as "Vote1" "vote2" "vote3" .. although there are variations , that is just one example. What you need to first do is turn off javascript , I dont use netscape so im writing by what ive learned in IE5.5. To turn this off in IE , go to the "tools" dropdown menu and select "Internet options". From there select the "security" tab , make sure "internet" is highlighted and press "custom level". Now you should be in a window that has alot of options the very top one should say something like "Activex controls and plug-ins" ... Scroll all the way to the bottom in this window find the option "Scripting" and make sure each of those is "disabled". Those would be... Active scripting , allow paste operations via script , and scripting of java applets. Ok got that?? Good... now we move on to SOURCE
code.. , I am in no way a coder.. it just plain scares me ;] But I do know
enough to get through the day.. So if you dont know the slightest thing
about html/javascript I suggest you read up on it.
func·tion (fngkshn) n. The action for which one is particularly fitted or employed. Assigned duty or activity. A specific occupation or role: in my function as chief editor. An official ceremony or a formal social occasion. Something closely related to another thing and dependent on it for its existence, value, or significance: Growth is a function of nutrition. Abbr. f Mathematics A variable so related to another that for each value assumed by one there is a value determined for the other. A rule of correspondence between two sets such that there is a unique element in the second set assigned to each element in the first set. Knowing what that means might help a little better... Ok so it uses Entrance() , so what?? Youll find this tag twice in the source code (use the search feature). The first one youll find is , function Entrance(){ if (enter != 0){ WM_setCookie('legalclient','true','true','1','','',-1); window.open("http://pimp.ineedwarez.com","nw","location=yes,toolbar=yes,directories=yes, status=yes,menubar=yes,scrollbars=yes,resizeable=yes,menubar=yes"); See it ?? yup.. that is the URL to the page your looking for.. far to easy.. now we look at the second snipit of code. input type="button" name="Button" value="ENTER" onclick="Entrance();" input type="button" name="Button" value="Vote" onclick="vote();" This is where Entrance() is defined , it has
the value of "enter".. so when we look at the first peice of code we see
"Enter" , and enter gives the command to go to the page. Let me try to
think up a simpler way... Imagine it as a short string of thread It would
look like this -
Alright.. I think you get the idea - Remeber
not every page is like this , some ive found use a better protection system
Im guessing its CGI.. which I still havent figured out. But if you want
to try your hand at it go for it!
This tutorial was created by ME , Anrkist.
If you would like to correct anything on here such as proper termanology
Then please note the change. This may be distributed.. send it out.
Other info on me.
|