How To Create WordPress Themes
http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/
WP e-Commerce Themes
http://www.instinct.co.nz/e-commerce/docs/themes/
DB Encodding
http://www.atner.ru/board/showthread.php?p=3328#post3328
среда, 16 сентября 2009 г.
вторник, 15 сентября 2009 г.
вторник, 8 сентября 2009 г.
Antilich | Антилич (на примере изображений) .htaccess
#
#-----------------------------------------------------------------------------
#
# If already exists, then skip the next line
RewriteEngine on
# Root of your site. If already exist, then skip next statment "RewriteBase ...."
# If your site is located in DOCUMENT_ROOT then leave RewriteBase /
# If your site is located in subdirectory of DOCUMENT_ROOT (such as /en ),then change to actual value
# RewriteBase /en
# Enable direct downloading if field REFERER is empty(usually it is search engines)
RewriteCond %{HTTP_REFERER} !^$ [OR]
# Enable own site and its all subdomains
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?(subdomain1\.|subdomain2\.)?yoursite\.com/ [OR,NC]
# Enable direct downloading for trusted sites(white list)
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?freindssite1\.com/ [OR,NC]
# Make sure that last "freinds" site ended with [NC] only, not [OR,NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?freindssite2\.com/ [NC]
# (uploads|folder1|folder2) - list of directories to protect, where antileech track access and protect images
# (jpg|jpeg|png|gif) - list of extensions that should be protected
RewriteRule (uploads|folder1|folder2)/(.*)\.(jpg|jpeg|png|gif)$ /modules/antileech/img\.php [NC,L]
#
#-----------------------------------------------------------------------------
#
Подписаться на:
Сообщения (Atom)