|
Page 1 of 5
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
Please post here all possible bugs of Icy Phoenix 1.1.7.22 RC 1.
Thanks.
____________ ? Zuker - EDDB - LPM - Sharefields
Edited by novice programmer, Tue 25 Dec, 2007 23:03: Moved post category to sticky. |
#1 Tue 13 Nov, 2007 16:31 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Rene 
Joined: November 2007
Posts: 124
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
I don't know if its a bug but jupload is not working. For me it would be nice to use Jupload because I have many different users how want to upload pics with no FTP access.
I think the problem is the Jupload Version. I'm actually testing the new Jupload Version V.090 and would be amused if someone could help me with some problems.
At the moment the applet is loading and files are uploaded. After the upload the files are not processed any more (thumbnail creation etc.)
|
#2 Tue 13 Nov, 2007 18:24 |
|
andrea75 
Joined: August 2006
Posts: 379
Location:  Perugia
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
There is a bug with activaction and Hotmail (I think, and I hope, only with Hotmail) mail accounts. When you click on the Activation Key link you will receive a 403 error. I have tested here too, and I have had the same error:
I don't know if here is active the mod_rewrite, but in my board I have see that if I disable the rewrite all works fine, so I think that there is some error in .htaccess. Anyway, for now, all works fine, and the package is very fast! Good work Luca!
____________ My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
|
#3 Tue 13 Nov, 2007 18:58 |
|
pepi
Joined: September 2006
Posts: 245
Location:
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
Hello
I get this error in the new download in Download configuration when i click submit
Quote: Could not save user config information for downloads
DEBUG MODE
SQL Error : 1054 Unknown column 'user_dl_note_type' in 'field list'
UPDATE phpbb_users SET user_allow_new_download_popup = 0, user_allow_fav_download_popup = 0, user_allow_new_download_email = 0, user_allow_fav_download_email = 0, user_dl_note_type = 0, user_dl_sort_fix = 0, user_dl_sort_opt = 0, user_dl_sort_dir = 0 WHERE user_id = 2
Line : 53
File : dl_user_config.php
Pepi
|
#4 Wed 14 Nov, 2007 15:32 |
|
ieio 
Joined: April 2007
Posts: 55
Location:
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
clicking on forum's sections i get this error
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 47 bytes) in /web/htdocs/www.umts-italia.net/home/includes/db/mysql4.php on line 426
or this one
L'indirizzo richiesto restituisce un errore di configurazione.
Gli errori sono stati registrati nel file di log.
(don't know message in english, something like "Required URL returns a confinguration error. Errors registered in a log)
edit: it seems to be linked to online users/activity since at this moment (1.00 AM) I have no error messages
____________ rescued by MG :10k_0025:
|
#5 Wed 14 Nov, 2007 20:46 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
There is a bug with activaction and Hotmail (I think, and I hope, only with Hotmail) mail accounts. When you click on the Activation Key link you will receive a 403 error. I have tested here too, and I have had the same error:
I don't know if here is active the mod_rewrite, but in my board I have see that if I disable the rewrite all works fine, so I think that there is some error in .htaccess. Anyway, for now, all works fine, and the package is very fast! Good work Luca! 
It is because of the refere.
Text of .htaccess:
- #php_flag register_globals 0
- #php_flag register_globals off
- #php_flag magic_quotes_gpc on
- #php_value memory_limit 16M
- #Options +FollowSymlinks
-
- # Disable the files listing feature
- #Options All -Indexes
-
- ##################################
- # Errors Pages - BEGIN #
- ##################################
- ##################################
- # Decomment these lines to enable error document management.
- # Make sure to replace icyphoenix.com with your site address.
- ##################################
- #ErrorDocument 400 http://www.icyphoenix.com/errors.php?code=400
- #ErrorDocument 401 http://www.icyphoenix.com/errors.php?code=401
- #ErrorDocument 403 http://www.icyphoenix.com/errors.php?code=403
- #ErrorDocument 404 http://www.icyphoenix.com/errors.php?code=404
- #ErrorDocument 500 http://www.icyphoenix.com/errors.php?code=500
- ##################################
- # Errors Pages - END #
- ##################################
-
- RewriteEngine On
- #This may cause isues with subdirs and so I have not enabled it.
- #RewriteBase /
-
- #Make sure the whole site goes to www.mysite.com instead of mysite.com. This is good for the search engines
- #Edit and uncomment the below lines for your own site.
- #Make sure to replace icyphoenix.com with your site address.
- #RewriteCond %{HTTP_HOST} ^icyphoenix.com
- #RewriteRule (.*) http://www.icyphoenix.com/>#RewriteRule (.*) http://www.icyphoenix.com/$1 [R=301,L]
< [R=301,L]
-
- ##################################
- # Block Hacking Attempts - BEGIN #
- ##################################
- ##################################
- # CONDITIONS
- ##################################
- # STRICT CONDITION
- #RewriteCond %{QUERY_STRING} ^.*(phpbb_root_path|album_root_path|module_root_path|mx_root_path|upi2db_file_path|thispath|PP_PATH).*$
- # LESS STRICT CONDITION
- RewriteCond %{QUERY_STRING} ^.*(phpbb_root_path=|album_root_path=|module_root_path=|mx_root_path=|upi2db_file_path=|thispath=|PP_PATH=).*$
- ##################################
- # REWRITE
- ##################################
- # FORBIDDEN
- #RewriteRule ^.*$ - [F,L]
- # REDIRECT TO LOCALHOST
- RewriteRule ^.*$ http://127.0.0.1/ [redirect,last]
- ##################################
- ##################################
- # Block Hacking Attempts - END #
- ##################################
-
- ########## Begin - Rewrite rules to block out some common exploits
- #
- # Block out any script trying to set a mosConfig value through the URL
- RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR]
- # Block out any script trying to base64_encode crap to send via URL
- RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
- # Block out any script that includes a <script> tag in URL
- RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
- # Block out any script trying to set a PHP GLOBALS variable via URL
- RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
- # Block out any script trying to modify a _REQUEST variable via URL
- RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
- # Send all blocked request to homepage with 403 Forbidden error!
- RewriteRule ^(.*)$ index.php [F,L]
- #
- ########## End - Rewrite rules to block out some common exploits
-
- RewriteRule ^.+-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=>RewriteRule ^.+-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1 [L]
< [L]
- RewriteRule ^.+-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=>RewriteRule ^.+-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1 [L]
< [L]
- RewriteRule ^.+-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=>RewriteRule ^.+-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1 [L]
< [L]
- RewriteRule ^.+-vf([0-9]*) ./viewforum.php?%{QUERY_STRING}&f=>RewriteRule ^.+-vf([0-9]*) ./viewforum.php?%{QUERY_STRING}&f=$1 [L]
< [L]
- RewriteRule ^.+-vc([0-9]*) forum.php?%{QUERY_STRING}&c=>RewriteRule ^.+-vc([0-9]*) forum.php?%{QUERY_STRING}&c=$1 [L]
< [L]
- RewriteRule ^.+-vc([0-9]*) ./forum.php?%{QUERY_STRING}&c=>RewriteRule ^.+-vc([0-9]*) ./forum.php?%{QUERY_STRING}&c=$1 [L]
< [L]
- RewriteRule ^.+-ac([0-9]*) album_cat.php?%{QUERY_STRING}&cat_id=>RewriteRule ^.+-ac([0-9]*) album_cat.php?%{QUERY_STRING}&cat_id=$1 [L]
< [L]
- RewriteRule ^.+-at([0-9]*) album_thumbnail.php?%{QUERY_STRING}&pic_id=>RewriteRule ^.+-at([0-9]*) album_thumbnail.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- RewriteRule ^.+-apic([0-9]*) album_pic.php?%{QUERY_STRING}&pic_id=>RewriteRule ^.+-apic([0-9]*) album_pic.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- RewriteRule ^.+-apm([0-9]*) album_picm.php?%{QUERY_STRING}&pic_id=>RewriteRule ^.+-apm([0-9]*) album_picm.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- RewriteRule ^.+-full-asp([0-9]*) album_showpage.php?full=&pic_id=>RewriteRule ^.+-full-asp([0-9]*) album_showpage.php?full=&pic_id=$1 [L]
< [L]
- RewriteRule ^.+-asp([0-9]*) album_showpage.php?%{QUERY_STRING}&pic_id=>RewriteRule ^.+-asp([0-9]*) album_showpage.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- RewriteRule ^.+-aper([0-9]*) album_personal.php?%{QUERY_STRING}&user_id=>RewriteRule ^.+-aper([0-9]*) album_personal.php?%{QUERY_STRING}&user_id=$1 [L]
< [L]
- RewriteRule ^.+-dc([0-9]*) dload.php?%{QUERY_STRING}action=category&cat_id=>RewriteRule ^.+-dc([0-9]*) dload.php?%{QUERY_STRING}action=category&cat_id=$1 [L]
< [L]
- RewriteRule ^.+-df([0-9]*) dload.php?%{QUERY_STRING}action=file&file_id=>RewriteRule ^.+-df([0-9]*) dload.php?%{QUERY_STRING}action=file&file_id=$1 [L]
< [L]
- RewriteRule ^.+-kbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=>RewriteRule ^.+-kbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=$1 [L]
< [L]
- RewriteRule ^.+-kba([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=>RewriteRule ^.+-kba([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=$1 [L]
< [L]
- RewriteRule ^.+-kbsmp kb.php?mode=stats&stats=mostpopular [L]
- RewriteRule ^.+-kbstr kb.php?mode=stats&stats=toprated [L]
- RewriteRule ^.+-kbsl kb.php?mode=stats&stats=latest [L]
- RewriteRule ^.+-pbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=>RewriteRule ^.+-pbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=$1 [L]
< [L]
- RewriteRule ^.+-pa([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=>RewriteRule ^.+-pa([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=$1 [L]
< [L]
- RewriteRule ^.+-psmp kb.php?mode=stats&stats=mostpopular [L]
- RewriteRule ^.+-pstr kb.php?mode=stats&stats=toprated [L]
- RewriteRule ^.+-pbsl kb.php?mode=stats&stats=latest [L]
-
- #RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=>#RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1 [L]
< [L]
- #RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=>#RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1 [L]
< [L]
- #RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=>#RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1 [L]
< [L]
- #RewriteRule [.]*-vf([0-9]*) ./viewforum.php?%{QUERY_STRING}&f=>#RewriteRule [.]*-vf([0-9]*) ./viewforum.php?%{QUERY_STRING}&f=$1 [L]
< [L]
- #RewriteRule [.]*-vc([0-9]*) forum.php?%{QUERY_STRING}&c=>#RewriteRule [.]*-vc([0-9]*) forum.php?%{QUERY_STRING}&c=$1 [L]
< [L]
- #RewriteRule [.]*-vc([0-9]*) ./forum.php?%{QUERY_STRING}&c=>#RewriteRule [.]*-vc([0-9]*) ./forum.php?%{QUERY_STRING}&c=$1 [L]
< [L]
- #RewriteRule [.]*-ac([0-9]*) album_cat.php?%{QUERY_STRING}&cat_id=>#RewriteRule [.]*-ac([0-9]*) album_cat.php?%{QUERY_STRING}&cat_id=$1 [L]
< [L]
- #RewriteRule [.]*-at([0-9]*) album_thumbnail.php?%{QUERY_STRING}&pic_id=>#RewriteRule [.]*-at([0-9]*) album_thumbnail.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- #RewriteRule [.]*-apic([0-9]*) album_pic.php?%{QUERY_STRING}&pic_id=>#RewriteRule [.]*-apic([0-9]*) album_pic.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- #RewriteRule [.]*-apm([0-9]*) album_picm.php?%{QUERY_STRING}&pic_id=>#RewriteRule [.]*-apm([0-9]*) album_picm.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- #RewriteRule [.]*-full-asp([0-9]*) album_showpage.php?full=&pic_id=>#RewriteRule [.]*-full-asp([0-9]*) album_showpage.php?full=&pic_id=$1 [L]
< [L]
- #RewriteRule [.]*-asp([0-9]*) album_showpage.php?%{QUERY_STRING}&pic_id=>#RewriteRule [.]*-asp([0-9]*) album_showpage.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
- #RewriteRule [.]*-aper([0-9]*) album_personal.php?%{QUERY_STRING}&user_id=>#RewriteRule [.]*-aper([0-9]*) album_personal.php?%{QUERY_STRING}&user_id=$1 [L]
< [L]
- #RewriteRule [.]*-dc([0-9]*) dload.php?%{QUERY_STRING}action=category&cat_id=>#RewriteRule [.]*-dc([0-9]*) dload.php?%{QUERY_STRING}action=category&cat_id=$1 [L]
< [L]
- #RewriteRule [.]*-df([0-9]*) dload.php?%{QUERY_STRING}action=file&file_id=>#RewriteRule [.]*-df([0-9]*) dload.php?%{QUERY_STRING}action=file&file_id=$1 [L]
< [L]
- #RewriteRule [.]*-kbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=>#RewriteRule [.]*-kbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=$1 [L]
< [L]
- #RewriteRule [.]*-kba([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=>#RewriteRule [.]*-kba([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=$1 [L]
< [L]
- #RewriteRule [.]*-kbsmp kb.php?mode=stats&stats=mostpopular [L]
- #RewriteRule [.]*-kbstr kb.php?mode=stats&stats=toprated [L]
- #RewriteRule [.]*-kbsl kb.php?mode=stats&stats=latest [L]
- #RewriteRule [.]*-pbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=>#RewriteRule [.]*-pbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=$1 [L]
< [L]
- #RewriteRule [.]*-pa([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=>#RewriteRule [.]*-pa([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=$1 [L]
< [L]
- #RewriteRule [.]*-psmp kb.php?mode=stats&stats=mostpopular [L]
- #RewriteRule [.]*-pstr kb.php?mode=stats&stats=toprated [L]
- #RewriteRule [.]*-pbsl kb.php?mode=stats&stats=latest [L]
-
-
- # Mighty Gorgon Check
- RewriteRule ^.*xmlrpc.php.*$ http://127.0.0.1/ [redirect,last]
- RewriteCond %{QUERY_STRING} ^.*(dir[inc]=).*$
- RewriteRule ^.*$ http://127.0.0.1/ [redirect,last]
-
-
- # SANTY
- RewriteCond %{HTTP_REFERER} ^.*$
- RewriteRule ^.*%27.*$ http://127.0.0.1/ [redirect,last]
- RewriteRule ^.*%25.*$ http://127.0.0.1/ [redirect,last]
- RewriteRule ^.*rush=.*$ http://127.0.0.1/ [redirect,last]
- RewriteRule ^.*echr.*$ http://127.0.0.1/ [redirect,last]
- RewriteRule ^.*esystem.*$ http://127.0.0.1/ [redirect,last]
- RewriteRule ^.*wget.*$ http://127.0.0.1/ [redirect,last]
- RewriteCond %{HTTP_COOKIE}% s:(.*):%22test1%22%3b
- RewriteRule ^.*$ http://127.0.0.1/ [R,L]
- # Prevent perl user agent (most often used by santy)
- RewriteCond %{HTTP_USER_AGENT} ^lwp.* [NC]
- RewriteRule ^.*$ http://127.0.0.1/ [R,L]
- RewriteCond %{HTTP_REFERER} ^.*$
-
- # This ruleset is to "stop" stupid attempts to use MS IIS expolits on us
- # 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]
-
- # CODERED
- RewriteCond %{REQUEST_URI} /default.(ida¦idq)$ [NC,OR]
- RewriteCond %{REQUEST_URI} /.*.printer$ [NC]
- RewriteRule !(error.php|robots.txt) /error.php?mode=codered [L,E=HTTP_USER_AGENT:CODERED_EXPLOIT,T=application/x-httpd-cgi]
- #RewriteRule .* - [F,L]
-
- # User-Agents with no privileges (mostly spambots/spybots/offline downloaders that ignore robots.txt)
- # These bots are anoying website harvesting tools, webdownloaders, and a few misc annoyances.
- RewriteCond %{HTTP_USER_AGENT} ^[A-Z]+$ [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^(AcoiRobot|FlickBot|webcollage) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^(Alligator|DA.?[0-9]|DC-Sakura|Download.?(Demon|Express|Master|Wonder)|FileHound) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} .*almaden.* [OR]
- RewriteCond %{HTTP_USER_AGENT} anarchie [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} AsiaNetBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*attach.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ATHENS [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} autohttp [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*BackWeb.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Bandit.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} bew [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} BlackWidow [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Bot mailto:craftbot@yahoo.com [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.Browses [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Buddy.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Bullseye [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ChinaClaw [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Collector.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Copier.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Crawler.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Crescent [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} curl [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} "^DA d.d+" [OR]
- RewriteCond %{HTTP_USER_AGENT} devsoft's http component [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Deweb [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Digimarc [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Digger [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} digout4uagent [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} DIIbot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^DiscoPump.* [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} DISCo pump [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} dloader(NaverRobot) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Download Demon [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} "^Download" [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Downloader.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} "DTS Agent" [OR]
- RewriteCond %{HTTP_USER_AGENT} EasyDL/d.d+ [OR]
- RewriteCond %{HTTP_USER_AGENT} eCatch [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ecollector [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Educate Search [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} EirGrabber [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} EmailCollector [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} EmailSiphon [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} EmailWolf [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} EO Browse [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.Eval [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^(Express|Mister|Web).?(Web|Pix|Image).?(Pictures|Collector)? [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} extractor [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ExtractorPro [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} EyeNetIE [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} fastlwspider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} FEZhead [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Fetch [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Fetch API Request [OR]
- RewriteCond %{HTTP_USER_AGENT} ^(Flash|Leech)Get [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Franklin Locator [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^(Fresh|Lightning|Mass|Real|Smart|Speed|Star).?Download(er)? [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Full Web Bot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^(Gamespy|Go!Zilla|iGetter|JetCar|Net(Ants|Pumper)|SiteSnagger|Teleport.?Pro) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Getleft [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} GetRight [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} GetURL [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} GetWebPage [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^GornKer [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*gotit.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Gozilla [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla.* [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} go-ahead-got-it [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Grabber.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*GrabNet.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Grafula [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Harvest [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*HMView.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} HTML Works [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*HTTrack.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ia_archiver [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Image.?(fetch|Stripper|Sucker) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} IncyWincy [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Industry Program [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} InterGET [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Internet Explore 5.x [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^InternetNinja.* [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Internet Ninja [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} InternetSeer.com [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Irvine [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^JetCar.* [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} JOC Web Spider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*JOC.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} KWebGet [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} larbin [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Likse.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^LinkWalker [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*LWP [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Mag-Net.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Magnet.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} MCspider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Memo.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Microsoft URL [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} MIDown tool [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Mirror.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Missauga Locator [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Mister PiX [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Monster [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Mozilla.*NEWT [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Mozilla/3.0.+Indy Library [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Mozilla/3.Mozilla/2.01 [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Mozilla/4.0$ [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Mozzilla [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} MSIECrawler [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^NASA Search 1.0$ [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Navroad.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} NearSite [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} net.?(ants|attache|Carta|mechanic|spider|vampire|zip) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} NICErsPRO [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ninja [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Octopus [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Offline.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} OpaL [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Openfind [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} OpenTextSiteCrawler [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} PackRat [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} PageGrabber [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Papa Foto [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} pavuk [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} PICgrabber [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*pcBrowser.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Plucker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Pockey.* [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Production Bot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Program Shareware [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*prospector [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^psbot [OR]
- RewriteCond %{HTTP_USER_AGENT} PushSite [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Reaper.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Recorder.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ReGet [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} RepoMonkey [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Rover [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Rsync [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Siphon.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^Scooter-W3.* [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ScoutAbout [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} searchterms.it [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} semanticdiscovery [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Shai [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} sitecheck [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Snake.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} Spegla [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} SpiderBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Stripper.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Sucker.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*SuperBot.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} SuperHTTP [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.Surf [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Surfbot.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} SurfWalker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} tAkeOut [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} tarspider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Teleport.* [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Templeton [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} UtilMind [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Vacuum.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} VoidEYE [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Web.?(Auto|Cop|dup|Fetch|Filter|Gather|Go|Leach|Mine|Mirror|Pix|QL|RACE|Sauger) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} web.?(bandit|collector|devil|downloader|hook|mole|reaper|sucker|site|snake|stripper|weasel) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Web.?(site.?(eXtractor|Quester)|Capture|Snake|ster|Strip|Stripper|Suck|vac|walk|Whacker|ZIP) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR]
- RewriteCond %{HTTP_USER_AGENT} web.by.mail [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Wget.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Whacker.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^.*Widow.*$ [OR]
- RewriteCond %{HTTP_USER_AGENT} w3mir [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} WhosTalking [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Widow [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} WUMPUS [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} www.pl [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Xaldon WebSpider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} XGET [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Yandex [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} zeus [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR]
-
- # IE's "make available offline" mode
- RewriteCond %{HTTP_USER_AGENT} MSIECrawler [OR]
-
- # Unknown bot
- RewriteCond %{HTTP_USER_AGENT} ^NG [OR]
-
- # 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]
-
- # MSOffice
- RewriteCond %{REQUEST_URI} ^/(MSOffice|_vti) [NC,OR]
-
- # Various
- RewriteCond %{REQUEST_URI} ^/(bin/|cgi/|cgi-local/|cgi-bin/|sumthin) [NC,OR]
- RewriteCond %{THE_REQUEST} ^GET http [NC,OR]
- RewriteCond %{REQUEST_URI} /sensepost.exe [NC,OR]
- RewriteCond %{REQUEST_METHOD}!^(GET|HEAD|POST) [NC,OR]
-
- # Rude bot
- RewriteCond %{HTTP_USER_AGENT} Atomz [OR]
- RewriteCond %{HTTP_USER_AGENT} FlickBot [OR]
- RewriteCond %{HTTP_USER_AGENT} "efp@gmx.net" [OR]
- RewriteCond %{HTTP_USER_AGENT} imagefetch [OR]
- RewriteCond %{HTTP_USER_AGENT} "LINKS ARoMATIZED" [OR]
- RewriteCond %{HTTP_USER_AGENT} "mister pix" [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} PersonaPilot [OR]
- RewriteCond %{HTTP_USER_AGENT} Sqworm [OR]
- RewriteCond %{HTTP_USER_AGENT} SurveyBot [OR]
-
- # Dumb bot, doesn't know how to follow links, generates lots of 404s
- RewriteCond %{HTTP_USER_AGENT} vayala [OR]
-
- # Dumb bot
- RewriteCond %{HTTP_USER_AGENT} "^Mozilla/4.0$" [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. I have
- # banned it 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.
- # I have banned them 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]
-
- # Wordtracker
- RewriteCond %{REMOTE_ADDR} ^128.242.197.101$ [OR]
-
- # Unknown
- # unknown.Level3.net
- RewriteCond %{REMOTE_ADDR} ^64.156.198.(6[89]|7[0-9]|80)$ [OR]
-
- # host25x.keebler.com
- RewriteCond %{REMOTE_ADDR} ^65.223.250.25[0-3]$ [OR]
-
- # Turnitin spybot
- RewriteCond %{REMOTE_ADDR} ^64.140.49.6([6-9])$ [OR]
- RewriteCond %{HTTP_USER_AGENT} TurnitinBot [OR]
-
- RewriteCond %{HTTP_USER_AGENT} ^.*FileHound.*$
-
- # Used to send these bots to someplace else you can change the url to whatever you would like
- #RewriteRule /* http://www.geocities.com/WestHollywood/Heights/3204/1home.html [L,R]
- #RewriteRule !(errors.php|robots.txt) /errors.php?code=404 [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 if useragent and referer are unknown.
- # the referer string will cause some problems with mozilla so it has been diabled
- RewriteCond %{HTTP_REFERER} ^-$ [OR]
- RewriteCond %{HTTP_USER_AGENT} ^-$
-
- # Used to send these bots to someplace else you can change the url to whatever you would like
- #RewriteRule /* http://www.geocities.com/WestHollywood/Heights/3204/1home.html [L,R]
- #RewriteRule !(errors.php|robots.txt) /errors.php?code=404 [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 !(errors.php|robots.txt) /errors.php?code=404 [L,E=HTTP_USER_AGENT:FORMMAIL_EXPLOIT,T=application/x-httpd-cgi]
-
- # Other Spam Bots
- RewriteCond %{HTTP_REFERER} ^(.*)nflook.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)qmost.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)zless.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)pertest.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)bablover.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)semiwolf.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)dwgn.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)qway.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)elkam.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)ymore.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)feelor.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)emore.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)leenow.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)fun.org(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)wp.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)dmost.info(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)way.org(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)sun.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)jvl.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)4ap.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)mem.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)netster.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)map.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)ize.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)9cy.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)pages.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)fest.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)crossporn.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)pills.ru(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)ever.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)this.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)now.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)mb.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)ies.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)ting.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)sites.ws(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)lynx.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)town.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)mb.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)vy.nu(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)yu.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)buddy4u.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)allinternal.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)asstraffic.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)bikinibabes.tv(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)andipink.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)cel-blogs.org(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)sexy-babes.tv(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)wrongsideoftown.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)thecanalgallery.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)secure.snatches.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)mail.live.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)brutalblowjobs.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)appraiserseek.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)beyonddc.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)soltyra.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)wrongsideoftown.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)estranky.cz(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)bramjnet.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)voila.fr(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)anonym.to(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)infobox.ru(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)porndors.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)atspace.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)funpic.de(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)skynet.be(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)kokoom.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)jeeran.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)blog.cz(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)forumw.org(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)gfxgfx.net(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)fateback.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)volny.cz(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)thecanalgallery.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)vipsefeed.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)bigcatllc.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)mature-lessons.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)fuckherthroat.wildpass.com(.*)$ [OR]
- RewriteCond %{HTTP_REFERER} ^(.*)asstraffic.com(.*)$
- #RewriteRule .* http://www.microsoft.com/ [F,R,L]
- #RewriteRule !(errors.php|robots.txt) /errors.php?code=404 [L,E=HTTP_USER_AGENT:BAD_USER_AGENT]
- RewriteRule .* - [F,L]
-
So...
- #----[OPEN]---------
-
- .htaccess
-
- #----[SEARCH]----------
-
- #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]
-
- #----[REMPLACE WITH]-----------
- #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]
-
Solved before in: This topic
Code in .htaccess copied is not from the latest version, but the way of fixing is the same.
Edited by novice programmer, Thu 15 Nov, 2007 16:02: Added something... |
#6 Thu 15 Nov, 2007 15:59 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
clicking on forum's sections i get this error
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 47 bytes) in /web/htdocs/www.umts-italia.net/home/includes/db/mysql4.php on line 426
or this one
L'indirizzo richiesto restituisce un errore di configurazione.
Gli errori sono stati registrati nel file di log.
(don't know message in english, something like "Required URL returns a confinguration error. Errors registered in a log)
edit: it seems to be linked to online users/activity since at this moment (1.00 AM) I have no error messages
In faq there is a topic with ways (from me) to solve the first problem you have.
|
#7 Thu 15 Nov, 2007 16:05 |
|
andrea75 
Joined: August 2006
Posts: 379
Location:  Perugia
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
Thanks novice programmer, but I have this line commented in my .htaccess
#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]
So I heve to think that this problem depends from another thing in .htaccess file...
____________ My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
|
#8 Fri 16 Nov, 2007 11:41 |
|
mih bonatto 
Joined: September 2006
Posts: 55
Location:  CascaHell - Parana
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
Good Morning.
I'm testing new version of IP, and found this.
First:
- Error obtaining userdataS
-
- DEBUG MODE
-
- SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'S AND user_regdate<"1174475053" ORDER BY username LIMIT 800' at line 1
-
- S
-
- Line : 124
- File : admin_prune_users.php
-
How do I fix this?
Second: Cash Mod is not working... [Fixed: just cash_admin.php link is not working. If I click in Cash Help, everything shows up and work]
Third: In Amod, ato configuration, this error is showing up.
- Warning: main(../ACTIVITY_MOD_PATHincludes/functions_amod_plus.php) [function.main]: failed to open stream: No such file or directory in /home/moons/public_html/rpg/adm/admin_activity.php on line 26
-
- Warning: main() [function.include]: Failed opening '../ACTIVITY_MOD_PATHincludes/functions_amod_plus.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/moons/public_html/rpg/adm/admin_activity.php on line 26
-
[Fixed: I've got fixed this, just uncomment tag for Activity in constants.php.]
Thanks
Bye!
|
#9 Fri 16 Nov, 2007 14:21 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 Re: Icy Phoenix 1.1.7.22 RC 1 - Bugs Tracker
Good Morning.
I'm testing new version of IP, and found this.
First:
- Error obtaining userdataS
-
- DEBUG MODE
-
- SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'S AND user_regdate<"1174475053" ORDER BY username LIMIT 800' at line 1
-
- S
-
- Line : 124
- File : admin_prune_users.php
-
How do I fix this?
Second: Cash Mod is not working... [Fixed: just cash_admin.php link is not working. If I click in Cash Help, everything shows up and work]
Third: In Amod, ato configuration, this error is showing up.
- Warning: main(../ACTIVITY_MOD_PATHincludes/functions_amod_plus.php) [function.main]: failed to open stream: No such file or directory in /home/moons/public_html/rpg/adm/admin_activity.php on line 26
-
- Warning: main() [function.include]: Failed opening '../ACTIVITY_MOD_PATHincludes/functions_amod_plus.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/moons/public_html/rpg/adm/admin_activity.php on line 26
-
[Fixed: I've got fixed this, just uncomment tag for Activity in constants.php.]
Thanks
Bye!
Support to activity mod not given.
|
#10 Fri 16 Nov, 2007 15:17 |
|
Danaldinho 
Joined: November 2007
Posts: 11
|
 Error In Black Pearl
On my forum: http://www.prisonbreakchat.net members have moaned that they cant log in, so they are having to use the default phpbb3 template
This is the error they are getting when logging in:
Then also i noticed when i clicked on Administrator Panel at the bottom of the forum to go into the ACP, it wouldnt let me
This is the error i got when i logged into it:
So do you have any ideas on how i can fix this
Cheers and also this is a wicked design
|
#11 Fri 16 Nov, 2007 20:20 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 Re: Error In Black Pearl
On my forum: http://www.prisonbreakchat.net members have moaned that they cant log in, so they are having to use the default phpbb3 template
This is the error they are getting when logging in:
Then also i noticed when i clicked on Administrator Panel at the bottom of the forum to go into the ACP, it wouldnt let me
This is the error i got when i logged into it:
So do you have any ideas on how i can fix this
Cheers and also this is a wicked design 
Try with other style.... i had that ACP loging error error with defect distributed styles for icy but other error:
-Logged users cannot access the site.
|
#12 Fri 16 Nov, 2007 20:27 |
|
Danaldinho 
Joined: November 2007
Posts: 11
|
 Re: Error In Black Pearl
What do you mean with other style
This is the one i want to use, but my members cant log in
|
#13 Fri 16 Nov, 2007 20:29 |
|
novice programmer 
Joined: June 2007
Posts: 1030
Location:
|
 Re: Error In Black Pearl
What do you mean with other style
This is the one i want to use, but my members cant log in 
I thought you have other styles installed...
Anyway, i´ve tagged as bug as happend to me.
Mergering with bugs tracker topic...
|
#14 Fri 16 Nov, 2007 20:34 |
|
Danaldinho 
Joined: November 2007
Posts: 11
|
 Re: BUG - Error In Black Pearl
Thanks, what happens now ?
Does someone fix it and do you know when that will be ?
Thanks
|
#15 Fri 16 Nov, 2007 21:18 |
|
|
Page 1 of 5
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|