|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Please decode this encrypted file :( |
|
Posted: Wed Feb 06, 2013 3:08 pm |
|
|
turkelf |
Regular user |
|
|
Joined: Feb 06, 2013 |
Posts: 5 |
|
|
|
|
|
|
|
|
|
|
|
|
Re: Please decode this encrypted file :( |
|
Posted: Wed Feb 06, 2013 5:45 pm |
|
|
vv456 |
Advanced user |
|
|
Joined: Aug 24, 2012 |
Posts: 190 |
|
|
|
|
|
|
|
decoded
Code: | <?php
function trendwp_theme_check() {
@file_get_contents( @dirname( __FILE__ ) . '/footer.php' );
$output = ;
$y_url = 'http://www.trendwp.com/';
if (!is_admin( )) {
$check = '<a href="http://www.trendwp.com" title="wordpress tema" target="_blank"><img src="<?=get_bloginfo(\'template_url\');?>/resimler/r_trendwp.png" alt="wordpress tema" /></a><a href="http://www.host.net.tr" title="hosting" target="_blank"><img src="<?=get_bloginfo(\'template_url\');?>/resimler/r_webarisi.png" alt="hosting" /></a>';
if (!strpos( $output, $check )) {
exit( '<script>window.location="' . $y_url . '";</script>' );
}
strrev( substr( $output, 0, strpos( $output, $check ) ) );
$tmp = ;
strpos( $tmp, '--!<' );
$pos1 = ;
strpos( $tmp, '>--' );
$pos2 = ;
if (( $pos1 < $pos2 || ( $pos1 && !$pos2 ) )) {
exit( '<script>window.location="' . $y_url . '";</script>' );
}
if (( preg_match( '/\/\*/', $tmp ) || preg_match( '/\*\//', $tmp ) )) {
exit( '<script>window.location="' . $y_url . '";</script>' );
}
}
}
function k_baslik() {
get_the_title( );
$k_baslik = ;
if (62 < strlen( $k_baslik )) {
$k_baslik = mb_substr( $k_baslik, 0, 62 ) . '...';
}
echo $k_baslik;
}
function k_baslik2() {
get_the_title( );
$k_baslik2 = ;
if (50 < strlen( $k_baslik2 )) {
$k_baslik2 = mb_substr( $k_baslik2, 0, 50 ) . '...';
}
echo $k_baslik2;
}
function fs_theme_footer() {
echo '
' . fs_get_option( 'fs_tracking' ) . '
';
}
function fs_get_option($key) {
global $fs_options;
get_option( 'fs_options' );
$fs_options = ;
$fs_defaults = array( 'fs_logo' => get_bloginfo( 'template_url' ) . '/resimler/logo.png' );
foreach ($fs_defaults as ) {
[0];
[1];
$v = ;
$k = ;
if (!$fs_options[$k]) {
$fs_options[$k] = $fs_defaults[$k];
continue;
}
}
return $fs_options[$key];
}
function fs_excerpt($devami = '', $devami2 = '') {
global $post;
if (function_exists( $devami )) {
add_filter( 'excerpt_length', $devami );
}
if (function_exists( $devami2 )) {
add_filter( 'excerpt_more', $devami2 );
}
get_the_excerpt( );
$output = ;
apply_filters( 'wptexturize', $output );
$output = ;
apply_filters( 'convert_chars', $output );
$output = ;
$output = '' . $output . '';
echo $output;
}
function fs_kisa_yazi100($length) {
return 55;
}
function fs_kisalt($more) {
return '...';
}
function wpbx_comment($comment, $args, $depth) {
$GLOBALS['comment'] = $comment;
echo '
<li ';
comment_class( );
echo ' id="comment-';
comment_ID( );
echo '">
<div class="readComment" id="div-comment-';
comment_ID( );
echo '">
<div class="author">
';
echo get_comment_author_link( );
echo ' </div>
<div class="detail">
';
if ($comment->comment_approved == '0') {
_e( '<div style=\'padding:4px;border:1px #ccc solid;margin:4px;width:610px;\' class=\'unapproved\'>Yorumunuz onay bekliyor.</div>', 'wpbx' );
}
echo ' <p>';
comment_text( );
echo '</p>
</div>
<div class="process">
';
comment_reply_link( array_merge( $args, array( 'add_below' => 'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) );
echo '
<div>
Tarih: ';
printf( __( '%1$s' ), get_comment_date( ), get_comment_time( ), '#comment-' . get_comment_ID( ) );
echo ' by ';
echo get_comment_author_link( );
echo ' </div>
</div>
</div>
</li>
';
}
add_action( 'wp_header', 'trendwp_theme_check' );
add_action( 'wp_footer', 'trendwp_theme_check' );
add_theme_support( 'nav-menus' );
register_nav_menu( 'menu', 'Ana Menü' );
register_nav_menu( 'menu1', 'Alt Menü' );
if (function_exists( 'add_image_size' )) {
add_theme_support( 'post-thumbnails' );
}
if (function_exists( 'add_image_size' )) {
add_image_size( 'resim1', 125, 150, true );
add_image_size( 'manset', 596, 272, true );
}
add_action( 'wp_footer', 'fs_theme_footer' );
if (function_exists( 'register_sidebar' )) {
register_sidebar( array( 'name' => 'Yan Alan', 'id' => 'yanalan', 'description' => __( 'Yan alanda görüntülenmesini istediğiniz bileşenlerini buraya sürükleyin.', 'fors' ), 'before_widget' => '<div class="kutu mtop5">', 'after_widget' => '<div class="temizle"></div></div>', 'before_title' => '<h2 class="baslik renk1">', 'after_title' => '</h2>' ) );
}
require_once( TEMPLATEPATH . '/admin/theme-options.php' );
?> |
|
|
|
|
|
|
|
|
|
Posted: Thu Feb 07, 2013 9:02 am |
|
|
turkelf |
Regular user |
|
|
Joined: Feb 06, 2013 |
Posts: 5 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Feb 08, 2013 7:24 am |
|
|
turkelf |
Regular user |
|
|
Joined: Feb 06, 2013 |
Posts: 5 |
|
|
|
|
|
|
|
|
|
|
|
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|