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: 214
Members: 0
Total: 214
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 -> 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



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.206 Seconds