Waraxe IT Security Portal
Login or Register
July 1, 2025
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 70
Members: 0
Total: 70
Full disclosure
iOS Activation Flaw Enables Pre-User Device Compromise andIdentity Exposure (iOS 18.5)
Remote DoS in httpx 1.7.0 – Out-of-Bounds Read via Malformed <title> Tag
CVE-2025-32978 - Quest KACE SMA Unauthenticated LicenseReplacement
CVE-2025-32977 - Quest KACE Unauthenticated Backup Upload
CVE-2025-32976 - Quest KACE SMA 2FA Bypass
CVE-2025-32975 - Quest KACE SMA Authentication Bypass
RansomLord (NG v1.0) anti-ransomware exploit tool
Disclosure Yealink Cloud vulnerabilities
: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
SEC Consult SA-20250612-0 :: Reflected Cross-Site Scripting in ONLYOFFICE Docs (DocumentServer)
SEC Consult SA-20250611-0 :: Undocumented Root Shell Access on SIMCom SIM7600G Modem
Call for Applications: ERCIM STM WG 2025 Award for the Best Ph.D. Thesis on Security and Trust Management (July 31, 2025)
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> I'm sorry
Post new topicReply to topic View previous topic :: View next topic
I'm sorry
PostPosted: Thu Sep 11, 2008 5:28 pm Reply with quote
elbas
Regular user
Regular user
Joined: Sep 11, 2008
Posts: 18




Very Happy


Last edited by elbas on Thu Sep 09, 2010 6:48 pm; edited 1 time in total
View user's profile Send private message
PostPosted: Sat Sep 20, 2008 9:08 am Reply with quote
zerobytes
Valuable expert
Valuable expert
Joined: Aug 30, 2008
Posts: 199




Code:

<?
// Friday September 14 21:00:00 WIB 2007
// index utama SISKO

include("settings/config/_config.php");

if (!is_logged_in()){

?>
<HTML>
<HEAD>
<TITLE>SISKO :: <? echo _siteName?></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="300" />

<link rel="stylesheet" type="text/css" href="settings/style/custom.css">
<link rel="stylesheet" type="text/css" href="settings/style/general.css">
<link rel="stylesheet" type="text/css" href="settings/style/layout.css">
<link rel="stylesheet" type="text/css" href="settings/style/style.css">

<?php

include 'settings/modul/inc_servertime.php';
$st = new servertime;
$st->language = 'indonesia';
$st->shortmonth = false;
$st->alarmpage = 'client/alarm.php';
$st->InstallClockHead();

?>
<script>
var percent = 85,
timePeriod = 100;

function getBar() {
var retBar = '';
for(i = 0; i < percent; i++) {
retBar += "|";
}
return retBar;
}

function progressBar() {
if(percent < 100) {
percent = percent + 1
window.status = "Loading : " + percent + "%" + " " + getBar();
setTimeout ("progressBar()", timePeriod);
} else {
window.status = "SISKO [<? echo $CON->version?>]";
//document.body.style.display = "";
}
}
progressBar();

</script>
<SCRIPT LANGUAGE="JavaScript">
function ceklogin(form)
{
if (form.login.value.length<1)
{ form.login.focus();
alert('Anda belum mengisi Login.')
return (false); }
if (form.passwd.value.length<1)
{ form.passwd.focus();
alert('Anda belum mengisi Password.')
return (false); }
return (true);
}
</SCRIPT>


<style type="text/css">
<!--
body {
background-color: #ECF5E7;
scrollbar-face-color: #ECF5E7;
scrollbar-shadow-color: #ECF5E7;
scrollbar-highlight-color: #ECF5E7;
scrollbar-3dlight-color: #ECF5E7;
scrollbar-darkshadow-color: #ECF5E7;
scrollbar-track-color: #ECF5E7;
scrollbar-arrow-color: #ECF5E7;
}
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
}
.style2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: x-small;
color: #30438E;
}
.style3 {
color: #30438E;
font-size: xx-small;
}
.style4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 32px;
color: #30438E;
}
.style5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}
.style6 {
color: #ffffff;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.style7 {
color: #30438E;
font-size: xx-small;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style8 {
color: #FF0000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
}
.style13 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
.style14 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
}
.style18 {
font-size: 17px
}
-->
</style></HEAD>

<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE WIDTH=100% BORDER=0 align="right" CELLPADDING=0 CELLSPACING=0>
<TR align="right">
<TD><input type="button" name="Submit" value=" _ " class="btnflat" onClick="javascript:window.parent.blur();">
<input type="button" name="Submit" value=" x " class="btnflat" onClick="javascript:window.parent.close();"></TD>
</TR>
</TABLE>
<br><br>

<table width="766" height="596" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="2"><img src="images/layout3_green_01.gif" width="45" height="40" alt=""></td>
<td colspan="3"><img src="images/layout3_green_02.gif" width="443" height="40" alt=""></td>
<td><img src="images/layout3_green_03.gif" width="44" height="40" alt=""></td>
<td><img src="images/layout3_green_04.gif" width="195" height="40" alt=""></td>
<td colspan="2"><img src="images/layout3_green_05.gif" width="39" height="40" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="4"><img src="images/layout3_green_06.gif" width="45" height="308" alt=""></td>
<td colspan="3" rowspan="4" background="images/layout3_green_07.gif" width="443" height="308" alt="">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="style13"><br>
<b>R E Q U E S T ;; L I S E N S I ;; D E M O</b> <br>
<br>
Sekolah anda dapat mencoba Demo SISKO (GRATIS) selama 3 bulan.<br>
<br>
Jika belum Download &amp; Install (Tahap 1 &amp; 2) <br>
<ul>
1. Download &amp; Install XAMPP (server) - GRATIS<br>
2. Download &amp; Install SISKO - GRATIS<br>
;; ;; ;; ;;URL : <a href="http://download.kamadeva.com" target="_blank">http://download.kamadeva.com</a>
<br>
<em>atau</em><br>
Request CD Installer SISKO<br>
;; ;; ;; ;;URL : <a href="http://shipit.kamadeva.com" target="_blank">http://shipit.kamadeva.com</a>
</ul>
Jika sudah Download &amp; Install (Tahap 3)
<ul>
3. Request Lisensi Demo - <strong>GRATIS TRIAL 3 bulan</strong>
<br>
;; ;; ;; ;;URL : <a href="http://lisensi-sisko.kamadeva.com" target="_blank">http://lisensi-sisko.kamadeva.com</a><br>
kami akan mengirimkan Lisensi Demo untuk Sekolah Anda via email.
</ul>
email : marketing@kamadeva.com</span></td>
</tr>
</table>

</td>
<td rowspan="4"><img src="images/layout3_green_08.gif" width="44" height="308" alt=""></td>
<td><img src="images/layout3_green_09.gif" width="195" height="204" alt=""></td>
<td colspan="2"><img src="images/layout3_green_10.gif" width="39" height="204" alt=""></td>
</tr>
<tr>
<td><a href="index.php"><img src="images/layout3_green_11.gif" width="195" height="34" alt=""></a></td>
<td colspan="2"><img src="images/layout3_green_12.gif" width="39" height="34" alt=""></td>
</tr>
<tr>
<td><a href="license.php"><img src="images/layout3_green_13.gif" width="195" height="36" alt=""></a></td>
<td colspan="2"><img src="images/layout3_green_14.gif" width="39" height="36" alt=""></td>
</tr>
<tr>
<td><img src="images/layout3_green_15.gif" width="195" height="34" alt=""></td>
<td colspan="2"><img src="images/layout3_green_16.gif" width="39" height="34" alt=""></td>
</tr>
<tr>
<td rowspan="2"><img src="images/layout3_green_17.gif" width="1" height="122" alt=""></td>
<td><img src="images/layout3_green_18.gif" width="44" height="87" alt=""></td>
<td colspan="2"><img src="images/layout3_green_19.gif" width="176" height="87" alt=""></td>
<td background="images/layout3_green_20.gif" width="267" height="87" alt="">
<div align="left"><span class="style5"><br><br><br><br><br>.:. <? echo _siteName?></span></div></td>
<td><img src="images/layout3_green_21.gif" width="44" height="87" alt=""></td>
<td><img src="images/layout3_green_22.gif" width="195" height="87" alt=""></td>
<td colspan="2"><img src="images/layout3_green_23.gif" width="39" height="87" alt=""></td>
</tr>
<tr>
<td><img src="images/layout3_green_24.gif" width="44" height="35" alt=""></td>
<td colspan="2"><img src="images/layout3_green_25.gif" width="176" height="35" alt=""></td>
<td><img src="images/layout3_green_26.gif" width="267" height="35" alt=""></td>
<td><img src="images/layout3_green_27.gif" width="44" height="35" alt=""></td>
<td><img src="images/layout3_green_28.gif" width="195" height="35" alt=""></td>
<td colspan="2"><img src="images/layout3_green_29.gif" width="39" height="35" alt=""></td>
</tr>

<!-- FORM LOGIN -->
<FORM method="POST" action="<? echo $CON->login?>" onSubmit="return ceklogin(this)" name="FLogin" id="FLog">
<tr>
<td colspan="2"><img src="images/layout3_green_30.gif" width="45" height="23" alt=""></td>
<td colspan="2"><img src="images/layout3_green_31.gif" width="176" height="23" alt=""></td>
<td><img src="images/layout3_green_32.gif" width="267" height="23" alt=""></td>
<td><img src="images/layout3_green_33.gif" width="44" height="23" alt=""></td>
<td><img src="images/layout3_green_34.gif" width="195" height="23" alt=""></td>
<td colspan="2"><img src="images/layout3_green_35.gif" width="39" height="23" alt=""></td>
</tr>
<tr>
<td colspan="2"><img src="images/layout3_green_36.gif" width="45" height="25" alt=""></td>
<td colspan="2" background="images/layout3_green_37.gif" width="176" height="25" alt="" style="background-repeat:no-repeat">
<!-- LOGIN -->
<div align="right"><input type="text" name="login" id="log" class="inputflat"></div></td>
<td background="images/layout3_green_38.gif" width="267" height="25" alt="" style="background-repeat:no-repeat">
<div align="center"><span class="style8">
<? if ($error_login) echo "<b>Proses Login ... FAILED <br> Please contact the Administrator!</b>"; ?>
</span></div>
</td>
<td><img src="images/layout3_green_39.gif" width="44" height="25" alt=""></td>
<td><img src="images/layout3_green_40.gif" width="195" height="25" alt=""></td>
<td colspan="2"><img src="images/layout3_green_41.gif" width="39" height="25" alt=""></td>
</tr>
<tr>
<td colspan="2"><img src="images/layout3_green_42.gif" width="45" height="26" alt=""></td>
<td colspan="2" background="images/layout3_green_43.gif" width="176" height="26" alt="" style="background-repeat:no-repeat">
<!-- PASSWORD -->
<div align="right"><input type="password" name="passwd" class="inputflat"></div></td>
<td background="images/layout3_green_44.gif" width="267" height="26" alt="" style="background-repeat:no-repeat">
<!-- CLOCK -->
<div align="center">
<span class="style6">
<?
$qid = db_query("SELECT jam, keterangan FROM set_alarm ORDER BY jam");

$jam = array();

while ($list = db_fetch_object($qid)) {
$jam += array(substr($list->jam,0,5) => $list->keterangan);
}

$st->InstallClock();

$st->title = "";
$st->language = "indonesia";
$st->divclass = "";
$st->alarmon = true;
$st->alarm = $jam;

$st->InstallClockBody();
?>

</span>
</div></td>
<td><img src="images/layout3_green_45.gif" width="44" height="26" alt=""></td>
<td><img src="images/layout3_green_46.gif" width="195" height="26" alt=""></td>
<td colspan="2"><img src="images/layout3_green_47.gif" width="39" height="26" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="2"><img src="images/layout3_green_48.gif" width="45" height="52" alt=""></td>
<td><img src="images/layout3_green_49.gif" width="98" height="51" alt=""><br>
<img src="images/layout3_green_56.gif" width="98" height="1" alt=""></td>
<td rowspan="2">
<!-- LOGIN BUTTON -->
<div align="center">
<input type="image" src="images/layout3_green_50.gif" width="78" height="52">
</div>
</td>
<td rowspan="2" background="images/layout3_green_51.gif" width="267" height="52" alt="" style="background-repeat:no-repeat">
<div align="center"><span class="style14"><br><? echo _copyright;?></span></div></td>
<td rowspan="2"><img src="images/layout3_green_52.gif" width="44" height="52" alt=""></td>
<td rowspan="2"><img src="images/layout3_green_53.gif" width="195" height="52" alt=""></td>
<td rowspan="2"><img src="images/layout3_green_54.gif" width="38" height="52" alt=""></td>
<td rowspan="2"><img src="images/layout3_green_55.gif" width="1" height="52" alt=""></td>
</tr>
<!-- FORM CLOSE -->
</form>
<tr>
<td></td>
</tr>
</table>
</BODY>
</HTML>
<?
} else {

require_login();

/*
membuat variabel yang bisa dipake saat pemrograman di templates
*/
//$u= $SESSION_SISKO['user']['user_id']; // PR-ARC; PR-... ; LM-PPTPM


define('_login_user', 1);

if ($c7b5cc5ea43c97d2aa0553ac6eef882f != "3d/PCcAwyplaHNzaGo9AAA2d38nY2Z0b2JjJ2VrZmRsQUI8B5EnJztzdQUgJwAQO3NjJwegdAAEd2ZpOiU0JSdka2Z0dAqAf3MCAGBraGVmawMBDkRydXViaXMnAABGZHNucWInV3VobWJkcyc9AAAnOzgnYmRvaCcvJm50dGJzAAgvI1hUQlRUTkhJXCAAlFhCQgIQyBaXCBkBDBYd3VtIFouLicAADgnJTtmJ291YmE6WyU4amgCBmNiOmRYZgXSWyU5O2FoBsAJUGhHMHUB8CRBQRERAYAH4mZzDLAIFUFudXQQAHM7KAMBOTsoZjknO25qYCd0IAB1ZAObmpmYGJ0KH5ia2tocAALWHBmdWluaWApYG5hBKAlC7AKv0AwWAq+KSUnKiclKScCzwLKc2tzIAhAWicpJQfvZXJrZQdEJyU8ODknAfUKDQ47KHNjF9IAkBhjGOseFDAeADkXkoeRFqSdGJ1C0AW9QkPCQQlcgKQJVpcAIIG4FhuYyVaB0IegCcG4AdzH+FjJ2ZrbkBEYB8gdW5gb3MlJwdENTc3HwE7OIAACnAjbWZqJzonZnV1Zn4vLjyAAAEhdHMqOU5pdHNma2tEa2hkRRsAXhzbnMpwA4ODjonJSUC1mtmFARpYHIYcCcBgmJpYGtudG8B92NueJ5xJvIB4gF3BjlFaGMH4zg5E5cMLwwmMXAlEAA5TlcSzFVRQlVcIFVCSkhTQgP7WEZDQ1UgEYARFgCQGI") {die("Silahkan mendaftarkan Sekolah anda ke <a href=\"http://lisensi-sisko.kamadeva.com\">http://lisensi-sisko.kamadeva.com</a> untuk mendapatkan Lisensi SISKO.<br>email : lisensi-sisko@kamadeva.com<br>Terimakasih.<br><hr><a href=\"account/logout.php\">Kembali ke Halaman Depan</a>");}

include('client/frame.php');

}
?>
View user's profile Send private message Visit poster's website
I'm sorry
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.023 Seconds