Log in

View Full Version : Hacking Attempt Issue


Eplexx
11-13-2010, 06:18 AM
I messed up and wrote over the existing index.php so I deleted the mod 1 and reuploaded from the index,php in the vbulletin files, then I read that uploading all the vbulletin files might fix it but it didn't.

When I goto anything on my site related to vbulletin it gives me this:

http://is.gd/gZE1s

Lynne
11-13-2010, 03:03 PM
There is nothing in vbulletin that would write that on your page.

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If that doesn't work, are you sure this isn't some server security that is causing all your pages to say that? If so, you need to talk to your host.

Eplexx
11-13-2010, 04:32 PM
There is nothing in vbulletin that would write that on your page.

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If that doesn't work, are you sure this isn't some server security that is causing all your pages to say that? If so, you need to talk to your host.

I did that and it didn't work.

kh99
11-13-2010, 04:54 PM
Did you upload a new index.php to try to fix the problem, or did that *start* the problem?

Eplexx
11-13-2010, 05:12 PM
Did you upload a new index.php to try to fix the problem, or did that *start* the problem?

That started the issue.

kh99
11-13-2010, 06:18 PM
In that case I don't know, but maybe what Lynne mentioned - maybe it's some sort of system your host has for detecting modified files. Or it could be something in one of the templates (like the footer maybe?) although I don't know how it would have gotten there.