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: 120
Members: 0
Total: 120
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 these 2 files ionCube
Post new topicReply to topic View previous topic :: View next topic
Please decode these 2 files ionCube
PostPosted: Sat Jul 13, 2013 11:11 pm Reply with quote
rajawali
Regular user
Regular user
Joined: Nov 10, 2012
Posts: 8




Please decode these 2 files ionCube

http://www1.datafilehost.com/d/c1550563

Thank For Help Very Happy
View user's profile Send private message
Re: Please decode these 2 files ionCube
PostPosted: Sun Jul 14, 2013 1:19 am Reply with quote
myg3nx
Advanced user
Advanced user
Joined: Jun 01, 2013
Posts: 72
Location: indonesia




rajawali wrote:
Please decode these 2 files ionCube

http://www1.datafilehost.com/d/c1550563

Thank For Help Very Happy


ADMINPANELI.PHP
Code:

<?php
// DECODED BY MYG3NX
function wp_ayesoft_menu() {
add_menu_page( __( 'ayesoft panel', 'ayesoft' ), __( 'ayesoft panel', 'ayesoft' ), 6, basename( __FILE__ ), 'wp_ayesoft_admin', get_bloginfo( 'template_url' ) . '/images/adminpaneli.png' );
add_submenu_page( basename( __FILE__ ), __( 'ayesoft Ayarlar', 'ayesoft' ), __( 'ayesoft Ayarlar', 'ayesoft' ), 6, basename( __FILE__ ), 'wp_ayesoft_admin' );
}

function wp_ayesoft_admin_css() {
echo '
';
}

function wp_ayesoft_admin() {
global $ayesoft_options;

if ($_POST['save_ayesoft_options']) {
foreach ($ayesoft_options as ) {
[0];
$section = ;
foreach ($section[1] as ) {
[0];
$option = ;
update_option( $option[0], stripslashes( $_POST[$option[0]] ) );
}
}

echo '<div id="message" class="updated fade"><p><strong>' . __( 'Ayarlarınız kaydedildi :)', 'ayesoft' ) . '</strong></p></div>';
}

echo '
';
echo '<s';
echo 'cript type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.js"></script>
';
echo '<s';
echo 'cript type="text/javascript" src="';
bloginfo( 'template_url' );
echo '/js/farbtastic.js"></script>
<link rel="stylesheet" href="';
bloginfo( 'template_url' );
echo '/css/farbtastic.css" type="text/css" />
';
echo '<s';
echo 'cript type="text/javascript">
setTimeout(function() {
jQuery.farbtastic(\'#pickerrenk\').linkTo(\'#renk\');
jQuery.farbtastic(\'#pickerrenk1\').linkTo(\'#renk1\');
jQuery.farbtastic(\'#pickerrenk2\').linkTo(\'#renk2\');
jQuery.farbtastic(\'#pickerrenk3\').linkTo(\'#renk3\');
jQuery.farbtastic(\'#pickerrenk4\').linkTo(\'#renk4\');
jQuery.farbtastic(\'#pickerrenk5\').linkTo(\'#renk5\');
}, 100);

</sc';
echo 'ript>
<div class="wrap">
<h2>';
_e( 'ayesoft Film Teması Yönetim Paneli', 'ayesoft' );
echo '</h2>
';
echo '<s';
echo 'cript>
function getir(x)
{
$(\'.yazi\').hide();
$(\'.yaz\'+x).show();
$(\'.baslik\').css(\'background\',\'#111\');
$(\'.bas\'+x).css(\'background\',\'#333\');
}
</script>
<form method="post" action="admin.php?page=adminpaneli.php" id="ayesoft_form">
';
$i = 11;
foreach ($ayesoft_options as ) {
[0];
$section = ;
++$i;
echo '<div style="border:1px #333 solid;padding:6px;float:left;color:#eee;';

if ($i != 1) {
echo 'background:#111;';
}
else {
echo 'background:#333;';
}

echo '" class="baslik bas' . $i . '"><a style="color:#eee;text-decoration:none;" href="#" onclick="getir(' . $i . ')">' . $section[0] . '</a></div>';
}

echo ' <div style="clear:both;"></div>
';
$i = 11;
foreach ($ayesoft_options as ) {
[0];
$section = ;
++$i;
echo '<div style="max-width:650px;border:1px #333 solid;padding:6px;float:left;';

if ($i != 1) {
echo 'display:none';
}

echo '" class="yazi yaz' . $i . '">';
foreach ($section[1] as ) {
[0];
$option = ;
echo '<div style="width:150px;float:left;margin-top:6px;" for="' . $option[0] . '">' . $option[2] . '</div>';
echo '<div style="width:450px;float:left;margin-top:6px;">';

if ($option[4] == 'yesno') {
$yes = '';
$no = '';

if (get_option( $option[0] ) == 'yes') {
$yes = 'selected="selected"';
}
else {
$no = 'selected="selected"';
}

echo '<select name="' . $option[0] . '">
<option value="yes" ' . $yes . '>' . __( 'Evet', 'ayesoft' ) . '</option>
<option value="no" ' . $no . '>' . __( 'Hayır', 'ayesoft' ) . '</option>
</select>';
}
else {
if ($option[4] == 'textarea') {
echo '<textarea id="' . $option[0] . '" name="' . $option[0] . '" cols="40" rows="4">' . get_option( $option[0] ) . '</textarea>';
}
else {
if ($option[4] == 'select_options') {
$selected = '';
echo '<select name="' . $option[0] . '">';
explode( '|', $option[5] );
$names = ;
explode( '|', $option[6] );
$values = ;
get_option( $option[0] );
$selected = ;
$loop = 11;

if ($names) {
foreach ($names as ) {
[0];
$name = ;
echo '<option value="' . $values[$loop] . '" ';

if ($selected == $values[$loop]) {
echo 'selected="selected"';
}

echo '>' . $name . '</option>';
++$loop;
}
}

echo '</select>';
}
else {
if ($option[4] == 'kategori') {
echo '<select name="' . $option[0] . '">';
get_option( $option[0] );
$selected = ;
mysql_query( 'SELECT * FROM `wp_term_taxonomy` WHERE taxonomy=\'category\'' );
$sql = ;
mysql_fetch_array( $sql );

if ($katid = ) {
mysql_fetch_array( mysql_query( '' . 'SELECT * FROM `wp_terms` WHERE term_id=\'' . $katid['term_id'] . '\'' ) );
$sql2 = ;
echo '<option value="' . $sql2['term_id'] . '" ';

if ($selected == $sql2['term_id']) {
echo 'selected="selected"';
}

echo '>' . $sql2['name'] . '</option>';
}

echo '</select>';
}
else {
if ($option[4] == 'renk') {
echo '<input type="text" id="' . $option[0] . '" name="' . $option[0] . '" size="50" value="' . get_option( $option[0] ) . '" /><div id="picker' . $option[0] . '"></div>';
}
else {
if ($option[4] == 'resim') {
echo '<img id="fors-logo-img" src="' . get_option( $option[0] ) . '">
<input class="fors-upload" type="text" id="' . $option[0] . '" name="' . $option[0] . '" size="50" value="' . get_option( $option[0] ) . '" />
<input id="fors-upload-button" type="button" class="button" value="Resim Yükle" />';
}
else {
echo '<input type="text" id="' . $option[0] . '" name="' . $option[0] . '" size="50" value="' . get_option( $option[0] ) . '" />';
}
}
}
}
}
}

echo '</div>';

if ($option[3]) {
echo '<div style="clear:both;"></div><div style="margin-left:150px;width:450px;float:left;font-size:10px;">' . $option[3] . '</div><div style="clear:both;"></div>';
}

echo '</td></tr>';
echo '<div style="clear:both;"></div>';
}

echo '</div><div style="clear:both;"></div>';
}

echo '
<div style="width:650px;padding:6px;float:left;">
<p class="submit" style="text-align:right"><input type="submit" value="';
_e( 'Kaydet', 'ayesoft' );
echo '" name="save_ayesoft_options" /></p>
</div>
</form>
</div>

';
}


if ($_REQUEST['page'] == 'adminpaneli.php') {
add_action( 'admin_init', 'fs_admin_head' );
function fs_admin_head() {
wp_enqueue_script( 'media-upload' );
wp_enqueue_script( 'thickbox' );
wp_enqueue_style( 'thickbox' );
wp_register_script( 'fors-upload', get_bloginfo( 'template_url' ) . '/js/upload.js', array( 'jquery' ) );
wp_enqueue_script( 'fors-upload' );
}
}

add_action( 'admin_menu', 'wp_ayesoft_menu' );
$ayesoft_options = array( array( __( 'Kullanım Ayarları', 'ayesoft' ), array( array( 'logo', __( 'http://www.siteadresi.com/logo.png', 'ayesoft' ), __( 'Logo Adresiniz', 'ayesoft' ), '', 'resim' ), array( 'anasayfa', __( '1', 'ayesoft' ), __( 'Anasayfa Stili', 'ayesoft' ), __( '', 'ayesoft' ), 'select_options', 'Stil 1|Stil 2|Stil 3', '1|2|3' ), array( 'gosterim', __( '1', 'ayesoft' ), __( 'Film Gösterim Stili', 'ayesoft' ), __( '', 'ayesoft' ), 'select_options', 'Stil 1|Stil 2', '1|2' ), array( 'manset', __( '0', 'ayesoft' ), __( 'Manşet Gösterim Alanı', 'ayesoft' ), __( '', 'ayesoft' ), 'select_options', 'YOK|Stil 1|Stil 2', '0|1|2' ), array( 'mansettur', __( '1', 'ayesoft' ), __( 'Manşet Türü', 'ayesoft' ), __( '', 'ayesoft' ), 'select_options', 'Beğenilenler|İzlenenler|Yorumlananlar|Son Eklenenler|Kategoriden Son Eklenenler|Rastgele|Kategoriden Rastgele', '1|2|3|4|5|6|7' ), array( 'mansetkategori', __( '0', 'ayesoft' ), __( 'Manşet Kategorisi', 'ayesoft' ), '', 'kategori' ), array( 'otomatikboyut', 'yes', __( 'Otomatik boyutlandırma', 'ayesoft' ), __( '', 'ayesoft' ), 'yesno' ), array( 'lazy', 'no', __( 'Lazy Load', 'ayesoft' ), __( 'Sayfada görünmeyen resimler yüklenmez böylelikle sayfalar daha hızlı açılır.', 'ayesoft' ), 'yesno' ) ) ), array( __( 'Renk', 'ayesoft' ), array( array( 'bgurl', __( '', 'ayesoft' ), __( 'Arka Plan Resmi', 'ayesoft' ), 'Arka Plan Resmi Kullanmak İstemiyorsanız Boş Bırakınız', '' ), array( 'renk', __( '', 'ayesoft' ), __( 'Arka Plan Rengi', 'ayesoft' ), 'Örn : #333333', 'renk' ), array( 'renk1', __( '#000000', 'ayesoft' ), __( 'Sayfa Arka Renk', 'ayesoft' ), 'Örn : #333333', 'renk' ), array( 'arkaplansaydam', __( '0.8', 'ayesoft' ), __( 'Arka Plan Saydamlığı', 'ayesoft' ), __( 'Sayfa Arka Saydamlığı', 'ayesoft' ), 'select_options', 'YOK|10|20|30|40|50|60|70|80|90', '1|0.9|0.8|0.7|0.6|0.5|0.4|0.3|0.2|0.1' ), array( 'renk2', __( '#82121b', 'ayesoft' ), __( '2. Arka Plan Renk', 'ayesoft' ), 'Örn : #333333', 'renk' ), array( '2renksaydam', __( '0.6', 'ayesoft' ), __( 'Site 2. Rengi Saydamlığı', 'ayesoft' ), __( 'Site 2. Rengi Saydamlığı', 'ayesoft' ), 'select_options', 'YOK|10|20|30|40|50|60|70|80|90', '1|0.9|0.8|0.7|0.6|0.5|0.4|0.3|0.2|0.1' ), array( 'renk3', __( '#eeeeee', 'ayesoft' ), __( 'Link Renk ', 'ayesoft' ), 'Link Rengi', 'renk' ), array( 'renk4', __( '#cccccc', 'ayesoft' ), __( 'Yazı Renk ', 'ayesoft' ), 'Yazı Rengi', 'renk' ), array( 'renk5', __( '#EDB81A', 'ayesoft' ), __( 'Özel Renk ', 'ayesoft' ), 'Film Adı/IMBD/Yıl Rengi', 'renk' ) ) ), array( __( 'Sidebar', 'ayesoft' ), array( array( 'kategori', 'no', __( 'Sidebar Kategori', 'ayesoft' ), __( 'Eğer Filmlerinizi Yerli/Yabancı Şeklinde Ayırmıyorsanız Bu Alanı Pasif Yapın.', 'ayesoft' ), 'yesno' ), array( 'yabancibaslik', __( 'Yabancı Film', 'ayesoft' ), __( 'Yabancı Film Başlığı', 'ayesoft' ), 'Sidebar Yabancı Film Başlığı', '' ), array( 'yabanci', __( '0', 'ayesoft' ), __( 'Yabancı Film Kategorisi', 'ayesoft' ), '', 'kategori' ), array( 'yerlibaslik', __( 'Yerli Film', 'ayesoft' ), __( 'Yerli Film Başlığı', 'ayesoft' ), 'Sidebar Yerli Film Başlığı', '' ), array( 'yerli', __( '0', 'ayesoft' ), __( 'Yerli Film Kategorisi', 'ayesoft' ), '', 'kategori' ), array( 'gununfilmigoster', 'no', __( 'Günün Filmi', 'ayesoft' ), __( '', 'ayesoft' ), 'yesno' ), array( 'gununfilmikategori', __( '0', 'ayesoft' ), __( 'Günün Filmi Kategorisi', 'ayesoft' ), '', 'kategori' ) ) ), array( __( 'Reklam', 'ayesoft' ), array( array( 'enable_reklamkutusu', 'no', __( 'Film Öncesi Reklam', 'ayesoft' ), __( 'Video Öncesi Reklam Aktif Olsun mu?', 'ayesoft' ), 'yesno' ), array( 'videooncesi', __( '', 'ayesoft' ), __( 'Film Öncesi Reklam Kodlarınız', 'ayesoft' ), '', 'textarea' ), array( 'videoalti', __( '', 'ayesoft' ), __( 'Video Altı Reklam Kodlarınız', 'ayesoft' ), '', 'textarea' ), array( 'ustbanner', __( '', 'ayesoft' ), __( 'Ãœst Reklam Kodunuz:', 'ayesoft' ), __( 'Banner alanında gösterilecek 468 x 60 reklam kodunuzu ekleyin.', 'ayesoft' ), 'textarea' ), array( 'reklamsidebar', __( '', 'ayesoft' ), __( '250-250 Sidebar Reklam Kodunuz:', 'ayesoft' ), __( 'Sidebar 250 x 250 reklam kodunuzu buraya ekleyin.', 'ayesoft' ), 'textarea' ) ) ), array( __( 'Özel Alan Ayarları', 'ayesoft' ), array( array( 'resim', __( 'resim', 'ayesoft' ), __( 'Resim Özel Alanı', 'ayesoft' ), '', '' ), array( 'resimdefault', __( 'http://www.siteadresiniz.com/default.jpg', 'ayesoft' ), __( 'Default Resim', 'ayesoft' ), __( 'Resim Özel Alanını Boş Bıraktığınızda Görünecek Resim URL Adresi.', 'ayesoft' ), '' ), array( 'dublajgoster', 'no', __( 'Dublaj Seçeneği', 'ayesoft' ), __( 'Dizi Sitesi Yapıyorsanız veya Dublaj Seçeneğini Kullanmıyorsanız Bu Alanı Pasif Yapın.', 'ayesoft' ), 'yesno' ), array( 'tur', __( 'tur', 'ayesoft' ), __( 'Dublaj Özel Alanı', 'ayesoft' ), '', '' ), array( 'turdefault', __( 'td', 'ayesoft' ), __( 'Default Dublaj', 'ayesoft' ), __( 'Dublaj Özel Alanını Boş Bıraktığınızda Otomatik Olarak Seçilecek Tür.', 'ayesoft' ), '' ), array( 'turcesit', __( 'td|Türkçe Dublaj,ta|Türkçe Altyazı,yy|Yerli Yapım,yk|Yakında', 'ayesoft' ), __( 'Dublaj Çeşitleri', 'ayesoft' ), __( 'Kullanacağınız Dublaj Seçeneklerini (kisaad|Uzun Açıklama) şeklinde oluşturabilirsiniz, aralarına virgül koymanız gerekmektedir. Bu alanda oluşturduğunuz seçenek kısa isimleri ile css class oluşturmalısınız, kısa adlarda türkçe karakter, noktalama işareti veya boşluk kulanamazsınız.', 'ayesoft' ), '' ), array( 'coz', __( 'coz', 'ayesoft' ), __( 'Kalite Özel Alanı', 'ayesoft' ), '', '' ), array( 'cozdefault', __( '360', 'ayesoft' ), __( 'Default Kalite', 'ayesoft' ), __( 'Kalite Özel Alanını Boş Bıraktığınızda Otomatik Olarak Seçilecek Tür..', 'ayesoft' ), '' ), array( 'cozcesit', __( '240|240p,360|350p,480|480p,720|720p,1080|1080p' ), __( 'Kalite Çeşitleri', 'ayesoft' ), __( 'Kullanacağınız Kalite Seçeneklerini (kisaad|Uzun Açıklama) şeklinde oluşturabilirsiniz, aralarına virgül koymanız gerekmektedir. Bu alanda oluşturduğunuz seçenek kısa isimleri ile css class oluşturmalısınız, kısa adlarda türkçe karakter, noktalama işareti veya boşluk kulanamazsınız.', 'ayesoft' ), '' ), array( 'aciklamatur', __( 'ozel', 'ayesoft' ), __( 'Açıklama Kullanımı', 'ayesoft' ), __( 'Açıklama Özet / Özel Alan Kullanımı', 'ayesoft' ), 'select_options', 'Özet|Özel Alan', 'ozet|ozel' ), array( 'aciklama', __( 'aciklama', 'ayesoft' ), __( 'Açıklama Özel Alanı', 'ayesoft' ), '', '' ), array( 'imdbtur', __( 'tax', 'ayesoft' ), __( 'IMDB Kullanımı', 'ayesoft' ), __( 'IMDB Taxonomy / Özel Alan Kullanımı', 'ayesoft' ), 'select_options', 'Taxonomy|Özel Alan', 'tax|ozel' ), array( 'imdb', __( 'imdb', 'ayesoft' ), __( 'IMDB Taxonomy/Özel Alan İsmi', 'ayesoft' ), '', '' ), array( 'yapimtur', __( 'tax', 'ayesoft' ), __( 'Yapım Yılı Kullanımı', 'ayesoft' ), __( 'Yapım Yılı Taxonomy / Özel Alan Kullanımı', 'ayesoft' ), 'select_options', 'Taxonomy|Özel Alan', 'tax|ozel' ), array( 'yapim', __( 'yapim', 'ayesoft' ), __( 'Yapım Yılı Taxonomy/Özel Alan İsmi', 'ayesoft' ), '', '' ), array( 'oyuncutur', __( 'tax', 'ayesoft' ), __( 'Oyuncu Kullanımı', 'ayesoft' ), __( 'Oyuncu Taxonomy / Özel Alan Kullanımı', 'ayesoft' ), 'select_options', 'Taxonomy|Özel Alan', 'tax|ozel' ), array( 'oyuncu', __( 'oyuncu', 'ayesoft' ), __( 'Oyuncu Taxonomy/Özel Alan İsmi', 'ayesoft' ), '', '' ), array( 'yonetmentur', __( 'tax', 'ayesoft' ), __( 'Yönetmen Kullanımı', 'ayesoft' ), __( 'Yönetmen Taxonomy / Özel Alan Kullanımı', 'ayesoft' ), 'select_options', 'Taxonomy|Özel Alan', 'tax|ozel' ), array( 'yonetmen', __( 'yonetmen', 'ayesoft' ), __( 'Yönetmen Taxonomy/Özel Alan İsmi', 'ayesoft' ), '', '' ), array( 'senaryotur', __( 'tax', 'ayesoft' ), __( 'Senarist Kullanımı', 'ayesoft' ), __( 'Senarist Taxonomy / Özel Alan Kullanımı', 'ayesoft' ), 'select_options', 'Taxonomy|Özel Alan', 'tax|ozel' ), array( 'senaryo', __( 'senaryo', 'ayesoft' ), __( 'Senarist Taxonomy/Özel Alan İsmi', 'ayesoft' ), '', '' ), array( 'ulketur', __( 'tax', 'ayesoft' ), __( 'Ãœlke Kullanımı', 'ayesoft' ), __( 'Ãœlke Taxonomy / Özel Alan Kullanımı', 'ayesoft' ), 'select_options', 'Taxonomy|Özel Alan', 'tax|ozel' ), array( 'ulke', __( 'ulke', 'ayesoft' ), __( 'Ãœlke Taxonomy/Özel Alan İsmi', 'ayesoft' ), '', '' ) ) ), array( __( 'Sosyal Paylaşım', 'ayesoft' ), array( array( 'facebook', __( '', 'ayesoft' ), __( 'Facebook Sayfa Adresiniz', 'ayesoft' ), '', '' ), array( 'twitter', __( '', 'ayesoft' ), __( 'Twitter Sayfa Adresiniz', 'ayesoft' ), '', '' ), array( 'google', __( '', 'ayesoft' ), __( 'Google Plus Sayfa Adresiniz', 'ayesoft' ), '', '' ) ) ), array( __( 'Header & Footer', 'ayesoft' ), array( array( 'head', __( '', 'ayesoft' ), __( 'Header:', 'ayesoft' ), __( 'Meta Taglarınızı Bu Alana Girebilirsiniz.', 'ayesoft' ), 'textarea' ), array( 'copyright', __( '', 'ayesoft' ), __( 'Footer Açıklama:', 'ayesoft' ), __( 'Footer Sol Açıklama Alanı.', 'ayesoft' ), 'textarea' ), array( 'facesayfa', __( '', 'ayesoft' ), __( 'Facebook Sayfa:', 'ayesoft' ), __( 'Facebook Sayfa Adresiniz', 'ayesoft' ), '' ), array( 'sayac', __( '', 'ayesoft' ), __( 'Sayaç:', 'ayesoft' ), __( 'Footer Sağ Sosyal Buton Altı Alan.', 'ayesoft' ), 'textarea' ) ) ) );
foreach ($ayesoft_options as ) {
[0];
$section = ;
foreach ($section[1] as ) {
[0];
$option = ;
add_option( $option[0], $option[1] );
}
}

add_action( 'admin_head', 'wp_ayesoft_admin_css' );
?>
View user's profile Send private message Visit poster's website Yahoo Messenger
Re: Please decode these 2 files ionCube
PostPosted: Sun Jul 14, 2013 1:22 am Reply with quote
myg3nx
Advanced user
Advanced user
Joined: Jun 01, 2013
Posts: 72
Location: indonesia




rajawali wrote:
Please decode these 2 files ionCube

http://www1.datafilehost.com/d/c1550563

Thank For Help Very Happy


FUNCTION.PHP
Code:

<?php
// DECODED BY MYG3NX

function add_custom_taxonomies() {
if (get_option( 'imdbtur' ) == 'tax') {
register_taxonomy( get_option( 'imdb' ), 'post', array( 'hierarchical' => false, 'labels' => array( 'name' => _x( 'IMDB', 'taxonomy general name' ), 'singular_name' => _x( 'IMDB Puanı', 'taxonomy singular name' ), 'search_items' => __( 'IMDB Puanı ara' ), 'all_items' => __( 'Tüm IMDB Puanları' ), 'edit_item' => __( 'IMDB Puanı düzenle' ), 'update_item' => __( 'IMDB Puanı güncelle' ), 'add_new_item' => __( 'Yeni IMDB Puanı ekle' ), 'new_item_name' => __( 'Yeni IMDB Puanı' ), 'menu_name' => __( 'IMDB Puanlary' ) ), 'rewrite' => array( 'slug' => get_option( 'imdb' ), 'with_front' => false, 'hierarchical' => false ) ) );
}


if (get_option( 'oyuncutur' ) == 'tax') {
register_taxonomy( get_option( 'oyuncu' ), 'post', array( 'hierarchical' => false, 'labels' => array( 'name' => _x( 'Oyuncu', 'taxonomy general name' ), 'singular_name' => _x( 'Oyuncu', 'taxonomy singular name' ), 'search_items' => __( 'Oyuncu ara' ), 'all_items' => __( 'Tüm oyuncular' ), 'edit_item' => __( 'Oyuncu düzenle' ), 'update_item' => __( 'Oyuncu güncelle' ), 'add_new_item' => __( 'Yeni oyuncu ekle' ), 'new_item_name' => __( 'Yeni oyuncu adı' ), 'menu_name' => __( 'Oyuncular' ) ), 'rewrite' => array( 'slug' => get_option( 'oyuncu' ), 'with_front' => false, 'hierarchical' => false ) ) );
}


if (get_option( 'yapimtur' ) == 'tax') {
register_taxonomy( get_option( 'yapim' ), 'post', array( 'hierarchical' => false, 'labels' => array( 'name' => _x( 'Yapım Yılı', 'taxonomy general name' ), 'singular_name' => _x( 'Yapım Yılı', 'taxonomy singular name' ), 'search_items' => __( 'Yapım Yılı ara' ), 'all_items' => __( 'Tüm yıllar' ), 'edit_item' => __( 'Yapım Yılı düzenle' ), 'update_item' => __( 'Yapım Yılı güncelle' ), 'add_new_item' => __( 'Yeni Yapım Yılı ekle' ), 'new_item_name' => __( 'Yeni Yapım Yılı' ), 'menu_name' => __( 'Yapım Yılı' ) ), 'rewrite' => array( 'slug' => get_option( 'yapim' ), 'with_front' => false, 'hierarchical' => false ) ) );
}


if (get_option( 'yonetmentur' ) == 'tax') {
register_taxonomy( get_option( 'yonetmen' ), 'post', array( 'hierarchical' => false, 'labels' => array( 'name' => _x( 'Yönetmen', 'taxonomy general name' ), 'singular_name' => _x( 'Yönetmen', 'taxonomy singular name' ), 'search_items' => __( 'Yönetmen ara' ), 'all_items' => __( 'Tüm yönetmenler' ), 'edit_item' => __( 'Yönetmen düzenle' ), 'update_item' => __( 'Yönetmen güncelle' ), 'add_new_item' => __( 'Yeni yönetmen ekle' ), 'new_item_name' => __( 'Yeni yönetmen adı' ), 'menu_name' => __( 'Yönetmenler' ) ), 'rewrite' => array( 'slug' => get_option( 'yonetmen' ), 'with_front' => false, 'hierarchical' => false ) ) );
}


if (get_option( 'senaryotur' ) == 'tax') {
register_taxonomy( get_option( 'senaryo' ), 'post', array( 'hierarchical' => false, 'labels' => array( 'name' => _x( 'Senaryo', 'taxonomy general name' ), 'singular_name' => _x( 'Senaryo', 'taxonomy singular name' ), 'search_items' => __( 'Senarist ara' ), 'all_items' => __( 'Tüm Senaristler' ), 'edit_item' => __( 'Senarist düzenle' ), 'update_item' => __( 'Senarist güncelle' ), 'add_new_item' => __( 'Yeni Senarist Ekle' ), 'new_item_name' => __( 'Yeni Senarist Adı' ), 'menu_name' => __( 'Senaristler' ) ), 'rewrite' => array( 'slug' => get_option( 'senaryo' ), 'with_front' => false, 'hierarchical' => false ) ) );
}


if (get_option( 'ulketur' ) == 'tax') {
register_taxonomy( get_option( 'ulke' ), 'post', array( 'hierarchical' => false, 'labels' => array( 'name' => _x( 'Ãœlke', 'taxonomy general name' ), 'singular_name' => _x( 'Ãœlke', 'taxonomy singular name' ), 'search_items' => __( 'Ãœlke ara' ), 'all_items' => __( 'Tüm Ãœlkeler' ), 'edit_item' => __( 'Ãœlke düzenle' ), 'update_item' => __( 'Ãœlke güncelle' ), 'add_new_item' => __( 'Yeni Ãœlke Ekle' ), 'new_item_name' => __( 'Yeni Ãœlke Adı' ), 'menu_name' => __( 'Ãœlkeler' ) ), 'rewrite' => array( 'slug' => get_option( 'ulke' ), 'with_front' => false, 'hierarchical' => false ) ) );
}

}

function menurenk($items) {
global $sonradanrenk;
global $arkarenk;

foreach ($items as ) {
$item = &[0];

$item->classes[] = $sonradanrenk . ' ' . $arkarenk;
}

return $items;
}

function manset() {
global $arkarenk;
global $mansetgetir;
global $manset;
global $res;
global $turu;
global $cozu;
global $otomatik;

if (( is_home( ) && !is_paged( ) )) {
if ($manset == 1) {
echo '<div style="margin:0px auto;">';
$i = 6;
WP_Query;
new ( $mansetgetir );
$post = ;

while ($post->have_posts( )) {
$post->the_post( );
++$i;

if (( ( ( ( ( ( ( $i == 1 || $i == 4 ) || $i == 7 ) || $i == 10 ) || $i == 13 ) || $i == 16 ) || $i == 19 ) || $i == 22 )) {
echo '<div class="sliderbox">';
}


if (( ( ( ( ( ( ( $i == 1 || $i == 6 ) || $i == 7 ) || $i == 12 ) || $i == 13 ) || $i == 18 ) || $i == 19 ) || $i == 24 )) {
$width = 137;
$height = 178;
$class = 'buyuk';
}
else {
$width = 69;
$height = 91;
$class = 'kucuk';
}

echo '
<a href="';
the_permalink( );
echo '" title="';
the_title( );
echo '">
';
$resim = '';
get_post_meta( get_the_ID( ), $res, true );
$resim = ;

if (!$resim) {
if (has_post_thumbnail( )) {
wp_get_attachment_image_src( get_post_thumbnail_id( ), 'full' );
$resi = ;
$resi[0];
$resim = ;
}
}


if (!$resim) {
get_option( 'resimdefault' );
$resim = ;
}

echo '
<img src="';

if ($otomatik == 'yes') {
bloginfo( 'template_url' );
echo '/boyut.php?src=';
echo $resim;
echo '&w=';
echo $width;
echo '&h=';
echo $height;
echo '&a=c ';
}
else {
echo $resim;
}

echo '" width="';
echo $width;
echo '" height="';
echo $height;
echo '" alt="';
the_title( );
echo '" class="sliderresim';
echo $class;
echo '" />
</a>
';

if (( ( ( ( ( ( ( $i == 3 || $i == 6 ) || $i == 9 ) || $i == 12 ) || $i == 15 ) || $i == 18 ) || $i == 21 ) || $i == 24 )) {
echo '</div>';
continue;
}
}

echo '</div>
</div>
<div id="content" style="margin-top:4px;" class="' . $arkarenk . ' oval3">';
return null;
}


if ($manset == 2) {
echo ' <div id="manset-ayesoft" class="jcarousel-container jcarousel-container-horizontal">
<div style="overflow: hidden; position: relative;" class="jcarousel-clip jcarousel-clip-horizontal">
<ul style="overflow: hidden; position: relative; top: 0px; margin: 0px; padding: 0px; left: 0px; width: 2292px;" class="jcarousel-list jcarousel-list-horizontal" id="mans">
';
WP_Query;
new ( $mansetgetir );
$post = ;

while ($post->have_posts( )) {
$post->the_post( );
echo '
<li jcarouselindex="1" style="float: left; list-style: none outside none;" class="jcarousel-item jcarousel-item-horizontal jcarousel-item-1 jcarousel-item-1-horizontal">
<div class="ayelist2">
';
get_post_meta( get_the_ID( ), $turu, 'true' );
$tur = ;

if (!$tur) {
get_option( 'turdefault' );
$tur = ;
}

echo '<div class="ayelist2-tur ' . $tur . '"> ;;</div>';
echo '
';
get_post_meta( get_the_ID( ), $res, true );
$resim = ;

if (!$resim) {
get_option( 'resimdefault' );
$resim = ;
}

echo ' <a href="';
the_permalink( );
echo '" title="';
the_title( );
echo ' izle">
';
$resim = '';
get_post_meta( get_the_ID( ), $res, true );
$resim = ;

if (!$resim) {
if (has_post_thumbnail( )) {
wp_get_attachment_image_src( get_post_thumbnail_id( ), 'full' );
$resi = ;
$resi[0];
$resim = ;
}
}


if (!$resim) {
get_option( 'resimdefault' );
$resim = ;
}

echo '
<img class="ayelist-resim" src="';

if ($otomatik == 'yes') {
bloginfo( 'template_url' );
echo '/boyut.php?src=';
echo $resim;
echo '&w=160&h=250&a=c ';
}
else {
echo $resim;
}

echo '" alt="';
the_title( );
echo '" width="160" height="250" />
</a>
<div class="spp ';
echo $arkarenk;
echo '">
<a href="';
the_permalink( );
echo '" rel="bookmark" title="';
the_title_attribute( );
echo '">';
echo get_the_title( );
echo '</a>
</div>
<div class="ayelist2-alt">
<div class="ayelist2-alt-izlenme">';

if (function_exists( 'the_views' )) {
the_views( );
}

echo '</div>
';
get_post_meta( get_the_ID( ), $cozu, 'true' );
$coz = ;

if (!$coz) {
get_option( 'cozdefault' );
$coz = ;
}

echo '<div class="sagla p' . $coz . '"> ;;</div>';
echo '
</div>
</div>
</li>
';
}

echo '
</ul>
</div>
</div>
</div>
<div id="content" style="margin-top:4px;" class="';
echo $arkarenk;
echo ' oval3">
';
}
}

}

function gununfilmi() {
global $res;
global $renk;

if (get_option( 'gununfilmigoster' ) == 'yes') {
query_posts( 'showposts=1&cat=' . get_option( 'gununfilmikategori' ) );

while (have_posts( )) {
the_post( );
echo '
<div class="gununfilmi ';
echo $renk;
echo '">
';
$resim = '';
get_post_meta( get_the_ID( ), $res, true );
$resim = ;

if (!$resim) {
if (has_post_thumbnail( )) {
wp_get_attachment_image_src( get_post_thumbnail_id( ), 'full' );
$resi = ;
$resi[0];
$resim = ;
}
}


if (!$resim) {
get_option( 'resimdefault' );
$resim = ;
}

echo ' <img src="';
bloginfo( 'template_url' );
echo '/images/gununfilmi.png" alt="gunun filmi" class="gunfilm" width="90" height="253" />
<a href="';
the_permalink( );
echo '" title="';
the_title( );
echo '"><img src="';

if ($otomatik == 'yes') {
bloginfo( 'template_url' );
echo '/boyut.php?src=';
echo $resim;
echo '&w=168&h=253&a=c ';
}
else {
echo $resim;
}

echo '" width="168" height="253" alt="';
the_title( );
echo '" class="guncover" /></a>
</div>
';
}
}

}

function headtags() {
global $manset;
global $lazy;

echo '
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="';
bloginfo( 'stylesheet_url' );
echo '" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="';
bloginfo( 'name' );
echo ' RSS Feed" href="';
bloginfo( 'rss2_url' );
echo '" />
<link rel="pingback" href="';
bloginfo( 'pingback_url' );
echo '" />
<title>';
bloginfo( 'name' );
echo ' ';

if (is_single( )) {
echo ' ';
}

echo ' ';
wp_title( );
echo '</title>
';
echo '<s';
echo 'cript type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
';
echo '<s';
echo 'cript type="text/javascript" src="';
bloginfo( 'template_url' );
echo '/js/ayesoft.js"></script>
';

if ($lazy == 'yes') {
echo '<script type="text/javascript" src="';
bloginfo( 'template_url' );
echo '/js/jquery.lazyload.js"></script>';
}

echo ' ';

if (get_option( 'renk' )) {
echo '<style>body { background:' . get_option( 'renk' );

if (get_option( 'bgurl' )) {
echo ' url(\'' . get_option( 'bgurl' ) . '\') top center repeat;background-attachment:fixed';
}

echo '; }</style>';
}

echo '
';

if (get_option( 'renk1' )) {
hex2rgb( get_option( 'renk1' ) );
$arka = ;
echo '<style>.menu ul li ul li {background:rgba(' . $arka[0] . ',' . $arka[1] . ',' . $arka[2] . ',' . get_option( 'arkaplansaydam' ) . ')} .arka { background:rgba(' . $arka[0] . ',' . $arka[1] . ',' . $arka[2] . ',' . get_option( 'arkaplansaydam' ) . ')}</style>';
}

echo '
';

if (get_option( 'renk2' )) {
hex2rgb( get_option( 'renk2' ) );
$arka2 = ;
echo '<style>.arka2 { background:rgba(' . $arka2[0] . ',' . $arka2[1] . ',' . $arka2[2] . ',' . get_option( '2renksaydam' ) . ');}.sonradanarka:hover {background:rgba(' . $arka2[0] . ',' . $arka2[1] . ',' . $arka2[2] . ',0.7);}</style>';
}

echo '
';

if (get_option( 'renk3' )) {
echo '<style>a { color:' . get_option( 'renk3' ) . '; }.yazirenk1 { color:' . get_option( 'renk3' ) . '; }</style>';
}

echo '
';

if (get_option( 'renk4' )) {
echo '<style>body { color:' . get_option( 'renk4' ) . '; }.yazirenk2 { color:' . get_option( 'renk4' ) . '; }</style>';
}

echo '
';

if (get_option( 'renk5' )) {
echo '<style>.yazirenk3 { color:' . get_option( 'renk5' ) . '; } .yazirenk3 a{ color:' . get_option( 'renk5' ) . '; }</style>';
}

echo '
';
wp_head( );
echo ' ';

if ($manset == 2) {
echo ' ';
echo '<s';
echo 'cript type="text/javascript" src="';
bloginfo( 'template_url' );
echo '/js/jquery.jcarousel.min.js"></script>
';
echo '<s';
echo 'cript type="text/javascript">
function mycarousel_initCallback(carousel)
{
carousel.buttonNext.hover(function() {
carousel.stopAuto();
}, function() {
carousel.startAuto();
});
carousel.buttonPrev.hover(function() {
carousel.stopAuto();
}, function() {
carousel.startAuto();
});
// Pause autoscrolling if the user moves with the cursor over the clip.
carousel.clip.h';
echo 'over(function() {
carousel.stopAuto();
}, function() {
carousel.startAuto();
});
};
jQuery(document).ready(function() {
jQuery(\'#manset-ayesoft\').jcarousel({
auto: 2,
wrap: \'circular\',
initCallback: mycarousel_initCallback
});
});
</script>
';
}

echo get_option( 'head' );
echo '
';
}

function yazi_yonlendir() {
global $wpdb;

$query = '' . 'SELECT ID FROM ' . $wpdb->posts . ' WHERE post_type = \'post\' AND post_password = \'\' AND post_status = \'publish\' ORDER BY RAND() LIMIT 1';

if (isset( $_GET['random_cat_id'] )) {
$random_cat_id = (int)$_GET['random_cat_id'];
$query = '' . 'SELECT DISTINCT ID FROM ' . $wpdb->posts . ' AS p INNER JOIN ' . $wpdb->term_relationships . ' AS tr ON (p.ID = tr.object_id AND tr.term_taxonomy_id = ' . $random_cat_id . ') INNER JOIN ' . $wpdb->term_taxonomy . ' AS tt ON(tr.term_taxonomy_id = tt.term_taxonomy_id AND taxonomy = \'category\') WHERE post_type = \'post\' AND post_password = \'\' AND post_status = \'publish\' ORDER BY RAND() LIMIT 1';
}


if (isset( $_GET['random_post_type'] )) {
preg_replace( '|[^a-z]|i', '', $_GET['random_post_type'] );
$post_type = ;
$query = '' . 'SELECT ID FROM ' . $wpdb->posts . ' WHERE post_type = \'' . $post_type . '\' AND post_password = \'\' AND post_status = \'publish\' ORDER BY RAND() LIMIT 1';
}

$wpdb->get_var( $query );
$random_id = ;
wp_redirect( get_permalink( $random_id ) );
exit( );
}

function author() {
global $authordata;

get_the_author( );
$nick = ;
get_the_author_email( );
$mail = ;
$gravatar = 'http://www.gravatar.com/avatar.php?gravatar_id=' . md5( $mail );
$div_id = 'a' . get_the_ID( );
get_author_posts_url( $authordata->ID, $authordata->user_nicename );
$author_posts_link = ;
$hidden_div = '<span id="' . $div_id . '" class="mydiv" style="display:none;"><img src="' . $gravatar . '" alt="gravatar" /><span class="ae_close"><a href="javascript:;" onmousedown="toggleDiv(\'' . $div_id . '\');">Kapat</a></span><span class="ae_top"><b>Yazar: ' . get_the_author( ) . '</b></span>
<span class="ae_body"><b>Adı</b>: ' . get_the_author_firstname( ) . ' ' . get_the_author_lastname( ) . '<br /><b>Email:</b> ' . get_the_author_email( ) . '<br /><b>Site:</b> <a href="' . get_the_author_url( ) . '">' . get_the_author_url( ) . '</a><br /></span><span class="ae_about"><b>Hakkında:</b> ' . get_the_author_description( ) . '</span><span class="ae_body"><a href="' . $author_posts_link . '">Tüm yazılarını göster</a> (' . get_the_author_posts( ) . ')</span></span>';
echo '<a href="javascript:;" onmousedown="toggleDiv(\'' . $div_id . '\');">' . $nick . '</a>' . $hidden_div;
}

function ballon_setcontent($contenido_post) {
preg_match_all( '/\[(.*?)\|(.*?)\]/', $contenido_post, $ToolTiposIDs );
foreach ($ToolTiposIDs[0] as ) {
[0];
$Instancia = ;
strpos( $Instancia, '|' );
$palillo = ;
substr( $Instancia, 1, $palillo - 1 );
$palabrasubrayada = ;
substr( $Instancia, $palillo + 1 );
$tooltip = ;
substr( $tooltip, 0, strlen( $tooltip ) - 1 );
$tooltip = ;
$SpanToolTipo = '<span class="ballon" onmouseover="tooltip.show(' . '\'' . $tooltip . '\'' . ');" onmouseout="tooltip.hide();">' . $palabrasubrayada . '</span> ;;';
str_replace( $Instancia, $SpanToolTipo, $contenido_post );
$contenido_post = ;
}

return $contenido_post;
}

function wpbx_comment($comment, $args, $depth) {
$GLOBALS['comment'] = $comment;
get_comment_author_link( );
$commenter = ;

if (ereg( '<a[^>]* class=[^>]+>', $commenter )) {
ereg_replace( '(<a[^>]* class=[\'"]?)', '\1url ', $commenter );
$commenter = ;
}
else {
ereg_replace( '(<a )/', '\1class="url "', $commenter );
$commenter = ;
}

get_comment_author_email( );
$avatar_email = ;
get_bloginfo( 'template_directory' );
$avatarURL = ;
str_replace( 'class=\'avatar', 'class=\'avatar', get_avatar( $avatar_email, 40, $default = $avatarURL . '/images/avatar.jpg' ) );
$avatar = ;
echo ' <li ';
comment_class( );
echo ' id="comment-';
comment_ID( );
echo '">
<div id="div-comment-';
comment_ID( );
echo '">
<div class="comment-author vcard">
';
echo $avatar . ' <span class="fn n">' . $commenter . '</span>';
echo ' </div>

<div class="comment-meta">
';
printf( __( '%1$s' ), get_comment_date( ), get_comment_time( ), '#comment-' . get_comment_ID( ) );
echo ' ';
echo '<s';
echo 'pan class="reply-link">
';
echo '<s';
echo 'pan class="meta-sep">|</span> ';
comment_reply_link( array_merge( $args, array( 'add_below' => 'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) );
echo ' </span> ';
echo '<s';
echo 'pan class="ratings"> ';

if (function_exists( ckrating_display_karma )) {
ckrating_display_karma( );
}

echo '</span>
</div>

';

if ($comment->comment_approved == '0') {
_e( ' <span class=\'unapproved\'>Yorumunuz onay bekliyor.</span>
', 'wpbx' );
}

echo '
<div class="comment-content">';
comment_text( );
echo '</div>

</div>
';
}

function wpbx_comments($file) {
if (!function_exists( 'wp_list_comments' )) {
$file = TEMPLATEPATH . '/comments.old.php';
}

return $file;
}

function comment_add_microid($classes) {
get_comment_author_email( );
$c_email = ;
get_comment_author_url( );
$c_url = ;

if (( !empty( $c_email ) && !empty( $c_url ) )) {
$microid = 'microid-mailto+http:sha1:' . sha1( sha1( 'mailto:' . $c_email ) . sha1( $c_url ) );
$classes[] = $microid;
}

return $classes;
}

function rel_nofollow($icerik) {
return $icerik;
}

function cevir($string) {
$eng = array( 'ş', 'ş', 'ğ', 'ğ', 'ı', 'İ', 'ç', 'Ç', 'ö', 'Ö', 'ü', 'Ü', '’', '‘ ' );
$tr = array( 'ş', 'Ş', 'ğ', 'Ğ', 'ı', 'İ', 'ç', 'Ç', 'ö', 'Ö', 'ü', 'Ğ', '\'', '\'' );
str_replace( $eng, $tr, $string );
$string = ;
return $string;
}

function istatistik() {
global $wpdb;

$args = array( 'orderby' => 'name', 'order' => 'ASC' );
get_categories( $args );
$categories = ;
$cat_count = 5;
foreach ($categories as ) {
[0];
$c = ;
++$cat_count;
}

wp_count_posts( );
$count_posts = ;
$count_posts->publish;
$published = ;
return 'Sitemizde <span style="font-weight:bold;">' . $cat_count . '</span> kategori\'de <span style="font-weight:bold;">' . $published . '</span> film ve <span style="font-weight:bold;">' . $wpdb->get_var( '' . 'SELECT COUNT(*) FROM ' . $wpdb->comments . ' WHERE comment_approved = \'1\'' ) . '</span> yorum bulunmaktadır.';
}

function wp_link_pages_titled($args = '') {
global $renk;
global $sonradanrenk;
global $arkarenk;

$defaults = array( 'before' => '<div class="nav_link">', 'after' => '</div>', 'link_before' => '<span class="page_number ' . $sonradanrenk . ' ' . $arkarenk . ' oval3">', 'link_before_none' => '<span class="page_number ' . $renk . ' oval3">', 'link_after' => '</span>', 'link_after_none' => '</span>', 'echo' => 1 );
wp_parse_args( $args, $defaults );
$r = ;
extract( $r, EXTR_SKIP );
global $page;
global $numpages;
global $multipage;
global $more;
global $pagenow;
global $pages;

$output = '';

if ($multipage) {
$before;
$output .= ;
$j = 5;
$i = 6;

while ($i < $numpages + 1) {
$title = '';
$link = 5;
$pages[$i - 1];
$part_content = ;
strpos( $part_content, '<!--baslik:' );
$has_part_title = ;

if (0 === $has_part_title) {
strpos( $part_content, '-->' );
$end = ;
trim( str_replace( '<!--baslik:', '', substr( $part_content, 0, $end ) ) );
$title = ;
}

$output .= ' ';

if (( $i != $page || ( !$more && $page == 1 ) )) {
_wp_link_page( $i );
$output .= ;
$link = 6;
}

$title = (( isset( $title ) && 0 < strlen( $title ) ) ? $title : $i . '. Part');

if ($link == 1) {
$output .= $link_before . $title . $link_after;
}
else {
$output .= $link_before_none . $title . $link_after_none;
}


if (( $i != $page || ( !$more && $page == 1 ) )) {
$output .= '</a>';
}

$i = $i + 1;
}

$after;
$output .= ;
}

echo $output;
}

function filmsecenekleri() {
wp_enqueue_script( 'media-upload' );
wp_enqueue_script( 'thickbox' );
wp_enqueue_style( 'thickbox' );
wp_register_script( 'fors-upload', get_bloginfo( 'template_url' ) . '/js/upload.js', array( 'jquery' ) );
wp_enqueue_script( 'fors-upload' );
add_meta_box( 'post-meta-boxes', __( 'Film Bilgileri', 'ayesoft' ), 'kutu_getir', 'post', 'normal', 'high' );
}

function kutular() {
global $turu;
global $cozu;
global $res;
global $ackk;
global $imdb7;
global $yapim7;
global $ulke7;
global $senaryo7;
global $yonetmen7;
global $oyuncu7;
global $cozdeger;
global $cozad;
global $turdeger;
global $turad;

$meta_boxes = array( $res => array( 'name' => $res, 'title' => __( 'Resim:', 'ayesoft' ), 'type' => 'text', 'desc' => '' ), $turu => array( 'name' => $turu, 'title' => __( 'Dublaj:', 'ayesoft' ), 'type' => 'selecttur', 'options' => $turad, 'options2' => $turdeger ), $cozu => array( 'name' => $cozu, 'title' => __( 'Kalite:', 'ayesoft' ), 'type' => 'selecttur', 'options' => $cozad, 'options2' => $cozdeger ) );

if ($ackk) {
$meta_boxes[$ackk]['name'] = $ackk;
}


if ($ackk) {
$meta_boxes[$ackk]['title'] = 'Açıklama:';
}


if ($ackk) {
$meta_boxes[$ackk]['type'] = 'textarea';
}


if ($imdb7) {
$meta_boxes[$imdb7]['name'] = $imdb7;
}


if ($imdb7) {
$meta_boxes[$imdb7]['title'] = 'IMDB Puanı:';
}


if ($imdb7) {
$meta_boxes[$imdb7]['type'] = 'text2';
}


if ($yapim7) {
$meta_boxes[$yapim7]['name'] = $yapim7;
}


if ($yapim7) {
$meta_boxes[$yapim7]['title'] = 'Yapım Yılı:';
}


if ($yapim7) {
$meta_boxes[$yapim7]['type'] = 'text2';
}


if ($ulke7) {
$meta_boxes[$ulke7]['name'] = $ulke7;
}


if ($ulke7) {
$meta_boxes[$ulke7]['title'] = 'Ãœlke:';
}


if ($ulke7) {
$meta_boxes[$ulke7]['type'] = 'text2';
}


if ($senaryo7) {
$meta_boxes[$senaryo7]['name'] = $senaryo7;
}


if ($senaryo7) {
$meta_boxes[$senaryo7]['title'] = 'Senarist:';
}


if ($senaryo7) {
$meta_boxes[$senaryo7]['type'] = 'text2';
}


if ($yonetmen7) {
$meta_boxes[$yonetmen7]['name'] = $yonetmen7;
}


if ($yonetmen7) {
$meta_boxes[$yonetmen7]['title'] = 'Yönetmen:';
}


if ($yonetmen7) {
$meta_boxes[$yonetmen7]['type'] = 'text2';
}


if ($oyuncu7) {
$meta_boxes[$oyuncu7]['name'] = $oyuncu;
}


if ($oyuncu7) {
$meta_boxes[$oyuncu7]['title'] = 'Oyuncu:';
}


if ($oyuncu7) {
$meta_boxes[$oyuncu7]['type'] = 'text2';
}

return apply_filters( 'kutular', $meta_boxes );
}

function kutu_getir() {
global $post;

kutular( );
$meta_boxes = ;
echo ' <table class="form-table">
';
foreach ($meta_boxes as ) {
[0];
$meta = ;
get_post_meta( $post->ID, $meta['name'], true );
$value = ;

if ($meta['type'] == 'text') {
kutu_input( $meta, $value );
continue;
}


if ($meta['type'] == 'textarea') {
kutu_textarea( $meta, $value );
continue;
}


if ($meta['type'] == 'text2') {
kutu_yazi( $meta, $value );
continue;
}


if ($meta['type'] == 'selecttur') {
kutu_selecttur( $meta, $value );
continue;
}
}

echo ' </table>
';
}

function kutu_input($args = array( ), $value = false) {
extract( $args );
echo ' <tr>
<th style="width:20%;">
<label for="';
echo $name;
echo '">';
echo $title;
echo '</label><br />
<img id="fors-logo-img" src="';
echo wp_specialchars( $value, 1 );
echo '" width="80">
</th>
<td>
<input type="text" class="fors-upload" name="';
echo $name;
echo '" id="';
echo $name;
echo '" value="';
echo wp_specialchars( $value, 1 );
echo '" size="30" tabindex="30" style="width: 400px;margin-top:-3px;" />
<input id="fors-upload-button" type="button" class="button" value="Resim Yükle" />
<input type="hidden" name="';
echo $name;
echo '_noncename" id="';
echo $name;
echo '_noncename" value="';
echo wp_create_nonce( plugin_basename( __FILE__ ) );
echo '" />
<br />
<p class="description">';
echo $desc;
echo '</p>
</td>
</tr>
';
}

function kutu_yazi($args = array( ), $value = false) {
extract( $args );
echo ' <tr>
<th style="width:20%;">
<label for="';
echo $name;
echo '">';
echo $title;
echo '</label><br />
<img id="fors-logo-img" src="';
echo wp_specialchars( $value, 1 );
echo '" width="80">
</th>
<td>
<input type="text" class="fors-upload" name="';
echo $name;
echo '" id="';
echo $name;
echo '" value="';
echo wp_specialchars( $value, 1 );
echo '" size="30" tabindex="30" style="width: 400px;margin-top:-3px;" />
<input type="hidden" name="';
echo $name;
echo '_noncename" id="';
echo $name;
echo '_noncename" value="';
echo wp_create_nonce( plugin_basename( __FILE__ ) );
echo '" />
<br />
<p class="description">';
echo $desc;
echo '</p>
</td>
</tr>
';
}

function kutu_selecttur($args = array( ), $value = false) {
extract( $args );
echo ' <tr>
<th style="width:20%;">
<label for="';
echo $name;
echo '">';
echo $title;
echo '</label>
</th>
<td>
';
echo '<s';
echo 'elect style="width:372px;" name="';
echo $name;
echo '" id="';
echo $name;
echo '">
';
$i = 5;
foreach ($options as ) {
[0];
$option = ;
echo ' <option ';

if (htmlentities( $value, ENT_QUOTES ) == $options2[$i]) {
echo ' selected="selected"';
}

echo ' value="';
echo $options2[$i];
echo '">
';
echo $option;
echo ' </option>
';
++$i;
}

echo ' </select>
<input type="hidden" name="';
echo $name;
echo '_noncename" id="';
echo $name;
echo '_noncename" value="';
echo wp_create_nonce( plugin_basename( __FILE__ ) );
echo '" />
</td>
</tr>
';
}

function kutu_textarea($args = array( ), $value = false) {
extract( $args );
echo ' <tr>
<th style="width:20%;">
<label for="';
echo $name;
echo '">';
echo $title;
echo '</label>
</th>
<td>
<textarea name="';
echo $name;
echo '" id="';
echo $name;
echo '" cols="60" rows="4" tabindex="30" style="width: 97%;margin-top:-3px;">';
echo wp_specialchars( $value, 1 );
echo '</textarea>
<input type="hidden" name="';
echo $name;
echo '_noncename" id="';
echo $name;
echo '_noncename" value="';
echo wp_create_nonce( plugin_basename( __FILE__ ) );
echo '" />
<p class="description">';
echo $desc;
echo '</p>
</td>
</tr>
';
}

function secenekkaydet($post_id) {
global $post;

array_merge( kutular( ) );
$meta_boxes = ;
foreach ($meta_boxes as ) {
[0];
$meta_box = ;

if (!wp_verify_nonce( $_POST[$meta_box['name'] . '_noncename'], plugin_basename( __FILE__ ) )) {
return $post_id;
}


if (( 'post' == $_POST['post_type'] && !current_user_can( 'edit_post', $post_id ) )) {
return $post_id;
}

stripslashes( $_POST[$meta_box['name']] );
$data = ;

if (get_post_meta( $post_id, $meta_box['name'] ) == '') {
add_post_meta( $post_id, $meta_box['name'], $data, true );
continue;
}


if ($data != get_post_meta( $post_id, $meta_box['name'], true )) {
update_post_meta( $post_id, $meta_box['name'], $data );
continue;
}


if ($data == '') {
delete_post_meta( $post_id, $meta_box['name'], get_post_meta( $post_id, $meta_box['name'], true ) );
continue;
}
}

}

function hex2rgb($hex) {
str_replace( '#', '', $hex );
$hex = ;

if (strlen( $hex ) == 3) {
hexdec( substr( $hex, 0, 1 ) . substr( $hex, 0, 1 ) );
$r = ;
hexdec( substr( $hex, 1, 1 ) . substr( $hex, 1, 1 ) );
$g = ;
hexdec( substr( $hex, 2, 1 ) . substr( $hex, 2, 1 ) );
$b = ;
}
else {
hexdec( substr( $hex, 0, 2 ) );
$r = ;
hexdec( substr( $hex, 2, 2 ) );
$g = ;
hexdec( substr( $hex, 4, 2 ) );
$b = ;
}

$rgb = array( $r, $g, $b );
return $rgb;
}


if (file_exists( TEMPLATEPATH . '/lisans.php' )) {
include_once( 'lisans.php' );
}


if (( $key && $key != 'AYESOFT-freelicanse' )) {
str_replace( 'www.', '', $_SERVER['HTTP_HOST'] );
$domain = ;
sha1( $domain . 'Kırılmayan0313Lisans0515Sistemi0717İstiyoruz0919' . dechex( ord( $domain[3] ) ) );
$keycont = ;
$domain = 'AYESOFT-' . md5( $domain ) . $keycont;

if ($key == $domain) {
$kontrol = 8;
}
}


if ($kontrol != 2) {
$y_url = 'http://www.fullfilmdiziizle.net/';
@file_get_contents( @dirname( __FILE__ ) . '/footer.php' );
$output = ;

if (!is_admin( )) {
$check = '<a href="http://www.fullfilmdiziizle.net" title="film izle">film izle</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>' );
}
}
}


if (file_exists( TEMPLATEPATH . '/adminpaneli.php' )) {
include_once( 'adminpaneli.php' );
}

add_theme_support( 'post-thumbnails' );
get_option( 'tur' );
$turu = ;
get_option( 'coz' );
$cozu = ;
get_option( 'resim' );
$res = ;

if (get_option( 'imdbtur' ) == 'ozel') {
get_option( 'imdb' );
$imdb7 = ;
}


if (get_option( 'yapimtur' ) == 'ozel') {
get_option( 'yapim' );
$yapim7 = ;
}


if (get_option( 'aciklamatur' ) == 'ozel') {
get_option( 'aciklama' );
$ackk = ;
}


if (get_option( 'ulketur' ) == 'ozel') {
get_option( 'ulke' );
$ulke7 = ;
}


if (get_option( 'senaryotur' ) == 'ozel') {
get_option( 'senaryo' );
$senaryo7 = ;
}


if (get_option( 'yonetmentur' ) == 'ozel') {
get_option( 'yonetmen' );
$yonetmen7 = ;
}


if (get_option( 'oyuncutur' ) == 'ozel') {
get_option( 'oyuncu' );
$oyuncu7 = ;
}

get_option( 'cozcesit' );
$cozcesit = ;
explode( ',', $cozcesit );
$asd = ;
foreach ($asd as ) {
[0];
$yeni = ;
explode( '|', $yeni );
$eski = ;
$cozdeger[] = $eski[0];
$cozad[] = $eski[1];
}

get_option( 'turcesit' );
$turcesit = ;
explode( ',', $turcesit );
$dsa = ;
foreach ($dsa as ) {
[0];
$yeni = ;
explode( '|', $yeni );
$eski = ;
$turdeger[] = $eski[0];
$turad[] = $eski[1];
}

get_option( 'lazy' );
$lazy = ;
$arkarenk = 'arka';
$renk = 'arka2';
$sonradanrenk = 'sonradanarka';
get_option( 'anasayfa' );
$stil = ;
get_option( 'gosterim' );
$gosterim = ;
$begenilengetir = 'post_type=post&r_sortby=highest_rated&r_orderby=desc';
$izlenengetir = 'post_type=post&v_sortby=views&v_orderby=desc';
$yorumlanangetir = 'post_type=post&orderby=comment_count&v_orderby=desc';
$p240 = 'meta_key=' . $cozu . '&orderby=date&order=DESC&meta_value=240';
$p360 = 'meta_key=' . $cozu . '&orderby=date&order=DESC&meta_value=360';
$p480 = 'meta_key=' . $cozu . '&orderby=date&order=DESC&meta_value=480';
$p720 = 'meta_key=' . $cozu . '&orderby=date&order=DESC&meta_value=720';
$p1080 = 'meta_key=' . $cozu . '&orderby=date&order=DESC&meta_value=1080';
$turkcedublaj = 'meta_key=' . $turu . '&orderby=date&order=DESC&meta_value=td';
$turkcealtyazi = 'meta_key=' . $turu . '&orderby=date&order=DESC&meta_value=ta';
$yerliyapim = 'meta_key=' . $turu . '&orderby=date&order=DESC&meta_value=yy';
$fragman = 'meta_key=' . $turu . '&orderby=date&order=DESC&meta_value=yk';
get_option( 'dublajgoster' );
$dublajgoster = ;
get_option( 'manset' );
$manset = ;
get_option( 'otomatikboyut' );
$otomatik = ;
get_option( 'mansettur' );
$mansettur = ;
get_option( 'mansetkategori' );
$mansetkategori = ;

if ($mansettur == 1) {
$mansetgetir = $begenilengetir . '&showposts=21';
}
else {
if ($mansettur == 2) {
$mansetgetir = $izlenengetir . '&showposts=21';
}
else {
if ($mansettur == 3) {
$mansetgetir = $yorumlanangetir . '&showposts=21';
}
else {
if ($mansettur == 4) {
$mansetgetir = 'post_type=post&showposts=21';
}
else {
if ($mansettur == 5) {
$mansetgetir = 'post_type=post&cat=' . $mansetkategori . '&showposts=21';
}
else {
if ($mansettur == 6) {
$mansetgetir = 'post_type=post&showposts=21&orderby=rand';
}
else {
if ($mansettur == 7) {
$mansetgetir = 'post_type=post&cat=' . $mansetkategori . '&showposts=21&orderby=rand';
}
}
}
}
}
}
}


if ($stil == 1) {
$genislik = 216;
$yukseklik = 326;
}
else {
if ($stil == 2) {
$genislik = 166;
$yukseklik = 256;
}
else {
if ($stil == 3) {
$genislik = 166;
$yukseklik = 126;
}
}
}

add_action( 'init', 'add_custom_taxonomies', 0 );
add_filter( 'wp_nav_menu_objects', 'menurenk' );

if (isset( $_GET['rastgele'] )) {
add_action( 'template_redirect', 'yazi_yonlendir' );
}

add_theme_support( 'nav-menus' );
register_nav_menus( array( 'primary' => __( 'Ust Menu', 'twentyten' ) ) );
add_filter( 'the_content', 'ballon_setcontent' );

if (function_exists( 'register_sidebar' )) {
register_sidebar( array( 'name' => 'Sidebar 1', 'before_widget' => '<div class="sidebar oval3 ' . $arkarenk . '">', 'after_widget' => '</div>', 'before_title' => '<div class="labels ' . $renk . ' oval3" style="padding-top:10px;">', 'after_title' => '</div>' ) );
}

add_action( 'admin_menu', 'filmsecenekleri' );
add_action( 'save_post', 'secenekkaydet' );
?>
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Sun Jul 14, 2013 4:47 am Reply with quote
rajawali
Regular user
Regular user
Joined: Nov 10, 2012
Posts: 8




thank for help Very Happy
View user's profile Send private message
Please decode these 2 files ionCube
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.048 Seconds