Page 1 of 2
Hacking Attempt
Posted: Fri Oct 21, 2005 4:38 am
by Frankenchrist
I installed this mod on my board and my users get this error alot while taking a quiz. I tested it myself and it seems to happen when the very last answer is submitted. I don't have CH mod on my board but I do have alot of other mods including simple subforums. Can you help me sort this out please?
Posted: Fri Oct 21, 2005 8:46 am
by battye
Does it happen every time you play a quiz?
Posted: Fri Oct 21, 2005 12:22 pm
by Frankenchrist
battye wrote:Does it happen every time you play a quiz?
No it doesn't happen everytime. If it happens you can restart the quiz and it won't do it the second time. My users are still able to use them but its annoying. Everyone that has used it tells me they have gotten it.
Are there any mods that might conflict with it? What file would cause this?
I'm running your quiz version 1.0.6 and phpBB 2.0.15 bridged with mambo.
Posted: Fri Oct 21, 2005 1:45 pm
by battye
Maybe Mambo is, I've never tested it on there before.
I can tell you, that this problem will be non-existant for the next version (1.1.x) which will probably be finished very soon.
The reason the hacking attempt happens, is if a user leaves a quiz half way through. If you play all the quizzes, the whole way through, it should be fine

Posted: Fri Oct 21, 2005 8:59 pm
by Frankenchrist
battye wrote:Maybe Mambo is, I've never tested it on there before.
I can tell you, that this problem will be non-existant for the next version (1.1.x) which will probably be finished very soon.
The reason the hacking attempt happens, is if a user leaves a quiz half way through. If you play all the quizzes, the whole way through, it should be fine

Yeah but the quiz mod is more a part of phpbb than anything and the only thing that is shared is my user tables. The problem I am referring to happens when members play a quiz the whole way through without hitting the back button.
To add more info to this, when viewing statistics you can hit a quiz name and it will also give you this error.
Posted: Sat Oct 22, 2005 3:53 am
by battye
I've PM'd you a likely solution

Posted: Thu Jun 08, 2006 5:19 pm
by UBT - Halifax--lad
Sorry to bring this old thread back to the top but I get this error trying to use this quizes on this board

Posted: Fri Jun 09, 2006 10:17 am
by battye
This error affects only very old versions (1.0.6 or lower).
I suggest upgrading to 1.3.0, or 1.2.0 at the very least.
Posted: Sat Jun 10, 2006 9:19 pm
by kainewildstarr
I just updated from 1.2.0 to 1.3.0 and am having the same problem.
Posted: Sun Jun 11, 2006 2:47 am
by battye
You have the problem in 1.3.0? Please take a screenshot and post it here so I can see the problem.
Posted: Mon Jun 12, 2006 4:47 am
by kainewildstarr
There is nothing to take a screen shot of. I go to take a quiz then when I hit submit, the screen goes white the 'Hacking Attempt!!' at the top of the screen.
I had installed version 1.2.0 but when I saw to upgrade to 1.3.0, I did and the error still occured.
I had just updated to PhpBB 2.0.21 so maybe there was an error when I upgraded. I have also noticed the same problem with one of the other installed mods so I am going to roll back PhpBB and see if that fixes the error.
Posted: Mon Jun 12, 2006 2:40 pm
by sputum
I guess its a problem with 2.0.21 an the changes in the common.php. Will there be an fix? an also an overall statisitc?
Posted: Tue Jun 13, 2006 11:35 am
by test
nice
Posted: Tue Jun 13, 2006 12:43 pm
by Swader
I am experiencing the same problem.... Any fixes??
Posted: Tue Jun 13, 2006 3:38 pm
by sputum
The problem is this change in the last phpbb update in the common.php:
Code: Select all
#
#-----[ FIND ]---------------------------------------------
#
if (!in_array($var, $not_unset))
{
unset($$var);
}
#
#-----[ REPLACE WITH ]---------------------------------------------
#
if (in_array($var, $not_unset))
{
die('Hacking attempt!');
}
unset($$var);