Results 1 to 12 of 12

Thread: Simba code on the site gone wrong ?

  1. #1
    Join Date
    Aug 2007
    Location
    England
    Posts
    1,038
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default Simba code on the site gone wrong ?

    Is it just me or has the simba code gone weird for you to ?

    Simba Code:
    if ***40;not result***41; then
      writeln***40;'error message'***41;;



    Simba Code:
    If (FindIt('rock')) Then
    Begin
      FlyAway(IntoClouds);
    End;
    Today is the first day of the rest of your life

  2. #2
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Simba Code:
    Procedure SomeProc(int what);
    Begin
    if (what = 12) then
    writeln('FUCKING WINZ0RS');
    end;

    It's in the (unicode?) formatting on the Simba-eryGoodness I think.
    I know that Wizzup was testing something, it could've broken it?
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  3. #3
    Join Date
    Aug 2007
    Location
    England
    Posts
    1,038
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by HarryJames View Post
    Simba Code:
    Procedure SomeProc(int what);
    Begin
    if (what = 12) then
    writeln('FUCKING WINZ0RS');
    end;

    It's in the (unicode?) formatting on the Simba-eryGoodness I think.
    I know that Wizzup was testing something, it could've broken it?
    lol bloody crazy mate, looks broke to me
    Today is the first day of the rest of your life

  4. #4
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    you mean the ***? Looks weird to me :P

  5. #5
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    yeh its the same for [ php ] tags example

    PHP Code:
    [0]  [1
    should say [0] [1]

  6. #6
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's not converting alt code characters, as ( and ) are Alt+40 and Alt+41 respectively.
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  7. #7
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    so
    PHP Code:
    ***91;0***93;  ***91;1***93
    well you cant use *** 91 *** 93 for [ ]
    lol.supposed to be & #

  8. #8
    Join Date
    Jan 2011
    Location
    Denver, CO
    Posts
    1,351
    Mentioned
    2 Post(s)
    Quoted
    72 Post(s)

    Default

    code tags are working correctly.

    Code:
    Writeln('code tags are working correctly.');

  9. #9
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    It's a bug in vBulletin. It'll be fixed as soon as Wizzup can update to the latest version.

  10. #10
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    It has to do with a fix for a certain vBulletin exploit, which required a new entry in the word blacklist (as sm0k3 pointed out: it's "& #", which is used in html do encode certain characters). We're working on it
    Hup Holland Hup!

  11. #11
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    It has to do with a fix for a certain vBulletin exploit, which required a new entry in the word blacklist (as sm0k3 pointed out: it's "& #", which is used in html do encode certain characters). We're working on it
    Ye. I pointed it out. I didn't know it makes this much hassle :/ Sorry..

    ~Home

  12. #12
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    SCAR Code:
    function testDecEncode()
    var i: TIntegerArray;
         e: TStringArray;
    begin
     i[0] := [1,2,3];
    e[0] := ['4','5','6'];
    writeln(i[0]+ToStr(e[0]));
    end;

    scar tags allow [] but not ()

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •