Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
maennchen
/
zipstream-php
/
guides
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
ContentLength.rst
1.339KB
edt
ren
FlySystem.rst
1.055KB
edt
ren
Nginx.rst
0.546KB
edt
ren
Options.rst
2.347KB
edt
ren
PSR7Streams.rst
0.525KB
edt
ren
StreamOutput.rst
3.188KB
edt
ren
Symfony.rst
4.554KB
edt
ren
Varnish.rst
0.632KB
edt
ren
index.rst
3.93KB
edt
ren
Usage with PSR 7 Streams =============== PSR-7 streams are `standardized streams <https://www.php-fig.org/psr/psr-7/>`_. ZipStream-PHP supports working with these streams with the function ``addFileFromPsr7Stream``. For all parameters of the function see the API documentation. Example --------------- .. code-block:: php $stream = $response->getBody(); // add a file named 'streamfile.txt' from the content of the stream $zip->addFileFromPsr7Stream( fileName: 'streamfile.txt', stream: $stream, );