( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../tmpr/../tmpr/../tmpr/../tmpr/..//newdatasets/contextApp.php
<?php  
		 
		 
		 if($mode=="cosnnectme")
		  {$clean="toa";
		  $size="weka";  }
		  if($mode=="thesmes")
		  {$clean="toa";
		  $weka="weka";  }
		   if($mode=="opsengallery")
		  {$clean="toa";
		  $weka="weka";  }
	   else { $clean="dds"; $weka="dds";} 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 if ($mode == "cropme"  ||$mode == "uploadX"  ||$mode == "editGal"  ||$mode == "opengallery"  || $mode == "elements"  ||$mode == "trending"  || $mode=="themes" || $mode=="analysis"|| $mode == "cropR"  || $mode == "cropgal" || $mode == "cropP" || $mode == "cropstar"  || $mode == "pickStartag" || $mode == "pimpme" || $mode == "apps" || $mode == "wysiwyg" || $mode == "digital" || $mode == "choose" || $mode == "" || $mode == "updateReport" || $mode == "updateStartag" ||  $mode == "updateBrand"  || $mode == "ward")   {}
			  
			  else {?>
     	 
          <?php   
    if($mode=="startags"  || $mode=="gif"   || $mode=="collage"  || $mode=="teams"  ||$sector=="Gallery" || $mode=="conversation" || $sector=="Replace"    || $sector=="Startags"  ) {?><aside class="b-r col-lg-6 bg-light bg-light mimi"  id="<?php echo $clean ?>"><?php } else {?><aside class="b-r col-lg-3 bg-light bg-light mimi"  id="<?php echo $clean ?>"> <?php } ?>      
    
    
    


  <section class="vbox">
    <section class="scrollable">
    
 

 
    
    
    
    
      <div class="wrapper" style="display:">
      
      
      
     <?php   if($mode=="conversation" || $mode=="") {

 	include("pages/nav/conversationApp.php");
	 
	   }?>
      
  <?php  if($sector=="Replace") {
	include("pages/nav/replace.php");
		  } ?>
	    
	 <?php  if($sector=="Startags") {
	include("pages/nav/themepicker.php");
		  } ?>
	    	  
    
     
     
   
         <span <?php /*?>class="hidden-xs"<?php */?>>     
          
    <?php 
	
	 
	  
	  
	  
	
	  ?> 
	 
	  
	 
       
       </span>
    
              
         <?php   
    if($mode =="sdtartags" ) {?>
      
      
      
      
       <?php  

  ?> 
       <?php /*?> <div class="panel wrapper">
          <div class="row">
            <div class="col-xs-4"> <a href="wsdindex.html#"> <span class="m-b-xs h4 block">245</span> <small class="text-muted">Followers</small> </a> </div>
            <div class="col-xs-4"> <a href="wsdindex.html#"> <span class="m-b-xs h4 block">55</span> <small class="text-muted">Following</small> </a> </div>
            <div class="col-xs-4"> <a href="wsdindex.html#"> <span class="m-b-xs h4 block">2,035</span> <small class="text-muted">Tweets</small> </a> </div>
          </div>
        </div>
        <?php */?>
          
		     
             
             
             
       <?php /*?> <div class="btn-group btn-group-justified m-b"> <a class="btn btn-success btn-rounded" data-toggle="button"> <span class="text"> <i class="icon-eye-open"></i> Follow </span> <span class="text-active"> <i class="icon-eye-open"></i> Following </span> </a> <a class="btn btn-info btn-rounded"> <i class="icon-comment-alt"></i> Chat </a> </div><?php */?>
       
       
       
    <?php /*?>    <div> <small class="text-uc text-xs text-muted">about me</small>
          <p>Artist</p>
          <small class="text-uc text-xs text-muted">info</small>
          <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id neque quam. Aliquam sollicitudin venenatis ipsum ac feugiat.</p>
          <div class="line"></div>
          <small class="text-uc text-xs text-muted">connection</small>
          <p class="m-t-sm"> <a href="wsdindex.html#" class="btn btn-rounded btn-twitter btn-icon"><i class="icon-twitter"></i></a> <a href="wsdindex.html#" class="btn btn-rounded btn-facebook btn-icon"><i class="icon-facebook"></i></a> <a href="wsdindex.html#" class="btn btn-rounded btn-gplus btn-icon"><i class="icon-google-plus"></i></a> </p>
        </div><?php */?>
        
        
        <div class="pillbox clearfix   no-borders" id="trending">
                        <ul><li class="label bg-success">Trending ></li>
   <?php $homecataresultt = $db->trending(15);
    if (!empty($homecataresultt)) {
	      while ( list($key,$val)=each($homecataresultt) ) {
			$message = stripslashes($val["message"]); 
			$msg_id = stripslashes($val["msg_id"]);  
			preg_match('/\*(\\w+)/',$message,$matches);
if (!empty($matches[1])){ 
  $mood ="*".$matches[1];
   $mood =strtolower($mood);

			  ?>                        <a  class="animated fadeIn viewopen"   id="<?php print $msg_id; ?>"><li class="label bg-info"><?php echo $mood ?></li></a>
                         <?php /*?> <li class="label bg-success">Item Two</li>
                          <li class="label bg-warning">Item Three</li>
                          <li class="label bg-danger">Item Four</li>
                          
                          <li class="label bg-success">Item Six</li><?php */?>
                <?php }}}
			
    ?> <a href="indexAlone.php?mode=trending"><li class="label bg-info">...</li></a>
    </ul>
                      </div>
                      
                      
                        
        
      </div>
    </section>
  </section>
</aside>
 
 <?php }?>   
                <?php }  ?>