Exemple #1
0
 /**
  * Auto-configures Amazon S3/CloudFront distros.
  *
  * @package optimizeMember\Files
  * @since 110926
  *
  * @return array Array containing a true `success` element on success, else a failure array.
  * 	Failure array will contain a failure `code`, and a failure `message`.
  */
 public static function amazon_cf_auto_configure_distros()
 {
     foreach ($GLOBALS["WS_PLUGIN__"]["optimizemember"]["o"] as $option => $option_value) {
         if (preg_match("/^amazon_cf_files_/", $option) && ($option = preg_replace("/^amazon_cf_files_/", "", $option))) {
             $cfc[$option] = $option_value;
         }
     }
     /**/
     $s3c["bucket"] = $GLOBALS["WS_PLUGIN__"]["optimizemember"]["o"]["amazon_s3_files_bucket"];
     $cfc["access_key"] = $s3c["access_key"] = $GLOBALS["WS_PLUGIN__"]["optimizemember"]["o"]["amazon_s3_files_access_key"];
     $cfc["secret_key"] = $s3c["secret_key"] = $GLOBALS["WS_PLUGIN__"]["optimizemember"]["o"]["amazon_s3_files_secret_key"];
     /**/
     if ($s3c["bucket"] && $s3c["access_key"] && $s3c["secret_key"]) {
         if ($cfc["private_key"] && $cfc["private_key_id"]) {
             if (!$cfc["distro_downloads_id"] || $cfc["distro_downloads_id"] && ($cf_get_response = c_ws_plugin__optimizemember_files_in::amazon_cf_get_distro($cfc["distro_downloads_id"], "downloads")) && ($cf_get_response["success"] || $cf_get_response["code"] === 404)) {
                 if (!$cfc["distro_downloads_id"] || $cfc["distro_downloads_id"] && $cf_get_response && !$cf_get_response["success"] && $cf_get_response["code"] === 404) {
                     $cf_distro_downloads_clear = true;
                 } else {
                     if ($cfc["distro_downloads_id"] && $cf_get_response && $cf_get_response["success"] && !$cf_get_response["deployed"]) {
                         return array("success" => false, "code" => -86, "message" => _x("Unable to delete existing Amazon CloudFront Downloads Distro. Still in a `pending` state. Please wait 15 minutes, then try again. There is a certain process that optimizeMember must strictly adhere to when re-configuring your Amazon CloudFront Distros. You may have to tick the auto-configure checkbox again, and re-run optimizeMember's auto-configuration routine many times, because optimizeMember will likely run into several `pending` challenges, as it works to completely re-configure your Amazon CloudFront Distros for you. Thanks for your patience. Please wait 15 minutes, then try again.", "s2member-admin", "s2member"));
                     } else {
                         if ($cfc["distro_downloads_id"] && $cf_get_response && $cf_get_response["success"] && $cf_get_response["deployed"] && ($cf_del_response = c_ws_plugin__optimizemember_files_in::amazon_cf_del_distro($cfc["distro_downloads_id"], $cf_get_response["etag"], $cf_get_response["xml"])) && $cf_del_response["success"]) {
                             $cf_distro_downloads_clear = true;
                         } else {
                             if (isset($cf_del_response["code"], $cf_del_response["message"])) {
                                 /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                                 return array("success" => false, "code" => $cf_del_response["code"], "message" => sprintf(_x("Unable to delete existing Amazon CloudFront Downloads Distro. %s", "s2member-admin", "s2member"), $cf_del_response["message"]));
                             }
                         }
                     }
                 }
                 /**/
                 if (isset($cf_distro_downloads_clear) && $cf_distro_downloads_clear) {
                     unset($cf_get_response, $cf_del_response);
                     /**/
                     if (!$cfc["distro_streaming_id"] || $cfc["distro_streaming_id"] && ($cf_get_response = c_ws_plugin__optimizemember_files_in::amazon_cf_get_distro($cfc["distro_streaming_id"], "streaming")) && ($cf_get_response["success"] || $cf_get_response["code"] === 404)) {
                         if (!$cfc["distro_streaming_id"] || $cfc["distro_streaming_id"] && $cf_get_response && !$cf_get_response["success"] && $cf_get_response["code"] === 404) {
                             $cf_distro_streaming_clear = true;
                         } else {
                             if ($cfc["distro_streaming_id"] && $cf_get_response && $cf_get_response["success"] && !$cf_get_response["deployed"]) {
                                 return array("success" => false, "code" => -87, "message" => _x("Unable to delete existing Amazon CloudFront Streaming Distro. Still in a `pending` state. Please wait 15 minutes, then try again. There is a certain process that optimizeMember must strictly adhere to when re-configuring your Amazon CloudFront Distros. You may have to tick the auto-configure checkbox again, and re-run optimizeMember's auto-configuration routine many times, because optimizeMember will likely run into several `pending` challenges, as it works to completely re-configure your Amazon CloudFront Distros for you. Thanks for your patience. Please wait 15 minutes, then try again.", "s2member-admin", "s2member"));
                             } else {
                                 if ($cfc["distro_streaming_id"] && $cf_get_response && $cf_get_response["success"] && $cf_get_response["deployed"] && ($cf_del_response = c_ws_plugin__optimizemember_files_in::amazon_cf_del_distro($cfc["distro_streaming_id"], $cf_get_response["etag"], $cf_get_response["xml"])) && $cf_del_response["success"]) {
                                     $cf_distro_streaming_clear = true;
                                 } else {
                                     if (isset($cf_del_response["code"], $cf_del_response["message"])) {
                                         /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                                         return array("success" => false, "code" => $cf_del_response["code"], "message" => sprintf(_x("Unable to delete existing Amazon CloudFront Streaming Distro. %s", "s2member-admin", "s2member"), $cf_del_response["message"]));
                                     }
                                 }
                             }
                         }
                         /**/
                         if (isset($cf_distro_streaming_clear) && $cf_distro_streaming_clear) {
                             unset($cf_get_response, $cf_del_response);
                             /**/
                             if (!$cfc["distros_access_id"] || $cfc["distros_access_id"] && ($cf_get_response = c_ws_plugin__optimizemember_files_in::amazon_cf_get_access_origin_identity($cfc["distros_access_id"])) && ($cf_get_response["success"] || $cf_get_response["code"] === 404)) {
                                 if (!$cfc["distros_access_id"] || $cfc["distros_access_id"] && $cf_get_response && !$cf_get_response["success"] && $cf_get_response["code"] === 404) {
                                     $cf_distros_access_clear = true;
                                 } else {
                                     if ($cfc["distros_access_id"] && $cf_get_response && $cf_get_response["success"] && ($cf_del_response = c_ws_plugin__optimizemember_files_in::amazon_cf_del_access_origin_identity($cfc["distros_access_id"], $cf_get_response["etag"], $cf_get_response["xml"])) && $cf_del_response["success"]) {
                                         $cf_distros_access_clear = true;
                                     } else {
                                         if (isset($cf_del_response["code"], $cf_del_response["message"])) {
                                             /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                                             return array("success" => false, "code" => $cf_del_response["code"], "message" => sprintf(_x("Unable to delete existing Amazon CloudFront Origin Access Identity. %s", "s2member-admin", "s2member"), $cf_del_response["message"]));
                                         }
                                     }
                                 }
                                 /**/
                                 if (isset($cf_distros_access_clear) && $cf_distros_access_clear) {
                                     unset($cf_get_response, $cf_del_response);
                                     /**/
                                     $cfc = array_merge($cfc, array("distros_access_id" => "", "distros_s3_access_id" => "", "distro_downloads_id" => "", "distro_downloads_dname" => "", "distro_streaming_id" => "", "distro_streaming_dname" => "", "distros_auto_config_status" => ""));
                                     $cf_options = array("ws_plugin__optimizemember_amazon_cf_files_distros_access_id" => "", "ws_plugin__optimizemember_amazon_cf_files_distros_s3_access_id" => "", "ws_plugin__optimizemember_amazon_cf_files_distro_downloads_id" => "", "ws_plugin__optimizemember_amazon_cf_files_distro_downloads_dname" => "", "ws_plugin__optimizemember_amazon_cf_files_distro_streaming_id" => "", "ws_plugin__optimizemember_amazon_cf_files_distro_streaming_dname" => "", "ws_plugin__optimizemember_amazon_cf_files_distros_auto_config_status" => "");
                                     c_ws_plugin__optimizemember_menu_pages::update_all_options($cf_options, true, false, false, false, false);
                                     /**/
                                     if (($cf_response = c_ws_plugin__optimizemember_files_in::amazon_cf_create_distros_access_origin_identity()) && $cf_response["success"]) {
                                         $cfc = array_merge($cfc, array("distros_access_id" => $cf_response["distros_access_id"], "distros_s3_access_id" => $cf_response["distros_s3_access_id"]));
                                         $cf_options = array("ws_plugin__optimizemember_amazon_cf_files_distros_access_id" => $cf_response["distros_access_id"], "ws_plugin__optimizemember_amazon_cf_files_distros_s3_access_id" => $cf_response["distros_s3_access_id"]);
                                         c_ws_plugin__optimizemember_menu_pages::update_all_options($cf_options, true, false, false, false, false);
                                         /**/
                                         if (($cf_response = c_ws_plugin__optimizemember_files_in::amazon_cf_create_distro("downloads")) && $cf_response["success"]) {
                                             $cfc = array_merge($cfc, array("distro_downloads_id" => $cf_response["distro_downloads_id"], "distro_downloads_dname" => $cf_response["distro_downloads_dname"]));
                                             $cf_options = array("ws_plugin__optimizemember_amazon_cf_files_distro_downloads_id" => $cf_response["distro_downloads_id"], "ws_plugin__optimizemember_amazon_cf_files_distro_downloads_dname" => $cf_response["distro_downloads_dname"]);
                                             c_ws_plugin__optimizemember_menu_pages::update_all_options($cf_options, true, false, false, false, false);
                                             /**/
                                             if (($cf_response = c_ws_plugin__optimizemember_files_in::amazon_cf_create_distro("streaming")) && $cf_response["success"]) {
                                                 $cfc = array_merge($cfc, array("distro_streaming_id" => $cf_response["distro_streaming_id"], "distro_streaming_dname" => $cf_response["distro_streaming_dname"]));
                                                 $cf_options = array("ws_plugin__optimizemember_amazon_cf_files_distro_streaming_id" => $cf_response["distro_streaming_id"], "ws_plugin__optimizemember_amazon_cf_files_distro_streaming_dname" => $cf_response["distro_streaming_dname"]);
                                                 c_ws_plugin__optimizemember_menu_pages::update_all_options($cf_options, true, false, false, false, false);
                                                 /**/
                                                 for ($a = 1, $attempts = 4, $sleep = 2, sleep($sleep); $a <= $attempts; $a++, $a <= $attempts ? sleep($sleep) : null) {
                                                     /* Allow a generous propagation time here. Amazon's high-availability services do NOT guarantee real-time updates.
                                                     			Since we DO need a fully propagated Origin Access Identity now, we need to make several attempts at success.
                                                     			For further details, please see this thread: <https://forums.aws.amazon.com/message.jspa?messageID=42875>. */
                                                     if (($s3_response = c_ws_plugin__optimizemember_files_in::amazon_s3_auto_configure_acls()) && $s3_response["success"]) {
                                                         $cfc = array_merge($cfc, array("distros_auto_config_status" => "configured"));
                                                         $cf_options = array("ws_plugin__optimizemember_amazon_cf_files_distros_auto_config_status" => "configured");
                                                         c_ws_plugin__optimizemember_menu_pages::update_all_options($cf_options, true, false, false, false, false);
                                                         return array("success" => true, "code" => null, "message" => null);
                                                     }
                                                 }
                                                 if (isset($s3_response["code"], $s3_response["message"])) {
                                                     /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon S3 API call. Feel free to exclude `%s` if you like. */
                                                     return array("success" => false, "code" => $s3_response["code"], "message" => sprintf(_x("Unable to update existing Amazon S3 ACLs. %s", "s2member-admin", "s2member"), $s3_response["message"]));
                                                 } else {
                                                     /* Else, we use a default error code and message. */
                                                     return array("success" => false, "code" => -88, "message" => _x("Unable to update existing Amazon S3 ACLs. Connection failed.", "s2member-admin", "s2member"));
                                                 }
                                             } else {
                                                 if (isset($cf_response["code"], $cf_response["message"])) {
                                                     /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                                                     return array("success" => false, "code" => $cf_response["code"], "message" => sprintf(_x("Unable to create Amazon CloudFront Streaming Distro. %s", "s2member-admin", "s2member"), $cf_response["message"]));
                                                 } else {
                                                     /* Else, we use a default error code and message. */
                                                     return array("success" => false, "code" => -89, "message" => _x("Unable to create Amazon CloudFront Streaming Distro. Connection failed.", "s2member-admin", "s2member"));
                                                 }
                                             }
                                         } else {
                                             if (isset($cf_response["code"], $cf_response["message"])) {
                                                 /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                                                 return array("success" => false, "code" => $cf_response["code"], "message" => sprintf(_x("Unable to create Amazon CloudFront Downloads Distro. %s", "s2member-admin", "s2member"), $cf_response["message"]));
                                             } else {
                                                 /* Else, we use a default error code and message. */
                                                 return array("success" => false, "code" => -90, "message" => _x("Unable to create Amazon CloudFront Downloads Distro. Connection failed.", "s2member-admin", "s2member"));
                                             }
                                         }
                                     } else {
                                         if (isset($cf_response["code"], $cf_response["message"])) {
                                             /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                                             return array("success" => false, "code" => $cf_response["code"], "message" => sprintf(_x("Unable to create Amazon CloudFront Origin Access Identity. %s", "s2member-admin", "s2member"), $cf_response["message"]));
                                         } else {
                                             /* Else, we use a default error code and message. */
                                             return array("success" => false, "code" => -91, "message" => _x("Unable to create Amazon CloudFront Origin Access Identity. Connection failed.", "s2member-admin", "s2member"));
                                         }
                                     }
                                 } else {
                                     /* Else, we use a default error code and message. */
                                     return array("success" => false, "code" => -92, "message" => _x("Unable to clear existing Amazon CloudFront Origin Access Identity.", "s2member-admin", "s2member"));
                                 }
                             } else {
                                 if (isset($cf_get_response["code"], $cf_get_response["message"])) {
                                     /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                                     return array("success" => false, "code" => $cf_get_response["code"], "message" => sprintf(_x("Unable to acquire existing Amazon CloudFront Origin Access Identity. %s", "s2member-admin", "s2member"), $cf_get_response["message"]));
                                 } else {
                                     /* Else, we use a default error code and message. */
                                     return array("success" => false, "code" => -93, "message" => _x("Unable to acquire existing Amazon CloudFront Origin Access Identity. Connection failed.", "s2member-admin", "s2member"));
                                 }
                             }
                         } else {
                             /* Else, we use a default error code and message. */
                             return array("success" => false, "code" => -94, "message" => _x("Unable to clear existing Amazon CloudFront Streaming Distro.", "s2member-admin", "s2member"));
                         }
                     } else {
                         if (isset($cf_get_response["code"], $cf_get_response["message"])) {
                             /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                             return array("success" => false, "code" => $cf_get_response["code"], "message" => sprintf(_x("Unable to acquire existing Amazon CloudFront Streaming Distro. %s", "s2member-admin", "s2member"), $cf_get_response["message"]));
                         } else {
                             /* Else, we use a default error code and message. */
                             return array("success" => false, "code" => -95, "message" => _x("Unable to acquire existing Amazon CloudFront Streaming Distro. Connection failed.", "s2member-admin", "s2member"));
                         }
                     }
                 } else {
                     /* Else, we use a default error code and message. */
                     return array("success" => false, "code" => -96, "message" => _x("Unable to clear existing Amazon CloudFront Downloads Distro.", "s2member-admin", "s2member"));
                 }
             } else {
                 if (isset($cf_get_response["code"], $cf_get_response["message"])) {
                     /* translators: In this translation, `%s` may be filled with an English message, which comes from the Amazon CloudFront API call. Feel free to exclude `%s` if you like. */
                     return array("success" => false, "code" => $cf_get_response["code"], "message" => sprintf(_x("Unable to acquire existing Amazon CloudFront Downloads Distro. %s", "s2member-admin", "s2member"), $cf_get_response["message"]));
                 } else {
                     /* Else, we use a default error code and message. */
                     return array("success" => false, "code" => -97, "message" => _x("Unable to acquire existing Amazon CloudFront Downloads Distro. Connection failed.", "s2member-admin", "s2member"));
                 }
             }
         } else {
             /* Else, we use a default error code and message. */
             return array("success" => false, "code" => -98, "message" => _x("Unable to auto-configure Amazon CloudFront Distros. Incomplete Amazon CloudFront configuration options. Missing of one: Amazon CloudFront Private Key-Pair-ID, or Private Key file contents.", "s2member-admin", "s2member"));
         }
     } else {
         /* Else, we use a default error code and message. */
         return array("success" => false, "code" => -99, "message" => _x("Unable to auto-configure Amazon S3/CloudFront Distros. Incomplete Amazon S3 configuration options. Missing one of: Amazon S3 Bucket, Access Key, or Secret Key. You must provide optimizeMember with an Amazon S3 configuration before enabling CloudFront.", "s2member-admin", "s2member"));
     }
 }