├── Assets ├── screenshota.png └── screenshotb.png ├── Contents ├── Info.plist ├── Resources │ ├── icon@50.png │ ├── icon@512.png │ ├── icon@58.png │ ├── style.css │ └── template.php └── info.php ├── LICENSE ├── PHPStack.stack ├── .DS_Store └── Contents │ ├── Info.plist │ └── Resources │ ├── .DS_Store │ ├── icon@50.png │ ├── icon@512.png │ ├── icon@58.png │ ├── style.css │ └── template.php └── README.md /Assets/screenshota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/Assets/screenshota.png -------------------------------------------------------------------------------- /Assets/screenshotb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/Assets/screenshotb.png -------------------------------------------------------------------------------- /Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleIdentifier 6 | com.skoredev.stacks.phpStack 7 | CFBundleShortVersionString 8 | 1.1.2 9 | title 10 | Code PHP 11 | subtitle 12 | Code in PHP 13 | group 14 | Skore Tech 15 | customItems 16 | 17 | 18 | default 19 | 20 | falseValue 21 | 22 | id 23 | collapseA 24 | title 25 | Collapse PHP Stack 26 | trueValue 27 | #%id% .colA{ display: none; }#%id% .headCode{ color:#FFF;background-color: #646464; } 28 | type 29 | checkbox 30 | 31 | 32 | icon 33 | icon 34 | type 35 | stack 36 | requiresPhp 37 | 38 | phpSession 39 | 40 | requiresPhpBuffer 41 | 42 | templateFile 43 | template.php 44 | cssFile 45 | style.css 46 | tags 47 | 48 | PHP 49 | Code 50 | Utility 51 | Form 52 | YourHead Software 53 | Rapid Weaver 54 | Stacks 55 | iSkore 56 | iSkore Development Inc. 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /Contents/Resources/icon@50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/Contents/Resources/icon@50.png -------------------------------------------------------------------------------- /Contents/Resources/icon@512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/Contents/Resources/icon@512.png -------------------------------------------------------------------------------- /Contents/Resources/icon@58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/Contents/Resources/icon@58.png -------------------------------------------------------------------------------- /Contents/Resources/style.css: -------------------------------------------------------------------------------- 1 | #%id% h1 { 2 | color: #333; 3 | background-color: #FFF; 4 | font: normal 18px courier; 5 | padding-bottom: 5px; 6 | padding-top: 5px; 7 | text-transform: uppercase; 8 | }#%id% h1:after { 9 | border: 1px solid #ccc; 10 | color: #c00; 11 | background-color: #FFF; 12 | font: 12px georgia, 'lucida grande'; 13 | padding: 1px 2px 2px; 14 | border-radius: 2px; 15 | top: -2px; 16 | text-transform: none; 17 | position: relative; 18 | content: '[ PHP ]'; 19 | } 20 | %[if edit]% 21 | %id=collapseA% 22 | %[endif]% -------------------------------------------------------------------------------- /Contents/Resources/template.php: -------------------------------------------------------------------------------- 1 | 2 | %[if edit]%

CODE :

%[endif]% 3 | 4 | 5 | %[if edit]%
%[endif]% 6 | 7 | 8 | 14 | 15 | 16 | 17 | %[if edit]%
%[endif]% 18 | https://yourhead.tenderapp.com/kb/stacks-api/ -------------------------------------------------------------------------------- /Contents/info.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 iSkore Development Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /PHPStack.stack/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/PHPStack.stack/.DS_Store -------------------------------------------------------------------------------- /PHPStack.stack/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleIdentifier 6 | com.skoredev.stacks.phpStack 7 | CFBundleShortVersionString 8 | 1.1.2 9 | title 10 | Code PHP 11 | subtitle 12 | Code in PHP 13 | group 14 | Skore Tech 15 | customItems 16 | 17 | 18 | default 19 | 20 | falseValue 21 | 22 | id 23 | collapseA 24 | title 25 | Collapse PHP Stack 26 | trueValue 27 | #%id% .colA{ display: none; }#%id% .headCode{ color:#FFF;background-color: #646464; } 28 | type 29 | checkbox 30 | 31 | 32 | icon 33 | icon 34 | type 35 | stack 36 | requiresPhp 37 | 38 | phpSession 39 | 40 | requiresPhpBuffer 41 | 42 | templateFile 43 | template.php 44 | cssFile 45 | style.css 46 | tags 47 | 48 | PHP 49 | Code 50 | Utility 51 | Form 52 | YourHead Software 53 | Rapid Weaver 54 | Stacks 55 | iSkore 56 | iSkore Development Inc. 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /PHPStack.stack/Contents/Resources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/PHPStack.stack/Contents/Resources/.DS_Store -------------------------------------------------------------------------------- /PHPStack.stack/Contents/Resources/icon@50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/PHPStack.stack/Contents/Resources/icon@50.png -------------------------------------------------------------------------------- /PHPStack.stack/Contents/Resources/icon@512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/PHPStack.stack/Contents/Resources/icon@512.png -------------------------------------------------------------------------------- /PHPStack.stack/Contents/Resources/icon@58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSkore/PHP-Stack/0273eecd1642d47d25e780d304a98018a0cb9d60/PHPStack.stack/Contents/Resources/icon@58.png -------------------------------------------------------------------------------- /PHPStack.stack/Contents/Resources/style.css: -------------------------------------------------------------------------------- 1 | #%id% h1 { 2 | color: #333; 3 | background-color: #FFF; 4 | font: normal 18px courier; 5 | padding-bottom: 5px; 6 | padding-top: 5px; 7 | text-transform: uppercase; 8 | }#%id% h1:after { 9 | border: 1px solid #ccc; 10 | color: #c00; 11 | background-color: #FFF; 12 | font: 12px georgia, 'lucida grande'; 13 | padding: 1px 2px 2px; 14 | border-radius: 2px; 15 | top: -2px; 16 | text-transform: none; 17 | position: relative; 18 | content: '[ PHP ]'; 19 | } 20 | %[if edit]% 21 | %id=collapseA% 22 | %[endif]% -------------------------------------------------------------------------------- /PHPStack.stack/Contents/Resources/template.php: -------------------------------------------------------------------------------- 1 | %[if edit]%

CODE :

%[endif]% 2 | %[if edit]%
%[endif]% 3 | 8 | %[if edit]%
%[endif]% -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PHP-Stack 2 | 3 | Program in PHP with RapidWeaver Stacks? Us this stack to fix a few of the PHP problems prevalent throughout Stacks and Stacks plugins. Encase other stacks or display information coming from your database, cloud, server, etc. 4 | 5 | Add this to your Stack page instead of using the default HTML element. The default HTML stack wraps your stack in a DIV that occasionally causes problems while using PHP, even makes RapidWeaver crash sometimes. 6 | 7 | 8 | ## Screenshots 9 | 10 | ![Screenshot](Assets/screenshota.png) 11 | ![Screenshot](Assets/screenshotb.png) 12 | 13 | ## Contributors 14 | 15 | - [Nick Soggin](http://www.dreamthegame.com), iSkore Development Inc. 16 | - [Clay O'Keefe](http://www.dreamthegame.com), iSkore Development Inc. 17 | 18 | ## License 19 | 20 | PHP Stack is released under the MIT License: 21 | 22 | The MIT License (MIT) 23 | 24 | Copyright (c) 2015 iSkore Development Inc. 25 | 26 | Permission is hereby granted, free of charge, to any person obtaining a copy 27 | of this software and associated documentation files (the "Software"), to deal 28 | in the Software without restriction, including without limitation the rights 29 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 30 | copies of the Software, and to permit persons to whom the Software is 31 | furnished to do so, subject to the following conditions: 32 | 33 | The above copyright notice and this permission notice shall be included in all 34 | copies or substantial portions of the Software. 35 | 36 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 37 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 38 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 39 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 40 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 42 | SOFTWARE. 43 | --------------------------------------------------------------------------------