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 XAMPP版)</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 インストーラー (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 | |
// -------------------------- | |
// | |
// Web ARENA サイトアドバンス用 a-blog cms インストーラー | |
// | |
// -------------------------- | |
# インストーラー の | |
# MySQL の設定を事前に行う場合に |
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 インストーラー (Cloud9版)</title> | |
</head> | |
<body> | |
<?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 | |
// -------------------------- | |
// | |
// 掃除用 | |
// | |
// -------------------------- | |
$deletePath = realpath('.'); |
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 | |
// -------------------------- | |
// | |
// GMO お名前.com レンタルサーバー用 a-blog cms インストーラー | |
// | |
// -------------------------- | |
# インストーラー の | |
# MySQL の設定を事前に行う場合に |
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 | |
// -------------------------- | |
// | |
// NTT コミュニケーションズの Bizメール&ウェブ 用 a-blog cms インストーラー | |
// | |
// -------------------------- | |
# インストーラー の | |
# MySQL の設定を事前に行う場合に |
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 | |
// -------------------------- | |
// | |
// Zenlogic用 a-blog cms 2.6.1.3 インストーラー | |
// | |
// -------------------------- | |
# インストーラー の | |
# MySQL の設定を事前に行う場合に |
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.5.x -> 2.6.0.2 update | |
// | |
// -------------------------- | |
$cmsVersion = "2602"; |
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.2 インストーラー | |
// (linux系で ioncube が標準のサーバー向け) | |
// | |
// -------------------------- | |
# インストーラー の |