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 | |
/* | |
Magento Report File Date Segmentor | |
Scans var/report directory and moves all report files to created date named directories. | |
Developer : Hidayet Ok ( [email protected] ) | |
http://www.github.com/hidonet/magento_var_report_segmentor |
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
nohup clamscan --exclude=/home/virtfs/* --suppress-ok-results --move=/viruslu/ --exclude=/viruslu/* --follow-dir-symlinks=0 --follow-file-symlinks=0 --recursive=yes --infected / & |
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
# Template Updated At 2019-04-17 | |
upstream php_backend_%domain_idn%_%web_ssl_port% { | |
server %backend_lsnr%; | |
#server %backend_lsnr% backup; | |
} | |
server { | |
listen %ip%:%web_ssl_port%; | |
server_name %domain_idn% %alias_idn%; |
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
"EST (Akbank, IsBankasi, TEB, Anadolubank, Finansbank vs) " => | |
"number" => "5404355404355405", "cvv" => "000", "type" => "MC", "expire_month" => "12", "expire_year" => "2019" | |
"GARANTI" => | |
"number" => "4282209027132016", "cvv" => "232", "type" => "VI", "expire_month" => "04", "expire_year" => "2015" | |
"DENIZBANK (Interpos)" => | |
"number" => "4090700015897901", "cvv" => "991", "type" => "VI", "expire_month" => "12", "expire_year" => "2014" | |
"HSBC" => |
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
Magento Community 1.9 için | |
##------------------------------------------ | |
rm -f PATCH_SUPEE-6285_CE_1.9.1.1_v1-2015-07-07-09-03-34.sh; | |
wget http://www.grinet.com.tr/magento_patches/PATCH_SUPEE-6285_CE_1.9.1.1_v1-2015-07-07-09-03-34.sh; | |
sh PATCH_SUPEE-6285_CE_1.9.1.1_v1-2015-07-07-09-03-34.sh; | |
mv PATCH_SUPEE-6285_CE_1.9.1.1_v1-2015-07-07-09-03-34.sh PATCH_SUPEE-6285_CE_1.9.1.1_v1-2015-07-07-09-03-34.sh.applied; | |
##------------------------------------------ | |
Magento Community 1.7.0.2 için | |
##------------------------------------------ |
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
## Paste this code to /magmi_path/web/head.php file before first line of code... | |
### Magento admin yetkilendirmesi ##################################################### | |
function authenticate($username="",$password=""){ | |
require "../../app/Mage.php"; | |
Mage::app('default'); | |
$user = Mage::getModel('admin/user'); | |
$user->login($username,$password); |
NewerOlder