Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   1166

Take a Screenshot with PHP Code

by W4r10k - 17 July, 2020 - 05:10 PM
This post is by a banned member (W4r10k) - Unhide
W4r10k  
Registered
16
Posts
3
Threads
5 Years of service
#1
Code:
<?php
$img = imagegrabscreen();
imagepng($img,"screenshot.png");
imagedestroy($img);
?>
This post is by a banned member (Tutifruti) - Unhide
This post is by a banned member (W4r10k) - Unhide
W4r10k  
Registered
16
Posts
3
Threads
5 Years of service
#3
(17 July, 2020 - 05:11 PM)Tutifruti Wrote: Show More
keek , you just start to learn php?

yep  pepeokay

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 2 Guest(s)