<?php /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ header('Content-Type:text/html;charset=utf-8'); date_default_timezone_set('PRC'); require './Snoopy.class.php'; if(isset($_POST['submit']) && isset($_POST['url'])){ ...