The OFFICIAL Unofficial Achewood Message Board
Welcome, Guest. Please login or register.
May 24, 2012, 10:55:53 AM

Login with username, password and session length
Search:     Advanced search
@achewood There’s no Day for apologizing to our parents for all the stupid shit we put them through. Perhaps because we never finish before they die.
186599 Posts in 6032 Topics by 918 Members
Latest Member: tha_snazzle
* Home Help Login Register
The OFFICIAL Unofficial Achewood Message Board  |  Trivial Pursuits  |  Science & Nature (Moderators: slink, CortJstr)  |  Topic: I am trying to haxor javascript 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: I am trying to haxor javascript  (Read 1729 times)
Fooker
Chucklebot


Tiny cans of Dr Pepper: -18
Offline Offline

Posts: 193


domesticated troll


View Profile
« on: March 13, 2007, 05:18:41 PM »

For registration on a certain website.

Name length is set to a minimum, via a crappy JS. I've been toying with greasemonkey to adjust this via the replace function, but no luck so far.

The JS is in the page source, not an external script. It isn't html, but some kind of hell of decrepit .aspx type page.

Does anyone else want to help me haxor the gibson?

(hack the planet!!!)


Here is a small amount of the crummy code:
Code:
var RegExNameOnlineLength = document.all ? document.all["RegExNameOnlineLength"] : document.getElementById("RegExNameOnlineLength");
RegExNameOnlineLength.controltovalidate = "nameOnline";
RegExNameOnlineLength.errormessage = "Sorry, 5 letters Minimum! and ONLY a-z 0-9 characters";
RegExNameOnlineLength.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
RegExNameOnlineLength.validationexpression = "[0-9a-zA-Z]{5,}";

I would just make my own html form to submit the data raw stylez, but I don't have the inclination to figure it all together from a script that goes through three seperate crappy pages.
Logged

NONSENSICAL STATEMENT INVOLVING PLANKTON
Pages: [1] Go Up Print 
The OFFICIAL Unofficial Achewood Message Board  |  Trivial Pursuits  |  Science & Nature (Moderators: slink, CortJstr)  |  Topic: I am trying to haxor javascript « previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.14 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!