Cracker Tracker FAQ admin_faq_editor worm exploit

I'm sorry for posting a new post, but I wanted the post to be found easily with the words I used in the topic.
I searched the forums, the KB, the bug fixes, the archives, and everything I could on this site for about an hour, and still have not solved my problem.
I ran debug mode on cracker tracker and did the fix, but it still does not work.
I made an extra faq for my site for my users.
I cannot add questions and answers without CT going nuts.
I did this
I did this the first time, and I was able to add another 2 questions and answers, then it started not letting me enter even a question.
I tried the fix of entering the question in there too like
And that didn't work, so I just went back to the
So, it still won't let me enter questions and answers without stopping me.
Please give me a fix, and add it to the fixes of the next debugger.
Thank you!
I searched the forums, the KB, the bug fixes, the archives, and everything I could on this site for about an hour, and still have not solved my problem.
I ran debug mode on cracker tracker and did the fix, but it still does not work.
I made an extra faq for my site for my users.
I cannot add questions and answers without CT going nuts.
I did this
- Code: Select all
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename: /admin/admin_faq_editor.php---------------- Request-Method: POST Matching rule: and In variable: answer Matching rule: into In variable: answerPossible solution:------------------ ##-----[ OPEN ]------------------------------------------#/admin/admin_faq_editor.php ##-----[ FIND ]------------------------------------------#require('./pagestart.' . $phpEx); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('answer'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
I did this the first time, and I was able to add another 2 questions and answers, then it started not letting me enter even a question.
I tried the fix of entering the question in there too like
- Code: Select all
define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('answer','question');
And that didn't work, so I just went back to the
- Code: Select all
define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('answer');
So, it still won't let me enter questions and answers without stopping me.
Please give me a fix, and add it to the fixes of the next debugger.
Thank you!