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 echo $header; ?><?php echo $column_left; ?> <div id="content"> <div class="page-..
Decoded Output download
000000000000000000000000000000000000
Did this file decode correctly?
Original Code
<?php echo $header; ?><?php echo $column_left; ?>
<div id="content">
<div class="page-header">
<div class="container-fluid">
<div class="pull-right">
<button type="submit" form="form-payment" data-toggle="tooltip" title="<?php echo $button_save; ?>" class="btn btn-primary"><i class="fa fa-save"></i></button>
<a href="<?php echo $cancel; ?>" data-toggle="tooltip" title="<?php echo $button_cancel; ?>" class="btn btn-default"><i class="fa fa-reply"></i></a></div>
<h1><?php echo $heading_title; ?></h1>
<ul class="breadcrumb">
<?php foreach ($breadcrumbs as $breadcrumb) { ?>
<li><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a></li>
<?php } ?>
</ul>
</div>
</div>
<div class="container-fluid">
<?php if ($error_warning): ?>
<div class="alert alert-danger alert-dismissible"><i class="fa fa-exclamation-circle"></i> <?php echo $error_warning; ?>
<button type="button" class="close" data-dismiss="alert">×</button>
</div>
<?php endif; ?>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-pencil"></i> <?php echo $text_edit; ?></h3>
</div>
<div class="panel-body">
<form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="form-payment" class="form-horizontal">
<div class="form-group">
<label class="col-sm-2 control-label" for="input-title"><?php echo $entry_title; ?></label>
<div class="col-sm-10">
<input type="text" name="yapay_title" value="<?php echo $yapay_title; ?>" placeholder="<?php echo $entry_title; ?>" id="input-title" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-key"><?php echo $entry_key; ?></label>
<div class="col-sm-10">
<input type="text" name="yapay_key" value="<?php echo $yapay_key; ?>" placeholder="<?php echo $entry_key; ?>" id="input-key" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-id"><?php echo $entry_id; ?></label>
<div class="col-sm-10">
<input type="text" name="yapay_id" value="<?php echo $yapay_id; ?>" placeholder="<?php echo $entry_id; ?>" id="input-id" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-test_mode"><?php echo $entry_test; ?></label>
<div class="col-sm-10">
<select name="yapay_test_mode" id="input-test_mode" class="form-control">
<?php if ($yapay_test_mode): ?>
<option value="1" selected="selected"><?php echo $text_enabled; ?></option>
<option value="0"><?php echo $text_disabled; ?></option>
<?php else: ?>
<option value="1"><?php echo $text_enabled; ?></option>
<option value="0" selected="selected"><?php echo $text_disabled; ?></option>
<?php endif; ?>
</select>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-callback"><?php echo $entry_callback; ?></label>
<div class="col-sm-10">
<input type="text" value="<?php echo $callback; ?>" id="input-callback" class="form-control" disabled/>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-total"><span data-toggle="tooltip" title="<?php echo $help_total; ?>"><?php echo $entry_total; ?></span></label>
<div class="col-sm-10">
<input type="text" name="yapay_total" value="<?php echo $yapay_total; ?>" placeholder="<?php echo $entry_total; ?>" id="input-total" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-geo-zone"><?php echo $entry_geo_zone; ?></label>
<div class="col-sm-10">
<select name="yapay_geo_zone_id" id="input-geo-zone" class="form-control">
<option value="0"><?php echo $text_all_zones; ?></option>
<?php foreach ($geo_zones as $geo_zone) { ?>
<?php if ($geo_zone['geo_zone_id'] == $yapay_geo_zone_id): ?>
<option value="<?php echo $geo_zone['geo_zone_id']; ?>" selected="selected"><?php echo $geo_zone['name']; ?></option>
<?php else: ?>
<option value="<?php echo $geo_zone['geo_zone_id']; ?>"><?php echo $geo_zone['name']; ?></option>
<?php endif; ?>
<?php } ?>
</select>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-sort-order"><?php echo $entry_sort_order; ?></label>
<div class="col-sm-10">
<input type="text" name="yapay_sort_order" value="<?php echo $yapay_sort_order; ?>" placeholder="<?php echo $entry_sort_order; ?>" id="input-sort-order" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-status"><?php echo $entry_status; ?></label>
<div class="col-sm-10">
<select name="yapay_status" id="input-status" class="form-control">
<?php if ($yapay_status): ?>
<option value="1" selected="selected"><?php echo $text_enabled; ?></option>
<option value="0"><?php echo $text_disabled; ?></option>
<?php else: ?>
<option value="1"><?php echo $text_enabled; ?></option>
<option value="0" selected="selected"><?php echo $text_disabled; ?></option>
<?php endif; ?>
</select>
</div>
</div>
<fieldset>
<legend><?php echo $entry_order_status; ?></legend>
<?php foreach ($ya_statuses as $status => $name) { ?>
<div class="form-group">
<label class="col-sm-2 control-label" for="input-order-status<?php echo $status; ?>"><?php echo $name; ?></label>
<div class="col-sm-10">
<select name="yapay_order_status[<?php echo $status; ?>]" id="input-order-status<?php echo $status; ?>" class="form-control">
<?php foreach ($order_statuses as $order_status) { ?>
<?php if ($order_status['order_status_id'] == $yapay_order_status[$status]): ?>
<option value="<?php echo $order_status['order_status_id']; ?>" selected="selected"><?php echo $order_status['name']; ?></option>
<?php else: ?>
<option value="<?php echo $order_status['order_status_id']; ?>"><?php echo $order_status['name']; ?></option>
<?php endif; ?>
<?php } ?>
</select>
</div>
</div>
<?php } ?>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<?php echo $footer; ?>
Function Calls
None |
Stats
MD5 | 68fcb8802490de164c3be0c441c8f142 |
Eval Count | 0 |
Decode Time | 180 ms |