Server IP : 103.6.199.200 / Your IP : 3.144.89.42 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/tradepan/cyreward.biz/wwwroot/ |
Upload File : |
<!--#include file="conn.asp" --> <% set rw=server.CreateObject("adodb.recordset") sql="select * from web_info where id=4" rw.open sql,conn,1,1 %> <!--#include file="top.asp" --> <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#FFFFFF" class="bgs"> <table width="823" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top" style="padding: 25px 15px"> <% set rs_contact=server.CreateObject("adodb.recordset") sql="select * from prom where id="&Request("id") rs_contact.open sql,conn,1,2 %> <%= rs_contact("info") %> <% rs_contact.close set rs_contact=nothing %> </td> </tr> </table> </td> </tr> </table> </body> </html>