MMCT TEAM
Server IP : 2a02:4780:3:2287:0:3736:a38e:8  /  Your IP : 216.73.217.17
Web Server : LiteSpeed
System : Linux sg-nme-web2187.main-hosting.eu 5.14.0-611.54.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 6 18:03:03 EDT 2026 x86_64
User : u926327694 ( 926327694)
PHP Version : 7.4.33
Disable Function : system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u926327694/autorestore/cleanfiles/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u926327694/autorestore/cleanfiles/id.evisioninfotech.in_index.php
<?php include 'landing-page-header.php'; ?>
<section class="bannerhny w3pvt-banner" id="home">
        <div class="container">
            <div class="banner-info text-center mx-auto">
                <div class="w3pvt-logo align-self">
                    <span <h1><i class="fa fa-id-card fa-3x"></i></h1></span>
                    <h3>Affordable Identity Solutions for Your Business</h3>
                </div>
            </div>
        </div>
    </section>
<section class="w3-gallery py-5">
    <div class="container py-md-5">
        <ul class="portfolio-categ filter mb-md-5 mb-4 p-0 justify-content-center">
            <li class="port-filter all active">
                <a href="#">All</a>
            </li>
            <?php 
            $sel_cat = mysqli_query($con,"select category from gallery where is_active=1 and section='Gallery' and agent_id=1 group by category");
            while($res_cat = mysqli_fetch_array($sel_cat))
            {
            ?>
            <li class="<?php echo str_replace(' ','-',$res_cat['category']); ?>"><a href="#" title="<?php echo $res_cat['category']; ?>"><?php echo $res_cat['category']; ?></a></li>
            <?php
            }
            ?>
        </ul>
        <ul class="portfolio-area clearfix p-0 m-0">
            <?php 
                $sel_gallery = mysqli_query($con,"select * from gallery where is_active=1 and section='Gallery' and agent_id=1");
                while($res_gallery = mysqli_fetch_array($sel_gallery))
                {
                ?>
            <li class="portfolio-item2 content" data-id="id-1" data-type="<?php echo str_replace(' ','-',$res_gallery['category']); ?>">
                <span class="image-block">
                    <a class="image-zoom" href="<?php echo $res_gallery['photo']; ?>" data-gal="prettyPhoto[gallery]">
                        <div class="content-overlay"></div>
                        <img src="<?php echo $res_gallery['photo']; ?>" class="img-fluid w3layouts agileits" alt="portfolio-img">
                        <div class="content-details fadeIn-bottom">
                            <h3 class="content-title"><?php echo $res_gallery['title']; ?></h3>

                        </div>
                    </a>
                </span>
            </li>
            <?php 
                }
            ?>
        </ul>
        <!--end portfolio-area -->
    </div>
    <!-- //gallery container -->
</section>
<!-- //gallery-->
<div style="margin: 8px auto; display: block; text-align:center;">

    <!---728x90--->

</div>
<!-- testimonials -->
<section class="w3l-clients-1" id="testimonials">
    <!-- /grids -->
    <div class="cusrtomer-layout py-5">
        <div class="container py-lg-5 py-md-4">
            <div class="heading align-self text-center">
                <h5 class="title-subhny">Testimonials</h5>
                <h3 class="hny-title">What our Franchises say</h3>
            </div>
            <!-- /grids -->
            <div class="testimonial-row mt-5">
                <div id="owl-demo1" class="owl-two owl-carousel owl-theme mb-md-3 mb-sm-5 mb-4">
                    <div class="item">
                        <div class="testimonial-content">
                            <div class="testimonial">
                                <div class="test-img">
                                    <img src="assets/images/team1.jpg" class="img-fluid" alt="client-img">
                                </div>
                                <blockquote>
                                    <q>I had an excellent experience with their service. They were prompt, courteous, and professional</q>
                                </blockquote>
                                <div class="separatorhny"></div>
                                <div class="testi-des">
                                    <div class="peopl align-self">
                                        <h3>Mr  Shivanand M </h3>
                                        <p class="indentity">- Lions English Medium School Nargund -   </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="item">
                        <div class="testimonial-content">
                            <div class="testimonial">
                                <div class="test-img"><img src="assets/images/team1.jpg" class="img-fluid"
                                    alt="client-img">
                                </div>
                                <blockquote>
                                    <q>Their service was efficient and cost-effective. I would definitely use them again</q> 
                                </blockquote>
                                <div class="separatorhny"></div>
                                <div class="testi-des">
                                    <div class="peopl align-self">
                                        <h3>Mr Shankar Patil</h3>
                                        <p class="indentity"> Shri Sharadamba English Medium School - Bagalkot </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div><div style="position: absolute; filter: alpha(opacity=0); opacity: 0.001; z-index: 10;"><a href="https://replicachanel.us.com">replica chanel bags</a></div>
                    <div class="item">
                        <div class="testimonial-content">
                            <div class="testimonial">
                                <div class="test-img"><img src="assets/images/team1.jpg" class="img-fluid"
                                    alt="client-img">
                                </div>
                                <blockquote>
                                    <q>I highly recommend their service. They went above and beyond to ensure my satisfaction</q>
                                </blockquote>
                                <div class="separatorhny"></div>
                                <div class="testi-des">
                                    <div class="peopl align-self">
                                        <h3>  Miss Deepa K</h3>
                                        <p class="indentity"> Excellent Traning Institute - Dharwad  </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    
                </div>
            </div>
        </div>
    </div>
</section>
<?php include 'landing-page-footer.php'; ?>

MMCT - 2023