Originally posted by TheStrawberry
It is hard to do this, if your using firebug it is client side.. the rest is server side which is impossible to edit unless you have admin tools. The only way I can think of is injecting your script and block the security check.
If only we had the script before the "title and classes" were patched it would make it more easier to pin point stuff out.
I am using firebug for certain stuff, obviously its client side
I use it to replace their scripts with mine, and the scripts are pretty crazy to understand.
I know it reloads the data once you save...If I can stop that from happening
That would mean I could get some of my other scripts to work (Colors in clan mottos, etc)
I think its blocked via this big script, it handles everything...from black ops stuff to mw3 stuff(I think it handles everything, I don't know yet...pretty busy all the time), every feature of the site mostly...
Its 8000 lines (not that much, but they code most stuff on 1 line to compress it a bit)
You must login or register to view this content.
If you look at the script, there's stuff like:
submit:function(a){var b=a.nodeName.toLowerCase(); //this would make that text into lowercase
there's another code I think that is called .validate(); //which would validate (checks it for un-allowed characters, etc) the text and say its ready to be sent...
By the way, I have elite premium now.
Also another thing I found on that big script...
}this.set({clan_info:{has_emblem:h,clan_name:this._clan.name,clan_emblem_url_large:f,clan_emblem_url_small:c,show_unlock_text:i,stat_display_class:this.get("field_name").replace(/_/g,"-")
this also means we can trick it into putting any clantag(including un-allowed characters), sure we would need to edit the validate section (I found it already btw)
Pretty cool...
Anyways i'll continue hacking...(or scripting or whatever you wanna call it)