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
## 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); |
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
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 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 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 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 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 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
<DirectoryMatch ^.*/wp-content/uploads/.*> | |
AllowOverride all | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteRule ^(.*)\.php$ / [L,R=301] | |
</IfModule> | |
</DirectoryMatch> |
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
function secondsToTime($sec) { | |
$ret_str = ''; | |
$day_length = 60 * 60 * 24; | |
$hour_length = 60 * 60; | |
$minute_length = 60; | |
if ($sec < 1) | |
{ |
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
# Kernel sysctl configuration file for Linux | |
# | |
# Version 1.14 - 2019-04-05 | |
# Michiel Klaver - IT Professional | |
# http://klaver.it/linux/ for the latest version - http://klaver.it/bsd/ for a BSD variant | |
# | |
# This file should be saved as /etc/sysctl.conf and can be activated using the command: | |
# sysctl -e -p /etc/sysctl.conf | |
# | |
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and sysctl.conf(5) for more details. |
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
dev/* | |
includes/* | |
media/* | |
!media/wysiwyg/* | |
!/media/dhl | |
/media/dhl/* | |
!/media/dhl/logo.jpg | |
!/media/downloadable |
OlderNewer