admin.ebayer.tw Open in urlscan Pro
125.227.29.250  Public Scan

Submitted URL: http://admin.ebayer.tw/
Effective URL: https://admin.ebayer.tw/
Submission: On January 06 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

Name: form_Seacrch1GET product/product_list.php

<form method="get" action="product/product_list.php" name="form_Seacrch1">
  <div id="top-links" class="nav">
    <div id="search" class="search">
      <input type="text" name="txtKeyword" size="42" placeholder="原文搜尋" value="">
      <button name="submit" type="submit" class="button-search"></button>
    </div>
  </div>
  <div id="top-links" class="nav col-lg-2 col-md-2 col-sm-2">
    <input type="text" size="10" id="ntd" class="money-area" placeholder="台幣" style=" font-size:17px; height:47px;">
    <input type="hidden" id="input-rate" value="34">
  </div>
  <div id="top-links" class="nav col-lg-0 col-md-0 col-sm-0">
    <font style="line-height: 47px;"> &lt; &gt; </font>
  </div>
  <script>
    $(document).ready(function() {
      $("#eurd").change(function(e) {
        $("#ntd").val(parseFloat($("#input-rate").val()) * parseFloat($("#eurd").val()));
      });
      $("#ntd").change(function(e) {
        $("#eurd").val(parseFloat($("#ntd").val()) / parseFloat($("#input-rate").val()));
      });
      $(".top-nav-btn").on("click", function() {
        $(".top-nav-menu").slideToggle();
        $(this).toggleClass("active");
      });
    });
  </script>
  <div id="top-links" class="nav ">
    <input type="text" size="10" id="eurd" class="money-area" placeholder="歐元" style=" font-size:17px;height:47px;">
  </div>
  <!--<div style="float:left;margin-left:10px;">
                <select id="pid" name="pid" class="form-control" style="height: 48px;">
                  <option value="" >所有類別</option>
                                <option value="P0018" >交通工具</option>
                                                     <option value="P0019" >汽機車零件</option>
                                                     <option value="P0001" >手機與通訊</option>
                                                     <option value="P0002" >家電用品</option>
                                                     <option value="P0005" >寵物用品</option>
                                                     <option value="P0006" >古董與藝術</option>
                                                     <option value="P0007" >辦公用具</option>
                                                     <option value="P0008" >模型</option>
                                                     <option value="P0009" >居家土木工程</option>
                                                     <option value="P0011" >工商產品</option>
                                                     <option value="P0012" >錢幣</option>
                                                     <option value="P0013" >音樂</option>
                                                     <option value="P0014" >樂器</option>
                                                     <option value="P0015" >電腦與電視遊樂</option>
                                                     <option value="P0017" >收藏與珍奇品</option>
                                                     <option value="P0020" >電腦.平板.網路</option>
                                                     <option value="P0021" >美食</option>
                                                     <option value="P0022" >嬰兒用品</option>
                                                     <option value="P0023" >美妝與健康</option>
                                                     <option value="P0024" >電影與DVD</option>
                                                     <option value="P0025" >攝影器材</option>
                                                     <option value="P0026" >園藝用品</option>
                                                     <option value="P0027" >玩具</option>
                                                     <option value="P0028" >郵票</option>
                                                     <option value="P0029" >書籍</option>
                                                     <option value="P0030" >運動商品</option>
                                                     <option value="P0032" >影視影音</option>
                                                     <option value="P0033" >手錶與飾品</option>
                                                     </select>
            </div> -->
</form>

Text Content

getElementsByTagName('Errors'); //if there are error nodes if($errors->length >
0){ parent::printError($errors); } else { //no errors $this->process(); } }
private function process(){ //get results nodes $responses =
parent::getResponseDoc()->getElementsByTagName("CategoryArray")->item(0);
//parent::printResponseData($responses); $this->Categories =
parent::getResponseData($responses); $this->Categories =
$this->Categories['Category']; } function getCategories(){ return
$this->Categories; } } if(isset($_GET['cid'])){ print "

";
	$Categories = new GetCategoryInfo("CategoryID=".$_GET['cid']."&IncludeSelector=ChildCategories");
	var_dump($Categories->getCategories());
}

?>getElementsByTagName('Errors');
		//if there are error nodes
		if($errors->length > 0){
			parent::printError($errors);		
		} else { //no errors
			$this->process();
		}
	}
	
	private function process(){
		//get results nodes
    	$responses = parent::getResponseDoc()->getElementsByTagName("findItemsAdvancedResponse")->item(0);
        //parent::printResponseData($responses);
		$this->Response = parent::getResponseData($responses);
	}
	
	function getResponse(){
		return $this->Response;
	}
	
	function getItems(){
		return $this->Response["searchResult"]["item"];
	}
	
	function getPageNumber(){
		return $this->Response["paginationOutput"]["PageNumber"];
	}
	
	function getEntriesPerPage(){
		return $this->Response["paginationOutput"]["entriesPerPage"];
	}
	
	function getTotalPages(){
		return $this->Response["paginationOutput"]["totalPages"];
	}
	
	function getTotalItems(){
		return $this->Response["paginationOutput"]["totalEntries"];
	}
	
	
}


/*
if(isset($_GET['test'])){
	
	print "

";
	$mParam = array("descriptionSearch" => "true",
						"paginationInput.entriesPerPage" => "20",
						"paginationInput.pageNumber" => "1",
						"keywords" => "iphone 5s");
			if($this->gw_cid != ""){
				$mParam["categoryId"] = $this->gw_cid;
			}
			$findItems = new findItemsAdvanced($mParam);
	var_dump($findItems->getResponse());
}
*/
?>getElementsByTagName('Errors');
		//if there are error nodes
		if($errors->length > 0){
			//parent::printError($errors);
			$this->process();		
		} else { //no errors
			$this->process();
		}
	}
	
	private function process(){
		//get results nodes
    	$responses = parent::getResponseDoc()->getElementsByTagName("GetSingleItemResponse")->item(0);
        //parent::printResponseData($responses);
		$this->Response = parent::getResponseData($responses);
	}
	
	function getResponse(){
		return $this->Response;
		//return parent::getResponseData(parent::getResponseDoc());
	}
	
	function getItem(){
		
		return $this->Response["Item"];	
	}
	
	
	
}



/*if(isset($_GET['test'])){
	
   boolean 
   string 
   string 
  
   boolean 
   string 
   int 
   int 
   ProductIDType (string) 
   ProductSortCodeType 
   string 
   SortOrderCodeType 
	
	print "

";
	$GetSingleItem = new GetSingleItem("IncludeSelector=Details,Description,ItemSpecifics,ShippingCosts&ItemID=321333043940");
	var_dump($GetSingleItem->getItem());
}*/

?>



德國代購|德國二手車|德國汽車零件|德国代购|德国汽车零件|Ebay 代購 代標|amazon代購|德國汽車|零件進口-易買家_讓您輕鬆買到歐洲24國商品!



 



























../catalog/view/theme/theme532/





    

        
 * 登入
 * 註冊
 * 關於我們
 * 版權宣告
 * 常見問題
 * 費用說明
 * 二手車購買
 * 聯絡我們
    





    

    

   
    
    

    	
        

            

			 
			 
			  
			  
			  

                    

                    

                    
                    
                
			  
				
				
				

                    
					    

                            
 * 首頁
 * 最愛清單0
 * 購物車清單0
 * 註冊
 * 登入
 * 關於我們
 * 聯絡我們
 * ​▼
                           
						   
						
 

						   
						   
						  
			

 
			
			
			
			
            

                

                
                
            	 
            
			
			
			

                
              
                
                
            	
            
			
			

                 < >  	
            
			
			
			
			
			
			
			
			

                
              
                
                
            	
            
			
			
			
			
            
             
							 
							   
						   
                
				
			  
			
			
            
        
		
    

      

         . 
      
             
	
    

    

        
                                   
                

                    
 * 商品類別      |
 * 採購流程      |
 * 費用說明      |
 * 其他商品採購      |
 * 常見問題      |
 * 車輛採購      |
 * 賣家公告      |
 * 版權宣告
   
   
   
   
                
            
           
          
    
    	
    
    
    


        

            

            

            
商品類別
            
 * 交通工具
 * 汽機車零件
 * 手機與通訊
 * 家電用品
 * 寵物用品
 * More
            
            
        
        
    
    


    

        
                                   
                

                    
 * 商品類別      |
 * 採購流程      |
 * 費用說明      |
 * 其他商品採購      |
 * 常見問題      |
 * 車輛採購      |
 * 賣家公告      |
 * 版權宣告
   
   
   
   
                
            
           
          
    
    
	
	
    
	


		

	
    
					
    

        
								
            

                
                

            
                 


				   
                    

                       
					    
					    
					    
					    
					    
						 
						
						
                    
					

						
						
						  
						
						  
						
						  
						
						
                    
					
                    
				
                    
                    
                    
                    
                    
					
                
                
            
         
            
         
         
            
                
                
                

             
                    
					
					
					
                       
                      
                      

                
                
                
                
            
        
    


	
    



    	
        

        
        	
            

            	
                
				
		
				

                    
					 

                      
 *        
 * 
 *     
 * 
 *     
 * 
 *     
 * 
 *     
 * 
 *     
 * 
 *     
 *                 
                    
                
		       
            
            
        
        
    
        
        


	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    




ORIGINAL TEXT


Contribute a better translation

--------------------------------------------------------------------------------