Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Issues
Author Message
Doulos
Life Cycles Becoming CPU Cycles



Joined: Jun 06, 2005
Posts: 732

PostPosted: Mon May 11, 2009 10:25 am Reply with quote

I am getting an error when I try to access the forum admin area (all other admin functions work perfectly). When I click the forum admin button I get this:
Quote:
ERROR: 500 - Internal Server Error

Internal Server Error
Hint: Check the .htaccess file for syntax/configuration errors

Refered From : http://me.com/admin.php?op=adminMain
Your IP : my.ip.add.ress
Page Requested : /modules/Forums/admin/index.php
Agent : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
Redirect Status : 500

I have re-uploaded all the forum module files. I do not know enough to see any problems with the htaccess file. A copy of my htaccess file follows...
Code:
#####################################################

#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#  THESE INSTRUCTIONS APPLY TO ALL Options DIRECTIVES
#
# The lines below this section that begin with Options may cause problems
# with some server configurations.  They are required for certain functions
# of Apache and RavenNuke(tm), but may already be set by your server administrator in a way
# that dissallows changing them in your .htaccess file.  If using any of them causes your server
# to error out, comment them out (add # to beginning of line), reload your site in your browser
# and test the functionality that is affected.  If it works, then it has been set by your server
# administrator and you do not need it set here.
#####################################################


# 'Options +FollowSymLinks' is required for use of mod_rewrite.
# Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

# 'Options +Includes' is required for use of Server Side Includes (SSI), such as custom error pages (like 403.shtml).
# Can be commented out if causes errors, see notes above.
Options +Includes

# -------------------------------------------
# Set search order for index files
# -------------------------------------------
DirectoryIndex index.php index.htm index.html

# -------------------------------------------
# For better performance set FileETag to NONE base on recommendations from
# http://developer.yahoo.net/blog/archives/2007/07/high_performanc_11.html
# -------------------------------------------
FileETag none

# -------------------------------------------
# Only process if mod_expires is installed
# For faster load times cache certain types of files for specific amount of time
# You should adjust these settings based upon your caching requirements
# -------------------------------------------
<IfModule mod_expires.c>
   ExpiresActive On
   # ExpiresDefault A86400
   ExpiresByType image/x-icon "access plus 1 month"
   ExpiresByType text/css "access plus 5 minutes"
   ExpiresByType image/gif "access plus 1 month"
   ExpiresByType image/png "access plus 1 month"
   ExpiresByType image/jpeg "access plus 1 month"
   ExpiresByType text/plain "access plus 15 minutes"
   ExpiresByType application/x-shockwave-flash "access plus 1 month"
   ExpiresByType video/x-flv "access plus 1 month"
   ExpiresByType application/pdf "access plus 1 month"
   ExpiresByType text/html "access plus 5 minutes"
   ExpiresByType text/javascript "access plus 5 minutes"
   ExpiresByType application/x-javascript "access plus 5 minutes"
</IfModule>

# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .ftaccess>
  deny from all
</Files>

<Files .staccess>
  deny from all
</Files>

# -----------------------------------------------------------------------------------------------------
# Leave this block commented out unless HTTPAuth is NOT available in your NukeSentinel(tm) Admin Panel.
# This code is mainly for use with CGI Authentication when PHP is compiled as CGI and NOT an Apache module.
# -----------------------------------------------------------------------------------------------------
 <Files admin.php>
    <Limit GET POST PUT>
    require valid-user
    </Limit>
    AuthName "Restricted"
    AuthType Basic
   AuthUserFile /home/me/public_html/.staccess
 </Files>
# -----------------------------------------------------------------------------------------------------

# -------------------------------------------
# If you use TegoNuke(tm) ShortLinks with RavenNuke(tm) then copy your ShortLinks.htaccess file/rules below inbetween
# the <IfModule> and </IfModule> tags.
# Only process if mod_rewrite is installed
# -------------------------------------------
<IfModule mod_rewrite.c>
   # TegoNuke(tm) ShortLinks - ShortLinks.htaccess file/rules should go after this line
</IfModule>

# -------------------------------------------
# Error Document Redirects
# TegoNuke(tm) ShortLinks - ShortLinks.htaccess file MUST be before these directives (See above).
# If you add a new error redirect then you need to add the corresponding xxx.php file to modules/ErrorDocuments/
# Format:
#   ErrorDocument xxx /PATH_TO_ERROR_DOCUMENT_RELATIVE_TO_WEB_SERVER_DOCUMENT_ROOT
# -------------------------------------------
ErrorDocument 400 /modules.php?name=ErrorDocuments
ErrorDocument 401 /modules.php?name=ErrorDocuments
ErrorDocument 403 /modules.php?name=ErrorDocuments
ErrorDocument 404 /modules.php?name=ErrorDocuments
ErrorDocument 406 /modules.php?name=ErrorDocuments
ErrorDocument 500 /modules.php?name=ErrorDocuments

# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^libwww-perl
RewriteRule ^.*$ http://127.0.0.1 [R,L]

RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR]
RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [OR]
RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^Ping [OR]
RewriteCond %{HTTP_USER_AGENT} ^Link [OR]
RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [OR]
RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^psbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailCollector
RewriteRule ^.* - [F]

#Block referers based on KEYWORDS anywhere in their URL.
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)4free(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)4u(-|.).*$            [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)6q(-|.).*$            [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)a2z(-|.).*$           [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)accept(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)adult(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)affiliate(-|.).*$     [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)alumni(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)amateur(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)apply(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)ambien(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)anal(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)associate(-|.).*$     [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)atlanta(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)azian(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)bank(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)biz(-|.).*$           [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)blackjack(-|.).*$     [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)busty(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)brokers(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)casino(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)cash(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)celebrex(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)cialis(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)condo(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)cpa(-|.).*$           [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)credit(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)dating(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)debt(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)devil(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)diet(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)discount(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)dvd(-|.).*$           [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)easy(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)emedia(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)enterprise(-|.).*$    [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)episode(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)escort(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)farm(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)fidelity(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)formula(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)foundation(-|.).*$    [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)fu*k(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)gambling(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)gay(-|.).*$           [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)holdem(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)home(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)horny(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)hotel(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)house(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)hydrocodone(-|.).*$   [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)incest(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)insurance(-|.).*$     [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)jerusalem(-|.).*$     [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)lesbian(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)levitra(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)lighting(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)loan(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)locator(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)lotto(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)mail(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)mall(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)mature(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)merchant(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)milf(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)money(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)mortgage(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)myhost(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)nasty(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)nude(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)pain\-killers(-|.).*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)paxil(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)pharmacies(-|.).*$    [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)pharmacy(-|.).*$      [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)phentermine(-|.).*$   [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)poker(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)porn(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)properties(-|.).*$    [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)prozac(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)pus*y(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)rental(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)sex(-|.).*$           [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)slots(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)soma(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)sport(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)swinger(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)teen(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)texas(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)thai(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)tits(-|.).*$          [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)ultram(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)valium(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)vegas(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)viagra(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)vicodin(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)visor(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)warez(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)watches(-|.).*$       [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)weight(-|.).*$        [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)xanax(-|.).*$         [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)xxx(-|.).*$           [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)yacht(-|.).*$         [NC,OR]

#Block referers from specific web sites.
RewriteCond %{HTTP_REFERER} (21pod)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (250x)                                          [NC,OR]
RewriteCond %{HTTP_REFERER} (4italiancharms)                                [NC,OR]
RewriteCond %{HTTP_REFERER} (9sekund)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (aaacloseoutsnetwork)                           [NC,OR]
RewriteCond %{HTTP_REFERER} (a9)                                            [NC,OR]
RewriteCond %{HTTP_REFERER} (accepted)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (aeterna-tech.com)                              [NC,OR]
RewriteCond %{HTTP_REFERER} (andrewsaluk)                                   [NC,OR]
RewriteCond %{HTTP_REFERER} (alleghanyeda)                                  [NC,OR]
RewriteCond %{HTTP_REFERER} (algebra-test)                                  [NC,OR]
RewriteCond %{HTTP_REFERER} (archined)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (asianrelations)                                [NC,OR]
RewriteCond %{HTTP_REFERER} (atspace)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (autoglaser-scout)                              [NC,OR]
RewriteCond %{HTTP_REFERER} (autospiegel)                                   [NC,OR]
RewriteCond %{HTTP_REFERER} (avalon)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (axionfootwear)                                 [NC,OR]
RewriteCond %{HTTP_REFERER} (barnevakten)                                   [NC,OR]
RewriteCond %{HTTP_REFERER} (baden24)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (bestall)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (bizclassifiedsplace)                           [NC,OR]
RewriteCond %{HTTP_REFERER} (blogspot)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (brugtespil)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (brutalblowjobs)                                [NC,OR]
RewriteCond %{HTTP_REFERER} (candiria)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (carisoprodol)                                  [NC,OR]
RewriteCond %{HTTP_REFERER} (cialis)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (clarich)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (closeouts-central)                             [NC,OR]
RewriteCond %{HTTP_REFERER} (codychesnutt)                                  [NC,OR]
RewriteCond %{HTTP_REFERER} (conecrusher)                                   [NC,OR]
RewriteCond %{HTTP_REFERER} (continentaltirebowl.com)                       [NC,OR]
RewriteCond %{HTTP_REFERER} (dreambook)                                     [NC,OR]
RewriteCond %{HTTP_REFERER} (ducoon)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (dyndns)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (edthompson)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (emffsquad)                                     [NC,OR]
RewriteCond %{HTTP_REFERER} (erotic)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (eviliscious.com)                               [NC,OR]
RewriteCond %{HTTP_REFERER} (feathers)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (ford)                                          [NC,OR]
RewriteCond %{HTTP_REFERER} (forskning)                                     [NC,OR]
RewriteCond %{HTTP_REFERER} (foxmediasolutions.com)                         [NC,OR]
RewriteCond %{HTTP_REFERER} (globaleducationeurope.net)                     [NC,OR]
RewriteCond %{HTTP_REFERER} (golf)                                          [NC,OR]
RewriteCond %{HTTP_REFERER} (handy)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (hellclan)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (hot.ee)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (jroundup)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (jubii)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (kabel1)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (kfzbetrieb)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (kuckdoch)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (kylos)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (landsend)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (latinonakedgirl)                               [NC,OR]
RewriteCond %{HTTP_REFERER} (livecamsdir)                                   [NC,OR]
RewriteCond %{HTTP_REFERER} (livenet)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (liveplanets.com)                               [NC,OR]
RewriteCond %{HTTP_REFERER} (lycos)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (lyopsrulezforever)                             [NC,OR]
RewriteCond %{HTTP_REFERER} (maturex3)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (megrisoft)                                     [NC,OR]
RewriteCond %{HTTP_REFERER} (mundoemule)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (myblogsite)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (netfirms)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (online.biz)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (phntrmn)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (plataforma-asp)                                [NC,OR]
RewriteCond %{HTTP_REFERER} (protzonbeer)                                   [NC,OR]
RewriteCond %{HTTP_REFERER} (quickcontactsonline)                           [NC,OR]
RewriteCond %{HTTP_REFERER} (qxl)                                           [NC,OR]
RewriteCond %{HTTP_REFERER} (radarfalle)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (rentacoder)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (ringtone)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (roxtet)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (rstrading)                                     [NC,OR]
RewriteCond %{HTTP_REFERER} (ru.ru)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (saab)                                          [NC,OR]
RewriteCond %{HTTP_REFERER} (sbj-broadcasting)                              [NC,OR]
RewriteCond %{HTTP_REFERER} (shape.de)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (shpirti)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (skip)                                          [NC,OR]
RewriteCond %{HTTP_REFERER} (skynetblogs)                                   [NC,OR]
RewriteCond %{HTTP_REFERER} (spray)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (startkabel)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (super-illu)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (testthis)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (timberfrog)                                    [NC,OR]
RewriteCond %{HTTP_REFERER} (tiscali)                                       [NC,OR]
RewriteCond %{HTTP_REFERER} (tonspion)                                      [NC,OR]
RewriteCond %{HTTP_REFERER} (unifac)                                        [NC,OR]
RewriteCond %{HTTP_REFERER} (volja)                                         [NC,OR]
RewriteCond %{HTTP_REFERER} (wanadoo)                                       [NC]
RewriteRule ^(.*) %{HTTP_REFERER}                                           [R=301,L]



deny from 87.0.0.0/8


deny from 94.23.7
deny from 69.64.49
deny from 217.133.215
deny from 218.234.22
deny from 89.218.85
deny from 8.7.26
deny from 81.176.226
deny from 124.217.242
deny from 148.245.102
deny from 84.21.71
deny from 116.15.108
deny from 203.162.139
deny from 78.37.8
deny from 85.158.248
deny from 12.149.103.0/24
deny from 213.8.172
deny from 85.236.53
deny from 203.70.9
deny from 64.128.80
deny from 85.214.51
deny from 121.78.118
deny from 72.232.203
deny from 72.232.203
deny from 62.75.247
deny from 216.246.91
deny from 212.34.140
deny from 76.226.193
deny from 65.23.154
deny from 65.23.154
deny from 212.241.182
deny from 195.177.193
deny from 89.248.101
deny from 124.42.90
deny from 74.205.57
deny from 63.247.138
deny from 91.186.21
deny from 67.76.163
deny from 200.69.222
deny from 24.39.162
deny from 216.107.171
deny from 70.49.0.0/16
deny from 24.247.249.227
deny from 70.245.235.0/24
deny from 67.159.0.0/18
deny from 217.199.217
deny from 202.60.72
deny from 81.19.179
deny from 217.168.153
deny from 213.248.59
deny from 72.29.90
deny from 207.189.206
deny from 207.189.206
deny from 72.32.8
deny from 209.190.22
deny from 66.225.237
deny from 75.120.101
deny from 209.172.33
deny from 70.84.191
deny from 67.19.251
deny from 62.250.4
deny from 72.52.229
deny from 217.75.209
deny from 194.149.234
deny from 194.149.234
deny from 81.220.43
deny from 81.220.43
deny from 69.13.197
deny from 206.225.82
deny from 74.208.126
deny from 213.203.223
deny from 85.214.90
deny from 59.120.13
deny from 99.190.82
deny from 207.30.66
deny from 121.78.116
deny from 163.27.128
deny from 122.116.109
deny from 91.82.135
deny from 208.109.51
deny from 77.232.66
deny from 68.199.179
deny from 210.221.154
deny from 77.235.42
deny from 74.55.15
deny from 140.130.111
deny from 98.226.170
deny from 211.233.11
deny from 211.110.19
deny from 207.210.215
deny from 163.30.112
deny from 95.208.21
deny from 69.64.92
deny from 118.107.162
deny from 220.135.110
deny from 211.115.127
deny from 93.190.137
deny from 93.190.137
deny from 209.85.105
deny from 70.85.201
deny from 193.207.106
deny from 207.58.128
deny from 78.110.170
deny from 195.144.11
deny from 61.109.250
deny from 222.121.123
deny from 124.0.210
deny from 213.248.54
deny from 91.121.149
deny from 211.220.195.71
deny from 208.84.144.14
deny from 218.106.254.18
deny from 125.240.0.80
deny from 139.11.11.112
deny from 75.125.132.98
deny from 216.15.238.210
deny from 75.63.85.187
deny from 222.236.47.71
deny from 207.182.137.218
deny from 71.103.53.130
deny from 85.237.201.58
deny from 65.98.60.170
deny from 78.111.80.24
deny from 119.147.24.160
deny from 119.147.24.160
deny from 202.53.250.24
deny from 95.134.145.108
deny from 209.62.125.194
deny from 72.249.65.226
deny from 74.200.242.34
deny from 92.48.70.207
deny from 213.189.27.153
deny from 211.202.2.220
deny from 58.227.193.198
deny from 193.138.221.185
deny from 213.228.158.38
deny from 208.96.54.72
deny from 82.151.132.176
deny from 67.210.109.225
deny from 76.74.236.100
deny from 64.151.247.1
deny from 8.6.221.82
deny from 64.118.85.13
deny from 202.153.103.135
deny from 121.165.73.157
deny from 80.82.216.244
deny from 91.142.210.39
deny from 80.245.60.162
deny from 201.134.110.45
deny from 64.13.229.88
deny from 64.13.229.88
deny from 113.29.225.11
deny from 216.195.49.105
deny from 220.241.178.74
deny from 77.221.130.5
deny from 211.43.212.111
deny from 212.59.11.66
deny from 122.99.249.227
deny from 121.14.37.144
deny from 217.195.192.40
deny from 122.224.212.132
deny from 69.176.36.222
deny from 96.10.116.65
deny from 209.170.145.17
deny from 85.158.181.27
deny from 210.17.22.171
deny from 206.212.240.2
deny from 80.67.24.202
deny from 200.93.147.154
deny from 200.93.147.154
deny from 93.173.117.161
deny from 216.157.27.59
deny from 67.212.165.162
deny from 209.23.122.132
deny from 209.23.122.132
deny from 82.194.66.90
deny from 66.230.213.52
deny from 212.76.68.15
deny from 207.182.147.210
deny from 70.38.112.175
deny from 72.249.190.60
deny from 208.64.202.134
deny from 174.132.225.212
deny from 194.8.75.94
deny from 85.214.37.11
deny from 66.118.165.42
deny from 84.60.12.255
deny from 41.250.251.52
deny from 86.106.92.23
deny from 194.8.75.92
deny from 74.55.68.202
deny from 72.51.38.41
deny from 74.124.208.230
deny from 74.55.19.242
deny from 88.80.197.27
deny from 83.148.64.15
deny from 125.251.161.165
deny from 38.99.127.80
deny from 201.232.54.48
deny from 122.116.178.20
deny from 89.107.184.39
deny from 222.73.17.7
deny from 216.97.49.156
deny from 211.241.40.51
deny from 218.38.12.82
deny from 195.16.51.207
deny from 81.214.173.137
deny from 68.171.46.5
deny from 77.120.105.62
deny from 66.7.201.86
deny from 119.201.245.60
deny from 222.239.76.25
deny from 83.137.192.223
deny from 202.157.181.40
deny from 84.54.137.9
deny from 62.221.80.230
deny from 74.55.30.194
deny from 78.129.214.105
deny from 83.226.185.169
deny from 90.156.153.161
deny from 61.81.17.56
deny from 66.197.202.64
deny from 65.98.59.178
deny from 64.56.65.44
deny from 62.141.48.47
deny from 85.17.203.229
deny from 208.68.233.23
deny from 218.146.255.34
deny from 121.254.231.239
deny from 85.214.86.93
deny from 66.175.122.228
deny from 84.244.161.40
deny from 110.45.145.50
deny from 218.32.213.231
deny from 66.7.202.33
deny from 209.200.246.113
deny from 72.188.101.131
deny from 85.18.117.101
deny from 212.150.52.114
deny from 200.32.100.130
deny from 222.231.1.187
deny from 72.52.195.135
deny from 217.160.4.250


Any suggestions would be greatly appreciated. Thanks.
 
View user's profile Send private message
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Mon May 11, 2009 11:36 am Reply with quote

To rule out the .htaccess temporaily replace the .htaccess with a blank file.
 
View user's profile Send private message
Doulos







PostPosted: Tue May 12, 2009 12:12 pm Reply with quote

Blank htaccess file yields this:
Quote:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@clanfga.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


The only two areas where I cannot access are: 1. forum admin; 2. IPN check in the Donations module admin. IPN is also not working anymore.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Tue May 12, 2009 6:12 pm Reply with quote

I wonder if your host has certain PHP functions shut off. For the life of me, I cannot recall what phpBB2 uses for checking the version number, but as soon as you said IPN, it made me think of this. I don't think its cURL. I'll check on that, but if someone knows and gets to this before me... I just have a strong feeling that is what this issue is.

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Doulos







PostPosted: Sun May 17, 2009 10:50 pm Reply with quote

It was a permissions issue. Somehow, during the move from one server to the other, several folders in the modules directory ended up with 757, instead of 755. Thanks for helping.
 
montego







PostPosted: Mon May 18, 2009 6:10 pm Reply with quote

Wheh! Glad you figured that one out. Thanks for letting us know.
 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Tue May 19, 2009 2:00 pm Reply with quote

The Donations module doesn't use cURL (yet)
 
View user's profile Send private message Send e-mail
Doulos







PostPosted: Tue May 19, 2009 7:02 pm Reply with quote

Donations module itself was working, only IPN was not. Is now, though.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©