Lavalair - Chat Posts Del. Time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lavalair - Chat Posts Del. Time

    hi, can som1 tell me where is that line and how it looks like what i must change to meke chat posts deleting time longer ?? I cant find it , LoL . . .

    #2
    hi, can som1 tell me where is that line and how it looks like what i must change to meke chat posts deleting time longer ?? I cant find it , LoL . . .[/b]
    <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>if(!canenter($rid,$sid))
    {
    echo "<title>$sagar</title>";
    echo "<p align=\"center\">";
    echo "You can&#39;t enter this room
    ";
    echo ":P stay away

    ";
    echo "<a href=\"index.php?action=chat&sid=$sid\">Chatrooms</a>";
    echo "</p>";
    echo "</body>";
    echo "</html>";
    exit();
    }
    addtochat($uid, $rid);
    //This Chat Script is by Ra&#39;ed Far&#39;oun
    //raed_mfs@yahoo.com
    //want to see main menu...
    $timeto = 300;
    $timenw = time();
    $timeout = $timenw-$timeto;
    $deleted = mysql_query("DELETE FROM ibwf_chat WHERE timesent<".$timeout."");
    </div>

    you see that $timeto = 300; just increase that 300

    Comment


      #3
      Originally posted by sanghya_sagar View Post
      <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>if(!canenter($rid,$sid))
      {
      echo "<title>$sagar</title>";
      echo "<p align=\"center\">";
      echo "You can't enter this room
      ";
      echo ":P stay away
      ";
      echo "<a href=\"index.php?action=chat&sid=$sid\">Chatrooms</a>";
      echo "</p>";
      echo "</body>";
      echo "</html>";
      exit();
      }
      addtochat($uid, $rid);
      //This Chat Script is by Ra'ed Far'oun
      //raed_mfs@yahoo.com
      //want to see main menu...
      $timeto = 300;
      $timenw = time();
      $timeout = $timenw-$timeto;
      $deleted = mysql_query("DELETE FROM ibwf_chat WHERE timesent<".$timeout."");
      </div>
      you see that $timeto = 300; just increase that 300
      how disable auto chat post delete ??
      PHP Code:
      /* I don't know everything hehe */ 
      Find me on facebook

      Comment


        #4
        Change 300 to 99999999999999999999999999999999999999999 LOL
        LOL :D
        whatmp3.name - search mp3 on mobile

        Comment


          #5
          Originally posted by shad0w View Post
          :D
          lol im n0t a stupid . . . i tryed it so much time . . .But it not working ! . .
          PHP Code:
          /* I don't know everything hehe */ 
          Find me on facebook

          Comment


            #6
            gos to CORE.PHP ..and change times values on chat posts
            sigpicthe italian/international COMMUNITY of friendship
            http://people2000.netne.net
            WAP/WEB
            peoplemailbox@katamail.com

            Comment


              #7
              Originally posted by honkytonkman View Post
              +
              thanx a lot. . I shall try it
              PHP Code:
              /* I don't know everything hehe */ 
              Find me on facebook

              Comment


                #8
                That is easy... You can do:

                1. Set 300 to 99999999999999999999999999999 ... IT WORKS :D

                OR ...

                2. Delete the line:
                $deleted = mysql_query("DELETE FROM ibwf_chat WHERE timesent<".$timeout."");
                whatmp3.name - search mp3 on mobile

                Comment

                Working...
                X