need to crack the php code

arian32

Newbie
Joined
May 25, 2013
Messages
7
Reaction score
0
Hi, dear friends I need to crack this php code please

Code:
<?php
require_once TEMPLATEPATH . "/inc/framework/main-tabe.php";
require_once TEMPLATEPATH . "/inc/framework/city.php";
require_once TEMPLATEPATH . "/inc/framework/printme.php";
require_once TEMPLATEPATH . "/inc/framework/posttypes.php";
require_once TEMPLATEPATH . "/inc/framework/metabox.php";
require_once TEMPLATEPATH . "/inc/framework/functions.php";
require_once "myfunctions.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-1.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-2.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-3.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-4.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-5.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-6.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-7.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-8.php";
require trailingslashit(get_template_directory()) . "inc/widget/boxe-ads.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-search.php";
require trailingslashit(get_template_directory()) . "inc/widget/box-camment.php";
if (!class_exists("ReduxFramework")) {
    require_once dirname(__FILE__) . "/ReduxCore/framework.php";
}
if (!isset($redux_demo)) {
    require_once dirname(__FILE__) . "/ReduxCore/admin-config.php";
}
add_action("admin_enqueue_scripts", "custom_admin_style");
if (!class_exists("wp_Jam_Zhaket_Guard_SDK")) {
    require_once get_template_directory() . "/ReduxCore/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider/class.php";
}
function custom_admin_style()
{
    wp_register_style("admin_css", get_bloginfo("template_url") . "/ReduxCore/options.css", false, "1.0.0");
    wp_enqueue_style("admin_css");
}

?>


thank you very much
 
What do you mean crack ? You want to find out what it does ?
 
Hi, I need to remove those file indicated required or my mean is null this php code to work without any headache

as you know they required like this file

Code:
/ReduxCore/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider/class.php

thanks
 
Hi, I need to remove those file indicated required or my mean is null this php code to work without any headache

as you know they required like this file

Code:
/ReduxCore/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider/class.php

thanks
They are required for a reason so will more than likely break the file if you remove the required files.

Might be a little more helpful if you state the plugin/theme for wordpress your trying to null.
 
They are required for a reason so will more than likely break the file if you remove the required files.

Might be a little more helpful if you state the plugin/theme for wordpress your trying to null.
Hi, how can i decode the ioncube loader, cloud you please help me in this regards.

thanks
 
if you honest put your code in the website code, I will decode it for you.
don't attach the file, put embed the code your editor that's you need to decode it.
 
Don't open this file.
Please help me to decrypt this file
Y1x175A.png
 
Please help me to decrypt my php file, I have replaced it with link link. Hopefully it won't be detected as a virus again. :weep:

https://file.io/NLPcehJLxJSh
 
Back
Top