404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.223.205.73: ~ $
function getChartColorsArray(e){if(null!==document.getElementById(e))return e=document.getElementById(e).getAttribute("data-colors"),(e=JSON.parse(e)).map(function(e){var t=e.replace(" ","");return-1===t.indexOf(",")?getComputedStyle(document.documentElement).getPropertyValue(t)||t:2==(e=e.split(",")).length?"rgba("+getComputedStyle(document.documentElement).getPropertyValue(e[0])+","+e[1]+")":t})}var options,chart,chartDonutBasicColors=getChartColorsArray("simple_dount_chart"),url=(chartDonutBasicColors&&(options={series:[98,63,35],labels:["New Application","Approved","Rejected"],chart:{height:300,type:"donut"},legend:{position:"bottom"},dataLabels:{dropShadow:{enabled:!1}},colors:chartDonutBasicColors},(chart=new ApexCharts(document.querySelector("#simple_dount_chart"),options)).render()),"assets/json/"),allJobList="",editList=!1,prevButton=document.getElementById("page-prev"),nextButton=document.getElementById("page-next"),currentPage=1,itemsPerPage=3,getJSON=function(e,t){var n=new XMLHttpRequest;n.open("GET",url+e,!0),n.responseType="json",n.onload=function(){var e=n.status;t(200===e?null:e,n.response)},n.send()};function loadJobListData(e,t){var n=Math.ceil(e.length/itemsPerPage);n<(t=t<1?1:t)&&(t=n),document.querySelector("#job-list").innerHTML="";for(var o,a,i=(t-1)*itemsPerPage;i<t*itemsPerPage&&i<e.length;i++)e[i]&&e[i].tags&&(o=e[i].tags,a="",Array.from(o).forEach((e,t)=>{a+='<span class="badge badge-soft-primary me-1">'+e+"</span>"})),e[i]&&(document.querySelector("#job-list").innerHTML+='<div class="card joblist-card">            <div class="card-body">                <div class="d-flex mb-4">                    <div class="avatar-sm">                        <div class="avatar-title bg-light rounded">                            <img src="'+e[i].companyLogo+'" alt="" class="avatar-xxs companyLogo-img">                        </div>                    </div>                    <div class="ms-3 flex-grow-1">                        <img src="'+e[i].coverImg+'" alt="" class="d-none cover-img">                        <a href="#!"><h5 class="job-title">'+e[i].jobTitle+'</h5></a>                        <p class="company-name text-muted mb-0">'+e[i].companyName+'</p>                    </div>                    <div>                        <button type="button" class="btn btn-ghost-primary btn-icon custom-toggle" data-bs-toggle="button">                            <span class="icon-on"><i class="ri-bookmark-line"></i></span>                            <span class="icon-off"><i class="ri-bookmark-fill"></i></span>                        </button>                    </div>                </div>                <p class="text-muted job-description">'+e[i].description+"</p>                <div>"+a+'</div>            </div>            <div class="card-footer border-top-dashed">                <div class="d-flex justify-content-between align-items-center flex-wrap gap-3">                    <div><i class="ri-briefcase-2-line align-bottom me-1"></i> <span class="job-type">'+e[i].type+'</span></div>                    <div class="d-none"><span class="job-experience">'+e[i].experience+'</span></div>                    <div><i class="ri-map-pin-2-line align-bottom me-1"></i>  <span class="job-location">'+e[i].location+'</span></div>                    <div><i class="ri-user-3-line align-bottom me-1"></i> '+e[i].applied+'</div>                    <div><i class="ri-time-line align-bottom me-1"></i> <span class="job-postdate">'+e[i].postDate+'</span></div>                    <div><a href="#!" class="btn btn-primary viewjob-list">View More <i class="ri-arrow-right-line align-bottom ms-1"></i></a></div>                </div>            </div>        </div>');document.getElementById("total-result").innerHTML=e.length,selectedPage(),1==currentPage?prevButton.parentNode.classList.add("disabled"):prevButton.parentNode.classList.remove("disabled"),currentPage==n?nextButton.parentNode.classList.add("disabled"):nextButton.parentNode.classList.remove("disabled"),jobDetailShow()}function selectedPage(){for(var e=document.getElementById("page-num").getElementsByClassName("clickPageNumber"),t=0;t<e.length;t++)t==currentPage-1?e[t].parentNode.classList.add("active"):e[t].parentNode.classList.remove("active")}function paginationEvents(){function e(){return Math.ceil(allJobList.length/itemsPerPage)}prevButton.addEventListener("click",function(){1<currentPage&&loadJobListData(allJobList,--currentPage)}),nextButton.addEventListener("click",function(){currentPage<e()&&loadJobListData(allJobList,++currentPage)});var t=document.getElementById("page-num");t.innerHTML="";for(var n=1;n<e()+1;n++)t.innerHTML+="<div class='page-item'><a class='page-link clickPageNumber' href='javascript:void(0);'>"+n+"</a></div>";document.addEventListener("click",function(e){"A"==e.target.nodeName&&e.target.classList.contains("clickPageNumber")&&(currentPage=e.target.textContent,loadJobListData(allJobList,currentPage))}),selectedPage()}getJSON("job-list.json",function(e,t){null!==e?console.log("Something went wrong: "+e):(loadJobListData(allJobList=t,currentPage),paginationEvents(),sortElementsById())});var tagInputField=new Choices("#taginput-choices",{removeItemButton:!0});function fetchIdFromObj(e){return parseInt(e.id)}function findNextId(){var e,t;return 0===allJobList.length?0:(e=fetchIdFromObj(allJobList[allJobList.length-1]))<=(t=fetchIdFromObj(allJobList[0]))?t+1:e+1}function sortElementsById(){loadJobListData(allJobList.sort(function(e,t){e=fetchIdFromObj(e),t=fetchIdFromObj(t);return t<e?-1:e<t?1:0}),currentPage)}function jobDetailShow(){Array.from(document.querySelectorAll("#job-list .joblist-card")).forEach(function(s){s.querySelector(".viewjob-list").addEventListener("click",function(){var e=s.querySelector(".cover-img").src,t=s.querySelector(".companyLogo-img").src,n=s.querySelector(".job-title").innerHTML,o=s.querySelector(".company-name").innerHTML,a=s.querySelector(".job-description").innerHTML,i=s.querySelector(".job-type").innerHTML,r=s.querySelector(".job-location").innerHTML,l=s.querySelector(".job-postdate").innerHTML,c=s.querySelector(".job-experience").innerHTML;document.querySelector("#cover-img").src=e,document.querySelector("#job-overview .view-companylogo").src=t,document.querySelector("#job-overview .view-title").innerHTML=n,document.querySelector("#job-overview .view-companyname").innerHTML=o,document.querySelector("#job-overview .view-location").innerHTML=r,document.querySelector("#job-overview .view-desc").innerHTML=a,document.querySelector("#job-overview .view-type").innerHTML=i,document.querySelector("#job-overview .view-postdate").innerHTML=l,document.querySelector("#job-overview .view-experience").innerHTML=c})})}document.querySelector("#companylogo-image-input").addEventListener("change",function(){var e=document.querySelector("#companylogo-img"),t=document.querySelector("#companylogo-image-input").files[0],n=new FileReader;n.addEventListener("load",function(){e.src=n.result},!1),t&&n.readAsDataURL(t)}),document.querySelector("#cover-image-input").addEventListener("change",function(){var e=document.querySelector("#modal-cover-img"),t=document.querySelector("#cover-image-input").files[0],n=new FileReader;n.addEventListener("load",function(){e.src=n.result},!1),t&&n.readAsDataURL(t)}),function(){"use strict";var e=document.querySelectorAll(".needs-validation"),m=(new Date).toUTCString().slice(5,16);Array.prototype.slice.call(e).forEach(function(u){u.addEventListener("submit",function(e){var t,n,o,a,i,r,l,c,s,d;u.checkValidity()?(e.preventDefault(),t=document.getElementById("jobtitle-field").value,n=document.getElementById("companyname-field").value,o=document.getElementById("companylogo-img").src,a=document.getElementById("modal-cover-img").src,i=document.getElementById("job_type-field").value,r=document.getElementById("experience-field").value,l=document.getElementById("location-field").value,c=document.getElementById("description-field").value,s=tagInputField.getValue(!0),""===t||""===n||""===i||""===l||editList||(d=findNextId(),allJobList.push({id:d,coverImg:a,companyLogo:o,jobTitle:t,companyName:n,description:c,tags:s,type:i,experience:r,location:l,applied:"0 Applied",postDate:m}),sortElementsById()),loadJobListData(allJobList,currentPage),document.getElementById("close-jobListModal").click()):(e.preventDefault(),e.stopPropagation()),u.classList.add("was-validated")},!1)})}();var searchElementList=document.getElementById("searchJob");function clearFields(){document.getElementById("companylogo-img").src="assets/images/users/multi-user.jpg",document.getElementById("jobtitle-field").value="",document.getElementById("companyname-field").value="",document.getElementById("job_type-field").value="Full Time",document.getElementById("experience-field").value="",document.getElementById("location-field").value="",document.getElementById("Salary-field").value="",document.getElementById("description-field").value="",tagInputField.removeActiveItems(),tagInputField.setChoiceByValue(""),document.getElementById("createjob-form").classList.remove("was-validated")}searchElementList.addEventListener("keyup",function(){var e=searchElementList.value.toLowerCase();t=e;for(var t,n=allJobList.filter(function(e){return-1!==e.jobTitle.toLowerCase().indexOf(t.toLowerCase())||-1!==e.companyName.toLowerCase().indexOf(t.toLowerCase())}),o=(0<e.length?document.getElementById("found-job-alert").classList.remove("d-none"):document.getElementById("found-job-alert").classList.add("d-none"),0==n.length?document.getElementById("pagination-element").style.display="none":document.getElementById("pagination-element").style.display="flex",document.getElementById("page-num")),a=(o.innerHTML="",Math.ceil(n.length/itemsPerPage)),i=1;i<a+1;i++)o.innerHTML+="<div class='page-item'><a class='page-link clickPageNumber' href='javascript:void(0);'>"+i+"</a></div>";loadJobListData(n,currentPage)}),document.getElementById("CreateJobModal").addEventListener("hidden.bs.modal",e=>{clearFields()});

Filemanager

Name Type Size Permission Actions
plugins Folder 0755
animation-aos.init.js File 48 B 0644
apexcharts-area.init.js File 14.89 KB 0644
apexcharts-bar.init.js File 8.76 KB 0644
apexcharts-boxplot.init.js File 2.93 KB 0644
apexcharts-bubble.init.js File 2.2 KB 0644
apexcharts-candlestick.init.js File 14.33 KB 0644
apexcharts-column.init.js File 13.31 KB 0644
apexcharts-heatmap.init.js File 5.28 KB 0644
apexcharts-line.init.js File 17.37 KB 0644
apexcharts-mixed.init.js File 4.39 KB 0644
apexcharts-pie.init.js File 4.69 KB 0644
apexcharts-polararea.init.js File 1.39 KB 0644
apexcharts-radar.init.js File 2.02 KB 0644
apexcharts-radialbar.init.js File 4.72 KB 0644
apexcharts-scatter.init.js File 3.74 KB 0644
apexcharts-timeline.init.js File 7.25 KB 0644
apexcharts-treemap.init.js File 3.1 KB 0644
api-key.init.js File 11.54 KB 0644
apps-nft-auction.init.js File 2.5 KB 0644
apps-nft-create.init.js File 805 B 0644
apps-nft-explore.init.js File 6.87 KB 0644
apps-nft-item-details.init.js File 2.5 KB 0644
apps-nft-ranking.init.js File 2.01 KB 0644
calendar.init.js File 16.77 KB 0644
card.init.js File 1.63 KB 0644
chartjs.init.js File 4.41 KB 0644
chat.init.js File 26.33 KB 0644
coming-soon.init.js File 907 B 0644
crm-companies.init.js File 15.73 KB 0644
crm-contact.init.js File 17.24 KB 0644
crm-deals.init.js File 5.77 KB 0644
crm-leads.init.js File 10.97 KB 0644
crypto-buy-sell.init.js File 6.5 KB 0644
crypto-kyc.init.js File 1.74 KB 0644
crypto-orders.init.js File 2.96 KB 0644
crypto-transactions.init.js File 2.13 KB 0644
crypto-wallet.init.js File 13.49 KB 0644
dashboard-analytics.init.js File 4.97 KB 0644
dashboard-crm.init.js File 2.76 KB 0644
dashboard-crypto.init.js File 9.36 KB 0644
dashboard-ecommerce.init.js File 4.33 KB 0644
dashboard-job.init.js File 7.74 KB 0644
dashboard-nft.init.js File 7.51 KB 0644
dashboard-projects.init.js File 3.37 KB 0644
datatables.init.js File 1.42 KB 0644
echarts.init.js File 19.72 KB 0644
ecommerce-cart.init.js File 1.6 KB 0644
ecommerce-customer-list.init.js File 10.5 KB 0644
ecommerce-order.init.js File 12.79 KB 0644
ecommerce-product-checkout.init.js File 1.68 KB 0644
ecommerce-product-create.init.js File 3.85 KB 0644
ecommerce-product-details.init.js File 324 B 0644
ecommerce-product-list.init.js File 19.51 KB 0644
file-manager.init.js File 14.21 KB 0644
flag-input.init.js File 3.47 KB 0644
form-advanced.init.js File 1.58 KB 0644
form-editor.init.js File 1.42 KB 0644
form-file-upload.init.js File 1.19 KB 0644
form-input-spin.init.js File 709 B 0644
form-masks.init.js File 1.44 KB 0644
form-pickers.init.js File 3.7 KB 0644
form-validation.init.js File 323 B 0644
form-wizard.init.js File 2.19 KB 0644
gallery.init.js File 710 B 0644
gmaps.init.js File 1.15 KB 0644
gridjs.init.js File 9.8 KB 0644
invoicecreate.init.js File 13.44 KB 0644
invoicedetails.js File 5.07 KB 0644
invoiceslist.init.js File 46.83 KB 0644
job-application.init.js File 12.9 KB 0644
job-candidate-grid.init.js File 4.41 KB 0644
job-candidate-lists.init.js File 4.95 KB 0644
job-companies-lists.init.js File 6.31 KB 0644
job-grid-list.init.js File 6 KB 0644
job-lading.init.js File 956 B 0644
job-list.init.js File 9.79 KB 0644
job-statistics.init.js File 5.13 KB 0644
landing.init.js File 2.29 KB 0644
leaflet-map.init.js File 4.7 KB 0644
leaflet-us-states.js File 86.31 KB 0644
listjs.init.js File 10.02 KB 0644
mailbox.init.js File 13.89 KB 0644
materialdesign.list.js File 347.57 KB 0644
modal.init.js File 367 B 0644
nestable.init.js File 505 B 0644
nft-landing.init.js File 1.4 KB 0644
notifications.init.js File 1.43 KB 0644
particles.app.js File 1.04 KB 0644
passowrd-create.init.js File 1.68 KB 0644
password-addon.init.js File 296 B 0644
pricing.init.js File 1001 B 0644
profile-setting.init.js File 4.12 KB 0644
profile.init.js File 275 B 0644
project-create.init.js File 669 B 0644
project-list.init.js File 542 B 0644
project-overview.init.js File 226 B 0644
range-sliders.init.js File 5.73 KB 0644
rating.init.js File 1.71 KB 0644
remix-icons-listing.js File 54.79 KB 0644
search-result.init.js File 693 B 0644
select2.init.js File 1.2 KB 0644
seller-details.init.js File 5.75 KB 0644
sellers.init.js File 5.24 KB 0644
sweetalerts.init.js File 10.27 KB 0644
swiper.init.js File 2.87 KB 0644
tasks-kanban.init.js File 4.21 KB 0644
tasks-list.init.js File 14.65 KB 0644
team.init.js File 10.72 KB 0644
ticketdetail.init.js File 1.89 KB 0644
ticketlist.init.js File 13.26 KB 0644
timeline.init.js File 359 B 0644
todo.init.js File 17.81 KB 0644
tour.init.js File 1.55 KB 0644
two-step-verification.init.js File 297 B 0644
vector-maps.init.js File 3.93 KB 0644
widgets.init.js File 10.62 KB 0644