Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: placefileorder.php
<!-- Page header --> <style> .navbar, .page-header { display: none !important; } .btn-order{ color: #fff; background-color: #324148; } .empty_section_heading{ position: absolute; left: 286px; text-align: center; color: gray; top: 156px; } .pkg_section{ overflow-y: scroll; height: 500px; overflow-x: hidden; border: 1px solid #e6e5e7; padding: 15px; } .left_package h5{ font-size: 15px !important; } #content { font-size: .75em; width: 100.875%; max-width: 480px; text-align: left; } .columns { -moz-column-width: 11.5em; /* Firefox */ -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */ column-width: 15em; } @media screen and (max-width: 1440px){ .columns { -moz-column-width: 10em; /* Firefox */ -webkit-column-width: 10em; /* webkit, Safari, Chrome */ column-width: 10em !important; } } .columns ul { margin: 0; padding: 0; list-style-type: none; } .columns ul li:first-child { margin-top:0px; } .GrayColor{ color: #b5b5b5 !important; } label { margin-bottom: 0 !important; } .uniform-uploader{ width:100%; } .select2-container--default .select2-selection--single .select2-selection__clear{ display: none; } .select2-container--default .select2-selection--single .select2-selection__arrow{ display: none !important; } .PlaceOrderBtn { position: static; } #frmImeiBtn { left: 50%; bottom: 30px; position: fixed; width: 100px; height: 100px; text-align: center; border-radius: 50%; box-shadow: 0 5px 10px rgba(0,0,0,0.5); transform: translateX(-50%); -webkit-transform: translateX(-50%); } </style> <div class="page-header border-bottom-0"> <div class="page-header-content header-elements-md-inline"> <div class="page-title d-flex"> <h4><a href="javascript:void(0)" class="BackButton-Link" onclick="goBack()"><i class="icon-arrow-left52 mr-2"></i></a> <?php /*echo $this->lang->line('CUST_LBL_181'); */?><?php echo $this->lang->line('CUST_LBL_184'); ?></h4> </div> </div> </div> <!-- /page header --> <!-- Content area --> <div class="content pt-0 pl-0 pr-0" style="overflow-x: hidden;"> <div class="card"> <div class="form-group row"> <div class="col-12 col-lg-12 col-md-12 col-lg-12 col-xl-12"> <div class="card-body"> <!-- Our Working Area Start --> <div class="form-group row"> <div class="col-lg-12"> <?php if(($message != '') || ($message = $this->session->flashdata('message'))) echo '<div id="msg2" class="row"><div class="col-lg-12"><div class="alert alert-info">'.$message.'<br /><br /></div></div></div>'; ?> </div> </div> <?php echo form_open_multipart(base_url('page/file_services') , "name=frm id=frmfile");?> <div class="form-group row"> <input type="hidden" id="packageId" details2="<?php echo $this->input->get_post('id'); ?>" name="packageId" value="<?php echo $this->input->get_post('id'); ?>"> <div class="col-lg-8" id="empty_section"> <div class="empty_section_heading"> <div class="icon"> <i class="fa fa-arrow-left"></i> </div> <div class=""> <h3>Select Service</h3> </div> </div> </div> <div id="second_section" style="display: none" class="col-lg-12"> <h2 id="dvSN" style="color: #3a6593"></h2> <div class="row"> <div class="col-lg-6"> <div id="tblInfo" style="display:none; margin-top:10px" class="card m-b-30 card-info"> <div class="card-body" style="background-color:#f9f9f9;"> <blockquote class="card-bodyquote"> <!--<p id="dvSN" style="font-weight:bold; font-size:20px;"> </p>--> <div class="row" style="border-bottom: 1px solid #e1dfdf;padding-bottom: 10px; margin-bottom: 15px;"> <div class="col-md-4" style="border-right: 1px solid #e1dfdf"> <div class="" style="color:green; font-size:22px; font-weight:bold;" id="lblCustPrice"></div> <div class="time" id="dvTT"></div> </div> <div class="col-md-8 pr-0"> <!--<p style="font-size: 15px;" class="mb-0">Available Balance</p> <h3 style="font-size: 30px;" id="total_blnc"><?php /*echo $userDetails->CurrencySymbol.' '. roundMe($userDetails->Credits); */?></h3>--> <div id="content"> <div class="columns"> <ul style="display:none;" id="dvFeatures"> </ul> </div> </div> </div> </div> <p id="dvSrvImg" style="display:none;"><img id="imgSrv" src="" /></p> <p style="color:green;"><span id="dvTT" style="color:#000000;"></span></p> <!--<p id="dvFeatures"></p>--> <div id="dvMR"> </div> <p id="dvTOC" style="display:none;"><input type="checkbox" id="chkTOC" name="chkTOC" /> I agree with terms of services</p> </blockquote> </div> </div> </div> <div class="col-lg-6"> <div class="form-group"> <div class="edit-cont mb-3"> <div class="form-group"> <label class=""><?php echo $this->lang->line('CUST_LBL_159'); ?></label> <div class="input-group "> <input style="width: 100%" type="file" id="txtFile" name="txtFile" class="form-control-uniform" data-fouc> <div><?php echo $this->lang->line('CUST_LBL_171');?> .log .fnx .bcl .txt .sha .ask</div> </div> </div> <div class="form-group"> <label class=""><?php echo 'Multiple Files'; ?></label> <div class="input-group "> <input style="width: 100%" type="file" id="txtZipFile" name="txtZipFile" class="form-control-uniform" accept="application/zip"> <div><?php echo $this->lang->line('CUST_LBL_171');?> .zip</div> </div> </div> <!--<div class="form-group"> <label><?php /*echo $this->lang->line('CUST_LBL_159'); */?>:<span class="required_field"><span class="required_field">*</span></span></label> <div class="input-group"> <input required="required" type="file" id="txtFile" name="txtFile"> <small><?php /*echo $this->lang->line('CUST_LBL_171');*/?> .log .fnx .bcl .txt .sha .ask</small> </div> </div>--> <div class="form-group"> <label><?php echo $this->lang->line('CUST_CODE_10'); ?>:</label> <textarea rows="1" class="form-control" id="txtNotes" name="txtNotes" placeholder="Notes"></textarea> </div> <!-- end col --> <div class="form-group"> <label><?php echo $this->lang->line('CUST_CODE_11'); ?>:</label> <textarea rows="1" class="form-control" id="txtComments" name="txtComments" placeholder="Comments"></textarea> </div> <!-- end col --> <div class="form-group"> <label><?php echo $this->lang->line('CUST_CH_98'); ?>:</label> <input type="text" class="form-control" placeholder="Response E-mail:" name="txtAltEmail" maxlength="100" id="txtAltEmail" value=""> </div> <!-- end col --> <?php if($settings->PinCode == 1) { ?> <div class="form-group"> <label><?php echo $this->lang->line('CUST_LBL_178'); ?>:<span class="required_field"><span class="required_field">*</span></span></label> <input type="text" autocomplete="off" class="form-control" placeholder="Enter your Pin Code" name="txtPinCode" maxlength="4" id="txtPinCode" value="" /> </div> <!-- end col --> <?php } ?> <div class="form-group"> <!--<button type="submit" class="clsBigBtn btn btn-primary" onClick="setValue('2');"><?php /*echo $this->lang->line('CUST_MENU_CODES'); */?></button>--> <input type="hidden" id="cldFrm" name="cldFrm" /> <input type="hidden" id="ddType" name="ddType" value="<?php echo $settings->FileOrderDropDownType; ?>" /> <input type="hidden" id="currAbb" name="currAbb" value="<?php echo $userDetails->CurrencyAbb; ?>" /> <input type="hidden" id="currSymbol" name="currSymbol" value="<?php echo $userDetails->CurrencySymbol; ?>" /> </div> <div class="form-group"> <div class="alert alert-danger clsError" id="dvError" style="display:none;"> </div> </div> </div> </div> <div style="" class="PlaceOrderBtn"> <button style="float: right" class="clsBigBtn btn btn-order" id="frmImeiBtn" onClick="setValue('2');"><? echo 'Place Order'; ?></button> </div> </div> </div> </div> </div> <?php echo form_close(); ?> </div> </div> </div> </div> </div> <script> var base_url = '<?php echo base_url();?>' </script> <script language="javascript" src="<?php echo base_url('assets/js/functions.js?v='.$this->config->item('assets_version'));?>"></script> <script language="javascript" src="<?php echo base_url('assets/js/fileorder.js?v='.$this->config->item('assets_version'));?>"></script> <script> function getFileGroups(groupName){ var csrfName = '<?php echo $this->security->get_csrf_hash(); ?>'; console.log(csrfName,groupName); $.ajax({ type: "POST", data: {csrf_test_name:csrfName,text:groupName}, url:baseurl+'page/searchFileServers', success:function(response){ $("#pkg_section").html(response); } }); } function getAllFileGroups(val){ var csrfName = '<?php echo $this->security->get_csrf_hash(); ?>'; console.log(csrfName); if(val=='allgroup'){ $.ajax({ type: "POST", data: {csrf_test_name:csrfName}, url:baseurl+'page/searchAllFileServers', success:function(response){ $("#pkg_section").html(response); } }); }else{ $.ajax({ type: "POST", data: {csrf_test_name:csrfName,cat:val}, url:baseurl+'page/searchCatAllFileServers', success:function(response){ $("#pkg_section").html(response); } }); } } </script>