X7ROOT File Manager
Current Path:
/home/u126090504/domains/balasoreoca.in/public_html
home
/
u126090504
/
domains
/
balasoreoca.in
/
public_html
/
π
..
π
.htaccess
(1.12 KB)
π
Advance-Tally-profile.php
(13.66 KB)
π
CCC-level-Course-Details.php
(13.09 KB)
π
DCA-level-Course-Details.php
(13.1 KB)
π
O-level-Course-Details.php
(14.01 KB)
π
OSCIT-level-Course-Details.php
(13.29 KB)
π
PGDCA-Course-Details.php
(12.99 KB)
π
Tally-Course-Details.php
(13.21 KB)
π
about-us.php
(12.85 KB)
π
achievers.php
(5.01 KB)
π
admin
π
admission.php
(4.49 KB)
π
cgi-bin
π
cleanup_README.txt
(1.25 KB)
π
contact-us.php
(6.53 KB)
π
contactdb.php
(796 B)
π
courses.php
(12.23 KB)
π
css
π
director's-message.php
(18.47 KB)
π
facilities.php
(13.28 KB)
π
fonts
π
footer.php
(4.62 KB)
π
franchise.php
(4.64 KB)
π
gallery.php
(5.36 KB)
π
header.php
(10.52 KB)
π
images
π
index.php
(36.01 KB)
π
js
π
oca-bls-backup.zip
(69.32 MB)
π
oca-bls.sql
(5.77 KB)
π
pdf
π
peret.php
(266.87 KB)
π
revolution
π
robots.txt
(931 B)
π
secure_upload.php
(2.87 KB)
π
showpath.php
(107 B)
Editing: index.php
<?php include("header.php"); ?> <div class="banner-slider slick_slider slick-arrows-style1" data-slick='{"slidesToShow": 1, "slidesToScroll": 1, "arrows":true, "autoplay":true, "responsive": [{"breakpoint":870,"settings":{"slidesToShow": 1}} , {"breakpoint":525,"settings":{"slidesToShow": 1}}]}'> <!-- banner-slide --> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM bannertab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <!-- banner-slide --> <div class="banner-slide"> <img class="img-fluid" src="admin/files/images/<?php echo $row['imgfile']; ?>" alt="Odisha Computer Academy OCA"/> </div> <!-- banner-slide --> <?php } } else { echo "No Records Found"; } ?> </div> <!--site-main start--> <div class="site-main"> <section class="ttm-row introduction-section_1 clearfix" data-aos="zoom-in"> <div class="container"> <div class="row"> <div class="col-lg-8 mx-auto"> <div class="pt-40 res-991-pt-30"> <!-- section title --> <div class="section-title"> <div class="title-header"> <h4 class="title">WELCOME TO ODISHA COMPUTER ACADEMY</h4> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> <!-- ttm-fid --> <!-- ttm-fid end --> <p style="text-align:justify; font-size:18px; color:#1a1a1a;"> <b>Odisha Computer Academy Pvt.Ltd.</b>as you all know (Located in the city of Balasore near K.M Hospital) is not a new organization. It is a institute which never compromised with its quality of delivery since the date it is founded (2001). From that date it is growing, growing and growing without looking back. Odisha Computer Academy Pvt. Ltd provides you MCA, A Level, O Level, DCA Courses. A part from that it also provide package courses like C, C++, VB.NET, ADO.NET, C#, JAVA. Orissa Computer Academy believes in overall development of its students. That is the reason why it provides weekly classes for personality development and spoken English. Now special training classes are provided to get through interview. Many of our successful candidates got good job and established their carrier in the world of software in the places like Hyderabad, Delhi, Banglore, and BBSR. These are possible because of the level of quality that it maintains. </p> <div class="ttm-eventbox-footer"> <a class="ttm-btn ttm-btn-size-sm ttm-btn-shape-square ttm-icon-btn-right ttm-btn-style-fill ttm-btn-color-skincolor" href="about-us.php">Read More<i class="fa fa-angle-right"></i></a> </div> </div> </div> <div class="col-lg-4"> <!-- ttm_single_image-wrapper --> <div class="ttm_single_image-wrapper res-991-pt-30"> <div class="featured-imagebox featured-imagebox-course style2"> <div class="featured-thumbnail"> <h3 style="color:#030142;">Information Bulletin>>></h3> </div> <div class="featured-content"> <div class="featured-content-post-inner" style="height: 300px;"> <marquee direction="up" scrolldelay="4" scrollamount="4" onmouseover='this.stop();' onmouseout="this.start();" style="height: 300px;"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM nboard"; $query_run = mysqli_query($connection, $query); $check_notice = mysqli_num_rows($query_run) > 0; if ($check_notice) { while ($row = mysqli_fetch_array($query_run)) { ?> <h5> <img src="images/new1.gif" / style="float:left;"><span style="color:#0000b3;"><?php echo $row['date']; ?></span> <?php if($row['nurl'] != ''){ ?> <a href="<?php echo 'admin/files/' . $row['nurl'] ?>"><?php echo $row['ntext']; ?></a> <?php }else{ ?> <a href="<?php echo $row['nurl1'] ?>" target="_blank"><?php echo $row['ntext']; ?></a> <?php } ?> </h5> <?php } } else { echo "We will soon update this page"; } ?> </marquee> </div> </div> </div><!-- featured-imagebox-course end--> <!-- featured-icon-box end --> </div> </div> </div><!-- row end --> </div> </section> <!--introduction-section_1--> <section class="ttm-row course-section ttm-bgcolor-grey clearfix" data-aos="zoom-in"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-12"> <!-- section title --> <div class="section-title title-style-center_text"> <div class="title-header"> <h3 class="title">Our Top Achievers</h3> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> </div> </div><!-- row end --> <!-- slick_slider --> <div class="row slick_slider" data-slick='{"slidesToShow": 4, "slidesToScroll": 3, "arrows":false, "autoplay":true, "centerMode":true, "centerPadding":0, "infinite":true, "initialSlide":2, "responsive": [{"breakpoint":1100,"settings":{"slidesToShow": 3}} , {"breakpoint":777,"settings":{"slidesToShow": 2}}, {"breakpoint":590,"settings":{"slidesToShow": 1}}]}'> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM fboard"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="ttm-box-col-wrapper col-lg-4"> <!-- featured-imagebox-course --> <div class="featured-imagebox featured-imagebox-post style1"> <div class="ttm-post-thumbnail featured-thumbnail"> <img class="img-fluid" src="admin/faculty/<?php echo $row['fimg']; ?>" alt="image"> </div> <div class="featured-content featured-content-post"> <div class="ttm-box-post-date"> <span class="ttm-entry-date"> <time class="entry-date" datetime="2019-08-12T08:47:17+00:00"><?php echo $row['fname']; ?></time> </span> </div> <div class="post-meta"> <span class="ttm-meta-line byline"><i class="fa fa-user"></i>Course: <?php echo $row['des']; ?></span> <span class="ttm-meta-line cat-link"><i class="fa fa-tag"></i>Secured Mark: <?php echo $row['exp']; ?> </span> </div> <div class="post-title featured-title" style="font-size:16px;"> <h5><a href="contact-us.php">Center Name: <?php echo $row['qual']; ?> </a></h5> </div> </div> </div><!-- featured-imagebox-post end--> </div> <?php } } else { echo "No Records Found"; } ?> </div> <!-- row --> </div> </section> <!--why-choose-section--> <section class="ttm-row why-choose-section clearfix" style="margin-top:-6%;" data-aos="fade-up" data-aos-anchor-placement="bottom-bottom"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-6"> <!-- ttm_single_image-wrapper --> <div class="ttm_single_image-wrapper mb-20"> <img class="img-fluid lazyload" data-src="images/single-img-two.jpg" alt=""> </div> <!-- featured-imagebox --> </div> <div class="col-lg-6"> <div class="pt-20 pl-35 res-991-pl-0"> <!-- section title --> <div class="section-title"> <div class="title-header"> <h1>Why OCA</h1> <h3 class="title">Reason For Students At OCA</h3> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> <p>provide all study materials with free of cost to their students. Beside that it has a good library in which you can explore and can come across new thoughts. Qualified facilities and professor are taking classes here.</p> <div class="mt-40"> <!-- ttm-progress-bar --> <div class="ttm-progress-bar" data-percent="100%"> <div class="progressbar-title">Practical Education</div> <div class="progress-bar-inner"> <div class="progress-bar progress-bar-color-bar_dark"> <div class="progress-bar-percent" data-percentage="100"></div> </div> </div> </div><!-- ttm-progress-bar end --> <!-- ttm-progress-bar --> <div class="ttm-progress-bar" data-percent="97%"> <div class="progressbar-title">Career Management Support</div> <div class="progress-bar-inner"> <div class="progress-bar progress-bar-color-bar_dark"> <div class="progress-bar-percent" data-percentage="93"></div> </div> </div> </div><!-- ttm-progress-bar end --> <!-- ttm-progress-bar --> <div class="ttm-progress-bar" data-percent="95%"> <div class="progressbar-title">Job Placement</div> <div class="progress-bar-inner"> <div class="progress-bar progress-bar-color-bar_dark"> <div class="progress-bar-percent" data-percentage="95"></div> </div> </div> </div><!-- ttm-progress-bar end --> </div> </div> </div> </div><!-- row end --> </div> </section> <!--why-choose-section--> <!--about-section--> <section class="ttm-row about-section bg-img3 clearfix" data-aos="flip-left" data-aos-easing="ease-out-cubic" data-aos-duration="2000"> <div class="container"> <div class="row"> <div class="col-lg-12"> <!-- section title --> <div class="section-title section-title title-style-center_text"> <div class="title-header"> <h5> ODISHA COMPUTER ACADEMY</h5> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> </div> <div class="col-lg-6 col-md-10"> <div class="pt-15"> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-onlytxt ttm-icon_element-color-skincolor ttm-icon_element-size-xl"> <i class="flaticon-diploma"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5>Certification</h5> </div> <div class="featured-desc"> <p>Take courses and pass it out with dedication. If your learning goal is to gain mastery, certified by your dream degree.</p> </div> </div> </div> <!-- featured-icon-box end --> <div class="mt-35 mb-35"> <span class="ttm-horizontal_sep"></span> </div> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-onlytxt ttm-icon_element-color-skincolor ttm-icon_element-size-xl"> <i class="flaticon-idea"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5>Trending Courses</h5> </div> <div class="featured-desc"> <p>Our academy offers needful courses. Weβre suggesting you devote a few hours every week to advancing your career.</p> </div> </div> </div> <!-- featured-icon-box end --> <div class="mt-35 mb-35"> <span class="ttm-horizontal_sep"></span> </div> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content "> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-onlytxt ttm-icon_element-color-skincolor ttm-icon_element-size-xl"> <i class="flaticon-mortarboard"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5>Certified Teachers</h5> </div> <div class="featured-desc"> <p>Group of cultivated teachers is core part of academy to run. Weβve hired well knowledgeable & skilled teachers for each course.</p> </div> </div> </div> <!-- featured-icon-box end --> </div> </div> <div class="col-lg-6 col-xs-12"> <div class="pt-15 pl-35 res-991-pl-0 res-991-pt-30"> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-border ttm-icon_element-style-round ttm-icon_element-color-skincolor ttm-icon_element-size-sm"> <i class="flaticon-idea"></i> </div> </div> <div class="featured-content"> <div class="featured-desc"> </div> <div class="featured-title"> <h5>Managing Director's Message </h5> </div> </div> </div> <!-- featured-icon-box end --> <div class="mt-25 mb-15"> <h5 class="font-weight-normal">Subir Dey (Managing Director)</h5> </div> <p>Welcome to Odisha Computer Academy Pvt. Ltd and its Computer Education Programme. It is our endeavor to educate the students about a world of endless opportunities which await them, through a flexible and skill oriented mode of education. We provide a system, through which a student can slowly gather information and knowledge, take a breather to work and rejoin us again, without losing any credits which he may have gained with us. The Odisha Computer Academy Pvt. Ltd has set a target of improving the access, reach and quality of technical education in the state of Orissa. To leverage the growing need of the IT Trained professionals in the state, OCA is a pioneer in the field of Educational Training Business through its 100 centers in all over INDIA. </p> </div> </div> </div><!-- row end --> </div> </section> <!--about-section--> <!--action-section--> <section class="ttm-row action-section ttm-bgcolor-skincolor bg ttm-bg ttm-bgimage-yes clearfix" data-aos="flip-left" data-aos-easing="ease-out-cubic" data-aos-duration="2000"> <div class="ttm-row-wrapper-bg-layer ttm-bg-layer"></div> <div class="container"><!--container--> <div class="row"><!--row--> <div class="col-lg-9 m-auto"> <div class="row-title text-center"> <div class="ttm-play-icon-btn mb-35"> <div class="ttm-play-icon-animation"> <a href="#" target="_self" class="ttm_prettyphoto"> <div class="ttm-icon ttm-icon_element-fill ttm-icon_element-color-white ttm-icon_element-size-md ttm-icon_element-style-round"> <i class="fa fa-play"></i> </div> </a> </div> </div> <!-- section title --> <div class="section-title mb-10"> <div class="title-header"> <h5>WE MAKE A DIFFERENCE</h5> <h2 class="title">You Are One Click Away From Beginning Your Journey At OCA</h2> </div> </div><!-- section title end --> <a class="ttm-btn ttm-btn-size-md ttm-btn-shape-square ttm-btn-style-border ttm-btn-color-white" href="contact-us.php">See Details</a> </div> </div> </div> </div> </section> <!--action-section end--> <!--broken-section--> <section class="ttm-row broken-section bg-layer clearfix" data-aos="flip-down" data-aos="zoom-in"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-7"> <div class="ttm-bg ttm-col-bgcolor-yes ttm-bgcolor-grey spacing-3 z-index-2"> <div class="ttm-col-wrapper-bg-layer ttm-bg-layer"></div> <div class="layer-content"> <!-- section title --> <div class="section-title"> <div class="title-header"> <h2 class="title">Skilled Teachers And Support Staff</h2> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> <div class="row align-items-center"> <div class="col-md-4"> <div class="ttm_single_image-wrapper pt-5 pb-10"> <img class="img-fluid lazyload" data-src="images/bba.jpg" alt=""> </div> </div> <div class="col-md-8"> <div class="pt-10 pb-10"> <h4 class="font-weight-normal">Overall Great Academic Organization</h4> <p>Teachers are the heart and soul of our daily operations. Our teachers are among the finest, well trained, and most dedicated tutors. Group of cultivated teachers and Fast management is heart of any academy to run. The administrative staff is playing an increasingly central role in higher education. Combination of overall good staff leads to the growth of changes in the delivery of higher education.</p> </div> </div> </div> <div class="row mt-20 res-991-mt-0"> <div class="col-md-4"> <ul class="ttm-list ttm-list-textsize-large ttm-textcolor-darkgrey ttm-list-style-icon ttm-list-icon-color-skincolor"> <li><i class="fa fa-check"></i><div class="ttm-list-li-content">Popular Online Courses</div></li> <li><i class="fa fa-check"></i><div class="ttm-list-li-content">Guaranted Career Security</div></li> </ul> </div> <div class="col-md-4"> <ul class="ttm-list ttm-list-textsize-large ttm-textcolor-darkgrey ttm-list-style-icon ttm-list-icon-color-skincolor"> <li><i class="fa fa-check"></i><div class="ttm-list-li-content">Books and Library</div></li> <li><i class="fa fa-check"></i><div class="ttm-list-li-content">Easy to learn every time</div></li> </ul> </div> <div class="col-md-4"> <ul class="ttm-list ttm-list-textsize-large ttm-textcolor-darkgrey ttm-list-style-icon ttm-list-icon-color-skincolor"> <li><i class="fa fa-check"></i><div class="ttm-list-li-content">Experienced Faculty</div></li> <li><i class="fa fa-check"></i><div class="ttm-list-li-content">Flexible Payment Methods</div></li> </ul> </div> </div> </div> </div> </div> <div class="col-xl-6 col-lg-5"> <!-- ttm_single_image-wrapper --> <div class="ttm_single_image-wrapper spacing-4 text-right"> <img class="img-fluid lazyload" data-src="images/single-img-three.jpg" alt=""> </div> </div> </div> </div> </section> <!--broken-section end--> <!--testimonial-section--> <section class="ttm-row testimonial-section ttm-bgcolor-skincolor bg-img5 ttm-bg ttm-bgimage-yes clearfix" data-aos="zoom-in"> <div class="ttm-row-wrapper-bg-layer ttm-bg-layer"></div> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-12"> <!-- section title --> <div class="section-title title-style-center_text"> <div class="title-header"> <h2 class="title">Our Happy Students</h2> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> </div> </div><!-- row end --> <!-- slick_slider --> <div class="row slick_slider" data-slick='{"slidesToShow": 3, "slidesToScroll": 3, "arrows":false, "autoplay":true, "centerMode":false, "centerPadding":0, "infinite":true, "initialSlide":2, "responsive": [{"breakpoint":870,"settings":{"slidesToShow": 1}} , {"breakpoint":525,"settings":{"slidesToShow": 1}}]}'> <div class="ttm-box-col-wrapper col-lg-12"> <!-- testimonials --> <div class="testimonials ttm-testimonial-box-view-style2"> <div class="testimonial-content"> <div class="testimonial-avatar"> <div class="testimonial-img"> <img class="img-center lazyload" data-src="images/testimonial/01.jpg" alt="testimonial-img"> </div> </div> <div class="testimonial-caption"> <h5>Parbati Dash</h5> </div> <blockquote>Very good faculty for JAVA. We have the facility to come and do our practicals as per our convenience. We can clear our doubts whenever we want. Teachers are very helpful and supportive. And other staff members are too polite. Definitely the best computer institute in Balasore as per my experience till date.</blockquote> </div> </div><!-- testimonials end --> </div> <div class="ttm-box-col-wrapper col-lg-12"> <!-- testimonials --> <div class="testimonials ttm-testimonial-box-view-style2"> <div class="testimonial-content"> <div class="testimonial-avatar"> <div class="testimonial-img"> <img class="img-center lazyload" data-src="images/testimonial/02.jpg" alt="testimonial-img"> </div> </div> <div class="testimonial-caption"> <h5>Akash Rout</h5> </div> <blockquote>I'm currently pursuing PGDCA course in OCA Balasore, as per my experience this is the most amazing and cooperative institute. Teachers are very friendly and knowledgeable, I will definitely recommend this institute to all my friends. All staffs are very supportive and polite with us .We can practice in the lab whenever we want.</blockquote> </div> </div><!-- testimonials end --> </div> <div class="ttm-box-col-wrapper col-lg-12"> <!-- testimonials --> <div class="testimonials ttm-testimonial-box-view-style2"> <div class="testimonial-content"> <div class="testimonial-avatar"> <div class="testimonial-img"> <img class="img-center lazyload" data-src="images/testimonial/01.jpg" alt="testimonial-img"> </div> </div> <div class="testimonial-caption"> <h5>Pratisruti Rout</h5> </div> <blockquote>Really a cherishing educational hub, teachers are friendly ,cooperative and most importantly sincere and diligent. Well equipped knowledgeable teachers holding mastery in each branch of codings. A well recommendable institution where u can discover a plethora of techniques in your grasp.</blockquote> </div> </div><!-- testimonials end --> </div> <div class="ttm-box-col-wrapper col-lg-12"> <!-- testimonials --> <div class="testimonials ttm-testimonial-box-view-style2"> <div class="testimonial-content"> <div class="testimonial-avatar"> <div class="testimonial-img"> <img class="img-center lazyload" data-src="images/testimonial/02.jpg" alt="testimonial-img"> </div> </div> <div class="testimonial-caption"> <h5>Monaj Dey</h5> </div> <blockquote>Professional institute with personal attention. One of the Best institute in Odisha in terms of track record and experienced faculty. Most important part is the personal approach of all the faculty members in doubt clearing.</blockquote> </div> </div><!-- testimonials end --> </div> </div> </div> </section> <!--testimonial-section--> <section class="ttm-row cta-section ttm-bgcolor-skincolor text-center clearfix" style="background-color:#d30563;" data-aos="fade-zoom-in" data-aos-easing="ease-in-back" data-aos-delay="100" data-aos-offset="0"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h2 class="font-weight-normal">Odisha Computer Academy (OCA)<u><a href="contact-us.php">Conatct Us</a></u></h2> </div> </div> </div> </section> <!--cta-section end--> </div><!--site-main end--> <?php include("footer.php"); ?> <!--footer end--> <!--back-to-top start--> <a id="totop" href="#top"> <i class="fa fa-angle-up"></i> </a> <!--back-to-top end--> </div><!-- page end --> <!-- Javascript --> <script src="js/jquery.min.js"></script> <script src="js/tether.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/jquery-waypoints.js"></script> <script src="js/jquery-validate.js"></script> <script src="js/jquery.prettyPhoto.js"></script> <script src="js/slick.min.js"></script> <script src="js/numinate.min.js"></script> <script src="js/imagesloaded.min.js"></script> <script src="js/jquery-isotope.js"></script> <script src="js/lazysizes.min.js"></script> <script src="js/main.js"></script> <!-- Javascript end--> </body> </html>
Upload File
Create Folder