Waraxe IT Security Portal
Login or Register
September 2, 2025
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: 140
Members: 0
Total: 140
Full disclosure
Multi-Protocol Traceroute
SEC Consult SA-20250728-0 :: Stored Cross-Site-Scripting in Optimizely Episerver CMS
SEC Consult SA-20250807-0 :: Race Condition in Shopware Voucher Submission
Insufficient Resource Allocation Limits in nopCommerce v4.10 and v4.80.3 Excel Import Functionality
CSV Injection in nopcommerce v4.10 and 4.80.3
Insufficient Session Cookie Invalidation in nopCommerce v4.10and 4.80.3
Session Fixation Vulnerability in iDempiere WebUI v12.0.0.202508171158
CSV Injection in iDempiere WebUI 12.0.0.202508171158
liblcf v0.8.1 liblcf/lcf2xml: Untrusted LCF data triggers uncaught std::length_error via negative vector resize (DoS)
liblcf v0.8.1 Integer Overflow in liblcf `ReadInt()` Leads to Out-of-Bounds Reads and Denial of Service
Piciorgros TMO-100: Unauthorized configuration change via TFTP (CVE-2025-29617)
Piciorgros TMO-100: Unauthorized log data access
[tool] CRSprober
iOS 18.6 - Undocumented TCC Access to Multiple Privacy Domainsvia preflight=yes
Kigen eUICC issue (custom backdoor vs. FW update bug)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> ioncube decode request
Post new topicReply to topic View previous topic :: View next topic
ioncube decode request
PostPosted: Fri Dec 06, 2013 11:01 am Reply with quote
Secret35
Regular user
Regular user
Joined: Feb 14, 2013
Posts: 23




Hello,

I want to decode this ioncube codes. If you help me, I will happy.

Thanks,

(Sorry my bad english)

https://www.mediafire.com/?m2c6e35bc3h2wt4
View user's profile Send private message
Re: ioncube decode request
PostPosted: Fri Dec 06, 2013 3:32 pm Reply with quote
vv456
Advanced user
Advanced user
Joined: Aug 24, 2012
Posts: 190




Secret35 wrote:
Hello,

I want to decode this ioncube codes. If you help me, I will happy.

Thanks,

(Sorry my bad english)

https://www.mediafire.com/?m2c6e35bc3h2wt4



Code:
<?php
/**

Power Decoder Ioncube-Zend 6.5
Member: vv456
Official site: http://www.waraxe.us/forum-userprofile-8669.html

**/

function trsil( $tr )
{
$bul = array( "Z", "X", "C", "V", "B", "N", "M", "A", "S", "D", "F", "G", "H", "J", "K", "L", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "|" );
$degis = array( "z", "x", "c", "v", "b", "n", "m", "a", "s", "d", "f", "g", "h", "j", "k", "l", "q", "w", "e", "r", "t", "y", "u", "ý", "o", "p", " " );
$sef = str_replace( $bul, $degis, $tr );
$bul = array( "’", ".", "İ", "Ç", "Ü", "ü", "Ö", "ö", "ÅŸ", "Åž", "ÄŸ", "Äž", "ç", "ı", " ", "ý", "Ý", "ç", "Ç", "Ü", "ü", "Ö", "ö", "þ", "Þ", "ð", "Ð", "(", ")", "&" );
$degis = array( "-", "-", "i", "c", "u", "u", "o", "o", "s", "s", "g", "g", "c", "i", "-", "i", "i", "c", "c", "u", "u", "o", "o", "s", "s", "g", "g", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
$bul = array( "&quot;", "&amp;", "\\r\\n", "\\n", "/", "\\", "+", "<", ">" );
$sef = str_replace( $bul, "-", $sef );
$bul = array( "é", "è", "ë", "ê", "É", "È", "Ë", "Ê" );
$sef = str_replace( $bul, "e", $sef );
$bul = array( "/[^a-z0-9\\-<>]/", "/[\\-]+/", "/<[^>]*>/" );
$repl = array( "", "-", "" );
$sef = preg_replace( $bul, $repl, $sef );
$bul = array( "---", "--", "----", "-----", "-----" );
$degis = array( "-", "-", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
return $sef;
}

function get_data( $url )
{
$ch = curl_init( );
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt( $ch, CURLOPT_COOKIEFILE, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_COOKIEJAR, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_COOKIESESSION, true );
curl_setopt( $ch, CURLOPT_REFERER, "googlebot" );
curl_setopt( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" );
$data = curl_exec( $ch );
curl_close( $ch );
return $data;
}

function resimal( $baglanti, $game )
{
$nereye = "/images/";
$nereye = $_SERVER[DOCUMENT_ROOT].$nereye;
$olustur = $nereye.$game.".jpg";
$veri = get_data( $baglanti );
$dosya = fopen( $olustur, "w+" );
$ayar_yaz = "".$veri."";
fwrite( $dosya, $ayar_yaz );
fclose( $dosya );
}

function sil( $abc )
{
$abc = preg_replace( "#<(.*?)>#si", "", $abc );
$abc = str_replace( "</a>", "", $abc );
$abc = str_replace( "’", "'", $abc );
return $abc;
}

function temizle( $abc )
{
$abc = preg_replace( "#<div(.*?)>#si", "", $abc );
$abc = str_replace( "</div>", "", $abc );
return $abc;
}

function wp_resim_ekle( $url, $pid, $bas = null, $ozelalan = null )
{
$filename = $bas.".jpg";
$filename = remove_accents( $filename );
if ( function_exists( "mb_strtolower" ) )
{
$filename = mb_strtolower( $filename, "UTF-8" );
}
$filename = utf8_uri_encode( $filename );
$filetype = wp_check_filetype( $url );
extract( $filetype );
if ( !$type )
{
$type = "";
}
$upload = wp_upload_bits( $filename, $filetype, @file_get_contents( @$url ) );
if ( !empty( $upload['error'] ) )
{
return "Resim eklenemedi!<br />Hata: ".$upload['error']."<br />";
}
$neyim = $upload['file'];
$attachment = array( "guid" => $upload['url'], "post_mime_type" => $type, "post_title" => $bas, "post_content" => "", "post_type" => "attachment", "post_parent" => $pid );
require( ABSPATH."wp-admin/includes/image.php" );
$attach_id = wp_insert_attachment( $attachment, $neyim, $pid );
$attach_data = wp_generate_attachment_metadata( $attach_id, $neyim );
wp_update_attachment_metadata( $attach_id, $attach_data );
add_post_meta( $pid, "_thumbnail_id", $attach_id, true );
$nane = $neyim;
return $nane;
}

$varmilan = "http://".$_SERVER['HTTP_HOST']."";
$varmiadres = file_get_contents( $varmilan );
$hoho = explode( "<a href=\"http://www.cinee-izle.net/\" title=\"film izle\">film izle</a>", $varmiadres );
if ( count( $hoho ) - 1 < 1 )
{
exit( "&lt;a href=\"http://www.cinee-izle.net/\" title=\"film izle\"&gt;film izle&lt;/a&gt; kodunu ana sayfanýza ekleyiniz." );
}
include( "../wp-config.php" );
?>
View user's profile Send private message
Re: ioncube decode request
PostPosted: Fri Dec 06, 2013 5:58 pm Reply with quote
Secret35
Regular user
Regular user
Joined: Feb 14, 2013
Posts: 23




vv456 wrote:
Secret35 wrote:
Hello,

I want to decode this ioncube codes. If you help me, I will happy.

Thanks,

(Sorry my bad english)

https://www.mediafire.com/?m2c6e35bc3h2wt4



Code:
<?php
/**

Power Decoder Ioncube-Zend 6.5
Member: vv456
Official site: http://www.waraxe.us/forum-userprofile-8669.html

**/

function trsil( $tr )
{
$bul = array( "Z", "X", "C", "V", "B", "N", "M", "A", "S", "D", "F", "G", "H", "J", "K", "L", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "|" );
$degis = array( "z", "x", "c", "v", "b", "n", "m", "a", "s", "d", "f", "g", "h", "j", "k", "l", "q", "w", "e", "r", "t", "y", "u", "ý", "o", "p", " " );
$sef = str_replace( $bul, $degis, $tr );
$bul = array( "’", ".", "İ", "Ç", "Ü", "ü", "Ö", "ö", "ÅŸ", "Åž", "ÄŸ", "Äž", "ç", "ı", " ", "ý", "Ý", "ç", "Ç", "Ü", "ü", "Ö", "ö", "þ", "Þ", "ð", "Ð", "(", ")", "&" );
$degis = array( "-", "-", "i", "c", "u", "u", "o", "o", "s", "s", "g", "g", "c", "i", "-", "i", "i", "c", "c", "u", "u", "o", "o", "s", "s", "g", "g", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
$bul = array( "&quot;", "&amp;", "\\r\\n", "\\n", "/", "\\", "+", "<", ">" );
$sef = str_replace( $bul, "-", $sef );
$bul = array( "é", "è", "ë", "ê", "É", "È", "Ë", "Ê" );
$sef = str_replace( $bul, "e", $sef );
$bul = array( "/[^a-z0-9\\-<>]/", "/[\\-]+/", "/<[^>]*>/" );
$repl = array( "", "-", "" );
$sef = preg_replace( $bul, $repl, $sef );
$bul = array( "---", "--", "----", "-----", "-----" );
$degis = array( "-", "-", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
return $sef;
}

function get_data( $url )
{
$ch = curl_init( );
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt( $ch, CURLOPT_COOKIEFILE, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_COOKIEJAR, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_COOKIESESSION, true );
curl_setopt( $ch, CURLOPT_REFERER, "googlebot" );
curl_setopt( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" );
$data = curl_exec( $ch );
curl_close( $ch );
return $data;
}

function resimal( $baglanti, $game )
{
$nereye = "/images/";
$nereye = $_SERVER[DOCUMENT_ROOT].$nereye;
$olustur = $nereye.$game.".jpg";
$veri = get_data( $baglanti );
$dosya = fopen( $olustur, "w+" );
$ayar_yaz = "".$veri."";
fwrite( $dosya, $ayar_yaz );
fclose( $dosya );
}

function sil( $abc )
{
$abc = preg_replace( "#<(.*?)>#si", "", $abc );
$abc = str_replace( "</a>", "", $abc );
$abc = str_replace( "’", "'", $abc );
return $abc;
}

function temizle( $abc )
{
$abc = preg_replace( "#<div(.*?)>#si", "", $abc );
$abc = str_replace( "</div>", "", $abc );
return $abc;
}

function wp_resim_ekle( $url, $pid, $bas = null, $ozelalan = null )
{
$filename = $bas.".jpg";
$filename = remove_accents( $filename );
if ( function_exists( "mb_strtolower" ) )
{
$filename = mb_strtolower( $filename, "UTF-8" );
}
$filename = utf8_uri_encode( $filename );
$filetype = wp_check_filetype( $url );
extract( $filetype );
if ( !$type )
{
$type = "";
}
$upload = wp_upload_bits( $filename, $filetype, @file_get_contents( @$url ) );
if ( !empty( $upload['error'] ) )
{
return "Resim eklenemedi!<br />Hata: ".$upload['error']."<br />";
}
$neyim = $upload['file'];
$attachment = array( "guid" => $upload['url'], "post_mime_type" => $type, "post_title" => $bas, "post_content" => "", "post_type" => "attachment", "post_parent" => $pid );
require( ABSPATH."wp-admin/includes/image.php" );
$attach_id = wp_insert_attachment( $attachment, $neyim, $pid );
$attach_data = wp_generate_attachment_metadata( $attach_id, $neyim );
wp_update_attachment_metadata( $attach_id, $attach_data );
add_post_meta( $pid, "_thumbnail_id", $attach_id, true );
$nane = $neyim;
return $nane;
}

$varmilan = "http://".$_SERVER['HTTP_HOST']."";
$varmiadres = file_get_contents( $varmilan );
$hoho = explode( "<a href=\"http://www.cinee-izle.net/\" title=\"film izle\">film izle</a>", $varmiadres );
if ( count( $hoho ) - 1 < 1 )
{
exit( "&lt;a href=\"http://www.cinee-izle.net/\" title=\"film izle\"&gt;film izle&lt;/a&gt; kodunu ana sayfanýza ekleyiniz." );
}
include( "../wp-config.php" );
?>


Thank you Smile
View user's profile Send private message
ioncube decode request
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.054 Seconds