Page 1 of 1

Deleting Forums

PostPosted: Wed Apr 11, 2007 5:45 am
Author: Hyster
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Beginner
Board URL: http://www.redline-guerrillas.com/Forum/index.php

PHP Version:
MySQL Version:


What was done before the problem appeared?
N


What was done to try to solve the problem?




De.scription and Message

I am trying to delete a forum but another screen comes up and say:

CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit .script so the Security System stopped the .script.


If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a de.scription what you have done before you could see this page, that the Admin has the possibility to fix the problem.

How to I adjust the security so that this doesn't continue.

Thanks fellas!

Re: Deleting Forums

PostPosted: Wed Apr 11, 2007 6:00 am
Author: Whisky
#
#-----[ OPEN ]------------------------------------------
#
/admin/admin_forums_extend.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');

#
#-----[ SAVE/CLOSE FILE ]------------------------------------------
#

Re: Deleting Forums

PostPosted: Wed Apr 11, 2007 6:10 am
Author: Hyster
I checked the file and was configured they way in which you described. Any other ideas? Thanks for getting back to me.... <img>

Re: Deleting Forums

PostPosted: Wed Apr 11, 2007 6:26 am
Author: Whisky
could you provide us with the exact php file where this error occur then?

Theorically if you apply the fix above on that file it should work

if it is the same file try to set the level on LOW instead of MEDIUM

Re: Deleting Forums

PostPosted: Wed Apr 11, 2007 7:45 am
Author: Hyster
I figured if I couldn't delete it I would just reword everything for something else. After re-wording the forum it deleted itself. Strange..... But it is gone now.

Thanks...