User Controls

The Mighty Morphine Power Rangers

  1. #21
    Ghost Black Hole
    LMAO
  2. #22
    RisiR † 29 Autism
    I'll give you a hint. The reason why I can do that is directly related to the trip phrase option in your user control panel.
    The following users say it would be alright if the author of this post didn't die in a fire!
  3. #23
    Ghost Black Hole
    bill Bill Krozbyby
  4. #24
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    Originally posted by RisiR † I'll give you a hint. The reason why I can do that is directly related to the trip phrase option in your user control panel.

    Tripphrase == user title, right? I learned that during my NIS Statistics exercise.
  5. #25
    RisiR † 29 Autism
    Originally posted by gadzooks Tripphrase == user title, right? I learned that during my NIS Statistics exercise.

    The trip phrase is the weird nonsense some users have next to their titles. Usertitles change with post count or are custom.

    Next hint: Why is there a trip phrase option?
  6. #26
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    Originally posted by RisiR † The trip phrase is the weird nonsense some users have next to their titles. Usertitles change with post count or are custom.

    Next hint: Why is there a trip phrase option?

    Hmm...

    This is what the HTML looks like when a user has a tripphrase:


    <small class="user-title">
    victim of incest
    <span class="tripphrase">[my p.a. supernal goa]</span>
    </small>


    But I still can't figure out what purpose it serves...
  7. #27
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    Does it have anything to do with the supported tags?


    _supported_tags = {
    'IMG': _add_img_tag,
    'NO_IMG': _add_img_stub_tag,
    'BYUSINGTHISTAGIAFFIRMLANNYISSUPERCOOL': _add_very_cool_tag,
    'QUOTE': _add_quote_tag,
    'VIDEO': _add_video_tag,
    'NO_VIDEO': _add_video_stub_tag,
    'CODE': _add_code_tag,
    'BC': _add_bc_tag,
    'LINK': _add_link_tag,
    'SPOILER': _add_spoiler_tag,
    'NOJS_SPOILER': _add_nojs_spoiler_tag,
    'SHORTCODE': _add_shortcode_tag,
    'PGP': _add_pgp_tag,
    'NOJS_PGP': _add_nojs_pgp_tag,
    'STRIP_QUOTE': _add_quote_stripper,
    'STRIP_PGP': _add_pgp_stripper,
    'STRIP_COOL_TAG': _add_cooltag_stripper,
    'NOP': lambda parser: parser
    }
  8. #28
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    There's also "enable tripphrase" in the views files:


    def _base_settings_form(self, poster):
    return forms.UserSettingsForm(initial={
    'email': poster.email,
    'allow_js': poster.allow_js,
    'allow_avatars': poster.allow_avatars,
    'allow_image_embed': poster.allow_image_embed,
    'allow_video_embed': poster.allow_video_embed,
    'enable_editor_buttons': poster.enable_editor_buttons,
    ==>'enable_tripphrase': not (poster.tripphrase == None),
    'auto_subscribe': poster.auto_subscribe,
    'timezone': poster.timezone,
    'theme': poster.theme,
    'posts_per_page': poster.posts_per_page,
    'pgp_key': poster.pgp_key
    })
  9. #29
    RisiR † 29 Autism
    You were more or less right with your first guess. CP866. The Russian and Cyrillic codeblocks have dublicate letters that the forum software doesn't recognize as such. That's how I was able to create dublicate accounts such as Lanny and -SpectraL. There should also be one or two extra Kinkous in the database.

    Lanny found out about it and created the trip phrase option which is individually created for each user and impossible to dublicate. He also did something so you can't dublicate usernames with CP866 anymore. He called it crypto-hacking and my e-pean grew 12 inches.
    The following users say it would be alright if the author of this post didn't die in a fire!
  10. #30
    Ghost Black Hole
    I haven't checked the tags in a while there's some new ones there. Each tag has the potential to break a lot of shit.
  11. #31
    gadzooks Dark Matter [keratinize my mild-tasting blossoming]
    Originally posted by RisiR † You were more or less right with your first guess. CP866. The Russian and Cyrillic codeblocks have dublicate letters that the forum software doesn't recognize as such. That's how I was able to create dublicate accounts such as Lanny and -SpectraL. There should also be one or two extra Kinkous in the database.

    Lanny found out about it and created the trip phrase option which is individually created for each user and impossible to dublicate. He also did something so you can't dublicate usernames with CP866 anymore. He called it crypto-hacking and my e-pean grew 12 inches.

    Oh damn, that is some quality NIS history.

    Pretty clever work around.

    The best thing I could think of was to italicize one of the letters in a enhancemented word.

    E.g.:

    Chr[i]i[/i]stmas.


    It renders as Christmas instead of Christmas.
    The following users say it would be alright if the author of this post didn't die in a fire!
  12. #32
    Ghost Black Hole
    Christmas
Jump to Top