Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php ${"\x47L\x4f\x42\x41\x4c\x53"}["\x65l\x70kl\x6e\x67"]="\x43\x6f\x75\x6e\x74\x32";${"..
Decoded Output download
<?php ${"GLOBALS"}["elpklng"]="Count2";${"GLOBALS"}["ubpdpipm"]="i";${"GLOBALS"}["rvlmzgpvm"]="Fetch_Info";${"GLOBALS"}["efoktillfs"]="CountInfo1";include viewPath("includes/header");echo "<section class=\"content-header\">
<div class=\"container-fluid">
<div class="row mb-2">
<div class=\"col-sm-6">
<h1>";echo lang("Record");echo " | ";echo lang("AllList");echo "</h1>
</div>
<div class="col-sm-6\">
<ol class=\"breadcrumb float-sm-right\">
<li class=\"breadcrumb-item\"><a href=\"";echo url("/");echo "">";echo lang("home");echo "</a></li>
<li class="breadcrumb-item"><a href="";echo url("/card/add");echo "\">";echo lang("NewRecord");echo "</a></li>
<li class=\"breadcrumb-item active">";echo lang("AllList");echo "</li>
</ol>
</div>
</div>
</div>
</section>
<section class=\"content">
<div class="card card-solid">";$this->load->view("account/includes/loading");echo " <div class=\"card-header">
<h3 class=\"card-title"><a href=\"";echo url("/card/all");echo "">";echo lang("AllList");echo " <span class="right badge badge-danger">";echo nfn(${${"GLOBALS"}["efoktillfs"]});echo "</span></a></h3>
<div class="card-tools">
<button type=\"button\" class="btn btn-tool" data-card-widget="collapse"><i class=\"fas fa-minus\"></i></button>
<button type=\"button" class="btn btn-tool" data-card-widget="maximize\"><i class=\"fas fa-expand"></i></button>
<!-- <a href=\"";${"GLOBALS"}["hpcqly"]="i";echo ""><i class=\"fas fa-plus\"></i> ";echo "</a> -->
</div>
</div>
<div class=\"card-body">
<div class="row\">
<div class=\"col-lg-8 col-md-12 col-sm-12">
<div class="input-group\">
<input type=\"text" id=\"search_text_1" class="form-control float-right" placeholder=\"First name Middle name Sur name... Card no, Date of birth, Registration date\">
<div class=\"input-group-append\">
<button type=\"submit\" class="btn btn-block btn-outline-success"><i class=\"fas fa-search\"></i></button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 col-sm-12\">
<div class="input-group\">
<input type="text\" id="Date1" value=\"";echo$this->sym->TodayDate();echo "" class=\"form-control" placeholder="";echo$this->sym->TodayDate();${"GLOBALS"}["ualmjsvxeh"]="Fetch_Info";echo "">
<input type=\"text" id=\"Date2\" value=\"";echo$this->sym->TodayDate();echo "" class="form-control\" placeholder="";echo$this->sym->TodayDate();echo "">
<div class=\"input-group-append">
<button type="submit\" class="btn btn-block btn-outline-success" name=\"search_in_date" id=\"search_in_date\"><li class=\"fa fa-search\"></li></button>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<div class=\"table-responsive p-0">
<div id=\"dataList_1"></div>
<table class=\"table table-head-fixed text-nowrap table-bordered table-hover table-striped" id=\"main_table">
<thead>
<tr>
<th>#</th>
<th>";echo lang("RecordNumber");echo "</th>
<th>";echo lang("Fullname");echo "</th>
<th>";echo lang("Date_of_birth");echo "</th>
<th>Birth Year</th>
<th>";echo lang("Sex");echo "</th>
<th>";echo lang("Age");echo "</th>
<th>";echo lang("Kebele");echo "</th>
<th>";echo lang("PhoneNo");echo "</th>
<th>";echo lang("date_of_reg");echo "</th>
<th>";echo lang("Status");echo "</th>
</tr>
</thead>
<tbody>
";${${"GLOBALS"}["hpcqly"]}=0;if(${${"GLOBALS"}["ualmjsvxeh"]}){$hkxejklqlp="row1";foreach(${${"GLOBALS"}["rvlmzgpvm"]} as${$hkxejklqlp}){${${"GLOBALS"}["ubpdpipm"]}++;${${"GLOBALS"}["elpklng"]}=$this->db_op->Count_By_1_Col("record_tb","Card_no",$row1->RecordNo,"Yes");echo " <tr>
<td>";echo${${"GLOBALS"}["ubpdpipm"]};echo "</td>
<td><a href="";echo url("card/view/".$row1->RecordNo);echo "">";echo$row1->RecordNo;echo "</a></td>
<td>";echo$row1->Fullname;echo "</td>
<td>";echo substr($row1->Date_of_birth,0,10);echo "</td>
<td>";echo substr($row1->Date_of_birth,-4,4);echo "</td>
<td>";echo$row1->Sex;echo "</td>
<td>";echo$row1->Age;echo "</td>
<td>";echo "</td>
<td>";echo "</td>
<td>";echo substr($row1->Reg_Date,0,10);echo "</td>
<td>
";if(${${"GLOBALS"}["elpklng"]}==0){echo Status("New");}else{echo"<span class="right badge badge-primary\">".${${"GLOBALS"}["elpklng"]}."</span>";}echo " <a href="";echo url("record/add/".$row1->RecordNo);echo ""><i class=\"fas fa-plus"></i> Add cbhi</a>
</td>
</tr>
";}}else{echo " <tr>
<td colspan=\"11\"><div class="alert alert-danger\"><li class="fa fa-fw fa-info\"></li>";echo lang("Not_found");echo "</div></td>
</tr>
";}${"GLOBALS"}["pcofisexrblz"]="links";echo " </tbody>
</table>
</div>
</div>
</div>
</div>
<div class=\"card-footer">
";echo${${"GLOBALS"}["pcofisexrblz"]};echo " </div>
</div>
</section>
<script>
\$(document).ready(function(){
var pageType = '";echo$this->uri->segment(2);echo "';
\$('#search_text_1').keyup(function(){
\$(\"#main_table\").hide();
var val1 = \$(this).val();
var seType = 'byVal';
if(val1 != '')
{
\$.ajax({
url:"";echo base_url();echo "card/all_ajax",
method:\"POST",
data:{seType:seType,val1:val1,pageType:pageType},
beforeSend: function () {
\$('.overlay').show();
},
success: function (html) {
\$('#dataList_1').html(html);
\$('.overlay').fadeOut(\"slow");
}
})
}
});
\$("#search_in_date\").click(function(){
\$("#main_table\").hide();
var val1 = \$('#Date1').val();
var val2 = \$('#Date2').val();
var seType = 'byDate';
if(val1 != '' && val2 != '')
{
\$.ajax({
url:\"";echo base_url();echo "card/all_ajax",
method:"POST",
data:({seType:seType,val1:val1,val2:val2,pageType:pageType}),
beforeSend: function () {
\$('.overlay').show();
},
success: function (html) {
\$('#dataList_1').html(html);
\$('.overlay').fadeOut(\"slow\");
}
})
}
});
});
</script>
";include viewPath("includes/footer");
?>
Did this file decode correctly?
Original Code
<?php ${"\x47L\x4f\x42\x41\x4c\x53"}["\x65l\x70kl\x6e\x67"]="\x43\x6f\x75\x6e\x74\x32";${"\x47\x4c\x4f\x42\x41LS"}["\x75\x62\x70\x64p\x69p\x6d"]="i";${"G\x4c\x4f\x42\x41\x4c\x53"}["\x72\x76\x6c\x6d\x7a\x67\x70\x76\x6d"]="\x46\x65\x74\x63\x68_\x49n\x66o";${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x65\x66\x6f\x6b\x74\x69\x6cl\x66\x73"]="\x43\x6fu\x6et\x49\x6efo\x31";include viewPath("\x69nc\x6cu\x64e\x73/h\x65a\x64\x65r");echo "\x3cse\x63tio\x6e \x63\x6c\x61\x73\x73\x3d\"c\x6f\x6e\x74ent-he\x61\x64\x65\x72\">\n\t<div\x20c\x6c\x61ss\x3d\"\x63onta\x69ne\x72-\x66luid\x22>\n\t\t\x3cdi\x76\x20c\x6cas\x73\x3d\x22row\x20\x6db-2\x22>\n\t\t\t<\x64i\x76\x20c\x6cass=\"c\x6fl-\x73\x6d-6\x22\x3e\n\t\t\t\t<\x68\x31>";echo lang("Re\x63\x6fr\x64");echo " |\x20";echo lang("Al\x6c\x4cist");echo "</\x68\x31\x3e\n\t\t\t</d\x69\x76>\n\t\t\t\x3cd\x69v\x20cla\x73\x73=\x22\x63ol-sm-6\">\n\t\t\t\t\x3col\x20clas\x73\x3d\"\x62read\x63\x72\x75mb\x20\x66\x6coat-sm-r\x69g\x68\x74\"\x3e\n\t\t\t\t\t<\x6ci\x20clas\x73=\"b\x72\x65a\x64\x63r\x75mb-\x69\x74\x65\x6d\">\x3ca \x68re\x66\x3d\"";echo url("/");echo "\x22\x3e";echo lang("\x68o\x6de");echo "</a\x3e\x3c/li\x3e\n\t\t\t\t\t<li\x20\x63\x6c\x61s\x73\x3d\x22\x62r\x65a\x64cr\x75mb-\x69t\x65m\x22>\x3c\x61 h\x72ef=\x22";echo url("/ca\x72\x64/a\x64d");echo "\"\x3e";echo lang("\x4eew\x52e\x63o\x72d");echo "\x3c/a\x3e</l\x69>\n\t\t\t\t\t<l\x69 \x63\x6c\x61ss=\"bre\x61\x64cr\x75\x6d\x62-\x69\x74\x65m\x20\x61\x63ti\x76\x65\x22\x3e";echo lang("AllL\x69s\x74");echo "\x3c/l\x69\x3e\n\t\t\t\t</ol>\n\t\t\t\x3c/\x64i\x76\x3e\n\t\t\x3c/\x64i\x76>\n\t\x3c/\x64i\x76>\n</sect\x69o\x6e\x3e\n\n\x3cse\x63t\x69on\x20cl\x61\x73\x73\x3d\"c\x6fnt\x65\x6e\x74\x22\x3e\n\t<\x64i\x76 \x63\x6cas\x73\x3d\x22card \x63ard-\x73oli\x64\x22\x3e";$this->load->view("ac\x63ou\x6e\x74/i\x6e\x63\x6cu\x64\x65\x73/\x6c\x6fadi\x6e\x67");echo "\x20\x20\x20 <\x64iv\x20c\x6c\x61\x73\x73=\"\x63\x61rd-h\x65\x61\x64er\x22\x3e\n\x20 \x20 \x20\x20 \x20\x3c\x683\x20c\x6cass\x3d\"\x63a\x72d-ti\x74\x6c\x65\x22>\x3c\x61\x20\x68\x72ef\x3d\"";echo url("/c\x61\x72d/a\x6cl");echo "\x22\x3e";echo lang("A\x6c\x6cLi\x73t");echo " <sp\x61n\x20\x63l\x61s\x73\x3d\x22\x72\x69\x67h\x74\x20b\x61dge \x62a\x64g\x65-\x64an\x67e\x72\x22\x3e";echo nfn(${${"\x47LO\x42\x41\x4c\x53"}["ef\x6fk\x74i\x6c\x6c\x66\x73"]});echo "</\x73p\x61n\x3e\x3c/\x61></h3>\n\t\t\t<d\x69\x76\x20cl\x61ss\x3d\x22c\x61r\x64-too\x6c\x73\x22>\n\t\t\t\t<bu\x74t\x6fn\x20\x74ype\x3d\"\x62u\x74t\x6f\x6e\" \x63l\x61\x73\x73=\x22b\x74\x6e\x20btn-\x74\x6fo\x6c\x22 d\x61ta-\x63ard-\x77id\x67\x65\x74=\x22\x63ol\x6ca\x70s\x65\x22>\x3ci c\x6c\x61\x73s=\"\x66a\x73\x20\x66a-\x6dinus\"\x3e</i>\x3c/b\x75t\x74o\x6e>\n\t\t\t\t<but\x74o\x6e t\x79p\x65\x3d\"\x62utto\x6e\x22 \x63\x6ca\x73\x73=\x22b\x74n\x20btn-tool\x22 da\x74a-c\x61r\x64-\x77i\x64get\x3d\x22ma\x78\x69mi\x7ae\">\x3c\x69\x20cl\x61\x73s\x3d\"\x66\x61\x73\x20\x66\x61-ex\x70\x61nd\x22\x3e</i></b\x75\x74\x74on>\n\t\t\t\t<!-- <a\x20h\x72e\x66=\"";${"\x47L\x4f\x42\x41\x4c\x53"}["hpc\x71\x6cy"]="\x69";echo "\x22>\x3c\x69\x20c\x6ca\x73\x73\x3d\"f\x61\x73 fa-\x70\x6c\x75\x73\"\x3e</\x69> ";echo "\x3c/a>\x20--\x3e\n\t\t\t</d\x69v\x3e\n\t\t</\x64\x69\x76>\n\t\t\x3cd\x69\x76 \x63\x6ca\x73\x73\x3d\"c\x61\x72\x64-b\x6f\x64y\x22>\n\t\t\t\n\t\t\t\x3cdi\x76\x20\x63\x6c\x61\x73s\x3d\x22r\x6f\x77\"\x3e\n\t\t\t\t<div \x63\x6c\x61\x73\x73\x3d\"\x63\x6fl-\x6cg-\x38\x20\x63\x6fl-m\x64-\x312\x20c\x6f\x6c-sm-\x31\x32\x22>\n\t\t\t\t\t<di\x76 \x63\x6c\x61\x73\x73\x3d\x22\x69np\x75t-g\x72o\x75\x70\"\x3e\n\t\t\t\t\t\t<inp\x75t \x74\x79\x70e\x3d\"\x74\x65xt\x22 i\x64\x3d\"\x73earc\x68\x5ft\x65\x78t\x5f\x31\x22\x20\x63\x6ca\x73\x73\x3d\x22f\x6fr\x6d-contr\x6fl \x66loa\x74-\x72ig\x68t\x22 p\x6c\x61c\x65h\x6flde\x72=\"Fir\x73\x74\x20\x6e\x61me\x20\x4di\x64\x64le \x6e\x61\x6de Su\x72 \x6eam\x65...\x20Car\x64 \x6e\x6f, D\x61t\x65 \x6f\x66 \x62irth, \x52\x65\x67i\x73t\x72\x61ti\x6f\x6e\x20da\x74e\">\n\t\t\t\t\t\t<d\x69\x76 \x63\x6c\x61ss\x3d\"i\x6epu\x74-g\x72o\x75p-\x61pp\x65\x6ed\"\x3e\n\t\t\t\t\t\t\t<\x62u\x74t\x6fn type=\"\x73u\x62m\x69\x74\" \x63\x6c\x61\x73\x73=\x22\x62tn\x20b\x74n-bl\x6f\x63\x6b \x62\x74\x6e-\x6futl\x69\x6e\x65-\x73\x75\x63\x63\x65ss\x22><i\x20cl\x61s\x73=\"fa\x73 f\x61-s\x65\x61r\x63h\"\x3e\x3c/\x69></\x62\x75t\x74\x6fn>\n\t\t\t\t\t\t</div\x3e\n\t\t\t\t\t\x3c/di\x76>\n\t\t\t\t</\x64iv\x3e\n\t\t\t\t\n\t\t\t\t\x3cdi\x76 cl\x61\x73s\x3d\x22c\x6f\x6c-\x6c\x67-\x34 c\x6fl-m\x64-\x312\x20col-sm-1\x32\">\n\t\t\t\t\t\x3cdi\x76 \x63\x6ca\x73\x73\x3d\x22input-gr\x6fup\">\n\t\t\t\t\t\t\x3c\x69\x6eput t\x79p\x65\x3d\x22\x74\x65x\x74\" id=\x22Date1\x22\x20v\x61lue=\"";echo$this->sym->TodayDate();echo "\x22 c\x6ca\x73s\x3d\"\x66\x6frm-c\x6f\x6et\x72o\x6c\x22\x20\x70\x6ca\x63\x65h\x6fl\x64\x65r=\x22";echo$this->sym->TodayDate();${"\x47L\x4f\x42\x41\x4cS"}["\x75a\x6c\x6d\x6a\x73\x76\x78e\x68"]="\x46\x65\x74ch\x5f\x49\x6e\x66\x6f";echo "\x22>\n\t\t\t\t\t\t\x3c\x69n\x70\x75\x74 ty\x70\x65\x3d\"t\x65x\x74\x22\x20\x69d\x3d\"D\x61\x74\x652\" \x76alu\x65=\"";echo$this->sym->TodayDate();echo "\x22 \x63la\x73s\x3d\x22\x66or\x6d-con\x74r\x6fl\"\x20\x70\x6ca\x63eho\x6cder\x3d\x22";echo$this->sym->TodayDate();echo "\x22\x3e\n\t\t\t\t\t\t<\x64\x69\x76\x20\x63l\x61ss\x3d\"\x69n\x70u\x74-gr\x6fup-a\x70\x70en\x64\x22\x3e\n\t\t\t\t\t\t\t\x3c\x62\x75\x74\x74on \x74yp\x65\x3d\x22s\x75\x62mi\x74\"\x20\x63\x6c\x61ss=\x22bt\x6e \x62tn-b\x6c\x6f\x63\x6b b\x74n-o\x75tl\x69\x6e\x65-\x73\x75c\x63\x65s\x73\x22\x20\x6e\x61m\x65=\"\x73e\x61rch\x5fi\x6e\x5fdat\x65\x22\x20\x69\x64\x3d\"sea\x72\x63\x68\x5f\x69\x6e\x5f\x64\x61\x74e\"><li\x20\x63lass\x3d\"fa\x20fa-s\x65a\x72ch\"\x3e</l\x69\x3e</b\x75\x74t\x6f\x6e\x3e\n\t\t\t\t\t\t\x3c/di\x76\x3e\n\t\t\t\t\t</d\x69\x76\x3e\n\t\t\t\t</d\x69\x76>\n\t\t\t\x3c/d\x69\x76>\n\t\t\t\x3chr>\n\t\t\t<\x64i\x76 cla\x73s\x3d\x22ro\x77\x22>\n\t\t\t\t<d\x69\x76\x20\x63la\x73\x73=\x22\x63o\x6c-12\x22\x3e\n\t\t\t\t\t<div \x63\x6c\x61ss\x3d\"\x74a\x62\x6ce-r\x65\x73pon\x73ive p-0\x22\x3e\n\t\t\t\t\t\t\x3cd\x69v \x69d=\"\x64a\x74aL\x69\x73\x74_1\x22></\x64\x69v\x3e\n\t\t\t\t\t\t\x3ctable \x63\x6ca\x73s=\"ta\x62\x6c\x65\x20\x74\x61\x62le-he\x61\x64-\x66i\x78ed \x74\x65xt-no\x77\x72ap\x20\x74able-\x62\x6f\x72\x64\x65r\x65d\x20\x74\x61\x62\x6ce-hov\x65\x72\x20\x74ab\x6ce-\x73\x74rip\x65d\x22\x20\x69d\x3d\"m\x61i\x6e_t\x61\x62l\x65\x22\x3e\n\t\t\t\t\t\t\t<t\x68\x65\x61\x64\x3e\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\x3ct\x68\x3e\x23\x3c/\x74\x68\x3e\n\t\t\t\t\t\t\t\t\t\x3c\x74h>";echo lang("Rec\x6fr\x64N\x75m\x62\x65r");echo "</th>\n\t\t\t\t\t\t\t\t\t<th>";echo lang("Fu\x6cln\x61\x6d\x65");echo "</\x74\x68\x3e\n\t\t\t\t\t\t\t\t\t\x3c\x74\x68>";echo lang("Dat\x65\x5fof_\x62i\x72th");echo "\x3c/t\x68>\n\t\t\t\t\t\t\t\t\t<\x74\x68>\x42\x69rth Y\x65a\x72\x3c/\x74\x68\x3e\n\t\t\t\t\t\t\t\t\t<\x74\x68\x3e";echo lang("Se\x78");echo "\x3c/\x74\x68>\n\t\t\t\t\t\t\t\t\t\x3ct\x68\x3e";echo lang("\x41\x67\x65");echo "</\x74h\x3e\n\t\t\t\t\t\t\t\t\t\x3cth>";echo lang("K\x65\x62e\x6ce");echo "</t\x68>\n\t\t\t\t\t\t\t\t\t\x3ct\x68>";echo lang("PhoneNo");echo "\x3c/t\x68>\n\t\t\t\t\t\t\t\t\t\x3c\x74h\x3e";echo lang("da\x74e\x5fo\x66\x5f\x72\x65g");echo "</\x74h>\n\t\t\t\t\t\t\t\t\t<th\x3e";echo lang("St\x61t\x75s");echo "</\x74h>\n\t\t\t\t\t\t\t\t\x3c/t\x72\x3e\n\t\t\t\t\t\t\t\x3c/\x74head>\n\t\t\t\t\t\t\t\x3c\x74\x62ody>\n\t\t\t\t\t\t\t\t";${${"G\x4c\x4fB\x41L\x53"}["h\x70\x63\x71\x6c\x79"]}=0;if(${${"\x47\x4cOB\x41\x4c\x53"}["\x75\x61\x6c\x6d\x6a\x73\x76xe\x68"]}){$hkxejklqlp="r\x6fw\x31";foreach(${${"\x47L\x4f\x42\x41\x4c\x53"}["\x72\x76lm\x7a\x67\x70v\x6d"]} as${$hkxejklqlp}){${${"GL\x4f\x42\x41\x4c\x53"}["u\x62\x70d\x70\x69p\x6d"]}++;${${"G\x4c\x4f\x42\x41\x4cS"}["\x65lp\x6b\x6c\x6e\x67"]}=$this->db_op->Count_By_1_Col("\x72e\x63\x6f\x72\x64_\x74b","C\x61r\x64\x5f\x6e\x6f",$row1->RecordNo,"Y\x65s");echo "\t\t\t\t\t\t\t\t<t\x72\x3e\n\t\t\t\t\t\t\t\t\t<\x74\x64>";echo${${"\x47\x4c\x4fB\x41\x4c\x53"}["u\x62pd\x70\x69\x70\x6d"]};echo "</\x74d\x3e\n\t\t\t\t\t\t\t\t\t\x3ctd>\x3c\x61 \x68\x72e\x66\x3d\x22";echo url("\x63\x61\x72d/\x76i\x65\x77/".$row1->RecordNo);echo "\x22\x3e";echo$row1->RecordNo;echo "\x3c/\x61\x3e</td>\n\t\t\t\t\t\t\t\t\t\x3ct\x64\x3e";echo$row1->Fullname;echo "\x3c/\x74d\x3e\n\t\t\t\t\t\t\t\t\t<\x74d\x3e";echo substr($row1->Date_of_birth,0,10);echo "</td\x3e\n\t\t\t\t\t\t\t\t\t\x3c\x74d>";echo substr($row1->Date_of_birth,-4,4);echo "</\x74d\x3e\n\t\t\t\t\t\t\t\t\t\x3ct\x64>";echo$row1->Sex;echo "</td>\n\t\t\t\t\t\t\t\t\t\x3c\x74\x64>";echo$row1->Age;echo "\x3c/\x74\x64\x3e\n\t\t\t\t\t\t\t\t\t<\x74\x64\x3e";echo "\x3c/t\x64>\n\t\t\t\t\t\t\t\t\t\x3c\x74d\x3e";echo "</t\x64\x3e\n\t\t\t\t\t\t\t\t\t<\x74d>";echo substr($row1->Reg_Date,0,10);echo "\x3c/td>\n\t\t\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t\t\t";if(${${"\x47\x4c\x4f\x42\x41LS"}["elpk\x6cng"]}==0){echo Status("\x4eew");}else{echo"\x3csp\x61n \x63lass=\x22ri\x67ht bad\x67\x65 \x62a\x64ge-pr\x69m\x61ry\"\x3e".${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x65\x6c\x70\x6bl\x6e\x67"]}."\x3c/\x73pa\x6e\x3e";}echo "\t\t\t\t\t\t\t\t\t\t\x3c\x61\x20\x68ref\x3d\x22";echo url("reco\x72\x64/a\x64d/".$row1->RecordNo);echo "\x22>\x3ci \x63lass=\"f\x61s f\x61-\x70l\x75\x73\x22></\x69> A\x64\x64 \x63\x62\x68i</a\x3e\n\t\t\t\t\t\t\t\t\t\x3c/\x74d>\n\t\t\t\t\t\t\t\t</tr\x3e\n\t\t\t\t\t\t\t\t";}}else{echo "\t\t\t\t\t\t\t\t<\x74r>\n\t\t\t\t\t\t\t\t\t<\x74\x64\x20co\x6cs\x70an=\"\x311\"><di\x76\x20cla\x73\x73=\x22\x61le\x72\x74 \x61\x6c\x65rt-\x64a\x6e\x67\x65r\"\x3e<li cl\x61s\x73=\x22\x66\x61\x20\x66\x61-fw\x20\x66\x61-inf\x6f\">\x3c/\x6ci>";echo lang("No\x74_\x66oun\x64");echo "</d\x69v>\x3c/td>\n\t\t\t\t\t\t\t\t\x3c/\x74\x72>\n\t\t\t\t\t\t\t\t";}${"G\x4cOB\x41LS"}["p\x63\x6f\x66\x69\x73exr\x62\x6c\x7a"]="l\x69n\x6b\x73";echo "\t\t\t\t\t\t\t</t\x62ody\x3e\n\t\t\t\t\t\t\x3c/\x74ab\x6c\x65\x3e\n\t\t\t\t\t</\x64\x69\x76\x3e\n\t\t\t\t</\x64\x69v>\n\t\t\t\x3c/\x64i\x76\x3e\t\n\t\t\x3c/di\x76>\n\t\t<d\x69v\x20\x63l\x61ss=\"\x63\x61rd-\x66\x6fo\x74\x65r\x22>\n\t\t\t";echo${${"\x47\x4cO\x42\x41\x4c\x53"}["\x70c\x6f\x66\x69s\x65\x78r\x62\x6c\x7a"]};echo "\t\t</\x64\x69v>\n\t</di\x76\x3e\n</\x73e\x63t\x69on\x3e\n\n<s\x63rip\x74>\n\$(\x64\x6fcu\x6de\x6e\x74).rea\x64y(fu\x6ec\x74io\x6e(){\n\t\x76a\x72 \x70ag\x65Ty\x70\x65 = \x27";echo$this->uri->segment(2);echo "';\n\t\$(\x27#searc\x68\x5f\x74ex\x74\x5f\x31')\x2e\x6b\x65y\x75p(fu\x6e\x63t\x69on(){\n\t\t\$(\"\x23\x6d\x61\x69n\x5f\x74\x61ble\").\x68\x69\x64e();\n\t\tv\x61\x72 \x76\x61l\x31\x20= \$(\x74h\x69s).\x76\x61\x6c();\n\t\t\x76a\x72 seTy\x70\x65\x20\x3d\x20'b\x79\x56al\x27;\n\t\t\x69\x66(\x76al1\x20!\x3d\x20\x27')\n\t\t{\n\t\t\t\$\x2eaj\x61\x78({\n\t\t\t\t\x75\x72\x6c:\x22";echo base_url();echo "c\x61rd/\x61l\x6c_\x61\x6aa\x78\x22,\n\t\t\t\t\x6d\x65t\x68od:\"\x50O\x53\x54\x22,\n\t\t\t\tda\x74a:{s\x65Type:\x73\x65T\x79p\x65,va\x6c\x31:\x76a\x6c1,\x70\x61\x67\x65T\x79pe:\x70a\x67eTy\x70e},\n\t\t\t\t\x62\x65\x66\x6fre\x53end:\x20\x66u\x6ec\x74\x69\x6fn\x20()\x20{\n\t\t\t\t\t\$(\x27\x2e\x6f\x76er\x6ca\x79').\x73h\x6fw();\n\t\t\t\t},\n\t\t\t\t\x73ucce\x73\x73: f\x75ncti\x6fn\x20(h\x74ml) {\n\t\t\t\t\t\$(\x27#d\x61\x74a\x4ci\x73\x74\x5f\x31')\x2ehtml(\x68\x74\x6d\x6c);\n\t\t\t\t\t\$(\x27\x2e\x6fv\x65rlay').fa\x64e\x4f\x75\x74(\"sl\x6fw\x22);\n\t\t\t\t}\n\t\t\t})\n\t\t}\n\t})\x3b\n\t\n\t\n\t\$(\x22#s\x65a\x72\x63\x68\x5f\x69n\x5f\x64\x61\x74\x65\")\x2ec\x6ci\x63k(\x66\x75nc\x74\x69on(){\n\t\x20 \$(\x22#\x6dain_\x74\x61\x62\x6ce\").hi\x64e()\x3b\n\t\x20\x20\x76ar \x76\x61\x6c\x31 = \$('\x23D\x61\x74\x651\x27)\x2e\x76\x61l();\n\t\x20\x20var \x76al2\x20\x3d\x20\$(\x27#D\x61t\x65\x32').va\x6c();\n\t \x20\x76a\x72\x20\x73eT\x79\x70e =\x20'b\x79\x44a\x74\x65\x27\x3b\n\t\tif(v\x61\x6c1\x20\x21\x3d '' &\x26\x20\x76\x61\x6c2 !=\x20'\x27)\n\t\t{\n\t\t\t\$.\x61j\x61x({\n\t\t\t\t\x75r\x6c:\"";echo base_url();echo "card/a\x6c\x6c\x5f\x61j\x61x\x22,\n\t\t\t\t\x6de\x74\x68o\x64:\x22P\x4fST\x22,\n\t\t\t\td\x61\x74a:({seT\x79pe:s\x65\x54\x79\x70\x65,\x76a\x6c1:\x76\x61\x6c\x31,v\x61\x6c2:\x76\x61\x6c\x32,p\x61\x67\x65\x54\x79p\x65:\x70a\x67eTyp\x65}),\n\t\t\t\t\x62\x65\x66\x6fre\x53\x65nd: \x66\x75n\x63\x74ion\x20()\x20{\n\t\t\t\t\t\$(\x27.ove\x72\x6c\x61y').s\x68ow();\n\t\t\t\t},\n\t\t\t\ts\x75\x63\x63\x65\x73s: fu\x6e\x63\x74\x69\x6f\x6e (\x68tm\x6c) {\n\t\t\t\t\t\$(\x27\x23d\x61taLi\x73\x74_\x31').\x68tm\x6c(\x68\x74\x6dl);\n\t\t\t\t\t\$(\x27\x2e\x6f\x76e\x72l\x61y')\x2ef\x61\x64\x65\x4fut(\"s\x6c\x6fw\")\x3b\n\t\t\t\t}\n\t\t\t})\n\t\t}\n\t});\n\t\n});\n</s\x63\x72i\x70t>\n";include viewPath("i\x6e\x63lude\x73/\x66oote\x72");
?>
Function Calls
None |
Stats
MD5 | 1cc4ec8110d731ca95f1e938ad26f833 |
Eval Count | 0 |
Decode Time | 70 ms |