I've tried using the above script - without any luck... it seems I don't know how (not that it doesn't work) 
P.S. I've tried doing what this script does with the help of .htaccess files (like this):
Code:
Order deny,allow
RewriteEngine on
RewriteCond %{TIME_HOUR}%{TIME_MIN} >1100
RewriteCond %{TIME_HOUR}%{TIME_MIN} <2300
RewriteRule ^produse\.html$ produse_disponibile.html
RewriteRule ^produse\.html$ produse_indisponibile.html
RewriteCond %{HTTP_USER_AGENT} Wget [OR]
RewriteCond %{HTTP_USER_AGENT} CherryPickerSE [OR]
RewriteCond %{HTTP_USER_AGENT} CherryPickerElite [OR]
RewriteCond %{HTTP_USER_AGENT} EmailCollector [OR]
RewriteCond %{HTTP_USER_AGENT} EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ExtractorPro
RewriteRule ^.*$ deny.html [L]
ErrorDocument 400 eroare.html
DirectoryIndex index.html
BUT, this doesn't work... don't know why!
CAN ANYONE HELP!?
Bookmarks