One Hat Cyber Team
Your IP :
104.23.243.59
Server IP :
104.21.51.23
Server :
Linux 128-201-239-36.cprapid.com 3.10.0-1160.41.1.el7.x86_64 #1 SMP Tue Aug 31 14:52:47 UTC 2021 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
juscatamarca
/
public_html
/
subdomains
/
om
/
Edit File:
cargagenda.php
<?php require 'conexion.php'; $hora2=$_GET['ahora']; $fecha2=$_GET['afecha']; $titulo=$_GET['atitulo']; $linkface=$_GET['alinkface']; $mensaje2=$_GET['amensaje']; $agendacar="INSERT INTO agenda (titulo2, link_agd, texto2, fecha2, hora2) values('$titulo','$linkface','$mensaje2','$fecha2','$hora2')"; $agendaconexion= mysqli_query($conexion, $agendacar); if ($agendaconexion) { header("Location: ./subidoexito.php"); } else { header("Location: ./errordecarga.php"); } ?>
Simpan