I have trivia.tcl by souperman, the trivia generate a public.html archive with the scores , My question is , how can i put the public.html archive in my website?
the public.html, refresh every 10 seconds
You create the public_html directory in your home directory and then set the path as in the example (above).# The full path to the file which the bot will use to generate
# an HTML info page. The account the bot runs on must have read
# & write access to this file. If the file does not exist, it will
# be created when needed.
set tghtmlfile "/home/peanut/public_html/mychan.html"
roxmiha wrote:Hi everyone.
I just use trivia.tcl.. and i'm glad with the performance.
But I think i need more perform.
I want the bot to give +voice to people who answer correctly.
(if these people are not +v before)
How can I make that ??
Please help
THanks in advance