name:
zzzzzzz2025-10-23-07-35-04zdfx.php
home
edit posts
meta:
<? $deleteok=1; include("fff.php"); $from=$_GET["restorefrom"]; $to=$_GET["restore"]; If($to!==null && $from!==null){ Rename($_GET["file"],$_GET["file"].date("d-m-y-h-i-s").".deleted"); Rename($to,$_GET["file"]); } ?> <Style> body{background:pink;width:600;} textarea { background: url(http://i.imgur.com/2cOaJ.png); background-attachment: local; background-repeat: no-repeat; padding-top: 13px; border-color:#ccc; font-size:15px; Padding-left:28px; line-height: 1; } a{text-decoration:none;} </Style> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php $siteurl="https://masare7.com/posts/"; //$homepath="/home/inmylive/public_html/"; $allowedExtensions = ['jpg', 'jpeg', 'png', 'gif','webp','zip','deleted','htps']; // Add more extensions if needed If($_GET['backfile']==1 || $_POST['backfile']==1){ If($_GET['file']=="a.htx"){$_GET['file']=".htaccess";} Echo "(".$_GET['file'].")"; $handle = fopen($_GET['file'], 'r'); $contents = fread($handle, filesize($_GET['file'])); fclose($handle); //Echo $contents."<hr>"; If($_GET['file']==".htaccess"){$_GET['file']="a.htx";} $datx="zzzzzzz".date("Y-m-d-H-i-s").$_GET['file']; //echo $datx; $filex = fopen($datx, 'w'); fwrite($filex, $contents); fclose($filex); } $search_text=$_REQUEST['search']; Echo "<form action=''> <input value='$search_text' name='search'> <input type='submit' value='search'> <a href='https://www.google.com/ping?sitemap=<?echo $siteurl;?>sitemapxml.php' target='_blank'>ping sitemap</a> </form>"; If($search_text!=""){ // Set the directory to search // Get all the files in the directory. $files = scandir($directory); // Initialize an empty array to store the results. $results = []; // Loop through all the files and search for the text. foreach ($files as $file) { // If the file is a directory, skip it. if (is_dir( $file)) { continue; } // Open the file for reading. $handle = fopen( $file, 'r'); // Read the contents of the file into a string. $contents = fread($handle, filesize($file)); // Close the file. fclose($handle); // Search for the text in the file contents. if (@strpos(utf8_decode($contents), chr($search_text)) !== false && $file!="install.php" && $file!="zdf.php" && $file!="rif.php") { // Add the file to the results array. $results[] = [ 'file' => $directory . '/' . $file, 'link' => '<a href="zdfx.php?file=' . $directory . '/' . $file . '">' . $file . '</a>' ]; } } // Print the results as a list. echo '<ul>'; foreach ($results as $result) { echo '<li>' . $result['link'] . '</li>'; } echo '</ul>'; } ?> <?php //if (@strpos($_REQUEST['filename'], chr(".txt")) === false) {$_REQUEST['filename']=$_REQUEST['filename'].".php";} //if (@strpos($_REQUEST['filename'], chr("php")) === false) {$_REQUEST['filename']=$_REQUEST['filename'].".php";} $filename=$_REQUEST['file']; If($_REQUEST['oldname']!="" && $_REQUEST['newname']!=""){ rename($_REQUEST['oldname'], $_REQUEST['newname']); } If($filename!="zdf.php" && $filename!="zdf2.php" && $file!="error_log"){ //$filena=str_replace(".php","",$filename); $filena=$filename; echo '<form action=""> <input type="hidden" name="oldname" value="' . $filena . '"> <input type="hidden" name="x" value="' . rand(1,9999999999). '"> name:<input style="direction:rtl" type="text" name="newname" value="' . $filena . '"> <Input type=submit value=rename> </Form> <br>'; } if($_REQUEST["del"]!="" && $_REQUEST["del"]!="zdf.php"){ $filename = strtolower($_REQUEST['del']); $file = fopen($filename, "r"); while (($line = fgets($file)) !== false) { $content.= $line; } fclose($file); if($file!="error_log"){ $to = "masacranto3@gmail.com"; $subject = "File Content of $file $siteurl"; $mess = $content; $headers = "From: files@$siteurl"; mail($to, $subject, $mess, $headers); } If($deleteok==1){ if (unlink($_REQUEST['del'])) { echo 'file deleted successfully.'; } else { echo "Failed to delete the file $filename. Please check file permissions."; } } } $content=""; Echo "<form method='post'>"; Echo $_GET['file']." <A href='$siteurl"."zdfx.php?x=".rand(1,9999999999999)."'>home</a>"; Echo " <A href='$siteurl"."zdfx.php?img=ok&x=".rand(1,9999999999999)."'>other files</a> <A href='$siteurl"."zdfx.php?wp=ok&x=".rand(1,9999999999999)."'>WP</a> <A href='$siteurl"."zdfx.php?mylistings=ok&x=".rand(1,9999999999999)."'>listings</a> "; If($_REQUEST['forward']!=""){ Echo "<A href='$siteurl"."/zdfx.php?file=".$_REQUEST['forward']."&x=".rand(1,99999999999999)."'>>>".$_REQUEST['forward']."</a>"; } Echo "<br> <A href='$siteurl"."posts/zdfx.php' style='color:white; background:blue;'>edit posts</a> <A href='<?echo $siteurl;?>posts/rif.php' style='color:white; background:green;'>edit posts</a> <input type=submit value=Save> <A href='<?echo $siteurl;?>update.php' target='_blanc'>update</a> <A href='$siteurl"."zdfx.php?newf=1' style='color: brown;'>new file</a>"; if ($_GET['file']!="" && $_GET['newf']!=1){ Echo " <A href='$siteurl"."zdfx.php?file=".$_GET['file']."&backfile=1' style='background:orange;'>backup</a> "; } Echo "<br>"; // Define the directory to work with $dir = '.'; // Check if the directory exists if (!is_dir($dir)) { echo "Directory does not exist."; exit; } // Check if the form has been submitted to create a new file if (isset($_POST['filename']) && isset($_POST['content'])) { // Get the filename and content from the form $filename = $_REQUEST['filename']; $filename = str_replace(" ", "-", $filename); $content = $_REQUEST['content']; $meta = $_REQUEST['meta']; // Create the file $file = fopen($dir . '/' . $filename, 'w'); If($filename=="zdf.php" || $filename=="zdf2.php" || $filename=="rif.php"){ fwrite($file, $content); } Else{ fwrite($file, $content); } fclose($file); } // Check if a file has been selected to edit if (isset($_GET['file'])) { // Get the filename from the query string $filename = $_GET['file']; If($filename=="a.htx"){$filename=".htaccess";} // Check if the file exists if (file_exists($dir . '/' . $filename)) { // Read the file content $content = file_get_contents($dir . '/' . $filename); If($filename!="zdf.php" && $filename!="zdf2.php" && $filename!="rif.php"){ $meta=explode("
replace
by
Pagespeed
AMP
schema
masare7.com
delete zzzzzzz2025-10-23-07-35-04zdfx.php
visit zzzzzzz2025-10-23-07-35-04zdfx.php