Pm to all buddies

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

    Pm to all buddies

    Is there anyone can c0de this? Thanks in advance, for the 0ne wh0 can c0de this.. Thanks!
    LESS TALK. LESS MISTAKE.

    HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

    #2
    Originally posted by robzky View Post
    Is there anyone can c0de this? Thanks in advance, for the 0ne wh0 can c0de this.. Thanks!
    similar code has been posted... (PM to all stuff member.. or something like that)
    find that code and mod it..
    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


      #3
      I'll try but i can't help guyz!
      LESS TALK. LESS MISTAKE.

      HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

      Comment


        #4
        look in lava. There is a service called broadcast. Look how it works.
        mysterio.al - programming is a functional art

        Comment


          #5
          Where can i find that script?
          LESS TALK. LESS MISTAKE.

          HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

          Comment


            #6
            Use search option dear.

            Comment


              #7
              Haist.. Please code this for us!
              LESS TALK. LESS MISTAKE.

              HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

              Comment


                #8
                After two hours, i go to my pc, and send you the code, cause i am using mobile now.
                mysterio.al - programming is a functional art

                Comment


                  #9
                  ok, here is the code:
                  - - - - -
                  index.php
                  PHP Code:
                  echo "<form action=\"confirm.php\" method=\"post\"><br/>";
                  echo 
                  "<br/><textarea id=\"inputText\" name=\"message\"></textarea><br/>";
                  echo 
                  "<input id=\"inputButton\" type=\"submit\" value=\"Broadcast\"/></form>"
                  - - - - -
                  confirm.php
                  PHP Code:
                  $msg $_POST["message"];
                  $sql mysql_query("SELECT id FROM ibwf_users");
                  while (
                  $id mysql_fetch_array($sql))
                  {
                  mysql_query("INSERT INTO ibwf_private SET byuid = '1', touid = '".$id[0]."', text = '".$msg."', timesent = '".time()."'");
                  }
                  if(
                  $sql)
                  {
                  echo 
                  "Message Sent to All Users!<br/>";
                  }
                  else
                  {
                  echo 
                  "Error!";

                  - - - - -
                  Ok, so this is used in lava. Follow the procedure and change the variables to yours (add $sid etc)!
                  If it's helped you, please, click "thanks".
                  And ask me for more!
                  Last edited by metulj; 04.10.09, 10:40. Reason: use [ PHP ] tag [ / PHP ] for posting code/s
                  mysterio.al - programming is a functional art

                  Comment

                  Working...
                  X