<?php $screen_w = 0; $screen_h = 0; $img = $_SERVER['QUERY_STRING']; if (file_exists($img)) { // Get screen dimensions from the cookie if ...
確定! 回上一頁