Waraxe IT Security Portal
Login or Register
August 31, 2026
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: 421
Members: 0
Total: 421
Full disclosure
CyberDanube Security Research 20260611-0 | Multiple Denial of Service Vulnerabilities in Dahua IPC/SD/NVR/XVR/EVS/VTO/VT H/ASI/TPC Camera Series
Multiple Integer Overflows in U-Boot Filesystem Parsing(CVE-2025-70290 through CVE-2025-70293)
[ADVISORY] Multiple Integer Overflows in U-Boot FilesystemParsing (CVE-2025-70290 through CVE-2025-70293)
JSON Deserialiser Unconstrained Resource Consumption Proof ofConcept
Dovecot Security Advisory 3/2026
FD - Half-click unauthenticated remote code execution on Horde Groupware IMP (from a stored XSS)
[NotCVE-2026-0013] CHIRP Kenwood ITM Driver Eval Injection Allows Arbitrary Code Execution via Crafted Radio File
[NotCVE-2026-0012] EmpManageX Hardcoded Administrative Credentials in Login API Allow Full Access to Employee Records
[NotCVE-2026-0011] Nmap 7.99 and Earlier nselib/packet.lua Zero-Length TCP Option Infinite Loop Allows Remote Denial of Service
[NotCVE-2026-0010] Barrier 2.4.0 for Windows Unauthenticated IPC Command Execution Allows Local Privilege Escalation to SYSTEM
[NotCVE-2026-0009] NitroShare Desktop 0.3.4 Path Traversal Allows LAN-Adjacent Arbitrary File Write
Escargot v4.3.0-214-gfaee4437 Unauthenticated Remote Debugger Allows Arbitrary JavaScript Evaluation and Local File Disclosure
Escargot v4.3.0-214-gfaee4437 OS Command Injection in Crash Handler via Unsanitized Executable Path
Escargot v4.3.0-214-gfaee4437 Debugger WebSocket Off-by-One Stack Buffer Overflow
UltraJSON v5.13.0-6-g733f9e1 Length-Boundary Violation Causes Out-of-Bounds Read During Incomplete JSON Parsing
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



PCWizardHub - Helping you fix, build, and optimize your PC life
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.053 Seconds