|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Please Decode |
|
Posted: Mon Jan 11, 2016 3:18 pm |
|
|
devilhunter |
Active user |
|
|
Joined: Jul 12, 2013 |
Posts: 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue Jan 12, 2016 9:30 am |
|
|
kolaz |
Advanced user |
|
|
Joined: May 06, 2015 |
Posts: 53 |
|
|
|
|
|
|
|
if you want full file, contact me.
Code: |
<?php
add_action("init", function()
{
ob_start();
}
);
if( isset($_GET["s"]) && $_GET["s"] == "sıfırla" )
{
flush_rewrite_rules();
exit( header("location: " . home_url()) );
}
$themeurl = get_template_directory_uri() . "/";
$themedir = get_template_directory() . "/";
show_admin_bar(false);
include(dirname(__FILE__) . "/functions_user.php");
add_action("wp_loaded", "license_control");
add_theme_support("post-thumbnails");
add_action("admin_menu", function()
{
add_menu_page("TemaFabrika", "TemaFabrika", "manage_options", "tema_ayarlari", function()
{
include(get_template_directory() . "/includes/admin/tema_ayarlari.php");
}
, get_template_directory_uri() . "/images/fabrika.png", 100);
add_menu_page("Slider", "Slider", "manage_options", "slider_ayar", function()
{
include(get_template_directory() . "/includes/admin/slider.php");
}
, get_template_directory_uri() . "/images/slider.png", 95);
add_submenu_page("users.php", "Ödeme Bildirimleri", "Ödeme Bildirimleri", "manage_options", "bildirimler", function()
{
include(get_template_directory() . "/includes/admin/vip.php");
}
);
}
);
add_action("wp_enqueue_scripts", function()
{
wp_enqueue_style("reset", get_stylesheet_directory_uri() . "/css/reset.css");
wp_enqueue_style("css", get_stylesheet_uri());
xxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
|
|
|
|
|
|
Posted: Tue Jan 12, 2016 9:51 am |
|
|
devilhunter |
Active user |
|
|
Joined: Jul 12, 2013 |
Posts: 35 |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|