outbox delete tool

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

    outbox delete tool

    does anyone plz have scipt for outbox delete tool after so many days if so could they plz post it n tell me where it goes thanks for any help

    #2
    well, brother, why dont you have a look at some scripst here? For example, how the delete shouts 5 days older? And use same method. Give a try if you want to learn.
    mysterio.al - programming is a functional art

    Comment


      #3
      sumin like if timesent is > 3 days old
      {

      instructions to be carried out

      }
      Want something coded email me at sales@webnwaphost.com for a prices.




      Comment


        #4
        Originally posted by NickGriffin View Post
        sumin like if timesent is > 3 days old
        {

        instructions to be carried out

        }
        i think it should be like this:
        $time = time();
        $diff = $time - 10000;
        mysql_query("DELETE FROM sent WHERE time < '".$diff."');
        time goes on growing. So, older post, less time().
        mysterio.al - programming is a functional art

        Comment


          #5
          yes simular to that but i would think it would be a + rather than a minus and the 10000 to be something like 259200
          Want something coded email me at sales@webnwaphost.com for a prices.




          Comment


            #6
            lol i've mailed you it val ya should have it

            Comment


              #7
              yeah, i just gave an example for him to learn.
              mysterio.al - programming is a functional art

              Comment


                #8
                omg ive changed sex lol, thanks woody ur a star hope u explained what to do with it lol

                Comment

                Working...
                X