Moods

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

    Moods

    Code:
    <?php
    
    
    include("config.php");
    include("core.php");
    connectdb();
    
    $action = $_GET["action"];
    $sid = $_GET["sid"];
    
    $popuppm = mysql_fetch_array(mysql_query("SELECT popuppm FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
    
    ////////////////////////////////////////GET MOOD
    if($action=="getpic")
    {
      $image = "mood/2plain.gif";
      header("Location:$image");
    }
    
    
    ////////////////////////////////////////CHANGE MOOD
    else if($action=="change")
    {
      $image = "mood/2plain.gif";
      header("Location:$image");
    }
    ?>
    wo can help me fix this code that members can change their moods

    #2
    methos at v3 version never finished this code... ;)

    use chatmood code and fix 4 profile mood ;)
    only difficult is show image moods selected on profile users
    if like my post click:

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

    Comment


      #3
      which script r u using

      Comment


        #4
        v3 methos script

        Comment


          #5
          if I wont viewing moods at profiles how code can use???

          Comment


            #6
            well 1st of numb thats half coding u got nd u need to add more codings to it

            Comment


              #7
              Just do like ive done, use the avatar function and the database of avatar, rewrite the database to mood insert themods and rename the function

              Comment


                #8
                Well i got the full moods files now so tanx for the help anyway

                Comment

                Working...
                X