Results 1 to 7 of 7

Thread: alright, i gotta hack fer ya

  1. #1
    Lieutenant Junior Grade
    Join Date
    Dec 1999
    Location
    irvine, ca
    Posts
    54

    Post

    in the ubb_library2.pl you'll see some code that looks like this:

    if ($ThisStatus eq "Administrator") {
    $ThisStatus = "$AdminTitle";
    }
    elsif ($ThisStatus eq "Moderator") {
    $ThisStatus = "$ModeratorTitle";
    }
    elsif ($ThisStatus eq "Member") {
    $ThisStatus = "$MemberTitle";
    } else {
    $ThisStatus = "$JrMemberTitle";
    }
    } else {
    $RegName = "unreg";
    }


    now, imediatly after that, you can add something like this:
    if ($thisline[2] eq "sbp") {
    $ThisStatus = "newbie for life";}


    what this does it change individual user's status

    have fun,

    - xyrth



    ------------------
    "why buy the cow when you get the sex for free?"

  2. #2
    Chief of Naval Operations sbp's Avatar
    Join Date
    Dec 1999
    Posts
    11,037

    Post

    Hey now don't give them any ideas about my member status here. I'm only a newbie for life at your BBS.

  3. #3
    Lieutenant Junior Grade
    Join Date
    Dec 1999
    Location
    irvine, ca
    Posts
    54

    Post

    oh yeah, i forgot, sbp makes a good guinea pig.

    - xyrth

    ------------------
    "why buy the cow when you get the sex for free?"

    [This message has been edited by xyrth (edited 01-04-2000).]

  4. #4
    Chief of Naval Operations sbp's Avatar
    Join Date
    Dec 1999
    Posts
    11,037

    Red face

    <center><font size=5>HELP ME!!</font>


  5. #5
    Administrator Leon's Avatar
    Join Date
    Dec 1999
    Location
    San Diego, CA
    Posts
    64,581

    Talking

    That's pretty cool Xyrth. I'll have to check it out.

    Don't be surprized if your status changes to "Cow Lover", Xyrth. hehehehe.

  6. #6
    Chief of Naval Operations sbp's Avatar
    Join Date
    Dec 1999
    Posts
    11,037

    Talking

    heh heh

  7. #7
    Lieutenant Junior Grade
    Join Date
    Dec 1999
    Location
    irvine, ca
    Posts
    54

    Post

    heh, i guess i should change my sig.

    it's a quote from mallrats, if you've haven't seen it i suggest you do.

    - xyrth

    ------------------
    "why buy the cow when you get the sex for free?"

Bookmarks

Posting Permissions

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