Ben bir kişilik testi yaptık. Bu kullanıcının gönderdiği zaman, çıktı olarak bir kişilik açıklamasını verir ki çoktan seçmeli sorulardan bir kümesidir.
Test soruları bir Joomla "Madde" olarak yerleştirilir, bu nedenle testin sahipleri kolayca değiştirebilir ve çıkış harici bir php komut dosyası geçirilen formu sap yoluyla daha sonra. Bu gibi:
<form name="name" action="score.php" method="post">
Şimdi garip bir şey olur. Test sahipleri test soruları şey değiştirmek ve kaydettiğinizde, eylem niteliği düşer. Bu kendini sıfırlamak için testi neden olur.
Form kolu sonra bu gibi görünüyor:
<form name="name" method="post">
This has happened over and over again, even with multiple instances of the test. I cannot find out what this is. Does Joomla do something weird with attributes like this?