Lavalair only chat system option creating help

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lavalair only chat system option creating help

    ***************** is a lavalair edited script

    there was a special system ! I never had seen it in any others lava script
    in this site if any user enter a chat room chat system say * $nick has entered*
    i trayed make this function in my site but i got erorr . If any1 know this code plz help me .
    Last edited by metulj; 29.07.09, 18:48.
    PHP Code:
    /* I don't know everything hehe */ 
    Find me on facebook

    #2
    ******************* also a lava edited script and here also this function available !
    Last edited by metulj; 29.07.09, 18:49.
    PHP Code:
    /* I don't know everything hehe */ 
    Find me on facebook

    Comment


      #3
      <b>I know only tow chat system fuction that already uses in this script</b>


      if(isspam($text))
      {
      $chnick = getnick_uid($chat[0]);
      echo "<b>Chat system:&#187;<i>*oi! $chnick, no spamming*</i></b><br/>";
      }
      else if($nos>2){
      $chnick = getnick_uid($chat[0]);
      echo "<b>Chat system:&#187;<i>*hey! $chnick, you can only use 2 smilies per msg*</i></b><br/>";
      PHP Code:
      /* I don't know everything hehe */ 
      Find me on facebook

      Comment


        #4
        I think if i chanz if(isspam($text)) to if if(isenter($text)) then it wil work . . . . .But i got erorr . .
        PHP Code:
        /* I don't know everything hehe */ 
        Find me on facebook

        Comment


          #5
          It is in methos script look into it .

          Comment


            #6
            Originally posted by Ponick View Post
            ***************** is a lavalair edited script

            there was a special system ! I never had seen it in any others lava script
            in this site if any user enter a chat room chat system say * $nick has entered*
            i trayed make this function in my site but i got erorr . If any1 know this code plz help me .
            this has been resolved and posted !
            use search and/or browse posted topics
            before you ask for code
            also for requests use REQUEST forum !
            It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
            ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
            ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
            キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

            Comment

            Working...
            X