XF 1.4 Website has been down for few days

clove28

Active member
I could not access my website. There's an error showing up.

Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

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

Apache Server at www.pinoyexpatforum.com Port 80
 
Update: They said that my site is processing ton of stuff. Do you think it's coming from add-ons? If so, how can I disable the add-ons through cpanel?
 
pef.webp
I received this email. The message states.." Last warning. If you still won't cooperate with lucidire***, a non-stop ddos attack will be sent to your forum." How can I prevent this?
 
Someone is maliciously targeting your site.

If your host doesn't know how to deal with that, find a new host.

I note you also have a ticket open, so there is no point duplicating effort here.
 
Does this code belongs to xenforo?

Code:
 Rewriterule ^blog/(.+)/(.+).html$           ./blog/view/blog.php?page=$1&mode=$2 [NC]
Rewriterule ^blog/(.+).html$                    ./blog/blog.php?page=$1 [NC]
Rewriterule ^blog/(.+)/$                                ./blog/view/blog.php?page=$1 [NC]
Rewriterule ^blog/$                                             ./blog/blog.php [NC]

RewriteCond %{REQUEST_FILENAME} !-f
Rewriterule ^blog/(.+)/(.+)$            ./blog/view/blog.php?page=$1&mode=$2 [NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^blog/(.+)$ ./blog/blog.php?page=$1 [NC]
</IfModule>

RewriteCond %{HTTP_REFERER} !^http://pinoyexpatforum.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://pinoyexpatforum.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pinoyexpatforum.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pinoyexpatforum.com$      [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
 
I only have the Library by Waindigo but not sure if that code is for that.

Code:
 Rewriterule ^blog/(.+)/(.+).html$           ./blog/view/blog.php?page=$1&amp;mode=$2 [NC]
Rewriterule ^blog/(.+).html$                    ./blog/blog.php?page=$1 [NC]
Rewriterule ^blog/(.+)/$                                ./blog/view/blog.php?page=$1 [NC]
Rewriterule ^blog/$                                             ./blog/blog.php [NC]

RewriteCond %{REQUEST_FILENAME} !-f
Rewriterule ^blog/(.+)/(.+)$            ./blog/view/blog.php?page=$1&amp;mode=$2 [NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^blog/(.+)$ ./blog/blog.php?page=$1 [NC]
</IfModule>

Blog, blog,blog...
 
Top Bottom