• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Bypassing the Length Limit

Status
Not open for further replies.
Level 6
Joined
Jul 3, 2014
Messages
1,280
Hey guys, how you doing?
I'm pretty sure almost all of you are familiar with the hive's length limit which forbids you from posting messages with less than 4 characters, so here's a little trick to bypass it:

1-Type your message, for example "OK"
2-Add this code after your message
Code:
[plain][img]http://www.hiveworkshop.com/forums/pastebin_data/jxqv8k/l.jpg[/img][/plain]
3-Enjoy!

For users who want a shorter code use this:

Code:
[plain][img]http://goo.gl/6TX5LL[/img][/plain]

Alternatives:

Note Bypass (Method thanks to Directive 255):

Code:
[plain][note]A[/note][/plain]
 
Last edited:
Level 6
Joined
Jul 3, 2014
Messages
1,280
Why not just use [note][/note]?

For example, after writing your message, type:
Code:
[plain][note]blah[/note][/plain]

Cool, added to the codes.

Double posting just to see if anyone can figure the content of the comment above.
Checked via inspect element, its an issue in html it seems,pretty cool xD

Both the client and server validate message length. The filter used to determine message length can be exploited though. Trying to submit a blank message will not work as the server will return an error that it is too short.
Double checking then, gonna read the source code.
 
Status
Not open for further replies.
Top