Waraxe IT Security Portal
Login or Register
July 27, 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: 215
Members: 0
Total: 215
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Can anyone decode ioncube 0046b code for me please?
Post new topicReply to topic View previous topic :: View next topic
Can anyone decode ioncube 0046b code for me please?
PostPosted: Mon Nov 04, 2013 6:17 pm Reply with quote
mizrakbo
Regular user
Regular user
Joined: Mar 23, 2013
Posts: 12




I couldn't decode this file. Please help me for this.

http://www.dermanmedikal.com/ek.rar

I have zipped the php file and upload to my host.
Thank you very much
View user's profile Send private message Visit poster's website
Re: Can anyone decode ioncube 0046b code for me please?
PostPosted: Tue Nov 05, 2013 12:54 pm Reply with quote
vv456
Advanced user
Advanced user
Joined: Aug 24, 2012
Posts: 190




Code:
<?php
function ara($bas, $son, $yazi) {
@preg_match_all( '/' . @preg_quote( $bas, '/' ) . '(.*?)' . @preg_quote( $son, '/' ) . '/i', $yazi, $m );
return $m[1];
}

function guncelleme() {
$guncelleme_txt = ;
ara( '<versiyon>', '</versiyon>', $guncelleme_txt );
$versiyon = ;
ara( '<notlar>', '</notlar>', $guncelleme_txt );
$notlar = file_get_contents( 'https://dl.dropboxusercontent.com/u/93138868/wptr/portalv1/guncelleme.txt' );
wp_get_theme( );
$tatil_tema = ;

if ($tatil_tema->Version != $versiyon[0]) {
echo ' <div class="error">
<p>';
echo $notlar[0];
echo '</p>
</div>
';
}

}

function wp_footter() {
global $ayarlar;

echo '</div><!--/icerik-->
</div><!--/site-->
<div id="alt" class="t">
<div class="orta">
<div class="logo sol">
';

if (get_option( 'logo' )) {
echo ' <a href="';
bloginfo( url );
echo '"><img src="';
echo get_option( 'logo' );
echo '" /></a>
';
}
else {
echo ' <h2><a href="';
bloginfo( url );
echo '">';
bloginfo( name );
echo '</a></h2>
';
}

echo ' </div><!--/logo-->
<div class="sag">
<div class="db">
';
echo $ayarlar['alt'];
echo ' </div>
<div class="db sosyal-ag">
<a href="';
echo $ayarlar['fb'];
echo '"><i class="f icon-facebook-sign"></i>Facebook</a>
<a href="';
echo $ayarlar['tw'];
echo '"><i class="tw icon-twitter-sign"></i>Twitter</a>
<a href="';
echo $ayarlar['gp'];
echo '"><i class="g icon-google-plus-sign"></i>Google+</a>
</div>
<div class="db" style="margin-top:5px;">
Portal Teması : <a href="http://wptr.co" title="wordpress">Wptr.Co</a>
</div>
</div>
</div>
</div>
';
}

function wptr_portal_tarih($uni, $date) {
$fark_tarih = time( ) - $uni;
$kontrol_tarih_saniye = ;
$kontrol_tarih_dakika = $fark_tarih;
round( $fark_tarih / 3600 );
$kontrol_tarih_saat = round( $fark_tarih / 60 );

if ($kontrol_tarih_saniye < 60) {
echo $kontrol_tarih_saniye . ' saniye önce';
return null;
}


if ($kontrol_tarih_dakika < 60) {
echo $kontrol_tarih_dakika . ' dakika önce';
return null;
}


if ($kontrol_tarih_saat < 24) {
echo $kontrol_tarih_saat . ' saat önce';
return null;
}

wptr_portal_turkce_tarih( $date );
$cevir = ;
echo $cevir[format3];
}

function wptr_portal_turkce_tarih($tarih = '') {
if ($tarih == '') {
date( 'Y-m-d H:i:s' );
$tarih = ;
}

$tarihDizi['gunler'] = array( 'Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi' );
$tarihDizi['aylar'] = array( '01' => 'Ocak', '02' => 'Şubat', '03' => 'Mart', '04' => 'Nisan', '05' => 'Mayıs', '06' => 'Haziran', '07' => 'Temmuz', '08' => 'Ağustos', '09' => 'Eylül', '10' => 'Ekim', '11' => 'Kasım', '12' => 'Aralık' );
explode( ' ', $tarih );
$zamanExp = ;
explode( '-', $zamanExp[0] );
$tarihExp = ;
strftime( '%w', strtotime( $tarih ) );
$haftaninGunu = ;
$tarihDizi['aylar'][$tarihExp[1]];
$tarihFormat['ay'] = ;
$tarihDizi['gunler'][$haftaninGunu];
$tarihFormat['haftanin_gunu'] = ;
$zamanExp[1];
$tarihFormat['saat'] = ;
$tarihFormat['format1'] = $tarihExp[2] . ' ' . $tarihFormat['ay'] . ' ' . $tarihExp[0];
$tarihFormat['format2'] = $tarihFormat['format1'] . ' ' . $tarihFormat['saat'];
$tarihFormat['format3'] = $tarihExp[2] . ' ' . $tarihFormat['ay'] . ' ' . $tarihExp[0];
$tarihFormat['format4'] = $tarihFormat['format3'] . ' ' . $tarihFormat['haftanin_gunu'];
return $tarihFormat;
}

function wptr_portal_kullanici_profil_linki($id) {
get_option( 'permalink_structure' );
$permalink_yapi = ;

if ($permalink_yapi == '') {
$kullanici_profil_linki_p = get_option( 'siteurl' ) . '/?author=' . $id;
}
else {
get_userdata( $id );
str_replace( ' ', '-', $user_info->user_login );
$adi = ;
strpos( $permalink_yapi, 'index.php' );
$pos = $user_info = ;

if ($pos === FALSE) {
$kullanici_profil_linki_p = get_option( 'siteurl' ) . '/author/' . $adi . '/';
}
else {
$kullanici_profil_linki_p = get_option( 'siteurl' ) . '/index.php/author/' . $adi;
}
}

return $kullanici_profil_linki_p;
}

function wptr_portal_resim($yazi_id, $thumb = 'medium') {
get_post_meta( $yazi_id, 'resim', true );
$resim = ;

if ($resim != '') {
echo ' <img src="';
echo $resim;
echo '" alt="';
echo get_the_title( $yazi_id );
echo '" />
';
return null;
}


if (has_post_thumbnail( $yazi_id )) {
echo ' ';
echo the_post_thumbnail( $thumb, array( 'alt' => get_the_title( ) ) );
echo ' ';
return null;
}

echo ' <img src="';
bloginfo( template_url );
echo '/lib/assets/img/resim-yok.png" alt="';
echo get_the_title( $yazi_id );
echo '" />>
';
}

function wptr_portal_resim_src($yazi_id, $thumb = 'medium') {
get_post_meta( $yazi_id, 'resim', true );
$resim = ;

if (!has_post_thumbnail( $yazi_id )) {
return $resim;
}

wp_get_attachment_image_src( get_post_thumbnail_id( $yazi_id ), $thumb );
$one_cikan_resim = ;
return esc_attr( $one_cikan_resim[0] );
}

add_action( 'admin_notices', 'guncelleme' );
add_action( 'wp_footer', 'wp_footter' );
add_theme_support( 'post-thumbnails' );
update_option( 'thumbnail_crop', 1 );
add_image_size( 'boyut630x320', 630, 320, true );
add_image_size( 'boyut140x110', 140, 110, true );
add_image_size( 'boyut110x70', 110, 70, true );
add_image_size( 'boyut70x40', 70, 40, true );
?>
View user's profile Send private message
PostPosted: Tue Nov 05, 2013 8:29 pm Reply with quote
mizrakbo
Regular user
Regular user
Joined: Mar 23, 2013
Posts: 12




Thank you. İ ve debugged the code. The code is condition good no problem but it doesn't work on server. Web page Doen't appear and shows blank page. Where is the problem maybe?
View user's profile Send private message Visit poster's website
Can anyone decode ioncube 0046b code for me please?
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.145 Seconds