Waraxe IT Security Portal
Login or Register
November 17, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 67
Members: 0
Total: 67
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Please decode this encrypted file :(
Post new topicReply to topic View previous topic :: View next topic
Please decode this encrypted file :(
PostPosted: Wed Feb 06, 2013 3:08 pm Reply with quote
turkelf
Regular user
Regular user
Joined: Feb 06, 2013
Posts: 5




Please Decode This Ioncube Embarassed

http://miskamber.com/functions.zip
View user's profile Send private message
Re: Please decode this encrypted file :(
PostPosted: Wed Feb 06, 2013 5:45 pm Reply with quote
vv456
Advanced user
Advanced user
Joined: Aug 24, 2012
Posts: 190




turkelf wrote:
Please Decode This Ioncube Embarassed

http://miskamber.com/functions.zip



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' );
?>
View user's profile Send private message
PostPosted: Thu Feb 07, 2013 9:02 am Reply with quote
turkelf
Regular user
Regular user
Joined: Feb 06, 2013
Posts: 5




thanks, but fails to Embarassed Embarassed Embarassed
View user's profile Send private message
PostPosted: Fri Feb 08, 2013 7:24 am Reply with quote
turkelf
Regular user
Regular user
Joined: Feb 06, 2013
Posts: 5




Help Plzzzzzz Embarassed Embarassed Embarassed Embarassed Embarassed
View user's profile Send private message
Please decode this encrypted file :(
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

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.034 Seconds