<?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/15840" />

	<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>2008-06-19T19:48:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2008-06-19T19:48:32-04:00</updated>

		<published>2008-06-19T19:48:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83650#p83650</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83650#p83650"/>
		<title type="html"><![CDATA[[Trivia.tcl] Place the output html file on a remote web host]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83650#p83650"><![CDATA[
<blockquote class="uncited"><div>I understand..<br><br>In that case... is there any method to make this possible?<br>some TCL?<br>I've tried with sendftp but it doesn't work<br><br>I don't want to give up..</div></blockquote>Google "wget" there are programs for this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Thu Jun 19, 2008 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-06-19T17:39:01-04:00</updated>

		<published>2008-06-19T17:39:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83648#p83648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83648#p83648"/>
		<title type="html"><![CDATA[[Trivia.tcl] Place the output html file on a remote web host]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83648#p83648"><![CDATA[
I understand..<br><br>In that case... is there any method to make this possible?<br>some TCL?<br>I've tried with sendftp but it doesn't work<br><br>I don't want to give up..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Thu Jun 19, 2008 5:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-06-19T15:16:27-04:00</updated>

		<published>2008-06-19T15:16:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83645#p83645</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83645#p83645"/>
		<title type="html"><![CDATA[[Trivia.tcl] Place the output html file on a remote web host]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83645#p83645"><![CDATA[
<blockquote class="uncited"><div>But those TCL s supports that feature..</div></blockquote><div class="codebox"><p>Code: </p><pre><code>#  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#  &amp; write access to this file. If the file does not exist, it will#  be created when needed. </code></pre></div>No it doesn't. It expects your bot and httpd to be running from the exact same server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu Jun 19, 2008 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-06-19T14:09:44-04:00</updated>

		<published>2008-06-19T14:09:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83644#p83644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83644#p83644"/>
		<title type="html"><![CDATA[[Trivia.tcl] Place the output html file on a remote web host]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83644#p83644"><![CDATA[
But those TCL s supports that feature..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Thu Jun 19, 2008 2:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-06-19T10:07:03-04:00</updated>

		<published>2008-06-19T10:07:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83639#p83639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83639#p83639"/>
		<title type="html"><![CDATA[[Trivia.tcl] Place the output html file on a remote web host]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83639#p83639"><![CDATA[
<blockquote class="uncited"><div>Can you help me with this? or you can not..?</div></blockquote>Those scripts assume your bot, is also an httpd. Therefore the directories do not span (read this as, cannot do what you want, ever) onto another server. The server which the bot is on does double duty, handles bot traffic and httpd traffic.<br><br>To accomplish what you want (seperate servers for bot/httpd) requires use of possibly wget (to transfer bot files to the httpd) and background processing (so while uploading bot can do other tasks)...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu Jun 19, 2008 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-06-19T09:56:35-04:00</updated>

		<published>2008-06-19T09:56:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83638#p83638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83638#p83638"/>
		<title type="html"><![CDATA[[Trivia.tcl] Place the output html file on a remote web host]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83638#p83638"><![CDATA[
Can you help me with this? or you can not..?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Thu Jun 19, 2008 9:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2008-06-15T07:00:29-04:00</updated>

		<published>2008-06-15T07:00:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83537#p83537</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83537#p83537"/>
		<title type="html"><![CDATA[[Trivia.tcl] Place the output html file on a remote web host]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83537#p83537"><![CDATA[
In my <strong class="text-strong">Trivia TCL</strong>, I have the following section of codes: <br><br><div class="codebox"><p>Code: </p><pre><code>#  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#  &amp; write access to this file. If the file does not exist, it will#  be created when needed.set tghtmlfile "/home/some-user/eggdrop/scripts/trivia_html/index.htm"</code></pre></div>The <span style="text-decoration:underline">'index.html'</span> file generates without trouble in the local folder of the shell, and shows the scores of the players. <br>But the web in which I want that output to appear is not within the same server as my IRCd. The irc server is different from the web server.<br><br><span style="text-decoration:underline">My question is:</span> what should I do in order to generate de <span style="text-decoration:underline">index.html</span> file and place it inside the folder that I have previously prepared for it ..which is on my web server<br><div class="codebox"><p>Code: </p><pre><code>"www.mysite.com/trivia"</code></pre></div>My shell has the <strong class="text-strong">SCP protocol</strong> enabled, but I'm not sure if it is necessary to use that protocol to copy the file, if necessary, how is it done?<br><br>Should I use something like this?:<br><div class="codebox"><p>Code: </p><pre><code>"scp://user:pass@ftp.mysite.com/trivia/index.html"</code></pre></div> <strong class="text-strong"><span style="font-size:150%;line-height:116%">?</span></strong><br><br><span style="text-decoration:underline">For example:</span><br><div class="codebox"><p>Code: </p><pre><code>set tghtmlfile"scp://user:pass@ftp.mysite.com/trivia/index.html"</code></pre></div>OR<br><div class="codebox"><p>Code: </p><pre><code>set tghtmlfile"ftp://user:pass@ftp.mysite.com/trivia/index.html"</code></pre></div>I'm having a very hard time understanding this..<br><br>The same happens with the <strong class="text-strong"><span style="color:red">pisg</span></strong>.<br><div class="codebox"><p>Code: </p><pre><code>OutputFile="/home/some-user/pisg/html/index.html"</code></pre></div><br><strong class="text-strong">Thanks you guys. Your answers will be helpful for many others.</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Sun Jun 15, 2008 7:00 am</p><hr />
]]></content>
	</entry>
	</feed>
