This file contains 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 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 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 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 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 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 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 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 の設定を事前に行う場合に |
This file contains 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 インストーラー | |
// | |
// -------------------------- | |
# PHP のバージョンを 5.6 に指定 |
This file contains 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.5.x -> 2.6.1.4 update | |
// | |
// -------------------------- | |
$cmsVersion = "2614"; |
NewerOlder