<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/17898" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2010-08-10T20:38:53-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/17898</id>

		<entry>
		<author><name><![CDATA[devilsoulblack]]></name></author>
		<updated>2010-08-10T20:38:53-04:00</updated>

		<published>2010-08-10T20:38:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93863#p93863</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93863#p93863"/>
		<title type="html"><![CDATA[IRCStats ftp upload and !trigger script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93863#p93863"><![CDATA[
read more about <a href="http://pisg.sourceforge.net/" class="postlink">http://pisg.sourceforge.net/</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4165">devilsoulblack</a> — Tue Aug 10, 2010 8:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[marvz]]></name></author>
		<updated>2010-08-03T16:06:48-04:00</updated>

		<published>2010-08-03T16:06:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93745#p93745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93745#p93745"/>
		<title type="html"><![CDATA[IRCStats ftp upload and !trigger script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93745#p93745"><![CDATA[
I just started using IRCStats and was wondering if there was a way to get it to FTP the logs after they are created? I found this script in the archives but its for pisg.<div class="codebox"><p>Code: </p><pre><code>#This is a rewrite of pisg.tcl so now when people request !stats#If it is not the $statsnick requesting it, it will just show the url and not generate the logs#also the $statsexe setting goes to a bash script i have made to generate and upload the logs via ftp#to the directory that you set in generate_logs##irc.bsdaxis.net #BSDAxis#Trip-Outset statsexe "~/generate_logs"set statsurl "http://www.bsdaxis.net/stats"set statschan "#BSDAxis"set statsflags "nm"set statstime "120"set statsnick "Trip-Out"bind pub $statsflags !stats pub:statsgenproc pub:statsgen {nick host hand chan arg} {        global statsurl statschan statsexe statsnick        if {$nick != $statsnick} {        putlog "$nick Requested Stats"        append out "PRIVMSG $statschan :\002Stats Available At:\002 $statsurl"        } else {        putlog "Generating Stats..."        exec $statsexe        append out "PRIVMSG $statschan :\002Stats Updated:\002 $statsurl"        putlog "Stats Updated."        }        puthelp $out}proc statstimer {} {        global statsexe statsurl statschan statstime        puthelp "PRIVMSG $statschan : \002Stats Updated:\002 $statsurl"        timer $statstime statstimer}if {![info exists {statsset}]} {  set statsset 1  timer 2 statstimer}putlog "pisg-new.tcl 1.0 By Trip-Out Loaded"</code></pre></div>this is something I'd be interested in to create new stats page by the users in the chan with the proper flags and also FTP the newly created stats page. Thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11259">marvz</a> — Tue Aug 03, 2010 4:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
