Quizbot

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

      Product: Quizbot

      Version: 2.0

      Editor: TrioxX

      Developer: Felix6

      Year of development: 2004

      Needed ressources: Pointsystem

      Alternative ressources: -

      Screenshots: -


      Description:

      Quizzy - the Quizbot V.2.0

      Quizzy is managed ony by the chat's Admin tab.

      You can start and stop the quiz.
      Is the quiz stopt by a admin, no result will be calculated.

      If the quiz is not halted, all questions of the set will be asked an results will be calculated.

      The one who has the most correct answers first ist the winner!

      If you answered correct or if you win the quiz, you will be informed about the points you get.

      if a question is not answered, the bot waits for a while and then ask the next question.

      If the pointsystem of Freeuser is installed,you can provide points to chatter who win or give the correct answer.

      The following settings can be made in Admin tab:

      color of Quizzy
      Room restrictions
      time to answer questions
      points on/off
      points for correct answer
      points for winning quiz

      You can create Quizsets in Admin tab.
      You create questions with related answers and save it in a quizset name.
      If you take an existing name, the new entered data will be attached to the file.

      To keep players informed about the current results at all times, there is the

      /quiz

      command.

      If this command is sent, you will get information about your points and the points of the leader.

      How to install the Quiz-Bot:

      1.put into /YOURLANGUAGE/admin/ Directory:

      admin_quiz_botty.html
      admin_quiz_on.html
      quiz_start.html
      quiz_write.html
      quiz_setting.html

      2. put into /Plugin Directory:

      Quiz_botty.pm
      winner.txt (chmod 666)
      Quiz (dir anlegen) (chmod 777)

      in Quiz directory there are 2 files: quiz.txt and quiz_add.txt -- both need 666 rights


      3. into /Plugin/Administration/ directory:

      Settings.pm (chmod 755)

      Of cause, if Settings.pm has been changed before, it must not be overwritten.In this case you need to copy subroutine "admin_quiz_on" into this file.If you don't know what this means, just compare the files and paste the difference.In most cases Settings.pm was not changed and is still original.

      The following files need to be edited:


      1. /Settings.dat

      under the entry:

      pwseed => 'ya',

      put the following:

      quiz => 0,
      quiz_color => '#0000ff',
      quiz_time => 60,
      quiz_room_on => 0,
      quiz_room => 'lobby',
      quiz_points_on => 0,
      quiz_points_win => 10,
      quiz_points_champ => 500,

      in custom_command_handlers section you have to paste:

      quiz => 'plugindir::Quiz_botty.pm',
      quiz_win => 'plugindir::Quiz_botty.pm',

      in custom_action_handlers section:

      admin_quiz_on => 'plugindir::Administration/Settings.pm',
      quiz_start => 'plugindir::Quiz_botty.pm',
      quiz_write => 'plugindir::Quiz_botty.pm',
      quiz_write_end => 'plugindir::Quiz_botty.pm',
      botty_quiz => 'plugindir::Quiz_botty.pm',
      quiz_delete => 'plugindir::Quiz_botty.pm',

      in custom_send_checker section:

      'plugindir::Quiz_botty.pm',

      Under no circumstances you will use the attached Settings.dat.This file is only for comparing!!

      2.In the same directory there is a file "Yourlanguage".admin. This file need to be edited as well.

      just paste the following right before the last 2 digits

      };


      Quiz => [
      {
      type => 'item',
      title => 'change settings',
      dest => 'admin_botty_start',
      permission => 'admin_quiz_settings',
      },
      {
      type => 'item',
      title => 'Quizbotty on/off',
      dest => 'admin_quiz_on',
      permission => 'admin_quiz_aktivieren',
      },
      {
      type => 'item',
      title => 'create questions for quiz',
      dest => 'admin_quiz_botty',
      permission => 'admin_quiz_Fragen',
      },

      ],


      4. Rights:

      in the same directory you need to expand "yourlanguage".permissions with the following:

      admin_quiz_aktivieren|Admin-Bereich - Quiz turn on and off
      admin_quiz_Fragen|Admin-Bereich - create Quizsets
      admin_quiz_settings|Admin-Bereich - change quiz settings

      Those new rights will appear in Admin Menu or can be given as personal rights.You must give rights to yourself to see new entries.

      Please help yourself by backing up your files before installing this script.

      ----------------------------

      Have fun. Best regards, your GTChat-Developer.com - Team!

      Zum Eintrag in der Datenbank