Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div id="content-container"> <div id="content" role="main"> <div align="center"..
Decoded Output download
<?
<div id="content-container">
<div id="content" role="main">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" dir="ltr" id="table3" width="600">
</table><br />
<table align="center" border="0" dir="rtl" id="table1" style="height:450px;width:780px;">
<tbody>
<tr>
<td dir="ltr" height="10"> </td>
<td colspan="2" dir="ltr" height="10">
<p align="center" dir="rtl"> </p>
<p align="center" dir="ltr"><strong> <span style="font-size:16px;">
Weight Calculat</span></strong><span style="font-size:16px;"> <strong>
</strong> </span> </p>
<p align="center" dir="rtl"><strong>
ی ی
یی ی
ی یی.
</strong></p></td>
</tr>
<tr>
<td dir="ltr" height="18"> </td>
<td colspan="2" dir="ltr" height="18"> </td>
</tr>
<tr>
<td dir="ltr" height="210"> </td>
<td colspan="2" dir="ltr" height="210">
<form name="converter">
<p align="center">
actual outer diameter (mm)
<input name="aod" size="10" type="text" value="0.0" />
<span lang="fa"> ی
یی </span></p>
<p align="center">
pipe thickness (mm)
<input name="thick" size="10" type="text" value="0.0" />
<span lang="fa"> یی
</span><br />
<br />
<input onclick="javascript:calc()" type="button" value=" " />
<input onclick="javascript:calc()" type="reset" value=" Reset " /></p>
<p align="center">
pipe weight (kg/m)
<input name="od" size="10" type="text" value="0.0" />
<span lang="fa"> ی
</span>
</p>
<p align="center">
</p>
<p align="center">
</p>
</form></td>
</tr>
<tr>
<script language="javascript">
//calculate function
function calc(){
//variables
var aod = document.converter.aod.value
var thick = document.converter.thick.value
var calculated = Math.round(aod * 7.835 * thick * 3.14)/1000
//write in text box
document.converter.od.value=calculated
}
</script>
<!-- #content-container -->
?>
Did this file decode correctly?
Original Code
<div id="content-container">
<div id="content" role="main">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" dir="ltr" id="table3" width="600">
</table><br />
<table align="center" border="0" dir="rtl" id="table1" style="height:450px;width:780px;">
<tbody>
<tr>
<td dir="ltr" height="10"> </td>
<td colspan="2" dir="ltr" height="10">
<p align="center" dir="rtl"> </p>
<p align="center" dir="ltr"><strong> <span style="font-size:16px;">
Weight Calculat</span></strong><span style="font-size:16px;"> <strong>
</strong> </span> </p>
<p align="center" dir="rtl"><strong>
ی ی
یی ی
ی یی.
</strong></p></td>
</tr>
<tr>
<td dir="ltr" height="18"> </td>
<td colspan="2" dir="ltr" height="18"> </td>
</tr>
<tr>
<td dir="ltr" height="210"> </td>
<td colspan="2" dir="ltr" height="210">
<form name="converter">
<p align="center">
actual outer diameter (mm)
<input name="aod" size="10" type="text" value="0.0" />
<span lang="fa"> ی
یی </span></p>
<p align="center">
pipe thickness (mm)
<input name="thick" size="10" type="text" value="0.0" />
<span lang="fa"> یی
</span><br />
<br />
<input onclick="javascript:calc()" type="button" value=" " />
<input onclick="javascript:calc()" type="reset" value=" Reset " /></p>
<p align="center">
pipe weight (kg/m)
<input name="od" size="10" type="text" value="0.0" />
<span lang="fa"> ی
</span>
</p>
<p align="center">
</p>
<p align="center">
</p>
</form></td>
</tr>
<tr>
<script language="javascript">
//calculate function
function calc(){
//variables
var aod = document.converter.aod.value
var thick = document.converter.thick.value
var calculated = Math.round(aod * 7.835 * thick * 3.14)/1000
//write in text box
document.converter.od.value=calculated
}
</script>
<!-- #content-container -->
Function Calls
| None |
Stats
| MD5 | 08cce0e297f270e2c6057c31c0b42571 |
| Eval Count | 0 |
| Decode Time | 87 ms |