This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // a-blog cms 環境チェック(phpinfo 不要) | |
| // 公開しない前提:確認が終わったら削除してください。 | |
| header('Content-Type: text/plain; charset=UTF-8'); | |
| function ok($label, $value) { | |
| echo "[OK] {$label}: {$value}\n"; | |
| } | |
| function ng($label, $value) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| ini_set('max_execution_time', 0); | |
| // ---------------------- | |
| // a-blog cms サイトコピー (XSERVER用) | |
| // update 2022/07/18 | |
| // ---------------------- | |
| // -------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // ---------------------- | |
| // a-blog cms バックアップ | |
| // update 2022/03/04 | |
| // ---------------------- | |
| # 指定すると DOMAIN_YYYYMMDDHHMMSS.zip で | |
| # sql , archives , archives_rev , storage , media , themes , config.system.yaml | |
| # を圧縮してバックアップします。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // ---------------------- | |
| // a-blog cms | |
| // update 2022/03/15 | |
| // ---------------------- | |
| // ------------------- | |
| // 2) パスワードチェック | |
| // ------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="ja"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>a-blog cms インストーラー (ロリポップ版)</title> | |
| </head> | |
| <body style="text-align:center; margin-top:100px"> | |
| <?php | |
| // -------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // -------------------------- | |
| // | |
| // CPI ACE01 / SV-Basic用 a-blog cms 2.11.x 簡単セットアップ | |
| // | |
| // -------------------------- | |
| $ablogcmsVersion = ""; #サイトからバージョンを自動チェック |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="ja"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>a-blog cms インストーラー (Windows MAMP版)</title> | |
| </head> | |
| <body> | |
| <?php | |
| set_time_limit(0); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="ja"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>a-blog cms インストーラー (Windows MAMP版)</title> | |
| </head> | |
| <body> | |
| <?php | |
| set_time_limit(0); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // -------------------------- | |
| // | |
| // ロリポップ用 a-blog cms 2.6.1.3 インストーラー | |
| // | |
| // -------------------------- | |
| # インストーラー の | |
| # MySQL の設定を事前に行う場合に |
NewerOlder