Page 3 of 6 FirstFirst 123456 LastLast
Results 21 to 30 of 52

Thread: Spamming In Forum

  1. #21
    im faked up offa soco an dcronic right now plus i can t spell plus grade 10 drop out so :"> lay off the bad typin pls

  2. Lounge   -   #22
    what do I put here? BT Rep: +10BT Rep +10
    Join Date
    Jul 2003
    Location
    Australia N.S.W
    Age
    42
    Posts
    10,878
    ohh well I wont be coming to this board that much anymore just off and on for visits in musicworld

    and if your suggesting that we are both the same person becasue of our typing your way off track only I am the best worst typest in the world

  3. Lounge   -   #23
    you can have that trophy adster

  4. Lounge   -   #24
    Double Agent
    Join Date
    May 2003
    Posts
    3,472

  5. Lounge   -   #25
    Maybe VB should add the following code to /sources/lib => post_reply_post.php

    AFTER:

    // Lets load the topic from the database before we do anything else.

    Code:
    // Flood Control No Reply To Own Replies Start
    $DB->query("SELECT last_poster_id FROM ibf_topics WHERE tid='".$this->topic['tid']."'");
                            $this->topic = $DB->fetch_row();
                            $dienow = $class->forum['last_poster_id'];
                            $checkmemberid = $ibforums->member['id'];
      if ($checkmemberid == $dienow)
      {
        $std->Error( array( LEVEL => 1, MSG => 'reply_own_reply') );
      
      } else {
    }
    // Flood Control No Reply To Own Replies End
    Then add into lang/en => lang_error.php the following line:

    AFTER: $lang = array (

    Code:
    'reply_own_reply' => "Sorry, you are not allowed to reply right now. Please wait until another member posts a reply or edit your old reply to add more content to your post.",
    That would disallow to post a reply to a members own reply - meaning a member has to wait until another member posts before he can post again

    Works with IB 1.2 - dirty coded by Darker

  6. Lounge   -   #26
    yeah i can post on teh topic again woo hoo ill finish to Z now

  7. Lounge   -   #27
    Great idea darker

  8. Lounge   -   #28
    Double Agent
    Join Date
    May 2003
    Posts
    3,472
    now there is a dude who fell in love with his own voice

    and I thought gays are weird...

    go figure

  9. Lounge   -   #29
    yup i love myself

  10. Lounge   -   #30
    what do I put here? BT Rep: +10BT Rep +10
    Join Date
    Jul 2003
    Location
    Australia N.S.W
    Age
    42
    Posts
    10,878
    Darker that is a genius idea and then ppl would use the edit button more too great idea should be done to stop the bitching

Page 3 of 6 FirstFirst 123456 LastLast

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
  •