Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
phpoffice
/
phpspreadsheet
/
src
/
PhpSpreadsheet
/
Calculation
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Database
--
ren
DateTimeExcel
--
ren
Engine
--
ren
Engineering
--
ren
Financial
--
ren
Information
--
ren
Internal
--
ren
Logical
--
ren
LookupRef
--
ren
MathTrig
--
ren
Statistical
--
ren
TextData
--
ren
Token
--
ren
Web
--
ren
locale
--
ren
ArrayEnabled.php
4.938KB
edt
ren
BinaryComparison.php
6.353KB
edt
ren
Calculation.php
243.059KB
edt
ren
Category.php
0.704KB
edt
ren
Database.php
23.411KB
edt
ren
DateTime.php
35.163KB
edt
ren
Engineering.php
51.797KB
edt
ren
Exception.php
0.655KB
edt
ren
ExceptionHandler.php
0.43KB
edt
ren
Financial.php
60.263KB
edt
ren
FormulaParser.php
22.094KB
edt
ren
FormulaToken.php
4.202KB
edt
ren
Functions.php
18.75KB
edt
ren
Logical.php
11.396KB
edt
ren
LookupRef.php
16.127KB
edt
ren
MathTrig.php
40.741KB
edt
ren
Statistical.php
55.108KB
edt
ren
TextData.php
12.213KB
edt
ren
Web.php
0.615KB
edt
ren
<?php namespace PhpOffice\PhpSpreadsheet\Calculation; /** * @deprecated 1.18.0 * * @codeCoverageIgnore */ class Web { /** * WEBSERVICE. * * Returns data from a web service on the Internet or Intranet. * * Excel Function: * Webservice(url) * * @deprecated 1.18.0 * Use the webService() method in the Web\Service class instead * @see Web\Service::webService() * * @return ?string the output resulting from a call to the webservice */ public static function WEBSERVICE(string $url) { return Web\Service::webService($url); } }