Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Loader)
- *
- * @ Version : 2.0.0.4
- * @ Author : DeZender
- * @ Release on : 21.10.2015
- * @ Official site : http://DeZender.Net
- *
- */
- function safir_get_domain($url) {
- $pieces = parse_url($url);
- $domain = isset($pieces["host"]) ? ($pieces["host"]) : "";
- if (preg_match("/(?P<domain>[a-z0-9][a-z0-9\\-]{1,63}\\.[a-z\\.]{2,6})\$/i", $domain, $regs))
- {
- return $regs["domain"];
- }
- return;
- }
- function __gc() {
- $site = $_SERVER["SERVER_NAME"];
- $site = "http://" . $_SERVER["SERVER_NAME"];
- $site = safir_get_domain($site);
- $key = "SAFIRVIDEO";
- return base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, md5($key), $site, MCRYPT_MODE_CBC, md5(md5($key))));
- }
- function adminBarMenu() {
- global $wp_admin_bar;
- if ((!is_super_admin()) && !is_admin_bar_showing())
- {
- return null;
- }
- $wp_admin_bar->add_menu(array("id" => "sumtips_link", "title" => __("Safir Panel - Tema Ayarları"), "href" => __(get_bloginfo("url") . "/wp-admin/admin.php?page=safirpanel.php")));
- return;
- }
- function xoption($option) {
- $options = unserialize(get_option("safirvideo-options"));
- if (is_string($options[get_option(substr("slidingWidget", 0, 2) . substr("corelation", 0, 2) . substr("destination", 0, 2)) . $option]))
- {
- return stripslashes($options[get_option(substr("slidingWidget", 0, 2) . substr("corelation", 0, 2) . substr("destination", 0, 2)) . $option]);
- }
- return $options[get_option(substr("slidingWidget", 0, 2) . substr("corelation", 0, 2) . substr("destination", 0, 2)) . $option];
- }
- function setxoption($option, $newvalue) {
- $options = unserialize(get_option("safirvideo-options"));
- $options[$option] = $newvalue;
- update_option("safirvideo-options", serialize($options));
- return;
- }
- $YASAL_UYARI = "\r
- Firmamız vergi levhasına sahip ve faturalı olarak satış yapan bir firmadır.\r
- Safir Video Wordpress Teması Niğde 3.Noterliği tarafından adımıza tescillenmiş olup, ilgili dijital ürünün\r
- kopyalanması, lisanssız kullanılması ve dağıtılması halinde hakkınızda yasal işlem başlatılacaktır.\r
- ";
- include "settings.php";
- include "safirwidgets.php";
- add_theme_support("post-thumbnails");
- add_action("admin_bar_menu", "adminBarMenu", 400);
- ..................................................................
- .......................................
- ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement