View Full Version : Forum got hacked and after restore not working?
Mark_Zuckerberg
03-26-2012, 08:18 PM
Hello
My Forum got hacked and after retrieving it back its not working like the home page is working fine user can login also but when go to the category it says 404 page error not found on this server as i was using vbseo at that time when it got hacked and i restored my 2 weeks prev database and back up so whats the problem in it and how can i resolve it Waiting for the reply friends :)
Adam H
03-26-2012, 08:46 PM
If you have vbseo still installed then disable it and see if it fixes your problem, Then check to make sure your .htaccess is there and has the correct VBSEO info in there.
If you have removed vbseo then again check the .htaccess and ensure that all vbseo data is removed.
Mark_Zuckerberg
03-26-2012, 09:48 PM
its showing me this in vbseo all files
vbseocp.php File does not contain expected contents
vbseocpform.php File does not contain expected contents
blind-eddie
03-26-2012, 10:21 PM
Is this the same problem you had a week or so back? I thought you fixed it.
Mark_Zuckerberg
03-26-2012, 10:23 PM
Replaced all the affected file but still getting this error
Not Found
The requested URL /f18/how-to-install-linux/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------- Added 1332804304 at 1332804304 ---------------
and now i have disabled the plugin and its working fine with the default method showthread.php
blind-eddie
03-26-2012, 10:25 PM
Is that something you have on your server and is missing?
Mark_Zuckerberg
03-26-2012, 10:54 PM
hello mate thanks you replied here and gave your precious time i have removed the vb seo and did it from beginning can u please guide me about the htaccess edit?
--------------- Added 1332806542 at 1332806542 ---------------
Is this the same problem you had a week or so back? I thought you fixed it.
yes mate at that time it was malware attack and then my site got hacked and i salute you that on that day i learned from u how to find the suspected files in vb and when today i put my backup bk to the server so my vbseo is doing problem and as u told i find vbseo files in suspected files. please help me i will be very thankful to u mate
Mark_Zuckerberg
03-27-2012, 12:39 AM
Hello please some one reply to this thread as i have mentioned all the issue above now i have installed the vbseo again and my default htaccess was this
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName yourdomain.com
AuthUserFile /home/xxxxx/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/xxxx/public_html/_vti_pvt/service.grp
i have removed all this and changed it with this one
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
also changed the your domain.com to my own one but now the home page goes fine and when i go to any category or thread it gives error like some css error see the screenshot and then i have turned off vbseo and it works fine :( please help
blind-eddie
03-27-2012, 12:52 AM
I would suggest that you go to where you got vbSEO & discuss it there, they will be more helpful than I regarding SEO.
Mark_Zuckerberg
03-27-2012, 11:16 PM
but its gives this error when i open thread
Parse error: syntax error, unexpected T_STRING in /home/xxx/public_html/includes/class_postbit.php(304) : eval()'d code on line 194
Max Taxable
03-27-2012, 11:28 PM
but its gives this error when i open threadWhat editor are you editing files with?
Mark_Zuckerberg
03-28-2012, 01:19 AM
I Have Not Edited Any File In That Coz My Site Was Hacked Or Affected With Malware And I Have Downloded My Backup From My Server And Then Uploded It To New Server And Imoported The Databse In It And I Use Notepad++ To Edit Files?
blind-eddie
03-28-2012, 01:34 AM
As I stated to you in your other thread on how my site was infected with a trojan..... you need to make sure your computer is not infected or any other computer you may have used & is still running. If your site was infected through your computer and you have not gotten rid of it you are going to have this problem again and again.
Note: I told you how I was infected & what I did to fix it. This may be different then what is happening to you and how you may have been infected.
On another note, I don't use note pad to edit files, I use word pad and from what I have learned over the years, word pad is what you should be using to edit files.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.