<?php
$str = '?';
$str .=  'id='.$_GET['id'].'&web_type='.$_GET['web_type'].'&info='.$_GET['info'].'&code='.md5('product');
$back = file_get_contents('http://cms.wondershare.com/interface/products/productInterface.php'.$str);
echo "document.write('".$back."');";
?>
