403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.60
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/projects/jobportal/scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/projects/jobportal/scripts/custom.js
(function($){"use strict";$(document).ready(function(){if($('header').hasClass('full-width')){$('header').attr('data-full','yes');}
if($('header').hasClass('alternative')){$('header').attr('data-alt','yes');}
function menumobile(){var winWidth=$(window).width();if(winWidth<973){$('#navigation').removeClass('menu');$('#navigation li').removeClass('dropdown');$('header').removeClass('full-width');$('#navigation').superfish('destroy');}else{$('#navigation').addClass('menu');if($('header').data('full')==="yes"){$('header').addClass('full-width');}
$('#navigation').superfish({delay:300,animation:{opacity:'show'},speed:200,speedOut:50});}
if(winWidth<1272){$('header').addClass('alternative').removeClass('full-width');}else{if($('header').data('alt')==="yes"){}else{$('header').removeClass('alternative');}}}
$(window).resize(function(){menumobile();});menumobile();var jPanelMenu=$.jPanelMenu({menu:'#responsive',animated:false,duration:200,keyboardShortcuts:false,closeOnContentClick:true});$('.menu-trigger').click(function(){var jpm=$(this);if(jpm.hasClass('active'))
{jPanelMenu.off();jpm.removeClass('active');}
else
{jPanelMenu.on();jPanelMenu.open();jpm.addClass('active');}
return false;});$('#jPanelMenu-menu').removeClass('sf-menu');$('#jPanelMenu-menu li ul').removeAttr('style');$(window).resize(function(){var winWidth=$(window).width();var jpmactive=$('.menu-trigger');if(winWidth>990){jPanelMenu.off();jpmactive.removeClass('active');}});$('.responsive-table').stacktable();var pxShow=400;var fadeInTime=400;var fadeOutTime=400;var scrollSpeed=400;$(window).scroll(function(){if($(window).scrollTop()>=pxShow){$("#backtotop").fadeIn(fadeInTime);}else{$("#backtotop").fadeOut(fadeOutTime);}});$('#backtotop a').click(function(){$('html, body').animate({scrollTop:0},scrollSpeed);return false;});$('#job-spotlight').showbizpro({dragAndScroll:"off",visibleElementsArray:[1,1,1,1],carousel:"off",entrySizeOffset:0,allEntryAtOnce:"off",rewindFromEnd:"off",autoPlay:"off",delay:2000,speed:400,easing:'easeOut'});$('#our-clients').showbizpro({dragAndScroll:"off",visibleElementsArray:[5,4,3,1],carousel:"off",entrySizeOffset:0,allEntryAtOnce:"off"});$('.fullwidthbanner').revolution({delay:9000,startwidth:1180,startheight:640,onHoverStop:"on",navigationType:"none",navigationArrows:"verticalcentered",navigationStyle:"none",touchenabled:"on",navOffsetHorizontal:0,navOffsetVertical:20,stopAtSlide:-1,stopAfterLoops:-1,fullWidth:"on",});$('.testimonials-slider').flexslider({animation:"fade",controlsContainer:$(".custom-controls-container"),customDirectionNav:$(".custom-navigation a")});$('.counter').counterUp({delay:10,time:800});var config={'.chosen-select':{disable_search_threshold:10,width:"100%"},'.chosen-select-deselect':{allow_single_deselect:true,width:"100%"},'.chosen-select-no-single':{disable_search_threshold:10,width:"100%"},'.chosen-select-no-results':{no_results_text:'Oops, nothing found!'},'.chosen-select-width':{width:"95%"}};for(var selector in config){$(selector).chosen(config[selector]);}
$('.checkboxes').find('input:first').addClass('first');$('.checkboxes input').on('change',function(){if($(this).hasClass('first')){$(this).parents('.checkboxes').find('input').prop('checked',false);$(this).prop('checked',true);}else{$(this).parents('.checkboxes').find('input:first').not(this).prop('checked',false);}});$('body').magnificPopup({type:'image',delegate:'a.mfp-gallery',fixedContentPos:true,fixedBgPos:true,overflowY:'auto',closeBtnInside:true,preloader:true,removalDelay:0,mainClass:'mfp-fade',gallery:{enabled:true},callbacks:{buildControls:function(){console.log('inside');this.contentContainer.append(this.arrowLeft.add(this.arrowRight));}}});$('.popup-with-zoom-anim').magnificPopup({type:'inline',fixedContentPos:false,fixedBgPos:true,overflowY:'auto',closeBtnInside:true,preloader:false,midClick:true,removalDelay:300,mainClass:'my-mfp-zoom-in'});$('.mfp-image').magnificPopup({type:'image',closeOnContentClick:true,mainClass:'mfp-fade',image:{verticalFit:true}});$('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({disableOn:700,type:'iframe',mainClass:'mfp-fade',removalDelay:160,preloader:false,fixedContentPos:false});$("#contactform .submit").click(function(e){e.preventDefault();var user_name=$('input[name=name]').val();var user_email=$('input[name=email]').val();var user_comment=$('textarea[name=comment]').val();var proceed=true;if(user_name===""){$('input[name=name]').addClass('error');proceed=false;}
if(user_email===""){$('input[name=email]').addClass('error');proceed=false;}
if(user_comment===""){$('textarea[name=comment]').addClass('error');proceed=false;}
if(proceed){$('.hide').fadeIn();$("#contactform .submit").fadeOut();var post_data={'userName':user_name,'userEmail':user_email,'userComment':user_comment};$.post('contact.php',post_data,function(response){var output;if(response.type=='error')
{output='<div class="error">'+response.text+'</div>';$('.hide').fadeOut();$("#contactform .submit").fadeIn();}else{output='<div class="success">'+response.text+'</div>';$('#contact div input').val('');$('#contact textarea').val('');$('.hide').fadeOut();$("#contactform .submit").fadeIn().attr("disabled","disabled").css({'backgroundColor':'#c0c0c0','cursor':'default'});}
$("#result").hide().html(output).slideDown();},'json');}});$("#contactform input, #contactform textarea").keyup(function(){$("#contactform input, #contactform textarea").removeClass('error');$("#result").slideUp();});var $accor=$('.accordion');$accor.each(function(){$(this).addClass('ui-accordion ui-widget ui-helper-reset');$(this).find('h3').addClass('ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-corner-all');$(this).find('div').addClass('ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom');$(this).find("div").hide().first().show();$(this).find("h3").first().removeClass('ui-accordion-header-active ui-state-active ui-corner-top').addClass('ui-accordion-header-active ui-state-active ui-corner-top');$(this).find("span").first().addClass('ui-accordion-icon-active');});var $trigger=$accor.find('h3');$trigger.on('click',function(e){var location=$(this).parent();if($(this).next().is(':hidden')){var $triggerloc=$('h3',location);$triggerloc.removeClass('ui-accordion-header-active ui-state-active ui-corner-top').next().slideUp(300);$triggerloc.find('span').removeClass('ui-accordion-icon-active');$(this).find('span').addClass('ui-accordion-icon-active');$(this).addClass('ui-accordion-header-active ui-state-active ui-corner-top').next().slideDown(300);}
e.preventDefault();});var link=$(".app-link");$('.close-tab').hide();$('.app-tabs div.app-tab-content').hide();link.on('click',function(e){e.preventDefault();$(this).parents('div.application').find('.close-tab').fadeOut();var a=$(this).attr("href");if($(this).hasClass('opened')){$(this).parents('div.application').find(".app-tabs div.app-tab-content").slideUp('fast');$(this).parents('div.application').find('.close-tab').fadeOut(10);$(this).removeClass('opened');}else{$(this).parents('div.application').find(".app-link").removeClass('opened');$(this).addClass('opened');$(this).parents('div.application').find(a).slideDown('fast').removeClass('closed').addClass('opened');$(this).parents('div.application').find('.close-tab').fadeIn(10);}
$(this).parents('div.application').find(".app-tabs div.app-tab-content").not(a).slideUp('fast').addClass('closed').removeClass('opened');});$('.close-tab').on('click',function(e){$(this).fadeOut();e.preventDefault();$(this).parents('div.application').find(".app-link").removeClass('opened');$(this).parents('div.application').find(".app-tabs div.app-tab-content").slideUp('fast').addClass('closed').removeClass('opened');});$('.box-to-clone').hide();$('.add-box').on('click',function(e){e.preventDefault();var newElem=$(this).parent().find('.box-to-clone:first').clone();newElem.find('input').val('');newElem.prependTo($(this).parent()).show();var height=$(this).prev('.box-to-clone').outerHeight(true);$("html, body").stop().animate({scrollTop:$(this).offset().top-height},600);});$('body').on('click','.remove-box',function(e){e.preventDefault();$(this).parent().remove();});var $tabsNav=$('.tabs-nav'),$tabsNavLis=$tabsNav.children('li');$tabsNav.each(function(){var $this=$(this);$this.next().children('.tab-content').stop(true,true).hide().first().show();$this.children('li').first().addClass('active').stop(true,true).show();});$tabsNavLis.on('click',function(e){var $this=$(this);$this.siblings().removeClass('active').end().addClass('active');$this.parent().next().children('.tab-content').stop(true,true).hide().siblings($this.find('a').attr('href')).fadeIn();e.preventDefault();});var hash=window.location.hash;var anchor=$('.tabs-nav a[href="'+ hash+'"]');if(anchor.length===0){$(".tabs-nav li:first").addClass("active").show();$(".tab-content:first").show();}else{console.log(anchor);anchor.parent('li').click();}
$(window).bind("load resize scroll",function(e){var headerElem=$('.search-container');$(headerElem).css({'transform':'translateY('+($(window).scrollTop()/ -9 ) + 'px)', });
});if("ontouchstart"in window){document.documentElement.className=document.documentElement.className+" touch";}
if(!$("html").hasClass("touch")){$(".parallax").css("background-attachment","fixed");}
function fullscreenFix(){var h=$('body').height();$(".parallax-content").each(function(i){if($(this).innerHeight()>h){$(this).closest(".fullscreen").addClass("overflow");}});}
$(window).resize(fullscreenFix);fullscreenFix();function backgroundResize(){var windowH=$(window).height();$(".background").each(function(i){var path=$(this);var contW=path.width();var contH=path.height();var imgW=path.attr("data-img-width");var imgH=path.attr("data-img-height");var ratio=imgW/imgH;var diff=parseFloat(path.attr("data-diff"));diff=diff?diff:0;var remainingH=0;if(path.hasClass("parallax")&&!$("html").hasClass("touch")){var maxH=contH>windowH?contH:windowH;remainingH=windowH- contH;}
imgH=contH+ remainingH+ diff;imgW=imgH*ratio;if(contW>imgW){imgW=contW;imgH=imgW/ratio;}
path.data("resized-imgW",imgW);path.data("resized-imgH",imgH);path.css("background-size",imgW+"px "+ imgH+"px");});}
$(window).resize(backgroundResize);$(window).focus(backgroundResize);backgroundResize();function parallaxPosition(e){var heightWindow=$(window).height();var topWindow=$(window).scrollTop();var bottomWindow=topWindow+ heightWindow;var currentWindow=(topWindow+ bottomWindow)/ 2;
$(".parallax").each(function(i){var path=$(this);var height=path.height();var top=path.offset().top;var bottom=top+ height;if(bottomWindow>top&&topWindow<bottom){var imgW=path.data("resized-imgW");var imgH=path.data("resized-imgH");var min=0;var max=- imgH+ heightWindow;var overflowH=height<heightWindow?imgH- height:imgH- heightWindow;top=top- overflowH;bottom=bottom+ overflowH;var value=-100+ min+(max- min)*(currentWindow- top)/ (bottom - top);
var orizontalPosition=path.attr("data-oriz-pos");orizontalPosition=orizontalPosition?orizontalPosition:"50%";$(this).css("background-position",orizontalPosition+" "+ value+"px");}});}
if(!$("html").hasClass("touch")){$(window).resize(parallaxPosition);$(window).scroll(parallaxPosition);parallaxPosition();}
$(".sticky-header").clone(true).addClass('cloned').insertAfter(".sticky-header");$(".sticky-header.cloned.transparent #logo a img").attr("src","images/logo.png");$(".sticky-header.cloned.alternative").removeClass('alternative');var stickyHeader=document.querySelector(".sticky-header.cloned");var headroom=new Headroom(stickyHeader,{"offset":$(".sticky-header").height(),"tolerance":0});$(window).bind("load resize",function(e){$(".sticky-header.cloned").removeClass('transparent alternative');var winWidth=$(window).width();if(winWidth>1290){headroom.init();}
else if(winWidth<1290){headroom.destroy();}});});})(this.jQuery);

Youez - 2016 - github.com/yon3zu
LinuXploit