From b3acb823bab955243417fee250d0a329bce302f4 Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Sun, 2 Jun 2019 13:23:31 +0200 Subject: [PATCH] Update all URLs and Names of software (pH7CMS => pH7Builder) --- .htaccess | 8 ++-- HELP_US.txt | 2 +- PH7.LICENSE.txt | 4 +- README.md | 44 +++++++++---------- WebsiteChecker.php | 2 +- _install/data/configs/config.ini | 4 +- _install/data/sql/MySQL/pH7_Core.sql | 38 ++++++++-------- _install/data/sql/PostgreSQL/pH7_Core.sql | 38 ++++++++-------- _install/langs/en/install.lang.php | 8 ++-- _install/langs/en/license.html | 4 +- _install/langs/es/install.lang.php | 4 +- _install/langs/es/license.html | 4 +- _install/langs/fr/install.lang.php | 6 +-- _install/langs/fr/license.html | 4 +- _install/library/Controller.class.php | 2 +- _install/requirements.php | 6 +-- _install/views/base/inc/header.tpl | 8 ++-- _protected/app/Bootstrap.php | 8 ++-- .../configs/environment/production.env.php | 4 +- _protected/app/includes/helpers/misc.php | 2 +- .../app/langs/en_US/LC_MESSAGES/global.po | 22 +++++----- .../app/modules/helloworld/Bootstrap.php | 2 +- .../modules/helloworld/config/Permission.php | 2 +- .../app/modules/helloworld/config/config.ini | 2 +- .../helloworld/controllers/HomeController.php | 4 +- _protected/app/system/config/config.ini | 4 +- .../core/assets/file/UpgradeCoreFile.php | 6 +-- .../core/classes/design/XmlDesignCore.php | 2 +- .../views/base/tpl/error/except.html.php | 2 +- .../controllers/SettingController.php | 2 +- .../modules/admin123/forms/SettingForm.php | 2 +- .../modules/admin123/inc/class/ImportUser.php | 2 +- .../admin123/inc/class/TweetSharing.php | 2 +- .../admin123/views/base/tpl/info/software.tpl | 2 +- .../admin123/views/base/tpl/main/news.inc.tpl | 2 +- .../modules/affiliate/config/config.ini | 2 +- .../system/modules/api/config/Permission.php | 2 +- .../app/system/modules/api/config/config.ini | 2 +- .../api/controllers/MainController.php | 2 +- .../api/controllers/UserController.php | 2 +- .../system/modules/birthday/config/config.ini | 2 +- .../app/system/modules/blog/config/config.ini | 2 +- .../app/system/modules/chat/config/config.ini | 2 +- .../modules/chatroulette/config/config.ini | 2 +- .../system/modules/comment/config/config.ini | 2 +- .../system/modules/connect/config/config.ini | 2 +- .../system/modules/contact/config/config.ini | 2 +- .../contact/controllers/ContactController.php | 2 +- .../cool-profile-page/config/config.ini | 2 +- .../system/modules/error/config/config.ini | 2 +- .../system/modules/field/config/config.ini | 2 +- .../system/modules/forum/config/config.ini | 2 +- .../app/system/modules/game/config/config.ini | 2 +- .../app/system/modules/im/config/config.ini | 2 +- .../system/modules/invite/config/config.ini | 2 +- .../modules/lost-password/config/config.ini | 2 +- .../modules/love-calculator/config/config.ini | 2 +- .../app/system/modules/mail/config/config.ini | 2 +- .../app/system/modules/map/config/config.ini | 2 +- .../milestone-celebration/config/config.ini | 2 +- .../inc/class/MessageGenerator.php | 2 +- .../modules/newsletter/config/config.ini | 2 +- .../app/system/modules/note/config/config.ini | 2 +- .../app/system/modules/page/config/config.ini | 4 +- .../page/views/base/tpl/main/about.tpl | 2 +- .../modules/page/views/base/tpl/main/faq.tpl | 2 +- .../page/views/base/tpl/main/helpus.tpl | 4 +- .../modules/payment/README_DEVELOPING.txt | 2 +- .../system/modules/payment/config/config.ini | 2 +- .../ph7cms-helper/config/Permission.php | 2 +- .../modules/ph7cms-helper/config/config.ini | 8 ++-- .../controllers/MainController.php | 4 +- .../models/ValidateSiteModel.php | 2 +- .../views/base/tpl/main/followgithubbox.tpl | 2 +- .../views/base/tpl/main/forkgithubbox.tpl | 2 +- .../views/base/tpl/main/githubbox.tpl | 4 +- .../views/base/tpl/main/stargithubbox.tpl | 2 +- .../system/modules/picture/config/config.ini | 2 +- .../modules/profile-faker/config/config.ini | 2 +- .../app/system/modules/pwa/config/config.ini | 2 +- .../modules/related-profile/config/config.ini | 2 +- .../system/modules/report/config/config.ini | 2 +- .../sms-verification/config/config.ini | 2 +- .../modules/two-factor-auth/config/config.ini | 2 +- .../modules/user-dashboard/config/config.ini | 2 +- .../app/system/modules/user/config/config.ini | 2 +- .../modules/user/forms/EditWallForm.php | 2 +- .../system/modules/user/forms/WallForm.php | 2 +- .../system/modules/video/config/config.ini | 2 +- .../system/modules/webcam/config/config.ini | 2 +- .../app/system/modules/xml/config/config.ini | 2 +- .../framework/Cache/Storage/Redis.class.php | 2 +- _protected/framework/Core/Core.class.php | 2 +- _protected/framework/Core/Kernel.class.php | 4 +- _protected/framework/Geo/Map/Api.class.php | 4 +- .../Layout/Form/Engine/PFBC/Form.class.php | 2 +- .../Form/Engine/PFBC/View/CStandard.php | 2 +- .../framework/Layout/Html/Design.class.php | 4 +- .../framework/Layout/Html/PageDna.class.php | 4 +- .../Layout/Tpl/Engine/PH7Tpl/PH7Tpl.class.php | 2 +- _protected/framework/Loader/Autoloader.php | 8 ++-- .../framework/Mvc/Model/Engine/Db.class.php | 2 +- .../Mvc/Model/Engine/Record.class.php | 2 +- .../Mvc/Router/FrontController.class.php | 4 +- _protected/framework/Parse/SysVar.class.php | 2 +- _protected/framework/Search/Search.class.php | 2 +- .../framework/Security/Ban/Ban.class.php | 2 +- .../framework/Seo/Data/MetaData.class.php | 2 +- .../Translate/Adapter/Gettext/gettext.inc.php | 2 +- .../Translate/Adapter/Gettext/gettext.php | 2 +- .../Translate/Adapter/Gettext/streams.php | 2 +- .../framework/Video/Api/Youtube.class.php | 2 +- _repository/import/Import.php | 2 +- .../10.2.0-12.0.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../12.0.0-12.1.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../12.1.0-12.6.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../12.6.0-12.9.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../12.9.7-12.9.8/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../12.9.8-14.0.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../14.0.0-14.3.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../14.3.0-14.3.4/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../14.3.4-14.3.6/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../14.3.6-14.7.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../14.7.0-14.8.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../14.8.0-15.0.0/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- .../15.0.0-15.1.0/data/sql/MySQL/upgrade.sql | 4 +- .../3.1.0-5.0.0/data/sql/MySQL/upgrade.sql | 4 +- .../5.0.0-6.0.0/data/sql/MySQL/upgrade.sql | 4 +- .../6.0.13-7.1.3/data/sql/MySQL/upgrade.sql | 4 +- .../7.1.3-8.0.2/data/sql/MySQL/upgrade.sql | 4 +- .../8.0.2-10.0.8/data/sql/MySQL/upgrade.sql | 4 +- .../data/sql/PostgreSQL/upgrade.sql | 4 +- _tests/Unit/fixtures/config/config.ini | 2 +- composer.json | 2 +- humans.txt | 8 ++-- installation-instructions-(start-here).txt | 6 +-- phpunit.xml.dist | 2 +- robots.txt | 2 +- sample.htaccess | 8 ++-- static/js/common.js | 2 +- templates/themes/base/css/menu.css | 2 +- templates/themes/base/tpl/layout.tpl | 4 +- templates/themes/base/tpl/top_menu.inc.tpl | 2 +- 155 files changed, 304 insertions(+), 304 deletions(-) diff --git a/.htaccess b/.htaccess index 064332827..55d068422 100755 --- a/.htaccess +++ b/.htaccess @@ -16,8 +16,8 @@ RewriteEngine On - ## Uncomment the below "#RewriteBase /" (remove "#") if pH7CMS is installed in a folder, and add the folder name after the slash "/" - ## Example: If pH7CMS is installed in "/public_html/ph7cms/", then it should be "RewriteBase /ph7cms/", however it may depends of your Apache configuration. + ## Uncomment the below "#RewriteBase /" (remove "#") if pH7Builder is installed in a folder, and add the folder name after the slash "/" + ## Example: If pH7Builder is installed in "/public_html/ph7cms/", then it should be "RewriteBase /ph7cms/", however it may depends of your Apache configuration. ## If you need, please ask your hosting company or check the Apache doc: http://httpd.apache.org/docs/current/mod/mod_rewrite.html # RewriteBase / @@ -669,7 +669,7 @@ ErrorDocument 505 /error/http/index?code=505 # RewriteCond %{SERVER_PORT} 80 # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] - ### For pH7CMS's URL router (DO NOT REMOVE THESE FOLLOWING CODE) ### + ### For pH7Builder's URL router (DO NOT REMOVE THESE FOLLOWING CODE) ### RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d @@ -838,6 +838,6 @@ AddType video/webm .webm AddType video/mp4 .mp4 AddType application/rss+xml .xml -# Personal pH7CMS extension file +# Personal pH7Builder extension file #AddType application/x-httpd-php .ph7 #DirectoryIndex init.ph7 diff --git a/HELP_US.txt b/HELP_US.txt index 7a8c0d295..8a98f873b 100755 --- a/HELP_US.txt +++ b/HELP_US.txt @@ -1,4 +1,4 @@ -We need your help in order to make pH7CMS "the best dating site/app builder" ever made! +We need your help in order to make pH7Builder "the best dating site/app builder" ever made! Thanks for helping us to contribute to this project by adding your code modifications on the official Git repo: https://github.com/pH7Software/pH7Builder Got a question? Please feel free to shoot a message @: hi{AT}ph7{D0T}me diff --git a/PH7.LICENSE.txt b/PH7.LICENSE.txt index 13989df1b..6117affe4 100755 --- a/PH7.LICENSE.txt +++ b/PH7.LICENSE.txt @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - pH7CMS (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") + pH7Builder (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria This program is free software: you can redistribute it and/or modify @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - pH7CMS (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria + pH7Builder (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 2e70d7626..faaaefa87 100755 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ **pH7, Social Dating CMS Solution™** is a **Professional**, **Free** & **Open Source** Social Dating CMS, fully responsive design, low-resource-intensive, powerful and very secure. -pH7CMS (now known as pH7Builder) offers 42 modules and based on its homemade framework (pH7Framework). It is also the first Professional, Free and Open Source Social Dating Site Builder Software and the first choice for creating enterprise level Dating Apps/Service or social networking sites. +pH7Builder (now known as pH7Builder) offers 42 modules and based on its homemade framework (pH7Framework). It is also the first Professional, Free and Open Source Social Dating Site Builder Software and the first choice for creating enterprise level Dating Apps/Service or social networking sites. *Imagine in 3 months' time, you have a well-known successful online community with thousands of happy users and without spending a dime for it! Instead, you spent money on advertising, user acquisition and other marketing strategies... Imagine the time you have saved. The amazing business and freedom you have now created.* -With **[pH7CMS](https://sourceforge.net/projects/ph7socialdating/files/latest/download)**, *THIS IS TOTALLY POSSIBLE!* (however, you have to be motivated! Nothing comes as magic). +With **[pH7Builder](https://sourceforge.net/projects/ph7socialdating/files/latest/download)**, *THIS IS TOTALLY POSSIBLE!* (however, you have to be motivated! Nothing comes as magic). ![Professional PHP Social Dating Builder Software](https://cloud.githubusercontent.com/assets/1325411/19419476/5475b32c-93d0-11e6-9756-8e7db8df129f.png) @@ -27,7 +27,7 @@ It is designed with the **KISS** principle in mind, and the whole source code ca This Free and Open Source **Social Dating Site Builder** wants to be low resource-intensive, powerful, stable and secure. The software also comes with 42 system modules and is based on **pH7Framework** *(written specifically for this project)* that has over 52 packages. -*To summarize, **pH7CMS** gives you **the perfect ingredients** to create the **best online dating service** or **social networking** website on the World Wide Web!* +*To summarize, **pH7Builder** gives you **the perfect ingredients** to create the **best online dating service** or **social networking** website on the World Wide Web!* ## 😻 How Powerful Your Social-Dating WebApp Will Be? 🚀 @@ -106,7 +106,7 @@ This Free and Open Source **Social Dating Site Builder** wants to be low resourc * Message templates * Multi Themes and many personalizable * Includes top HTML5 features -* Allow to sign in to your site with Facebook, Google and Twitter thanks pH7CMS's Connect module +* Allow to sign in to your site with Facebook, Google and Twitter thanks pH7Builder's Connect module * Invite Friends * Social Bookmark (Social Media Sharing Buttons) * Anti-Scam and Anti-Fraud Tools @@ -118,14 +118,14 @@ This Free and Open Source **Social Dating Site Builder** wants to be low resourc * Progressive Web App (PWA) support (requires HTTPS) * Admin Panel - Block Access with IP Restriction * Beautiful Code: Very thoroughly commented about what's happening throughout the PHP code, beautiful indentation and very readable, even for non-programmers -* Anyone can easily contribute to pH7CMS project thanks the [GitHub repository](https://github.com/pH7Software/pH7Builder) +* Anyone can easily contribute to pH7Builder project thanks the [GitHub repository](https://github.com/pH7Software/pH7Builder) -**It's not a hazard that pH7CMS is considered to be the first choice for creating an enterprise level dating web app or social networking website** +**It's not a hazard that pH7Builder is considered to be the first choice for creating an enterprise level dating web app or social networking website** -*Great features [like here](https://ph7cms.com/social-dating-features/) and many other unique and exclusive features are waiting for YOU. Already released in pH7CMS!* +*Great features [like here](https://ph7cms.com/social-dating-features/) and many other unique and exclusive features are waiting for YOU. Already released in pH7Builder!* -![Build a Social Dating Web App with pH7CMS](https://cloud.githubusercontent.com/assets/1325411/19419481/657386a4-93d0-11e6-8eee-95deba2d30a0.png) +![Build a Social Dating Web App with pH7Builder](https://cloud.githubusercontent.com/assets/1325411/19419481/657386a4-93d0-11e6-8eee-95deba2d30a0.png) ## ⚙ Requirements @@ -144,28 +144,28 @@ This Free and Open Source **Social Dating Site Builder** wants to be low resourc * **Minimum Web Space** 2.0 GB -* **pH7CMS's Video Module Requirement (only if enabled)** [FFmpeg](https://ffmpeg.org) +* **pH7Builder's Video Module Requirement (only if enabled)** [FFmpeg](https://ffmpeg.org) ## 🛠 Installation * Github: - * Clone pH7CMS from Github `git clone git@github.com:pH7Software/pH7-Social-Dating-CMS.git` + * Clone pH7Builder from Github `git clone git@github.com:pH7Software/pH7-Social-Dating-CMS.git` (use `--depth=1` if you don't need the history) * [Install Composer](https://getcomposer.org/doc/00-intro.md) - * From a command line opened in the folder, run `composer install` to install pH7CMS's dependencies. + * From a command line opened in the folder, run `composer install` to install pH7Builder's dependencies. * Composer: * [Install Composer](https://getcomposer.org/doc/00-intro.md) * `composer create-project ph7software/ph7cms --prefer-dist ph7cms` * Sourceforge: * Directly download the latest stable version from [Sourceforge](https://sourceforge.net/projects/ph7socialdating/). * Softaculous: - * If your Web host offers Softaculous, you might be able to install [pH7CMS in one-click with Softaculous](https://www.softaculous.com/apps/socialnetworking/pH7CMS). + * If your Web host offers Softaculous, you might be able to install [pH7Builder in one-click with Softaculous](https://www.softaculous.com/apps/socialnetworking/pH7Builder). ## 🏗 Nginx Configuration -In order to get pH7CMS working on nginx server, you need to add some custom nginx configuration. +In order to get pH7Builder working on nginx server, you need to add some custom nginx configuration. Create `/etc/nginx/ph7cms.conf` and add the following: @@ -238,14 +238,14 @@ You appreciate the project, the several years I spent on it, and don't want to l ## 📚 Documentation -[pH7CMS Documentation](https://ph7cms.com/doc/) +[pH7Builder Documentation](https://ph7cms.com/doc/) ## 💖 Contributing ![I Love Open Source](static/img/love-open-source-logo.png) -Anyone can contribute on **[pH7CMS GitHub](https://github.com/pH7Software/pH7Builder)** repository! +Anyone can contribute on **[pH7Builder GitHub](https://github.com/pH7Software/pH7Builder)** repository! Finding bugs, improving the CMS/doc or adding translations. Any contribution is welcome and highly appreciated! @@ -257,13 +257,13 @@ Just clone the repository, make your changes and then make a push ;-) ![Beautiful Profile Dating Page](https://user-images.githubusercontent.com/1325411/35779585-68f0d5fc-09c7-11e8-91eb-bf793fcfab6e.png) -## 🌲 pH7CMS; The Eco-Friendly CMS ❤️ +## 🌲 pH7Builder; The Eco-Friendly CMS ❤️ ![Eco Friendly. Love the World and Love the Nature](static/img/love-nature.svg) -[pH7CMS](https://ph7cms.com) has been built to reduce the power and CPU usage of your server in order to preserve the nature and help to save our environment. +[pH7Builder](https://ph7cms.com) has been built to reduce the power and CPU usage of your server in order to preserve the nature and help to save our environment. -pH7CMS's templates also use lighter colors since LCD monitors use less electricity to display them. +pH7Builder's templates also use lighter colors since LCD monitors use less electricity to display them. Finally, **please consider using green Web hosting** (which use Green Power supply). @@ -271,11 +271,11 @@ Finally, **please consider using green Web hosting** (which use Green Power supp -> Other [10 Easy Ways to Green Your Social Community](https://mashable.com/2010/01/01/green-your-web-site/) 😉 <- -## 🔨 Tools/Software Used to Develop pH7CMS +## 🔨 Tools/Software Used to Develop pH7Builder * LAMP on **Fedora/Ubuntu** (and Mac/Windows with MAMP/WampServer/XAMPP for testing purpose) -* **Geany & Sublime Text** for coding the whole project. That's it! However, since pH7CMS 5.0, **PhpStorm** (and sometimes Atom) are used as well. +* **Geany & Sublime Text** for coding the whole project. That's it! However, since pH7Builder 5.0, **PhpStorm** (and sometimes Atom) are used as well. * **GIMP** for editing the assets, etc. @@ -297,10 +297,10 @@ You can send me an email for any suggestions or feedback at: *hello {AT} ph7cms ## ⚖ License -**pH7CMS** is generously distributed under **Open Source, Free** License. +**pH7Builder** is generously distributed under **Open Source, Free** License. License: [General Public License 3](https://www.gnu.org/licenses/gpl.html) or later; See the *PH7.LICENSE.txt* and *PH7.COPYRIGHT.txt* files for more details. -![pH7CMS allows anyone to start a web dating app like Tinder/Bumble or Badoo](https://cloud.githubusercontent.com/assets/1325411/19419477/5476b45c-93d0-11e6-823d-d293f186c0f7.png) +![pH7Builder allows anyone to start a web dating app like Tinder/Bumble or Badoo](https://cloud.githubusercontent.com/assets/1325411/19419477/5476b45c-93d0-11e6-823d-d293f186c0f7.png) ![Admin Panel, Browse Users](https://cloud.githubusercontent.com/assets/1325411/14080251/b476e5c6-f4fb-11e5-825e-ddc992ba1055.png) diff --git a/WebsiteChecker.php b/WebsiteChecker.php index c26092113..c38b042ab 100644 --- a/WebsiteChecker.php +++ b/WebsiteChecker.php @@ -19,7 +19,7 @@ class WebsiteChecker const REQUIRED_CONFIG_FILE_NAME = '_constants.php'; const INSTALL_FOLDER_NAME = '_install/'; - const PHP_VERSION_ERROR_MESSAGE = 'ERROR: Your current PHP version is %s. pH7CMS requires PHP %s or newer.
Please ask your Web host to upgrade PHP to %s or newer.'; + const PHP_VERSION_ERROR_MESSAGE = 'ERROR: Your current PHP version is %s. pH7Builder requires PHP %s or newer.
Please ask your Web host to upgrade PHP to %s or newer.'; const NO_CONFIG_FOUND_ERROR_MESSAGE = 'CONFIG FILE NOT FOUND! If you want to make a new installation, please re-upload _install/ folder and clear your database.'; /** diff --git a/_install/data/configs/config.ini b/_install/data/configs/config.ini index deb584b41..ff0980e48 100755 --- a/_install/data/configs/config.ini +++ b/_install/data/configs/config.ini @@ -25,7 +25,7 @@ environment = production name = "¡pH7! Social Dating CMS" type = Core author = "Pierre-Henry Soria" -company = "pH7CMS (Pierre-Henry Soria)" +company = "pH7Builder (Pierre-Henry Soria)" copyright = "Pierre-Henry Soria, All Rights Reserved." license = GNU website = "http://ph7cms.com" @@ -114,7 +114,7 @@ enable.static.minify_java_compiler = 0 [ph7cms.api] -; Never change the pH7CMS API key (and never share it)!! This key is like a password. Each pH7CMS installation has a different one. +; Never change the pH7Builder API key (and never share it)!! This key is like a password. Each pH7Builder installation has a different one. ; The key is used for external apps, like iOS/Android apps, external app websites, etc. private_key = "%private_key%" diff --git a/_install/data/sql/MySQL/pH7_Core.sql b/_install/data/sql/MySQL/pH7_Core.sql index 640ed3ee5..0b96008d5 100755 --- a/_install/data/sql/MySQL/pH7_Core.sql +++ b/_install/data/sql/MySQL/pH7_Core.sql @@ -242,22 +242,22 @@ CREATE TABLE IF NOT EXISTS ph7_ads ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1; INSERT INTO ph7_ads (adsId, name, code, active, width, height, views, clicks) VALUES -(1, 'Sponsor pH7CMS 1 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), -(2, 'Sponsor pH7CMS 2 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), -(3, 'Sponsor pH7CMS 3 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), -(4, 'Sponsor pH7CMS 4 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), -(5, 'Sponsor pH7CMS 5 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), -(6, 'Sponsor pH7CMS 6 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), -(7, 'Sponsor pH7CMS 7 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), -(8, 'Sponsor pH7CMS 8 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), -(9, 'Sponsor pH7CMS 9 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), -(10, 'Sponsor pH7CMS 10 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), -(11, 'Sponsor pH7CMS 11 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), -(12, 'Sponsor pH7CMS 12 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), -(13, 'Sponsor pH7CMS 13 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), -(14, 'Sponsor pH7CMS 14 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), -(15, 'Sponsor pH7CMS 15 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0), -(16, 'Sponsor pH7CMS 16 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0); +(1, 'Sponsor pH7Builder 1 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), +(2, 'Sponsor pH7Builder 2 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), +(3, 'Sponsor pH7Builder 3 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), +(4, 'Sponsor pH7Builder 4 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), +(5, 'Sponsor pH7Builder 5 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), +(6, 'Sponsor pH7Builder 6 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), +(7, 'Sponsor pH7Builder 7 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), +(8, 'Sponsor pH7Builder 8 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), +(9, 'Sponsor pH7Builder 9 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), +(10, 'Sponsor pH7Builder 10 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), +(11, 'Sponsor pH7Builder 11 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), +(12, 'Sponsor pH7Builder 12 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), +(13, 'Sponsor pH7Builder 13 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), +(14, 'Sponsor pH7Builder 14 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), +(15, 'Sponsor pH7Builder 15 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0), +(16, 'Sponsor pH7Builder 16 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0); CREATE TABLE IF NOT EXISTS ph7_ads_affiliates ( @@ -969,8 +969,8 @@ CREATE TABLE IF NOT EXISTS ph7_modules ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1; INSERT INTO ph7_modules (vendorName, moduleName, version, active) VALUES -/* Gives the current version of pH7CMS SQL schema (this helps to update and shows whether it is necessary or not to update the database as well) */ -('pH7CMS', 'SQL System Schema', '1.5.6', 1); +/* Gives the current version of pH7Builder SQL schema (this helps to update and shows whether it is necessary or not to update the database as well) */ +('pH7Builder', 'SQL System Schema', '1.5.6', 1); CREATE TABLE IF NOT EXISTS ph7_report ( @@ -1070,7 +1070,7 @@ INSERT INTO ph7_settings (settingName, settingValue, description, settingGroup) ('smtpHostName', 'mail.example.com', '', 'email'), ('smtpPassword', 123456, '', 'email'), ('smtpPort', 25, '', 'email'), -('watermarkTextImage', 'pH7CMS.com', 'Watermark text', 'image'), +('watermarkTextImage', 'pH7Builder', 'Watermark text', 'image'), ('sizeWatermarkTextImage', 2, 'Between 0 to 5', 'image'), ('banWordReplace', '[removed]', '', 'security'), ('securityToken', 0, '0 to disable or 1 to enable the CSRF security token in the forms', 'security'), diff --git a/_install/data/sql/PostgreSQL/pH7_Core.sql b/_install/data/sql/PostgreSQL/pH7_Core.sql index 28c9a78c9..f045055e7 100644 --- a/_install/data/sql/PostgreSQL/pH7_Core.sql +++ b/_install/data/sql/PostgreSQL/pH7_Core.sql @@ -273,22 +273,22 @@ CREATE TABLE IF NOT EXISTS ph7_ads ( ALTER SEQUENCE ph7_ads_seq RESTART WITH 1; INSERT INTO ph7_ads (adsId, name, code, active, width, height, views, clicks) VALUES -(1, 'Sponsor pH7CMS 1 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), -(2, 'Sponsor pH7CMS 2 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), -(3, 'Sponsor pH7CMS 3 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), -(4, 'Sponsor pH7CMS 4 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), -(5, 'Sponsor pH7CMS 5 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), -(6, 'Sponsor pH7CMS 6 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), -(7, 'Sponsor pH7CMS 7 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), -(8, 'Sponsor pH7CMS 8 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), -(9, 'Sponsor pH7CMS 9 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), -(10, 'Sponsor pH7CMS 10 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), -(11, 'Sponsor pH7CMS 11 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), -(12, 'Sponsor pH7CMS 12 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), -(13, 'Sponsor pH7CMS 13 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), -(14, 'Sponsor pH7CMS 14 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), -(15, 'Sponsor pH7CMS 15 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0), -(16, 'Sponsor pH7CMS 16 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0); +(1, 'Sponsor pH7Builder 1 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), +(2, 'Sponsor pH7Builder 2 (728x90)', '%site_name% by %software_name%', '0', 728, 90, 0, 0), +(3, 'Sponsor pH7Builder 3 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), +(4, 'Sponsor pH7Builder 4 (200x200)', '%site_name% by %software_name%', '0', 200, 200, 0, 0), +(5, 'Sponsor pH7Builder 5 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), +(6, 'Sponsor pH7Builder 6 (250x250)', '%site_name% by %software_name%', '0', 250, 250, 0, 0), +(7, 'Sponsor pH7Builder 7 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), +(8, 'Sponsor pH7Builder 8 (468x60)', '%site_name% by %software_name%', '0', 468, 60, 0, 0), +(9, 'Sponsor pH7Builder 9 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), +(10, 'Sponsor pH7Builder 10 (300x250)', '%site_name% by %software_name%', '0', 300, 250, 0, 0), +(11, 'Sponsor pH7Builder 11 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), +(12, 'Sponsor pH7Builder 12 (336x280)', '%site_name% by %software_name%', '0', 336, 280, 0, 0), +(13, 'Sponsor pH7Builder 13 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), +(14, 'Sponsor pH7Builder 14 (120x600)', '%site_name% by %software_name%', '0', 120, 600, 0, 0), +(15, 'Sponsor pH7Builder 15 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0), +(16, 'Sponsor pH7Builder 16 (160x600)', '%site_name% by %software_name%', '0', 160, 600, 0, 0); CREATE SEQUENCE ph7_ads_affiliates_seq; @@ -1130,8 +1130,8 @@ CREATE TABLE IF NOT EXISTS ph7_modules ( ALTER SEQUENCE ph7_modules_seq RESTART WITH 1; INSERT INTO ph7_modules (vendorName, moduleName, version, active) VALUES -/* Gives the current version of pH7CMS SQL schema (this helps to update and shows whether it is necessary or not to update the database as well) */ -('pH7CMS', 'SQL System Schema', '1.5.5', 1); +/* Gives the current version of pH7Builder SQL schema (this helps to update and shows whether it is necessary or not to update the database as well) */ +('pH7Builder', 'SQL System Schema', '1.5.5', 1); CREATE SEQUENCE ph7_report_seq; @@ -1171,7 +1171,7 @@ INSERT INTO ph7_settings (settingName, settingValue, description, settingGroup) ('footerLinkColor', '', 'Override footer links color. Leave empty to disable', 'design'), ('linkHoverColor', '', 'Override links hover color. Leave empty to disable', 'design'), ('defaultSysModule', 'user', 'The default module running by default on the index page. Recommended to keep the "user" module', 'general'), -('emailName', 'pH7CMS', '', 'email'), +('emailName', 'pH7Builder', '', 'email'), ('feedbackEmail', @sFeedbackEmail, '', 'email'), ('splashPage', 1, 'Use Splash Page | enable = 1 or disable = 0', 'homepage'), ('usersBlock', 1, '0 to disable | 1 to enable the profile photos on the homepage', 'homepage'), diff --git a/_install/langs/en/install.lang.php b/_install/langs/en/install.lang.php index 1577f881e..7f72b4f5a 100755 --- a/_install/langs/en/install.lang.php +++ b/_install/langs/en/install.lang.php @@ -18,7 +18,7 @@ 'welcome_voice' => 'Welcome to ' . Controller::SOFTWARE_NAME . ', version ' . Controller::SOFTWARE_VERSION . '. ' . 'I hope you will enjoy your new social web app.', 'CMS_desc' => '

Welcome to ' . Controller::SOFTWARE_NAME . ' Installer.
- Thank you for choosing pH7CMS, and we hope you will love it!

', + Thank you for choosing pH7Builder, and we hope you will love it!

', 'choose_install_lang' => 'Please choose your language to begin the installation', 'requirements_desc' => 'WARNING! Please make sure you are connected to the Internet and your server has the minimum requirements.', 'requirements2_desc' => 'Before to continue, please create a MySQL database and assign a user to it with full privileges. Once you created the MySQL database and its user, make sure to write down the database name, username and password since you will need them for installation.', @@ -42,7 +42,7 @@ 'welcome_to_installer' => 'Installation of', 'config_site' => 'Configure your website!', 'config_system' => 'Database/System Configuration', - 'finish' => 'Woohoo! pH7CMS is now installed! 😋', + 'finish' => 'Woohoo! pH7Builder is now installed! 😋', 'go_your_site' => 'Go to your new website!', 'go_your_admin_panel' => 'Go to your admin panel', 'error_page_not_found' => 'Page not found', @@ -62,7 +62,7 @@ 'db_username' => 'Database username', 'db_password' => 'Database password', 'db_prefix' => 'Table name prefix', - 'desc_db_prefix' => 'This option is useful when you have multiple installations of pH7CMS on the same database. + 'desc_db_prefix' => 'This option is useful when you have multiple installations of pH7Builder on the same database. We also recommend that you change the default value ​​in order to increase the security of your website.', 'db_encoding' => 'Encoding', 'desc_db_encoding' => 'Database encoding. Leave utf8mb4 for international encoding (supporting emojis).', @@ -105,7 +105,7 @@ Your Admin Login Password is: ****** (hidden for security reasons. It\'s the one you chose during the installation).

Don\'t forget to show off YOUR new Social Dating Website to your friends, colleagues and Facebook\'s mates (and even to your haters... why not! :-) ).

-

Here is a pre-written Tweet (which you can edit, of course).

+

Here is a pre-written Tweet (which you can edit, of course).

 

Will you help me to improve the software..? Make a donation here

 

diff --git a/_install/langs/en/license.html b/_install/langs/en/license.html index a6729caaa..7ef0c1156 100644 --- a/_install/langs/en/license.html +++ b/_install/langs/en/license.html @@ -631,7 +631,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

-pH7CMS (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder").
+pH7Builder (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder").
Copyright (C) 2011-2019 Pierre-Henry Soria

This program is free software: you can redistribute it and/or modify
@@ -652,7 +652,7 @@ If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

- pH7CMS (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria
+ pH7Builder (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
diff --git a/_install/langs/es/install.lang.php b/_install/langs/es/install.lang.php index 7103265b1..1e917205f 100755 --- a/_install/langs/es/install.lang.php +++ b/_install/langs/es/install.lang.php @@ -20,7 +20,7 @@ 'CMS_desc' => '

Bienvenido a la instalación de ' . Controller::SOFTWARE_NAME . '.
Gracias por elegir nuestro CMS y esperamos que sea de su agrado usted.

', 'choose_install_lang' => 'Por favor, elija su idioma para comenzar la instalación', - 'requirements_desc' => '¡ADVERTENCIA! Por favor, asegúrese que usted es conectado a Internet y de que el servidor tiene la necesaria requisitos para funcionar pH7CMS.', + 'requirements_desc' => '¡ADVERTENCIA! Por favor, asegúrese que usted es conectado a Internet y de que el servidor tiene la necesaria requisitos para funcionar pH7Builder.', 'requirements2_desc' => 'En primer lugar, cree una base de datos MySQL y asignar a un usuario con privilegios completos. Una vez creada la base de datos MySQL y el usuario, asegúrese de escribir el nombre de la base de datos, el nombre de usuario y contraseña, ya que necesitará para la instalación.', 'config_path' => 'Ruta del directorio «protected»', 'desc_config_path' => 'Por favor, especifique la ruta completa a la carpeta de «protected».
@@ -62,7 +62,7 @@ 'db_username' => 'Nombre de usuario de la base de datos', 'db_password' => 'Contraseña para la base de datos', 'db_prefix' => 'El prefijo de la tabla de la base de datos', - 'desc_db_prefix' => 'Esta opción es útil cuando tiene varias instalaciones de pH7CMS en la misma base de datos. Recomendamos que usted todavía cambiar los valores por defecto con el fin de aumentar la seguridad de su sitio web.', + 'desc_db_prefix' => 'Esta opción es útil cuando tiene varias instalaciones de pH7Builder en la misma base de datos. Recomendamos que usted todavía cambiar los valores por defecto con el fin de aumentar la seguridad de su sitio web.', 'db_encoding' => 'Codificación', 'desc_db_encoding' => 'Codificación de la base de datos. Deje utf8mb4 para la codificación internacional (compatible con emojis).', 'db_port' => 'Puerto de la base de datos', diff --git a/_install/langs/es/license.html b/_install/langs/es/license.html index a6729caaa..7ef0c1156 100644 --- a/_install/langs/es/license.html +++ b/_install/langs/es/license.html @@ -631,7 +631,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

-pH7CMS (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder").
+pH7Builder (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder").
Copyright (C) 2011-2019 Pierre-Henry Soria

This program is free software: you can redistribute it and/or modify
@@ -652,7 +652,7 @@ If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

- pH7CMS (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria
+ pH7Builder (also known as "pH7Builder", "pH7 Social Dating CMS" and "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
diff --git a/_install/langs/fr/install.lang.php b/_install/langs/fr/install.lang.php index 640299e56..bedde74b1 100755 --- a/_install/langs/fr/install.lang.php +++ b/_install/langs/fr/install.lang.php @@ -20,7 +20,7 @@ 'CMS_desc' => '

Bienvenue à l\'installation de ' . Controller::SOFTWARE_NAME . '.
Nous vous remercions d\'avoir choisis notre CMS et nous espérons qu\'il va vous plaire.

', 'choose_install_lang' => 'Veuillez choisir votre langue pour commencer l\'installation', - 'requirements_desc' => 'ATTENTION ! Veuillez être sûr que vous êtes connecté à Internet et que votre serveur a les exigences nécessaires pour faire fonctionner pH7CMS.', + 'requirements_desc' => 'ATTENTION ! Veuillez être sûr que vous êtes connecté à Internet et que votre serveur a les exigences nécessaires pour faire fonctionner pH7Builder.', 'requirements2_desc' => 'Avant toute chose, veuillez créer une base de données MySQL et affecter un utilisateur à elle avec tous les privilèges. Une fois que vous avez créé la base de données MySQL et son utilisateur, assurez-vous d\'écrire le nom de la base de données, le nom d\'utilisateur et le mot de passe, car vous en aurez besoin pour l\'installation.', 'config_path' => 'Chemin du répertoire « protected »', 'desc_config_path' => 'Veuillez indiquer le chemin complet de votre répertoire « protected »
@@ -62,7 +62,7 @@ 'db_username' => 'Nom d\'utilisateur de la base de données', 'db_password' => 'Mot de passe de la base de données', 'db_prefix' => 'Le préfixe des tables de la base de données', - 'desc_db_prefix' => 'Cette option est utile quand vous avez plusieurs installations de pH7CMS sur la même base de données. Nous vous recommandons quand même de modifier la valeur par défaut afin d\'augmenter la sécurité de votre site Web.', + 'desc_db_prefix' => 'Cette option est utile quand vous avez plusieurs installations de pH7Builder sur la même base de données. Nous vous recommandons quand même de modifier la valeur par défaut afin d\'augmenter la sécurité de votre site Web.', 'db_encoding' => 'Encodage', 'desc_db_encoding' => 'Encodage de la base de données. utf8mb4 pour un encodage international (supportant les emojis).', 'db_port' => 'Numéro de port de votre base de données', @@ -104,7 +104,7 @@ Votre mot de passe est : ****** (caché pour des raisons de sécurité. C\'est celui choisi durant l\'installation).

N\'oubliez pas de vous la péter en montrant votre nouveau service de rencontre à tous vos amis, vos collègues et vos potes de Facebook (et même à vos ennemis... ou pas).

-

Voici un un Tweet pré-écrit (que vous pouvez éditer, bien sûr).

+

Voici un un Tweet pré-écrit (que vous pouvez éditer, bien sûr).

 

Allez-vous m\'aider à améliorer le logiciel ? Faire une donation ici

 

diff --git a/_install/langs/fr/license.html b/_install/langs/fr/license.html index 9dcf50ecb..fd9f2f385 100644 --- a/_install/langs/fr/license.html +++ b/_install/langs/fr/license.html @@ -784,7 +784,7 @@ réservation de droit (“copyright”) et une indication permettant de savoir
où la notice complète peut être trouvée :

- pH7CMS (aussi connu sous le nom de "pH7Builder", "pH7 Social Dating CMS" et "pH7 Social Dating Builder").
+ pH7Builder (aussi connu sous le nom de "pH7Builder", "pH7 Social Dating CMS" et "pH7 Social Dating Builder").
Copyright (C) 2011-2019 Pierre-Henry Soria — Tous droits réservés.

Ce programme est un logiciel libre ; vous pouvez le redistribuer ou le
@@ -808,7 +808,7 @@ afficher une courte notice comme celle-ci lors de son démarrage en mode
interactif :

- pH7CMS (aussi connu sous le nom de "pH7Builder", "pH7 Social Dating CMS" et "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria
+ pH7Builder (aussi connu sous le nom de "pH7Builder", "pH7 Social Dating CMS" et "pH7 Social Dating Builder") Copyright (C) 2011-2019 Pierre-Henry Soria
Ce programme vient SANS ABSOLUMENT AUCUNE GARANTIE ; taper “affiche g” pour
les détails. Ceci est un logiciel libre et vous êtes invité à le redistribuer
suivant certaines conditions ; taper “affiche c” pour les détails.
diff --git a/_install/library/Controller.class.php b/_install/library/Controller.class.php index 045b7e3ef..92a82d2ab 100755 --- a/_install/library/Controller.class.php +++ b/_install/library/Controller.class.php @@ -20,7 +20,7 @@ abstract class Controller implements Controllable const PHP_TIMEZONE_DIRECTIVE = 'date.timezone'; const VIEW_CACHE_LIFETIME = 24 * 3600; //thanks PHP5.6 for scalar expr in consts - const SOFTWARE_NAME = 'pH7CMS'; + const SOFTWARE_NAME = 'pH7Builder'; const DEFAULT_SITE_NAME = 'My Dating WebApp'; const DEFAULT_ADMIN_USERNAME = 'administrator'; const SOFTWARE_PREFIX_COOKIE_NAME = 'pH7'; diff --git a/_install/requirements.php b/_install/requirements.php index e4cc8211b..d564e65b1 100755 --- a/_install/requirements.php +++ b/_install/requirements.php @@ -1,6 +1,6 @@ Please ask your Web host to upgrade PHP to ' . PH7_REQUIRED_SERVER_VERSION . ' or newer.'; + $aErrors[] = 'Your current PHP version is ' . PHP_VERSION . '. pH7Builder requires PHP ' . PH7_REQUIRED_SERVER_VERSION . ' or newer.
Please ask your Web host to upgrade PHP to ' . PH7_REQUIRED_SERVER_VERSION . ' or newer.'; } $aRequirementsNeeded = array( @@ -88,7 +88,7 @@ $iErrors = !empty($aErrors) ? count($aErrors) : 0; if ($iErrors > 0) { - display_html_header('Requirements - pH7CMS Installation'); + display_html_header('Requirements - pH7Builder Installation'); printf('

You have %d error(s):

', $iErrors); diff --git a/_install/views/base/inc/header.tpl b/_install/views/base/inc/header.tpl index ee6e5ed11..5ef5de186 100755 --- a/_install/views/base/inc/header.tpl +++ b/_install/views/base/inc/header.tpl @@ -12,15 +12,15 @@ - - + + - + @@ -30,7 +30,7 @@