Wapdesire Inbox

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

    Wapdesire Inbox

    I found 1 bug of this version...
    1 user can send inbox empty...

    any1 say how fix this???

    if is empty not can send inbox...

    tnks to help
    if like my post click:

    http://coding-talk.com/images/totall...ost_thanks.gif

    #2
    I found 1 bug of this version...
    1 user can send inbox empty...

    any1 say how fix this???

    if is empty not can send inbox...

    tnks to help [/b]
    well thats is work it out for ya self by the way may include sumin like $variable-"" then
    Want something coded email me at sales@webnwaphost.com for a prices.




    Comment


      #3
      Work with this code, it might help you learn :-)
      Code:
      $pmtext = mysql_escape_string($_POST["pmtext"]);
       if ($pmtext = "")
       {
       $message = "";
       }else{
       $message = $pmtext;
      }

      Comment


        #4
        also you can try this
        $_POST "pmtext"
        if(!$pmtext){

        echo "you did not enter a message.
        ";

        }

        Comment


          #5
          but where I edit this ???:?
          if like my post click:

          http://coding-talk.com/images/totall...ost_thanks.gif

          Comment


            #6
            wel use yur head wer yu think in the gallery obv when yur sending pm function
            Want something coded email me at sales@webnwaphost.com for a prices.




            Comment


              #7
              any1 can write the modify to add 4 resolve this problem???
              if like my post click:

              http://coding-talk.com/images/totall...ost_thanks.gif

              Comment


                #8
                how I can fix this problem?;)
                if like my post click:

                http://coding-talk.com/images/totall...ost_thanks.gif

                Comment


                  #9
                  help
                  if like my post click:

                  http://coding-talk.com/images/totall...ost_thanks.gif

                  Comment


                    #10
                    oh my GOD ...ur so lazy ... they told u what to do ....now do ...in inboxproc.php there its the function ...
                    Hate romains that take codes from here and tell to all that they had made that

                    Comment

                    Working...
                    X