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

	<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>2005-04-13T07:22:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-13T07:22:51-04:00</updated>

		<published>2005-04-13T07:22:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48090#p48090</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48090#p48090"/>
		<title type="html"><![CDATA[Vhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48090#p48090"><![CDATA[
I believe there should be a complex regexp and other check mechanics to check if $text is a valid hostname, to check if it matches an ISP revers dns (what it shouldn't. you could check the revers DNS of the given hostname, if it matchs, its no valid vhost. maybe you even do a ip check on all current online users to ensure he doesnt want to impose someone else), to check if another user outside of the nick group/link already uses that host (what it shouldnt either). No bad idea would be a fix delay of 1h and a limit of 1 request per 24h or something like that (you might give admins the ability to get a list of the current queue and manuelly deny single ones). besides all of that noone actually should be able to see the exact mechanices to minimilize the chance of abusing. As you can see, this script will take some time to be written and adjusted to your desire. I would suggest to get an TCL scripter into your staff <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br>If you don't mind all of that... use Dooms Code <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Apr 13, 2005 7:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-04-13T06:26:37-04:00</updated>

		<published>2005-04-13T06:26:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48084#p48084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48084#p48084"/>
		<title type="html"><![CDATA[Vhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48084#p48084"><![CDATA[
This should do something like you wanted.<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !request request:vhost# set channel name hereset vhostchan "#vhost"proc request:vhost { nick uhost hand chan text } {    global vhostchan    if {[string tolower $chan] == [string tolower $vhostchan]} {        if {$text != ""} {            putserv "PRIVMSG hostserv :chhost $nick $text"        }    }}</code></pre></div>I have no idea how hostserv works so I guessed at the command.<br><br>Also just be careful using this as anyone can set themselves a vhost and could clone another users real host and get them into trouble.<br><br>HTH<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Wed Apr 13, 2005 6:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[StaticZone]]></name></author>
		<updated>2005-04-13T05:16:57-04:00</updated>

		<published>2005-04-13T05:16:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48075#p48075</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48075#p48075"/>
		<title type="html"><![CDATA[Vhost]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48075#p48075"><![CDATA[
hi <br>i'm looking  for a Tcl Script that can provide vhost using hostserv on services  any time a users join #vhost.. do a !request vhost.here.net.. so that hostserv can set it instead the admin of the network will have to set for each user.. <br><br><br>Anyone can help me out <br><br><br>Thanks <br><br>Rishi <br><br>Admin Team <br><br>StaticZone IRc networks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6097">StaticZone</a> — Wed Apr 13, 2005 5:16 am</p><hr />
]]></content>
	</entry>
	</feed>
