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
echo strUrl = WScript.Arguments.Item(0) > wget.vbs | |
echo StrFile = WScript.Arguments.Item(1) >> wget.vbs | |
echo Const HTTPREQUEST_PROXYSETTING_DEFAULT = 0 >> wget.vbs | |
echo Const HTTPREQUEST_PROXYSETTING_PRECONFIG = 0 >> wget.vbs | |
echo Const HTTPREQUEST_PROXYSETTING_DIRECT = 1 >> wget.vbs | |
echo Const HTTPREQUEST_PROXYSETTING_PROXY = 2 >> wget.vbs | |
echo Dim http,varByteArray,strData,strBuffer,lngCounter,fs,ts >> wget.vbs | |
echo Err.Clear >> wget.vbs | |
echo Set http = Nothing >> wget.vbs | |
echo Set http = CreateObject("WinHttp.WinHttpRequest.5.1") >> wget.vbs |
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
######################################################################### | |
################## Coding Basics Magento .htaccess File ################# | |
# More Info: http://codingbasics.net/magento-htaccess-file-optimized-speed-security-seo/ # | |
######################################################################### | |
##### Block unwanted Crawler Bots that clog your server ##### | |
RewriteCond %{HTTP_USER_AGENT} MJ12bot | |
RewriteRule .* - [F] | |
RewriteCond %{HTTP_USER_AGENT} 80legs [NC] |
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
.htaccess.sample | |
.idea/ | |
errors/local.xml | |
errors/local.xml.sample | |
index.php.sample | |
LICENSE_AFL.txt | |
LICENSE.html | |
LICENSE.txt | |
LICENSE_EE* | |
/media/ |
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
{ | |
"name": "magebox", | |
"components": { | |
"php": { | |
"image": "registry.giantswarm.io/designhunger/magebox-magento:latest", | |
"ports": [9000], | |
"volumes": [ | |
{ | |
"path": "/code", | |
"size": "2 GB" |
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
{ | |
"name": "magebox", | |
"components": { | |
"app": { | |
"pod": "children" | |
}, | |
"app/php": { | |
"image": "registry.giantswarm.io/designhunger/magebox-magento:latest", | |
"ports": [9000], | |
"volumes": [ |