Your generous donations help keep this site online! Click here to support cexx.org.
Basic How-to bypass form buttons
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. 
The example ill be using is from http://pimp.ineedwarez.com/t50.html
Head on over to the page.. Now you might have noticed something?? NO POP-UPS! w00t , this is because pop-ups rely on javascript. So we are able to battle in comfort. Ok right click the page and choose view source(note: alot of sites wont allow you to right click or even use keyboard commands , with javascript disabled you can now bypass those scince it is what they rely on. 2nd note: if you opt not to turn javascript off and you want to look at the source , choose view from the menu and select source) Now you should be lookin at the source code , confusing isnt it ?? It can be intimidating at first but once you know what your after 99% of it can be overlooked. 
Im going to make this as easy as it alredy is ;] All of the sites that use these buttons ive found ALWAYS use the FUNCTION command. 

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 -
"Entrance()-Enter-www.webpage.com" . 
 

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. 
My GF just mentioned to me how obviuos this warez page is to bypass the voting.. you dont even need to look at the code. BUT you get the idea right ? 

Other info on me.
Homepage:http://www.geocities.com/quake2clanhi/
My web page has nothing to do with cracking/hacking/warez , its a personal page. 

  Banner Sites Junkmail - Fight Back!
Home   E-mail   Copyrights and Disclaimers