Inviato: Mer 10 Mag, 2006 8:11 pm Oggetto: Re: LazyGT nn funziona
?
Finalmente ci sono riuscito!
beltd ti ricordi di me?
Sono quello che non riusciva ad installare il Lazy Google Tap su alcrazy.net.
Finalmente ho risolto grazie al suggerimento che hai dato in questo topic:
Citazione:
2) evenutalmente prova a togliere nel tuo .htaccess lo '/' in ogni riga, prima di modules.php. ad esempio
? funonzia che ? una meraviglia.
A saperlo prima
comunque ho una nuova richiesta da farti
se voglio accorciare il link da:
Registrato: Apr 17, 2006 Messaggi: 15 Localitą: Bari
Stato: Offline Versione Nuke: Nuke Evolution 1
Inviato: Ven 12 Mag, 2006 10:34 pm Oggetto: Re: LazyGT nn funziona
ekkolo:
Codice:
##########################################################################
# Nuke-Evolution: .htaccess 1.2 #
# #
# (c) 2004 - 2006 by http://www.evolved-systems.net #
# #
# #
# Refer to Nuke-Evolution.com for related addons #
##########################################################################
##########################################################################
# General .htaccess rules: #
##########################################################################
# PHP_FLAG register_globals on
# PHP_FLAG output_buffering On
Options All -Indexes
DirectoryIndex index.php index.html
# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .htaccess>
deny from all
</Files>
<Files .staccess>
deny from all
</Files>
# <Files admin.php>
# <Limit GET POST PUT>
# require valid-user
# </Limit>
# AuthName "Restricted"
# AuthType Basic
# AuthUserFile /PATH/TO/YOUR/.staccess
# </Files>
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------
# Disable .htaccess viewing from browser
<files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</files>
# Disable config.php viewing from browser
<files ~ "\config.php$">
deny from all
</files>
# deny most common except .php/.html
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$">
deny from all
</FilesMatch>
##########################################################################
# PHP's mod_security module (disabled per default): #
# Note: If the install script is making troubles CHMODDING directories, #
# try to enable the below by removing the '#'. #
# You may want to disable it again afterwards by readding the '#'. #
##########################################################################
# <IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
# </IfModule>
##########################################################################
# General Rewrite Conditions and Rules: Preventing MS IIS exploits #
# Note: You can enable these by removing '#' in front of the #
# 'RewriteCond' / 'RewriteRule' statements #
##########################################################################
# NIMDA
# RewriteCond %{REQUEST_URI} /(admin?cmd?httpodbc?nsiislog?root?shell)\.(dll?exe) [NC]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=nimda [L,E=HTTP_USER_AGENT:NIMDA_EXPLOIT,T=application/x-httpd-cgi]
# RewriteRule .* - [F,L]
##########################################################################
# General Rewrite Conditions and Rules: Limiting/Denying certain malware #
##########################################################################
# Note: If you have mod rewrite module enabled on your web server, you
# can remove '#' from the below lines to enhance security
# You may want to enable these lines below to disallow php and perl scripts to access your site
# RewriteCond %{HTTP_USER_AGENT} ^.*PHP.*$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^.*libwww-perl [NC,OR]
# Ignorant user trying to edit my site
# RewriteCond %{HTTP_USER_AGENT} FrontPage [OR]
# this one will ban everything microsoft. Use with caution.
# RewriteCond %{HTTP_USER_AGENT} ^(Microsoft|MFC).(Data|URL|WebDAV|Foundation).(Access|Control|MiniRedir|Class) [NC,OR]
# Cyveillance is a spybot that scours the web for copyright violations and ?damaging information? on
# behalf of clients such as the RIAA and MPAA. Their robot spoofs its User-Agent to look like Internet
# Explorer, and it completely ignores robots.txt.
# Banned by IP address.
# RewriteCond %{REMOTE_ADDR} ^63\.148\.99\.2(2[4-9]|[34][0-9]|5[0-5])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^63\.226\.3[34]\. [OR]
# RewriteCond %{REMOTE_ADDR} ^63\.212\.171\.161$ [OR]
# RewriteCond %{REMOTE_ADDR} ^65\.118\.41\.(19[2-9]|2[01][0-9]|22[0-3])$ [OR]
# NameProtect peddles their ?online brand monitoring? to unsuspecting and gullible companies
# looking for people to sue. Despite the claims on their robot information page, they do not
# respect robots.txt; in fact, they spoof their User-Agent in multiple ways to avoid detection.
# Banned by User-Agent and IP address.
# RewriteCond %{REMOTE_ADDR} ^12\.148\.196\.(12[8-9]|1[3-9][0-9]|2[0-4][0-9]|25[0-5])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^12\.148\.209\.(19[2-9]|2[0-4][0-9]|25[0-5])$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^NPBot [NC,OR]
# Web Content International
# RewriteCond %{REMOTE_ADDR} ^65\.102\.12\.2(2[4-9]|3[01])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^65\.102\.17\.(3[2-9]|[4-6][0-9]|7[01]|8[89]|9[0-5]|10[4-9]|11[01])$ [OR]
# RewriteCond %{REMOTE_ADDR} ^65\.102\.23\.1(5[2-9]|6[0-7])$ [OR]
# Used to send these bots to another place. Change the url to whatever you would like.
# RewriteRule /* http://www.geocities.com/WestHollywood/Heights/3204/1home.html [L,R]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=badua [L,E=HTTP_USER_AGENT:BAD_USER_AGENT]
# This could also be used to simply deny access to your site instead of the one above
# RewriteRule .* - [F,L]
# Block Hot Linking/Bandwidth hogging
# the referer string will cause some problems with mozilla so it has been disabled
# RewriteCond %{HTTP_REFERER} ^-$ [OR]
# RewriteCond %{HTTP_USER_AGENT} ^-$
# RewriteCond %{HTTP_REFERER} !^http://?yourdomain.com(/)?.*$ [NC]
# RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
# RewriteRule .*\.(gif|jpeg|jpg|png|bmp)$ [F,NC]
# Used to send these bots to another place. Change the url to whatever you would like.
# RewriteRule /* http://www.geocities.com/WestHollywood/Heights/3204/1home.html [L,R]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=noagent [L,T=application/x-httpd-cgi]
# This could also be used to simply deny access to your site instead of the one above
# RewriteRule .* - [F,L]
# This ruleset is for formmail script abusers.
# we don't use Perl for Postnuke so this is not really needed.
# RewriteCond %{REQUEST_URI} (mail.?form|form|form.?mail|mail|mailto)\.(cgi?exe?pl)$ [NC]
# RewriteRule !(error\.php|robots\.txt) /error.php?mode=noformmail [L,E=HTTP_USER_AGENT:FORMMAIL_EXPLOIT,T=application/x-httpd-cgi]
Tutti i fusi orari sono UTC + 1 ora Vai a pagina 1, 2, 3Successivo
Pagina 1 di 3
Non puoi inserire nuovi Topic in questo forum Non puoi rispondere ai Topic in questo forum Non puoi modificare i tuoi messaggi in questo forum Non puoi cancellare i tuoi messaggi in questo forum Non puoi votare nei sondaggi in questo forum Puoi allegare files in questo forum Puoi scaricare file da questo forum
[Mappa del Sito - Note legali - Donazioni] Tutti i commenti e i post sul forum sono di proprietą degli utenti che li inseriscono, ed essi se ne assumono la completa responsabilitą.