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

	<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-12-10T08:56:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-12-10T08:56:46-04:00</updated>

		<published>2007-12-10T08:56:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79184#p79184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79184#p79184"/>
		<title type="html"><![CDATA[v0.01d release]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79184#p79184"><![CDATA[
Ahh, I spoke too soon. After actually looking at the data being returned, I had to do a little regexp fixin, so NOW it's all working again. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Dec 10, 2007 8:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-12-10T06:35:04-04:00</updated>

		<published>2007-12-10T06:35:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79182#p79182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79182#p79182"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79182#p79182"><![CDATA[
<blockquote class="uncited"><div>is it still working<br>not here</div></blockquote>The website now redirects from <a href="http://www.filmspot.com" class="postlink">www.filmspot.com</a> to <a href="http://www.movietome.com" class="postlink">www.movietome.com</a>.  Just change the url in the script, then it'll work.<br><br>I've uploaded a fixed version to the archive and my link in the 1st post. <br><br>Sorry I didn't see this sooner =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Dec 10, 2007 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-12-09T15:28:57-04:00</updated>

		<published>2007-12-09T15:28:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79158#p79158</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79158#p79158"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79158#p79158"><![CDATA[
Was it really necessary to double post?<br><br>If you're going to take my script and modify it, you'd best learn regexp. If you had asked me to make a script for that site, I might've been glad to do it. This just cheeses me off and makes me not so inclined to "help."  <br><br>I've modified plenty of scripts when they were broken or lacked functionality, but I *DON'T* come here and ask for help modifying other peoples scripts (I learn to do it myself.)<br><br>Maybe I'm just being grumpy...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Dec 09, 2007 3:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LivingSouL]]></name></author>
		<updated>2007-12-09T11:14:27-04:00</updated>

		<published>2007-12-09T11:14:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79150#p79150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79150#p79150"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79150#p79150"><![CDATA[
Hello...<br><br>I've tried my best to modify the script for this site <a href="http://www.nccc.com.ph/cinema/" class="postlink">http://www.nccc.com.ph/cinema/</a> but the bot didnt return any results:<br><div class="codebox"><p>Code: </p><pre><code>[23:22] &lt;LivingSouL&gt; .movies now[23:22] &lt;DavaoCurrentAffairs&gt; Movies Now Playing:[23:22] &lt;DavaoCurrentAffairs&gt; [End of Movies Now Playing]</code></pre></div>I dont know if I did this right.. a help would be appreciated.. thanks<div class="codebox"><p>Code: </p><pre><code>        if {$command == "" || $command == "now"} {                set regexm {&lt;div id="nowshowing"&gt;.*?&lt;td valign='top'&gt;(.*?)&lt;/td&gt;}</code></pre></div><div class="codebox"><p>Code: </p><pre><code>                regsub -all {&lt;a href.*?&gt;} $moviedata {} moviedata                regsub -all {&lt;/a&gt;} $moviedata {} moviedata                set movienames [regexp -all -inline {&lt;div class='h1'&gt;(.*?)&lt;/div&gt;} $moviedata]                regsub -all {&lt;div class='h1'&gt;.*?&lt;/div&gt;} $movienames {} movienames </code></pre></div>Could you guys help me? Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8971">LivingSouL</a> — Sun Dec 09, 2007 11:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-08-12T11:38:01-04:00</updated>

		<published>2007-08-12T11:38:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75213#p75213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75213#p75213"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75213#p75213"><![CDATA[
Care to post details?   What did you do to break it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Aug 12, 2007 11:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ge0x]]></name></author>
		<updated>2007-08-12T05:49:59-04:00</updated>

		<published>2007-08-12T05:49:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75205#p75205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75205#p75205"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75205#p75205"><![CDATA[
is it still working<br><br>not here<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8266">ge0x</a> — Sun Aug 12, 2007 5:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[yD^]]></name></author>
		<updated>2007-08-10T20:57:17-04:00</updated>

		<published>2007-08-10T20:57:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75190#p75190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75190#p75190"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75190#p75190"><![CDATA[
i'll do my best thank you rosc2112<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9215">yD^</a> — Fri Aug 10, 2007 8:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-08-10T13:39:33-04:00</updated>

		<published>2007-08-10T13:39:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75179#p75179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75179#p75179"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75179#p75179"><![CDATA[
You'd have to change the regexp and geturl and stuff.  Good luck.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Aug 10, 2007 1:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[yD^]]></name></author>
		<updated>2007-08-10T10:43:16-04:00</updated>

		<published>2007-08-10T10:43:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75177#p75177</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75177#p75177"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75177#p75177"><![CDATA[
Hi ,<br><br>Any idea to make this script give me the results from another site, for example i want the results from this link <a href="http://www.cinescape.com.kw/nowshowingframe.php" class="postlink">http://www.cinescape.com.kw/nowshowingframe.php</a><br><br>My best regards and thank you mr rosc2112<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9215">yD^</a> — Fri Aug 10, 2007 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BrewMaster]]></name></author>
		<updated>2007-08-08T12:29:10-04:00</updated>

		<published>2007-08-08T12:29:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75147#p75147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75147#p75147"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75147#p75147"><![CDATA[
nice script!!  Thanks rosc2112.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9131">BrewMaster</a> — Wed Aug 08, 2007 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Elfriede]]></name></author>
		<updated>2007-08-07T13:15:53-04:00</updated>

		<published>2007-08-07T13:15:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75131#p75131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75131#p75131"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75131#p75131"><![CDATA[
Thank you very much !!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9204">Elfriede</a> — Tue Aug 07, 2007 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-08-07T12:39:12-04:00</updated>

		<published>2007-08-07T12:39:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75126#p75126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75126#p75126"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75126#p75126"><![CDATA[
Fixed..same url as above.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Aug 07, 2007 12:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Elfriede]]></name></author>
		<updated>2007-08-07T06:18:21-04:00</updated>

		<published>2007-08-07T06:18:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75114#p75114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75114#p75114"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75114#p75114"><![CDATA[
Seems they have changed the code:<br><blockquote class="uncited"><div>|12:07:16| &lt;~Blubb&gt; .movies week<br>|12:07:22| &lt;&amp;Fantc&gt; Movies Opening This Week:<br>|12:07:24| &lt;&amp;Fantc&gt; 1) Rocket Science &lt;span class="release_date"&gt;(August 10)&lt;/span&gt;<br>|12:07:26| &lt;&amp;Fantc&gt; 2) Rush Hour 3 &lt;span class="release_date"&gt;(August 10)&lt;/span&gt;</div></blockquote>same error withe .movies soon<br><br>Maybe someone can fix this ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>greets<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9204">Elfriede</a> — Tue Aug 07, 2007 6:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[deadman]]></name></author>
		<updated>2007-03-24T19:48:17-04:00</updated>

		<published>2007-03-24T19:48:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71577#p71577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71577#p71577"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71577#p71577"><![CDATA[
nice job m8 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7742">deadman</a> — Sat Mar 24, 2007 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raktivist]]></name></author>
		<updated>2007-03-09T22:54:41-04:00</updated>

		<published>2007-03-09T22:54:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71132#p71132</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71132#p71132"/>
		<title type="html"><![CDATA[Announce: movies.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71132#p71132"><![CDATA[
nice script rosc2112!<br><br>..and yeah wolfstar where can we get that script of urz?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7018">raktivist</a> — Fri Mar 09, 2007 10:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
