|  | @@ -50,7 +50,7 @@ class Content extends Core
 | 
	
		
			
				|  |  |                  print_r($data);die;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              foreach ($data as $k => $v) {
 | 
	
		
			
				|  |  | -                if ($v['uid'] != 25371 && $v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
 | 
	
		
			
				|  |  | +                if ($v['uid'] != 25371 && $v['uid'] != 25555 && $v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
 | 
	
		
			
				|  |  |                      $num = $id[$v['buy_id']] - 1;
 | 
	
		
			
				|  |  |                      $score = $num * $info['score'];
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -78,7 +78,7 @@ class Content extends Core
 | 
	
		
			
				|  |  |                                  }
 | 
	
		
			
				|  |  |                              }
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  | -                        print_r($v);die;
 | 
	
		
			
				|  |  | +                        print_r($v);
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 |