Print

Author Topic: Testing something.  (Read 10451 times)

« Reply #15 on: July 13, 2002, 08:47:00 PM »
Deezer made it so that nobody could post HTML in their topics. But, however, there is a secret way to get past the HTML prevention inside topics. Topic titles can have HTML in them without any problem(be very careful if you do this, or else you may end up in kirby_101's predicament a while ago). But I figured out a way to do it in topics. A guy called Fifth was the only other one I knew of that knew how, and if he is gone from the forums, I am the only keeper of the secret left(although it's not that hard to figure out).

My lips..err..keys are sealed.

Edited by - CashCrazed on 7/13/2002 7:48:04 PM

"I'm a stupid fatty and I like to play with my Easy Bake oven." - frostbite

« Reply #16 on: July 14, 2002, 12:40:46 AM »


<img src="http://www.classicgaming.com/tmk/board/edit.gif">hello

<img src="http://www.classicgaming.com/tmk/board/edit.gif">

 

« Reply #17 on: July 14, 2002, 12:42:26 AM »
Deezer made it so that nobody could post HTML in their topics. But, however, there is a secret way to get past the HTML prevention inside topics. Topic titles can have HTML in them without any problem(be very careful if you do this, or else you may end up in kirby_101's predicament a while ago). But I figured out a way to do it in topics. A guy called Fifth was the only other one I knew of that knew how, and if he is gone from the forums, I am the only keeper of the secret left(although it's not that hard to figure out).

<img src="http://www.classicgaming.com/tmk/board/edit.gif">My lips..err..keys are sealed.<img src="http://www.classicgaming.com/tmk/board/edit.gif">

 

« Reply #18 on: July 14, 2002, 12:47:17 AM »
"topic_title" type="hidden" value="suprise suprise.">

 

« Reply #19 on: July 14, 2002, 12:48:47 AM »
Then explain this"refer"
<img src="bboard.gif">"refer"

 

« Reply #20 on: July 14, 2002, 03:00:49 PM »




Edited by - yoshi_man on 7/14/2002 2:04:12 PM

« Reply #21 on: July 14, 2002, 03:02:49 PM »




Edited by - yoshi_man on 7/14/2002 2:04:41 PM

« Reply #22 on: July 14, 2002, 05:16:43 PM »
Just give up on copying my posts, ok whatever_101. If you look at the source, my <> characters are in the HTML code directly, while anyone else's are in %?? form as the ASCII hex code of the character so it won't interpret it as HTML but show it on posts instead.
"I'm a stupid fatty and I like to play with my Easy Bake oven." - frostbite

« Reply #23 on: July 21, 2002, 02:53:37 PM »
CashCrazed, I'd like you to e-mail me your Zelda/Luigi game right about now. Also, could you send me the trick?

Mario, Mario, Mario! What happened to Mr. Andretti?
_________________
The pen is mightier than the sword, unless the sword is in the hands of Lu Bu.

« Reply #24 on: July 21, 2002, 08:25:33 PM »
There, I sent the hack by email. Sorry, but I can't find anywhere to upload it to.
"I'm a stupid fatty and I like to play with my Easy Bake oven." - frostbite

« Reply #25 on: July 24, 2002, 12:55:19 PM »
Is this it? (I am not trying to do what kriby_101 was doing, I am just trying to solve this mystery.)


function hexEncode(str) {
        str = zreplace(str, "%", "%25");
        str = zreplace(str, "/", "%2F");
        str = zreplace(str, "+", "%2B");
        str = zreplace(str, " ", "+");
        str = zreplace(str, "\"", "%22");
        str = zreplace(str, "(", "%28");
        str = zreplace(str, ")", "%29");
        str = zreplace(str, ",", "%2C");
        str = zreplace(str, ".", "%2E");
        str = zreplace(str, ";", "%3B");
        str = zreplace(str, ":", "%3A");
        str = zreplace(str, "<", "%3C");
        str = zreplace(str, ">", "%3E");
        str = zreplace(str, "@", "%40");
        str = zreplace(str, "[", "%5B");
        str = zreplace(str, "\\", "%5C");
        str = zreplace(str, "]", "%5D");
        str = zreplace(str, "^", "%5E");
        str = zreplace(str, "`", "%60");
        str = zreplace(str, "{", "%7B");
        str = zreplace(str, "/", "%7C");
        str = zreplace(str, "}", "%7D");
        str = zreplace(str, "~", "%7E");
        str = zreplace(str, "?", "%3F");
        str = zreplace(str, "&", "%26");
        str = zreplace(str, "=", "%3D");
        str = zreplace(str, "#", "%23");
        return str;
}



Edited by - yoshi_man on 7/24/2002 11:58:29 AM

« Reply #26 on: July 24, 2002, 01:16:32 PM »
"<"br">""<img src="bboard.gif">"

 

« Reply #27 on: July 24, 2002, 01:17:40 PM »
Oh well!

 

« Reply #28 on: July 24, 2002, 01:29:20 PM »



Edited by - CashCrazed on 7/24/2002 12:33:19 PM

"I'm a stupid fatty and I like to play with my Easy Bake oven." - frostbite

« Reply #29 on: July 24, 2002, 01:35:49 PM »
Did it work?
"I'm a stupid fatty and I like to play with my Easy Bake oven." - frostbite

Print