K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / var / www / html / ulungkusma_web_id / functions /
server ip : 104.21.89.46

your ip : 172.70.80.171

H O M E


Filename/var/www/html/ulungkusma_web_id/functions/agenda.php
Size1.48 kb
Permissionrw-rw-r--
Ownerulung : ulung
Create time27-Apr-2025 11:16
Last modified05-Feb-2025 12:52
Last accessed16-Jun-2025 11:12
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<html>
<head>
<title>Agenda</title>
<style>
A: {
color : Black;
text-decoration: underline;
}
A:HOVER {
color : ff9900;
text-decoration: none;
}
.ver10 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #000000;
}
.ver10u {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: underline;
color: #000000;
}
.tah11 {
font-family: Tahoma;
font-size: 11px;
color: #000000;
text-decoration: none;
border: none;
}
td {
font-family: Tahoma;
font-size: 11px;
color: #000000;
text-decoration: none;
border: none;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body topmargin='3' leftmargin='0' rightmargin='0' marginwidth='0' marginheight='0' bgcolor="#ddecca">
<?php
$kode = $_GET['kode'];
include "koneksi.php";
$sql="select * from calendarevent where id='".mysql_real_escape_string($kode)."'";
if(!$query=mysql_query($sql)) die ("Pengambilan gagal1 id $kode");
$row=mysql_fetch_array($query);

echo "<center><table width='98%' BORDER=1 bordercolor=#B73E02 CELLPADDING=4 CELLSPACING=2>
<tr ><td bgcolor=#B73E02 >Acara </td><td bgcolor=#FFCEB6>".$row[eventTitle]."</td></tr>
<tr ><td bgcolor=#B73E02>Tanggal </td><td bgcolor=#FFCEB6>".date("d M Y",strtotime($row[date_start]))." s.d ".date("d M Y",strtotime($row[date_end]))."</td></tr>
<tr ><td bgcolor=#B73E02>Kegiatan </td><td bgcolor=#FFCEB6>".$row[EventDetail]."</td></tr>
</table>";
?>
</body>
</html>