Page 1 of 1

deleting posts over moderating

PostPosted: Sat Jun 24, 2006 5:18 am
Author: clanpunisher
Integramod 140 phpbb 2.0.20
logged in as board founder and also as admin

By trying to delete some posts or topics I've got the error that my password is incorrect, I can't delete them but I can move them to another thread


this might be the incorrect file? http://www.warcraftclan.de/forum/modcp.php?f=30

could you check this please.


the error message is:
Your Password Was Incorrect, Please Press Back & Try Again.

Re: BUG deleting posts over moderating

PostPosted: Sat Jun 24, 2006 6:38 am
Author: clanpunisher
this might be the problem but why?

Code: Select all
#======================================================================= |#==== Start: == phpBB Security ========================================= |#==== v1.0.3 =========================================================== |#====     if ( ($mode == 'delete') && ($confirm) )         {     $pass_one = isset($HTTP_POST_VARS['phpBBSecurity_verify']) ? $HTTP_POST_VARS['phpBBSecurity_verify'] : '';     $pass_two = $userdata['user_password'];         if (md5($pass_one) != $pass_two)             message_die(GENERAL_ERROR, $lang['PS_modcp_verify_fail']);         }#====#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |#==== End: ==== phpBB Security ========================================= |   #======================================================================= |        

PostPosted: Sat Jun 24, 2006 6:40 am
Author: clanpunisher
where is passone and passtwo saved?
i dont have to type in a pass for deleting posts, topics

so phpsecurity just need the pass i have loggin or?!?

quite confusing

PostPosted: Sat Jun 24, 2006 7:30 am
Author: Adrian Rea
I am not certain but I think you will find this is a template issue that the phpbbsecurity password request has not been added. We did hve the same here, but I think Helter solved it.

A

Re: BUG deleting posts over moderating

PostPosted: Sat Jun 24, 2006 9:12 pm
Author: Teelk
When installing a MOD or doing an update don't forget to edit ALL templates. The edit your missing from the phpBB Security update is the following... make sure all of your templates are up to date.

Code: Select all
# #-----[ OPEN ]--------------------------------------------- # templates/fisubice/confirm_body.tpl  ##-----[ FIND ]---------------------------------------------# </form>  ##-----[ BEFORE, ADD ]---------------------------------------------# {L_VERIFY}    

PostPosted: Mon Jun 26, 2006 8:03 pm
Author: computerskillz
Hi,

Unless you're absolutely certain this is a bug could you please not put bug in the title. This makes people waste time reading through the thread.

<img>

PostPosted: Fri Jun 30, 2006 11:47 am
Author: clanpunisher
bug is solved ^^

very good job !!! THX

It would be take years for me to think about a forgotten formfield in the bblite template ...


THANKS A LOT -> SOLVED!