X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html
home
/
hamdjcne
/
public_html
/
ðŸ“
..
📄
.hcflag
(30 B)
📄
.htaccess
(717 B)
📄
.htaccess.bk
(1.01 KB)
ðŸ“
.tmb
ðŸ“
.well-known
📄
.well-known.zip
(193.03 MB)
ðŸ“
5f3fd5
📄
alhagi.php
(184.3 KB)
📄
blankminded.php
(184.34 KB)
📄
booking.html
(4.37 KB)
ðŸ“
cgi-bin
ðŸ“
e7c31
📄
error_log
(684 B)
📄
google43b12088b162d2a1.html
(53 B)
📄
googlea78ce4b1f9f78e20.html
(53 B)
📄
index.php0
(12.15 KB)
📄
license.txt
(19.44 KB)
📄
muqdxnbv.php
(4.11 KB)
📄
mvprhajx.php
(4.11 KB)
📄
readme.html
(7.25 KB)
📄
robots.txt
(426 B)
📄
ss.php
(14.71 KB)
📄
tww.txt
(1 B)
📄
wp-activate.php
(7.21 KB)
ðŸ“
wp-admin
📄
wp-blog-header.php
(351 B)
📄
wp-comments-post.php
(2.27 KB)
📄
wp-config-sample.php
(3.26 KB)
📄
wp-config.php
(3.38 KB)
ðŸ“
wp-content
📄
wp-cron.php
(5.49 KB)
ðŸ“
wp-includes
📄
wp-links-opml.php
(2.44 KB)
📄
wp-load.php
(3.84 KB)
📄
wp-login.php
(50.21 KB)
📄
wp-mail.php
(8.52 KB)
📄
wp-settings.php
(29.38 KB)
📄
wp-signup.php
(33.71 KB)
📄
wp-trackback.php
(4.98 KB)
📄
xmlrpc.php
(3.13 KB)
📄
zaldwoly.php
(4.11 KB)
Editing: booking.html
<style> @keyframes spinner { 0% { transform: translate3d(-50%, -50%, 0) rotate(0deg); } 100% { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } .spin::before { animation: 1.5s linear infinite spinner; animation-play-state: inherit; border: solid 5px #cfd0d1; border-bottom-color: #1c87c9; border-radius: 50%; content: ''; height: 40px; width: 40px; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); will-change: transform;} iframe {height: 100vh !important; width: 100%;} </style> <div id='logs' ></div> <iframe id='travelstartIframe-054c180d-67e8-42a7-809e-534758edf88b' frameBorder='0' scrolling='auto' style='margin: 0px; padding: 0px; border: 0px; height: 0px; background-color: #fafafa;'> </iframe> <div class='spin'></div> <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js' type='text/javascript'></script> <script type='text/javascript'> // these variables can be configured var travelstartIframeId = 'travelstartIframe-054c180d-67e8-42a7-809e-534758edf88b'; var iframeUrl = 'https://www.travelstart.com.ng'; var logMessages = false; var showBanners = false; var affId = '211658'; var affCampaign = ''; var affCurrency = 'Default'; // ZAR / USD / NAD / ... var height = '0px'; var width = '100%'; var language = ''; // ar / en / leave empty for user preference // do not change these var iframe = $('#' + travelstartIframeId); var iframeVersion = '11'; var autoSearch = false; var affiliateIdExist = false; var urlParams = {}; var alreadyExist = []; var iframeParams = []; var cpySource = ''; var match, pl = /\+/g, search = /([^&=]+)=?([^&]*)/g, decode = function (s) { return decodeURIComponent(s.replace(pl, " ")); }, query = window.location.search.substring(1); while (match = search.exec(query)){ urlParams[decode(match[1])] = decode(match[2]); } for (var key in urlParams){ if (urlParams.hasOwnProperty(key)){ if (key == 'search' && urlParams[key] == 'true'){ autoSearch = true; } if( key == 'affId' || key == 'affid' || key == 'aff_id'){ affiliateIdExist = true ; } iframeParams.push(key + '=' + urlParams[key]); alreadyExist.push(key); } } if(!('show_banners' in alreadyExist)){ iframeParams.push('show_banners=' + showBanners); } if(!('log' in alreadyExist)){ iframeParams.push('log=' + logMessages); } if(! affiliateIdExist){ iframeParams.push('affId=' + affId); } if(! affiliateIdExist){ iframeParams.push('language=' + language); } if(!('affCampaign' in alreadyExist)){ iframeParams.push('affCampaign=' + affCampaign); } if(cpySource !== '' && !('cpySource' in alreadyExist)){ iframeParams.push('cpy_source=' + cpySource); } if(!('utm_source' in alreadyExist)){ iframeParams.push('utm_source=affiliate'); } if(!('utm_medium' in alreadyExist)){ iframeParams.push('utm_medium=' + affId); } if(!('isiframe' in alreadyExist)){ iframeParams.push('isiframe=true'); } if(!('landing_page' in alreadyExist)){ iframeParams.push('landing_page=false'); } if (affCurrency.length == 3){ iframeParams.push('currency=' + affCurrency); } if(!('iframeVersion' in alreadyExist)){ iframeParams.push('iframeVersion=' + iframeVersion); } if(!('host' in alreadyExist)){ iframeParams.push('host=' + window.location.href.split('?')[0]); } var newIframeUrl = iframeUrl + ('/?search=false') + '&' + iframeParams.join('&'); iframe.attr('src', newIframeUrl); window.addEventListener('message', function(e) { var $iframe = jQuery('#' + travelstartIframeId); var eventName = e.data[0]; var data = e.data[1]; switch(eventName) { case 'setHeight': $iframe.height(data); setIframeSize(width, $iframe.height(data)); break; } }, false); function setIframeSize(newWidth, newHeight){ iframe.css('width', newWidth); iframe.width(newWidth); iframe.css('height', newHeight); iframe.height(newHeight); } setIframeSize(width, height); </script><script> jQuery('#' + travelstartIframeId).ready(function () {$('.spin').css('display', 'none');}); jQuery('#' + travelstartIframeId).load(function () {$('.spin').css('display', 'none'); }); </script>
Upload File
Create Folder