chat posts into plusses

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

    #16
    then u would ask the sim owner to return it to your inventory
    or alternatly use an advanced object scanner and find the missing prim and then send it into orbit with your cage cane.

    Comment


      #17
      what if that didnt work and it blew up in ur face and u had to lik ?
      Want something coded email me at sales@webnwaphost.com for a prices.




      Comment


        #18
        i never understand whenever u post ur code bcoz ur code always in ur mathematical form so it will be good to understand for us if u post in proper code if u have. @ somethingelse

        Comment


          #19
          or u just want everyhting to be handed on a plate for u lol.
          Want something coded email me at sales@webnwaphost.com for a prices.




          Comment


            #20
            then at this point u realize u need to join richie and help him find the houses on his paper round lol

            Comment


              #21
              just add in your sql that updates chat posts add
              Code:
              , plusses=plusses+0.25
              i havent got the script infront of me so i cant remember the exact sql
              but the above code needs to be added after the update of chatpoints

              Comment


                #22
                but i herd he got sacked for being **** lol .
                Want something coded email me at sales@webnwaphost.com for a prices.




                Comment


                  #23
                  **** = dirty spammer? lol
                  **** = **** coder?
                  or just **** (everyone has there own answer) lol

                  Comment


                    #24
                    to much ****ing over page 3 i heard lol

                    Comment


                      #25
                      lol why there so many stars on page 3
                      Want something coded email me at sales@webnwaphost.com for a prices.




                      Comment


                        #26
                        hmmm good point u would have a least thought that sun would have used suns lol

                        Comment


                          #27
                          ovcourse, mystery lol. wev just hijacked this and turned it into a lounge lol
                          Want something coded email me at sales@webnwaphost.com for a prices.




                          Comment


                            #28
                            can u fix it.

                            here is chat coding

                            PHP Code:
                            <?php
                            header
                            ("Cache-Control: no-cache, must-revalidate");
                            header("Pragma: no-cache");
                            //header('Content-type: application/vnd.wap.xhtml+xml'); 
                            echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
                            echo 
                            "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
                            ?>
                            <html xmlns="http://www.w3.org/1999/xhtml">
                            <head>
                            <meta forua="true" http-equiv="Cache-Control" content="max-age=0"/>
                            <meta forua="true" http-equiv="Cache-Control" content="must-revalidate"/>
                            </head>
                            <?php

                            include("config.php"); 
                            include(
                            "core.php"); 
                            connectdb();
                            $action=$_GET["action"];
                            $id=$_GET["id"];
                            $sid $_GET["sid"];
                            $rid=$_GET["rid"];
                            $rpw=$_GET["rpw"];
                            $uid getuid_sid($sid);
                            $uexist isuser($uid);
                            $theme mysql_fetch_array(mysql_query("SELECT theme FROM ibwf_users WHERE id='".$uid."'"));

                            if((
                            islogged($sid)==false)||!$uexist)
                                {
                                echo 
                            "<head>";
                                  echo 
                            "<title>Error!!!</title>";
                                  echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white_medium.css\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<center>";
                                  echo 
                            "You are not logged in<br/>";
                                  echo 
                            "Or Your session has been expired<br/><br/>";
                                  echo 
                            "<a href=\"index.php\">Login</a>";
                                  echo 
                            "</center>";
                                  echo 
                            "</html>";
                                  echo 
                            "</body>";
                                  exit();
                                }
                                
                            if(
                            isbanned($uid))
                                {
                                  echo 
                            "<head>";
                                  echo 
                            "<title>Error!!!</title>";
                                  echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<p align=\"center\">";
                                  echo 
                            "<img src=\"../images/notok.gif\" alt=\"x\"/><br/>";
                                  echo 
                            "<b>You are Banned</b><br/><br/>";
                                  
                            $banto mysql_fetch_array(mysql_query("SELECT timeto, pnreas, exid FROM ibwf_penalties WHERE uid='".$uid."' AND penalty='1' OR uid='".$uid."' AND penalty='2'"));
                                
                            $banres mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id='".$uid."'"));
                                  
                            $remain $banto[0]- time();
                                  
                            $rmsg gettimemsg($remain);
                                  echo 
                            "<b>Time Left: </b>$rmsg<br/>";
                                  
                            $nick getnick_uid($banto[2]);
                                echo 
                            "<b>By: </b>$nick<br/>";
                                echo 
                            "<b>Reason: </b>$banto[1]";
                                  
                            //echo "<a href=\"index.php\">Login</a>";
                                  
                            echo "</p>";
                                  echo 
                            "</body>";
                                  echo 
                            "</html>";
                                  exit();
                                }
                                
                            $isroom mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_rooms WHERE id='".$rid."'"));
                                if(
                            $isroom[0]==0)
                                {
                                echo 
                            "<head>";
                                  echo 
                            "<title>Error!!!</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<center>";
                                  echo 
                            "<b>Room Doesn't Exist</b><br/><br/>";
                                  echo 
                            "<a href=\"index.php?action=chat&amp;sid=$sid\">Chatrooms</a>";
                                  echo 
                            "</center>";
                                  echo 
                            "</body>";
                                  echo 
                            "</html>";
                                  exit();
                                }
                                
                            $passworded mysql_fetch_array(mysql_query("SELECT pass FROM ibwf_rooms WHERE id='".$rid."'"));
                                if(
                            $passworded[0]!="")
                                {
                                  if(
                            $rpw!=$passworded[0])
                                  {
                                echo 
                            "<head>";
                                  echo 
                            "<title>Error!!!</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<center>";
                                  echo 
                            "<b>Wrong Password!</b><br/>";
                                  echo 
                            "You can't enter this room<br/><br/>";
                                  echo 
                            "<a href=\"index.php?action=chat&amp;sid=$sid\">Chatrooms</a>";
                                  echo 
                            "</center>";
                                  echo 
                            "</body>";
                                  echo 
                            "</html>";
                                  exit();
                                  }
                                }
                                if(!
                            canenter($rid,$sid))
                                {
                                echo 
                            "<head>";
                                  echo 
                            "<title>Error!!!</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<center>";
                                  echo 
                            "<b>Permission denied!</b><br/><br/>";
                                  echo 
                            "<a href=\"index.php?action=chat&amp;sid=$sid\">Chatrooms</a>";
                                  echo 
                            "</center>";
                                  echo 
                            "</body>";
                                  echo 
                            "</html>";
                                  exit();
                                }
                                
                            addtochat($uid$rid);
                                    
                            $timeto 300;
                                    
                            $timenw time();
                                    
                            $timeout $timenw-$timeto;
                                    
                            $deleted mysql_query("DELETE FROM ibwf_chat WHERE timesent<".$timeout."");
                                    
                            $rooms mysql_fetch_array(mysql_query("SELECT id, name FROM ibwf_rooms WHERE id='".$rid."'"));
                                    
                            $rname $rooms[1];
                                    
                            $nick getnick_sid($sid);
                                        
                                  if (
                            $action=="")
                                  {
                                  echo 
                            "<head>";
                                  echo 
                            "<title>$nick@$rname</title>";
                                  echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  
                            $unreadpopup=mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_popups WHERE unread='1' AND touid='".$uid."'"));
                                  if (
                            $unreadpopup[0]<1)
                                  {
                                  echo 
                            "<meta http-equiv=\"refresh\" content=\"20; url=chat.php?time=";
                                  echo 
                            "".date("dmHis")."";
                                  echo 
                            "&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">";
                                  }
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                    
                            addonline($uid,"Chating in $rname","chat.php?rid=$rid&amp;rpw=$rpw");
                                    
                            //echo "<p>";
                                    
                            echo popup($sid);
                                    echo 
                            "<b>1 </b><a name=\"top\" id=\"top\" accesskey=\"1\" href=\"chat.php?action=say&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Write</a><br/>";
                                    echo 
                            "<b>2 </b><a accesskey=\"2\" href=\"#opt\">options</a><br/>";
                                    echo 
                            "<b>* </b><a accesskey=\"*\" href=\"chat.php?time=";
                                    echo 
                            "".date("dmHis")."";
                                    echo 
                            "&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Refresh</a><br/>";

                                    
                            $unreadinbox=mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_private WHERE unread='1' AND touid='".$uid."'"));
                                    
                            $unrd="".$unreadinbox[0]."";
                                    if (
                            $unreadinbox[0]>0)
                                    {
                                    echo 
                            "<b>5 </b><a href=\"inbox.php?action=main&amp;sid=$sid&amp;lstloc=cht&amp;rid=$rid\">$unrd New Inbox!</a><br/>";
                                  }
                                  
                            //echo "</p>";
                                  //echo "<br/><br/>";

                                    
                            $message=$_POST["message"];
                                    
                            $who $_POST["who"];
                                    
                            $rinfo mysql_fetch_array(mysql_query("SELECT censord, freaky FROM ibwf_rooms WHERE id='".$rid."'"));
                                    if (
                            trim($message) != "")
                                    {
                                      
                            $nosm mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_chat WHERE msgtext='".$message."'"));
                                      if(
                            $nosm[0]==0){
                                        
                                        
                            $chatok mysql_query("INSERT INTO ibwf_chat SET  chatter='".$uid."', who='".$who."', timesent='".time()."', msgtext='".$message."', rid='".$rid."';");
                                        
                            $lstmsg mysql_query("UPDATE ibwf_rooms SET lastmsg='".time()."' WHERE id='".$rid."'");
                                        
                                        
                            $hehe=mysql_fetch_array(mysql_query("SELECT chmsgs FROM ibwf_users WHERE id='".$uid."'"));
                                        
                            $totl $hehe[0]+1;
                                        
                            $msgstmysql_query("UPDATE ibwf_users SET chmsgs='".$totl."' WHERE id='".$uid."'");
                                        if(
                            $rinfo[1]==2)
                                        {
                                          
                            //oh damn i gotta post this message to ravebabe :(
                                          //will it succeed?
                                          
                            $botid "eeb070e74e366473";
                                          
                            $hostname "www.pandorabots.com";
                                          
                            $hostpath "/pandora/talk-xml";
                                          
                            $sendData "botid=".$botid."&input=".urlencode($message)."&custid=".$custid;
                                          
                                          
                            $result PostToHost($hostname$hostpath$sendData);
                                          
                                          
                            $pos strpos($result"custid=\"");
                                          
                            $pos strpos($result"<that>");
                                    if (
                            $pos === false) {
                                        
                            $reply "";
                                    } else {
                                        
                            $pos += 6;
                                        
                            $endpos strpos($result"</that>"$pos);
                                        
                            $reply unhtmlspecialchars2(substr($result$pos$endpos $pos));
                                        
                            $reply mysql_escape_string($reply);
                                    }
                                    
                                    
                            $chatok mysql_query("INSERT INTO ibwf_chat SET  chatter='1', who='', timesent='".time()."', msgtext='".$reply." @".getnick_uid($uid)."', rid='".$rid."';");
                                    
                                        }
                                      }
                                      
                            $message "";
                                        }
                                        
                                        echo 
                            "<br/>";
                                        
                            $chats mysql_query("SELECT chatter, who, timesent, msgtext, exposed FROM ibwf_chat WHERE rid='".$rid."' ORDER BY timesent DESC, id DESC");
                                        
                            $counter=0;

                                        while(
                            $chat mysql_fetch_array($chats))
                                        {
                                            
                            $canc true;
                                           
                                            
                                            if(
                            $counter<40)
                                            {
                                              if(
                            istrashed($chat[0])){
                                                    if(
                            $uid!=$chat[0])
                                                    {
                                                      
                            $canc false;
                                                    }
                                              }
                                            
                            //////good
                                            
                            if(isignored($chat[0],$uid)){
                                              
                            $canc false;
                                            }
                                            
                            //////////good
                                            
                            if($chat[0]!=$uid)
                                            {
                                              if(
                            $chat[1]!=0)
                                              {
                                                if(
                            $chat[1]!=$uid)
                                                {
                                                  
                            $canc false;
                                                }
                                              }
                                            }
                                            if(
                            $chat[4]=='1' && ismod($uid))
                                            {
                                              
                            $canc true;
                                            }
                                            if(
                            $canc)
                                            {
                                               
                            $cmid mysql_fetch_array(mysql_query("SELECT  chmood FROM ibwf_users WHERE id='".$chat[0]."'"));
                                               
                                               
                            $iml "";
                                            if((
                            $cmid[0]!=0))
                                            {
                                              
                            $mlnk mysql_fetch_array(mysql_query("SELECT img, text FROM ibwf_moods WHERE id='".$cmid[0]."'"));
                                              
                            $iml "<img src=\"$mlnk[0]\" alt=\"$mlnk[1]\"/>";

                                            }
                                              
                            $chnick getnick_uid($chat[0]);
                                                
                            $optlink $iml.$chnick;
                                              if((
                            $chat[1]!=0)&&($chat[0]==$uid))
                                              {
                                                
                            ///out
                                                
                            $iml "<img src=\"../moods/out.gif\" alt=\"!\"/>";
                                                
                            $chnick getnick_uid($chat[1]);
                                                
                            $optlink $iml."Pm To ".$chnick;
                                              }
                                              if(
                            $chat[1]==$uid)
                                              {
                                                
                            ///out
                                                
                            $iml "<img src=\"../moods/in.gif\" alt=\"!\"/>";
                                                
                            $chnick getnick_uid($chat[0]);
                                                
                            $optlink $iml."Pm By ".$chnick;
                                              }
                                                if(
                            $chat[4]=='1')
                                              {
                                                
                            ///out
                                                
                            $iml "<img src=\"../moods/point.gif\" alt=\"!\"/>";
                                                
                            $chnick getnick_uid($chat[0]);
                                                
                            $tonick getnick_uid($chat[1]);
                                                
                            $optlink "$iml By ".$chnick." To ".$tonick;
                                              }
                                              
                                              
                            $dsdate("H.i.s"$chat[2]);
                                              
                            $text parsepm($chat[3], $sid);
                                              
                            $nos substr_count($text,"<img src=");
                                              if(
                            isspam($text))
                                              {
                                                
                            $chnick getnick_uid($chat[0]);
                                                echo 
                            "<b>Chat System:»<i>*Oi! $chnick, No Spamming!*</i></b><br/>";
                                              }
                                              else if(
                            $nos>2){
                                                
                            $chnick getnick_uid($chat[0]);
                                                echo 
                            "<b>Chat System:»<i>*Hey! $chnick, U Can Only Use 2 Smilies Per Msg!*</i></b><br/>";
                                              }else{
                                                
                            $sres substr($chat[3],0,3);
                                                
                                                if(
                            $sres == "/me")
                                                {
                                                    
                            $chco strlen($chat[3]);
                                                    
                            $goto $chco 3;
                                                    
                            $rest substr($chat[3],3,$goto);
                                                    
                            $tosay parsepm($rest$sid);
                                                    
                                                    echo 
                            "<b><i>*$chnick $tosay*</i></b><br/>";
                                                }else{
                                                  if(
                            $rinfo[0]==0){
                                                  
                            $tosay getbbcode($chat[3], $sid0);
                                                  }else{
                                                  
                            $tosay parsepm($chat[3], $sid1);
                                                  }
                                                  
                                                  if(
                            $rinfo[1]==1)
                                                  {
                                                      
                            $tosay htmlspecialchars($chat[3]);
                                                      
                            $tosay strrev($tosay);
                                                    }
                                              echo 
                            "<a href=\"chat.php?action=say2&amp;sid=$sid&amp;who=$chat[0]&amp;rid=$rid&amp;rpw=$rpw\">$optlink</a> - ";
                                              echo 
                            $tosay."<br/>";
                                              
                                              }
                                            }
                                           
                                              
                            $counter++;
                                            }
                                            }
                                        }
                                        
                            //echo "</p>";
                                    
                                    
                            echo "<br/>";
                                    echo 
                            "<a name=\"opt\" id=\"opt\"></a>";
                                    echo 
                            "<b>* </b><a accesskey=\"*\" href=\"chat.php?time=";
                                    echo 
                            "".date("dmHis")."";
                                    echo 
                            "&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Refresh</a><br/>";
                                  echo 
                            "<b>1 </b><a href=\"chat.php?action=say&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Write</a><br/>";
                                    echo 
                            "<b>3 </b><a accesskey=\"3\" href=\"chat.php?action=options&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Settings</a><br/>";
                                    
                            $chatters=mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_chonline where rid='".$rid."'"));
                                    echo 
                            "<b>4 </b><a accesskey=\"4\" href=\"chat.php?action=inside&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Whos Inside $chatters[0]</a><br/>";
                                    echo 
                            "<b>5 </b><a accesskey=\"5\" href=\"inbox.php?action=main&amp;sid=$sid&amp;lstloc=cht&amp;rid=$rid\">Inbox</a><br/>";
                                    echo 
                            "<b>6 </b><a accesskey=\"6\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyList</a><br/>";
                                    echo 
                            "<b>7 </b><a accesskey=\"7\" href=\"index.php?action=chat&amp;sid=$sid\">Chat</a><br/>";
                                    echo 
                            forumlink($sid,8);
                                    echo 
                            "<b>9 </b><a accesskey=\"9\" href=\"#top\">top</a> ";
                                    echo 
                            "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                                    echo 
                            "</body>";
                            }
                            /////////////////////////////////////////////////////SAY

                                  
                            else if ($action=="say")   
                                  {
                                 echo 
                            "<head>";
                                  echo 
                            "<title>Write Msg</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<p align=\"center\">";
                                    
                            addonline($uid,"Writing Chat Msg","");
                                    echo 
                            "<form action=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\" method=\"post\">";
                                    echo 
                            "<p>Message:<input name=\"message\" type=\"text\" maxlength=\"255\"/><br/>";
                                    echo 
                            "<input type=\"Submit\" Name=\"sy2\" value=\"Say\"></form><br/>";
                                  
                            $rooms mysql_fetch_array(mysql_query("SELECT id, name FROM ibwf_rooms WHERE id='".$rid."'"));
                                  
                            $rname $rooms[1];
                                    echo 
                            "<b>4 </b><a accesskey=\"4\" href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Back To $rname</a><br/>";
                                    echo 
                            "<b>6 </b><a accesskey=\"6\" href=\"inbox.php?action=main&amp;sid=$sid\">Inbox</a><br/>";
                                    echo 
                            "<b>7 </b><a accesskey=\"7\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyList</a><br/>";
                                    echo 
                            "<b>8 </b><a accesskey=\"8\" href=\"index.php?action=chat&amp;sid=$sid\">Chat</a><br/>";
                                    echo 
                            forumlink($sid,9);
                                    echo 
                            "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a></p>";
                                    echo 
                            "</body>";
                            }
                                    
                            ////////////////////////////////////////////
                                /////////////////////////////////////////////////////SAY2
                                  
                            else if ($action=="say2")                   {
                                echo 
                            "<head>";
                                  echo 
                            "<title>Send Pm</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<p align=\"center\">";
                                    
                            $unick getnick_uid($who);
                                    echo 
                            "<b>Send Pm To $unick</b>";
                                    echo 
                            "</p>";
                                    
                                    
                            addonline($uid,"Writing Chat Msg","");
                                    echo 
                            "<form action=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\" method=\"post\">";
                                    echo 
                            "<input type=\"Hidden\" name=\"who\" value=\"$who\">";
                                    echo 
                            "<p>Message:<input name=\"message\" type=\"text\" maxlength=\"255\"/><br/>";
                                    echo 
                            "<input type=\"Submit\" name=\"private\" Value=\"Private\"></form>";
                                    echo 
                            "<br/>";
                                    echo 
                            "<b>1 </b><a accesskey=\"1\" href=\"index.php?action=viewuser&amp;sid=$sid&amp;who=$who&amp;lstloc=cht&amp;rid=$rid\">View $unick's Profile</a><br/>";
                                    echo 
                            "<b>2 </b><a accesskey=\"2\" href=\"chat.php?action=expose&amp;sid=$sid&amp;who=$who&amp;rid=$rid&amp;rpw=$rpw\">Expose $unick's Msgs</a><br/>";
                                  
                            $rooms mysql_fetch_array(mysql_query("SELECT id, name FROM ibwf_rooms WHERE id='".$rid."'"));
                                  
                            $rname $rooms[1];
                                    echo 
                            "<b>4 </b><a accesskey=\"4\" href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Back To $rname</a><br/>";
                                    echo 
                            "<b>6 </b><a accesskey=\"6\" href=\"inbox.php?action=main&amp;sid=$sid\">Inbox</a><br/>";
                                    echo 
                            "<b>7 </b><a accesskey=\"7\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyList</a><br/>";
                                    echo 
                            "<b>8 </b><a accesskey=\"8\" href=\"index.php?action=chat&amp;sid=$sid\">Chat</a><br/>";
                                    echo 
                            forumlink($sid,9);
                                    echo 
                            "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a></p>";
                                    echo 
                            "</body>";
                            }
                            /////////////////////////////////////////////////////CHAT OPTIONS

                                    
                            else if ($action=="options")   
                                                    {
                                     echo 
                            "<head>";
                                  echo 
                            "<title>Chat Options</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                    
                                    
                            addonline($uid,"Chat Options","");
                                    echo 
                            "<b>1 </b><a accesskey=\"1\" href=\"lists.php?action=chmood&amp;sid=$sid&amp;page=1\">Chat Mood</a><br/>";
                                    echo 
                            "<b>2 </b><a accesskey=\"2\" href=\"lists.php?action=smilies&amp;sid=$sid\">Smilies List</a><br/>";
                                    echo 
                            "<b>3 </b><a accesskey=\"3\"  href=\"chat.php?action=inside&amp;sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Who's Inside</a><br/>";
                                  
                            $rooms mysql_fetch_array(mysql_query("SELECT id, name FROM ibwf_rooms WHERE id='".$rid."'"));
                                  
                            $rname $rooms[1];
                                    echo 
                            "<b>4 </b><a accesskey=\"4\" href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Back To $rname</a><br/>";    
                                    echo 
                            "<b>6 </b><a accesskey=\"6\" href=\"inbox.php?action=main&amp;sid=$sid\">Inbox</a><br/>";
                                    echo 
                            "<b>7 </b><a accesskey=\"7\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyList</a><br/>";
                                    echo 
                            "<b>8 </b><a accesskey=\"8\" href=\"index.php?action=chat&amp;sid=$sid\">Chat</a><br/>";
                                    echo 
                            forumlink($sid,9);
                                    echo 
                            "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a></p>";
                                    echo 
                            "</body>";
                            }
                                    
                            ////////////////////////////////////////////
                                    //////////////////////////////inside//////////
                                  
                            else if ($action=="inside")           {
                                      
                                  
                            addonline($uid,"Viewing Chat UserList","");
                                  echo 
                            "<head>";
                                  echo 
                            "<title>Chat UserList</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                    echo 
                            "<p><br/>";
                                    
                            $inside=mysql_query("SELECT DISTINCT * FROM ibwf_chonline WHERE rid='".$rid."' and uid IS NOT NULL");
                                    
                                    while(
                            $ins=mysql_fetch_array($inside))
                                    {
                                      
                            $unick getnick_uid($ins[1]);
                                      
                            $userl "<a href=\"chat.php?action=say2&amp;sid=$sid&amp;who=$ins[1]&amp;rid=$rid&amp;rpw=$rpw\">$unick</a><br/>";
                                      echo 
                            "$userl";
                                    }
                                    echo 
                            "<br/>";
                                  
                            $rooms mysql_fetch_array(mysql_query("SELECT id, name FROM ibwf_rooms WHERE id='".$rid."'"));
                                  
                            $rname $rooms[1];
                                    echo 
                            "<b>4 </b><a accesskey=\"4\" href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Back To $rname</a><br/>";
                                    echo 
                            "<b>6 </b><a accesskey=\"6\" href=\"inbox.php?action=main&amp;sid=$sid\">Inbox</a><br/>";
                                    echo 
                            "<b>7 </b><a accesskey=\"7\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyList</a><br/>";
                                    echo 
                            "<b>8 </b><a accesskey=\"8\" href=\"index.php?action=chat&amp;sid=$sid\">Chat</a><br/>";
                                    echo 
                            forumlink($sid,9);
                                    echo 
                            "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a></p>";
                                    echo 
                            "</body>";
                            }
                                  else if (
                            $action=="expose")           {

                                  
                            addonline($uid,"Exposing ChatUser","");
                                  echo 
                            "<head>";
                                  echo 
                            "<title>Exposing ChatUser</title>";
                              echo 
                            "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                                  echo 
                            "</head>";
                                  echo 
                            "<body>";
                                  echo 
                            "<p align=\"center\"><br/>";
                                  
                            mysql_query("UPDATE ibwf_chat SET exposed='1' WHERE chatter='".$who."' AND who='".$uid."'");
                                  
                            $unick getnick_uid($who);
                                  echo 
                            "$unick messages to you have been exposed to staff";
                                  echo 
                            "<br/><br/>";
                                  
                            $rooms mysql_fetch_array(mysql_query("SELECT id, name FROM ibwf_rooms WHERE id='".$rid."'"));
                                  
                            $rname $rooms[1];
                                  echo 
                            "<b>4 </b><a accesskey=\"4\" href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\">Back To $rname</a><br/>";
                                  echo 
                            "<b>6 </b><a accesskey=\"6\" href=\"inbox.php?action=main&amp;sid=$sid\">Inbox</a><br/>";
                                  echo 
                            "<b>7 </b><a accesskey=\"7\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyList</a><br/>";
                                  echo 
                            "<b>8 </b><a accesskey=\"8\" href=\"index.php?action=chat&amp;sid=$sid\"><img src=\"../images/chat.gif\" alt=\"\"/>RoomList</a><br/>";
                                  echo 
                            forumlink($sid,9);
                                  echo 
                            "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a></p>";
                                  echo 
                            "</body>";
                            }
                            ?>
                            </html>

                            thanks

                            Comment


                              #29
                              $msgst= mysql_query("UPDATE ibwf_users SET chmsgs='".$totl."' WHERE id='".$uid."'");
                              change to
                              Code:
                              $msgst= mysql_query("UPDATE ibwf_users SET chmsgs='".$totl."', plusses=plusses+0.25 WHERE id='".$uid."'");

                              Comment


                                #30
                                yeah thread hijacked lol

                                Comment

                                Working...
                                X