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

	<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>2007-01-09T00:53:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-01-09T00:53:37-04:00</updated>

		<published>2007-01-09T00:53:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69570#p69570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69570#p69570"/>
		<title type="html"><![CDATA[Remotely hosted eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69570#p69570"><![CDATA[
<blockquote class="uncited"><div>Is there no way that i can put it in a remote location, because i cannot be given access the the server where the bot gets run from, but i need to update the eggdrop.conf regularly.</div></blockquote>Try this:<div class="codebox"><p>Code: </p><pre><code># eggdrop.conf:package require http 2.3proc rsource {url args} {set d [list -async 0 ns [uplevel 1 {namespace current}]]array set o [concat $d $args]if {$o(-async)} {http::geturl $url -command [list rsource $url ns $o(ns) tok]} elseif {[info exists o(tok)]} {upvar #0 $o(tok) s} else {upvar #0 [http::geturl $url] s}if {[info exists s]} {if {$s(status)=="ok"&amp;&amp;[lindex [split $s(http)] 1]=="200"} {set code [list namespace eval $o(ns) $s(body)]if {[catch {uplevel #0 $code} r]} {putlog "rsource error ($url): $r"} else {putlog "rsource done: $url"}} else {putlog "rsource http error: $url"}unset s}}rsource http://some.tld/remote.conf</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Jan 09, 2007 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2007-01-09T00:25:41-04:00</updated>

		<published>2007-01-09T00:25:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69567#p69567</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69567#p69567"/>
		<title type="html"><![CDATA[Remotely hosted eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69567#p69567"><![CDATA[
<blockquote class="uncited"><div>Is there no way that i can put it in a remote location, because i cannot be given access the the server where the bot gets run from, but i need to update the eggdrop.conf regularly..</div></blockquote>maybe you can have the administrator allow you to use the <strong class="text-strong">.set</strong> and <strong class="text-strong">.tcl</strong> commands.... but why in the world would you need to update the conf file so much anyways?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Jan 09, 2007 12:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DeFirence]]></name></author>
		<updated>2007-01-08T10:00:48-04:00</updated>

		<published>2007-01-08T10:00:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69554#p69554</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69554#p69554"/>
		<title type="html"><![CDATA[Remotely hosted eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69554#p69554"><![CDATA[
<blockquote class="uncited"><div>eggdrop.conf  resides within the same folder as eggdrop on the same box.</div></blockquote>Is there no way that i can put it in a remote location, because i cannot be given access the the server where the bot gets run from, but i need to update the eggdrop.conf regularly..<br><br>DeFirence<br>GT-Radio Staff<br><a href="http://www.gt-radio.co.za" class="postlink">http://www.gt-radio.co.za</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8332">DeFirence</a> — Mon Jan 08, 2007 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-01-08T09:48:55-04:00</updated>

		<published>2007-01-08T09:48:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69553#p69553</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69553#p69553"/>
		<title type="html"><![CDATA[Remotely hosted eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69553#p69553"><![CDATA[
eggdrop.conf  resides within the same folder as eggdrop on the same box.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Jan 08, 2007 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DeFirence]]></name></author>
		<updated>2007-01-08T09:21:09-04:00</updated>

		<published>2007-01-08T09:21:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69552#p69552</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69552#p69552"/>
		<title type="html"><![CDATA[Remotely hosted eggdrop.conf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69552#p69552"><![CDATA[
Lo all,<br><br>How can i set up eggdrop on a server and have the eggdrop.conf file hosted on a different server?<br><br>Thanks in advanced.<br><br>DeFirence<br>GT-Radio Staff<br><span style="color:darkblue"><a href="http://www.gt-radio.co.za" class="postlink">http://www.gt-radio.co.za</a></span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8332">DeFirence</a> — Mon Jan 08, 2007 9:21 am</p><hr />
]]></content>
	</entry>
	</feed>
