View file autoindex/screenshot2.php

File size: 798B
<?php
// ScreenShot Plugin for Master Autoindex
// mantraJAYBEE
// mantrajaybee@gmail.com
// September 2013
// www.mantraloaded.ml

include "inc/init.php";

include "header.php";     
?>
<?php
echo '<div class="title">Screenshot Site Online</div>';
echo '<div class="menu" align="center">';
echo '<form action="sathwik.php">Site URL (without http://):
<br /><input name="site" type="text" size="15" value="www."/><br/>Size:<br /><input name="x" type="text" value="800" size="3"/>x<input name="y" type="text" value="1000" size="3"/>px<br />Image format:<br /><select name="format"> <option value="PNG">PNG</option>  <option value="JPEG">JPEG</option> </select> <br /><br /><input type="submit" name="preview" value="SAY CHEESE!"/></form>';
echo '</div>';

include "footer.php";
?>