This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

trivia.tcl by souperman

Support & discussion of released scripts, and announcements of new releases.
Post Reply
r
revancha
Voice
Posts: 2
Joined: Fri Sep 21, 2007 7:37 pm

trivia.tcl by souperman

Post by revancha »

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
Last edited by revancha on Sat Sep 22, 2007 12:42 pm, edited 2 times in total.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From trivia.tcl:
# 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"
You create the public_html directory in your home directory and then set the path as in the example (above).
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
r
revancha
Voice
Posts: 2
Joined: Fri Sep 21, 2007 7:37 pm

trivia html

Post by revancha »

everything is fine, the path is correct, and the mychan.html exist,
but only in the shell, ,
Im using secure shell file transfer, on windows xp to access the shell,
and I'd like to to upload the mychan.html to my website: http://webpages.charter.net/gobot/ , I did it , but it doesnt refresh
what I have is only a copy of the mychan.html
Do I have to modify something in the eggdrop.config? so the mychan.html has to be created on webpages.charter.net?

I tried to set the path to http://webpages.charter.net/gobot
but it doesn't work :?:
thanks in advance
r
roxmiha
Voice
Posts: 1
Joined: Thu Mar 20, 2008 7:18 am

Need +VOICE on every one who answer correct

Post by roxmiha »

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
t
tueb
Halfop
Posts: 76
Joined: Thu Oct 04, 2007 6:09 am
Location: #quiz.de @ irc.gamesurge.net
Contact:

Post by tueb »

this would voice anyone who says something and devoice him again: http://www.egghelp.org/tclhtml/3478-4-0 ... pubmsg.htm

if you want to give +v only to users who answer correctly you may be able to implement this into your trivia-script.

tueb
#Quiz.de @ irc.GameSurge.net
JavaChat
B
BIF
Voice
Posts: 12
Joined: Mon Jul 31, 2006 4:53 pm

Re: Need +VOICE on every one who answer correct

Post by BIF »

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

I made a script that i inserted into the code that would make the bot auto voice the TOP 3 players. I can change it around to the TOP 10 if i wanted .. Or even give ops.. can be alot done with it.
Post Reply