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

	<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>2003-08-31T04:35:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-31T04:35:57-04:00</updated>

		<published>2003-08-31T04:35:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25997#p25997</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25997#p25997"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25997#p25997"><![CDATA[
also if your bot is connecting to imdb through proxy:<br><br>change this:<br>regexp Location\ \[^\ \]*\ Connection $oldpage(meta) location<br><br>to this:<br>regexp Location\ \[^\ \]*\ Content-Type $oldpage(meta) location<br><br>and the new line posted by jdp:<br>append newurl $imdburl [string range $location 34 [expr [string length $location] -12]]/ <br><br>goes to :<br><br>append newurl $imdburl [string range $location 34 [expr [string length $location] -13]]/<br><br>and to be correct about error reporting:<br>and this row on the next line after if {$redirect == 0} {<br><br>set location ""<br><br><br>that's all, now it fully working.<p>Statistics: Posted by Guest — Sun Aug 31, 2003 4:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-30T17:31:39-04:00</updated>

		<published>2003-08-30T17:31:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25973#p25973</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25973#p25973"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25973#p25973"><![CDATA[
Ajaxjood, I only requested the imdb_handler proc, not the whole script :s<br><br>anyways, it must be a problem from the site your bot was trying to connect to, or from your ISP.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Aug 30, 2003 5:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-30T16:36:28-04:00</updated>

		<published>2003-08-30T16:36:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25971#p25971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25971#p25971"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25971#p25971"><![CDATA[
thx works fine for me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Sat Aug 30, 2003 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-30T09:59:39-04:00</updated>

		<published>2003-08-30T09:59:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25947#p25947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25947#p25947"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25947#p25947"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>########################################################################## Chilla's IMDb info script# ### Notes for this version: Thanks to 2dee for showing me his# imdb site update fix. Thanks to TotaLGaZ for his help.# Thanks to Chilla and FAN for their work on this brilliant script.# Would like to make the options selectable from the partyline and also# add a disable trigger in channel(both specific and global) option. Who # knows might get round to it one day but if anyone else wants to then it # will save me a job.#### Version: 20030014 - works with updated imdb site, new option of public# or notice response to chan triggers.# - GQsm http://forum.egghelp.org### Version: 20020604 - fixed misc http/html stuff, added msg command - FAN### Version: 20011031 - - Chilla########################################################################## base imdb url, to which you can append "/Title?######" or whateverset imdburl "http://www.imdb.com"# the imdb search scriptset imdbsearchurl "http://imdb.com:80/Tsearch?"# 1 for each of these means that the respective values will ALWAYS show# and that command options for these will be disregarded# leave zero to keep them an option at the command lineset show_rating 1 set show_genre 1set show_tagline 1set show_outline 0set show_cast 0# for a channel !imdb request# set to 1 = title ,rating, genre and tagline(if selected) will be displayed# publicly to the channel# set to 0 = all results will be sent as private noticeset pub_or_not 0########################################################################## DO NOT MODIFY BELOW HERE UNLESS YOU KNOW WHAT YOU ARE DOING!#########################################################################set DEBUG 0set imdbVERSION 20030014set b_agent "MSIE 6.0" # If you are getting http error messages, try uncommentign this next line:#package forget httppackage require http 2.3bind pub -|- !imdb imdb_handlerbind msg -|- !imdb imdb_msghandlerproc imdb_handler { nick uhost hand chan args } {global DEBUG imdbVERSION imdburl imdbsearchurl b_agentglobal show_rating show_genre show_tagline show_outline show_castglobal pub_or_not   # How do you want your results ? chan or privif {$pub_or_not == 1 } {set toput "PRIVMSG $chan"} else {set toput "NOTICE $nick"}          # set to defaultsset o_rating $show_rating set o_genre $show_genre set o_tagline $show_taglineset o_outline $show_outline set o_cast $show_castset checkargs [string trim $args " \n"]# if no arguments passed, show helpif {[string compare $checkargs "{}"] == 0} {putserv "NOTICE $nick :IMDb info script v$imdbVERSION - 7General Help"putserv "NOTICE $nick :14&lt;===========================================&gt;"putserv "NOTICE $nick :7!imdb \[options\] &lt;imdb title&gt;"putserv "NOTICE $nick :7options: -r     ratings" putserv "NOTICE $nick :7         -g     genre" putserv "NOTICE $nick :7         -t     tagline" putserv "NOTICE $nick :7         -o     plot outline" putserv "NOTICE $nick :7         -c     cast" putserv "NOTICE $nick :7Example: !imdb -o -c Beautiful Mind" return} # Look for command line options and enable each, as desiredset fargs ""set imdbtitle ""foreach piece [split $args " "] {set piece[string trim $piece "{}"]if {[string compare $piece "-r"] == 0 } {set o_rating 1} elseif {[string compare $piece "-g"] == 0 } {set o_genre 1} elseif {[string compare $piece "-t"] == 0 } {set o_tagline 1} elseif {[string compare $piece "-o"] == 0 } {set o_outline 1} elseif {[string compare $piece "-c"] == 0 } {set o_cast 1} else {set fargs "$fargs $piece"}}        #set fargs [string trimleft $args]if {$DEBUG == 1} {putserv "NOTICE $nick :I am doing a search for \"$fargs\" on imdb.com"}set query $fargs# do initial searchset searchString [ ::http::formatQuery $query ]                 set searchString [string trimleft $searchString "+"]                if {$DEBUG == 1} { putserv "NOTICE $nick :searchString: \"$searchString\""}                set page [::http::config -useragent $b_agent]                set page [::http::geturl ${imdbsearchurl}title=${searchString}&amp;sort=smart&amp;tv=off]set redirect 0set newurl ""set lines [split [::http::data $page] \n]set numLines [llength $lines]for {set i 0} {$i &lt; $numLines} {incr i 1} {set line [lindex $lines $i]#if redirect necessary, find first link and redirect                                #putserv "NOTICE $nick : $line"if {[string compare $line "&lt;TITLE&gt;IMDb title search&lt;/TITLE&gt;"] == 0} {set redirect 1                        #putserv "NOTICE $nick : redirect 1"for {} {$i &lt; $numLines} {incr i 1} {set line [lindex $lines $i]if {[string compare -length 8 $line "&lt;OL&gt;&lt;LI&gt;"] == 0} {regexp HREF=\"\[^\"\]*\" $line titleset title [string range $title 6 [expr [string length $title] - 2]] append newurl $imdburl $title# get the page redirected toset page [::http::config -useragent $b_agent]set page [::http::geturl ${newurl}]set lines [split [::http::data $page] \n]}}set i $numLines}}# if no redirect happened, then get first page on matchif {$redirect == 0} {upvar 0 $page oldpageregexp Location\ \[^\ \]*\ Connection $oldpage(meta) location        #putserv "NOTICE $nick : $oldpage(meta)"                        set newurl [string range $location 9 [expr [string length $location] - 12]]set page [::http::config -useragent $b_agent]set page [::http::geturl ${newurl}]set lines [split [::http::data $page] \n]}# for bogus searchesif {[string length $newurl] == 0} {putserv "NOTICE $nick :No no no! I can't find that!"return}set numLines [llength $lines]# scan for wanted data from the pagefor {set i 0} {$i &lt; $numLines} {incr i 1} {set line [lindex $lines $i]if {[string compare -length 7 $line "&lt;title&gt;"] == 0} {# the movie title, year, urlset title [string range $line 7 [expr [string length $line] - 9]]set title [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $title]putserv "$toput :$title \( $newurl \)"} elseif {($o_tagline == 1) &amp;&amp; ([regexp \[.\]*Tagline:\[.\]* $line] &gt; 0)} {# the taglineregsub -all \&lt;\[^\&gt;\]*\&gt; $line "" taglineregsub -all \\\(\[^\\\)\]*\\\) $tagline "" tagline regsub -all \[\ \t\]+ $tagline " " tagline regsub -all \&amp;nbsp\; $tagline " " taglineset tagline [string trim $tagline " "]set tagline [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $tagline]putserv "$toput :$tagline"} elseif {($o_outline == 1) &amp;&amp; ([regexp \[.\]*Outline:\[.\]* $line] &gt; 0)} {# the outlineregsub -all \&lt;\[^\&gt;\]*\&gt; $line "" outlineregsub -all \\\(\[^\\\)\]*\\\) $outline "" outline regsub -all \[\ \t\]+ $outline " " outline regsub -all \&amp;nbsp\; $outline " " outlineset outline [string trim $outline " "]set outline [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $outline]putserv "NOTICE $nick :$outline"} elseif {($o_genre == 1) &amp;&amp; ([regexp \[.\]*Genres\[.\]* $line] &gt; 0)} {# the genreregsub -all \&lt;\[^\&gt;\]*\&gt; $line "" genreregsub -all \\\(\[^\\\)\]*\\\) $genre "" genreregsub -all \[\ \t\]+ $genre " " genreset genre [string trim $genre " "]set genre "Genre: $genre"putserv "$toput :$genre"} elseif {($o_rating == 1) &amp;&amp; ([regexp \[.\]*User\ Rating\[.\]* $line] &gt; 0)} { # the user rating set j [expr $i + 3] set line2 [lindex $lines $j] set j [expr $i + 4] set line3 [lindex $lines $j] regsub -all \&lt;\[^\&gt;\]*\&gt; $line3 "" rating regsub -all \&amp;nbsp\; $rating " " rating regsub -all \[\ \t\]+ $rating " " rating set rating [string trim $rating " "] set goldstars [regexp -all goldstar $line2] set greystars [expr 10 - $goldstars] # generating the rating bar set marker "*" set rating_bar "11\[7" for {set i2 0} {$i2 &lt; $goldstars} {incr i2 1} { set rating_bar "$rating_bar$marker" } set marker "-" set rating_bar "$rating_bar14" for {set i3 0} {$i3 &lt; $greystars} {incr i3 1} { set rating_bar "$rating_bar$marker" } set rating_bar "$rating_bar11\]" putserv "$toput :$rating $rating_bar"} elseif {($o_cast == 1) &amp;&amp; ([regexp \[.\]*\\\.\\\.\\\.\\\.\[.\]* $line] &gt; 0)} {if {[regexp Name $line] &gt; 0} {regsub -all \&lt;\[^\&gt;\]*\&gt; $line "" castset cast [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $cast]                                set checkargs [string trim $args " \n"]putserv "NOTICE $nick :$cast"}}}}proc imdb_msghandler { nick uhost hand args } {global DEBUG imdbVERSION imdburl imdbsearchurl b_agentglobal show_rating show_genre show_tagline show_outline show_cast          # set to defaultsset o_rating $show_rating set o_genre $show_genre set o_tagline $show_taglineset o_outline $show_outline set o_cast $show_castset checkargs [string trim $args " \n"]# if no arguments passed, show helpif {[string compare $checkargs "{}"] == 0} {putserv "PRIVMSG $nick :IMDb info script v$imdbVERSION - 7General Help"putserv "PRIVMSG $nick :14&lt;===========================================&gt;"putserv "PRIVMSG $nick :7!imdb \[options\] &lt;imdb title&gt;"putserv "PRIVMSG $nick :7options: -r     ratings" putserv "PRIVMSG $nick :7         -g     genre" putserv "PRIVMSG $nick :7         -t     tagline" putserv "PRIVMSG $nick :7         -o     plot outline" putserv "PRIVMSG $nick :7         -c     cast" putserv "PRIVMSG $nick :7Example: !imdb -o -c Beautiful Mind" return} # Look for command line options and enable each, as desiredset fargs ""set imdbtitle ""foreach piece [split $args " "] {set piece[string trim $piece "{}"]if {[string compare $piece "-r"] == 0 } {set o_rating 1} elseif {[string compare $piece "-g"] == 0 } {set o_genre 1} elseif {[string compare $piece "-t"] == 0 } {set o_tagline 1} elseif {[string compare $piece "-o"] == 0 } {set o_outline 1} elseif {[string compare $piece "-c"] == 0 } {set o_cast 1} else {set fargs "$fargs $piece"}}        #set fargs [string trimleft $args]if {$DEBUG == 1} {putserv "PRIVMSG $nick :I am doing a search for \"$fargs\" on imdb.com"}set query $fargs# do initial searchset searchString [ ::http::formatQuery $query ]                 set searchString [string trimleft $searchString "+"]                if {$DEBUG == 1} { putserv "PRIVMSG $nick :searchString: \"$searchString\""}                set page [::http::config -useragent $b_agent]                set page [::http::geturl ${imdbsearchurl}title=${searchString}&amp;sort=smart&amp;tv=off]set redirect 0set newurl ""set lines [split [::http::data $page] \n]set numLines [llength $lines]for {set i 0} {$i &lt; $numLines} {incr i 1} {set line [lindex $lines $i]#if redirect necessary, find first link and redirect                                #putserv "PRIVMSG $nick : $line"if {[string compare $line "&lt;TITLE&gt;IMDb title search&lt;/TITLE&gt;"] == 0} {set redirect 1                        #putserv "PRIVMSG $nick : redirect 1"for {} {$i &lt; $numLines} {incr i 1} {set line [lindex $lines $i]if {[string compare -length 8 $line "&lt;OL&gt;&lt;LI&gt;"] == 0} {regexp HREF=\"\[^\"\]*\" $line titleset title [string range $title 6 [expr [string length $title] - 2]] append newurl $imdburl $title# get the page redirected toset page [::http::config -useragent $b_agent]set page [::http::geturl ${newurl}]set lines [split [::http::data $page] \n]}}set i $numLines}}# if no redirect happened, then get first page on matchif {$redirect == 0} {upvar 0 $page oldpageregexp Location\ \[^\ \]*\ Connection $oldpage(meta) location        #putserv "PRIVMSG $nick : $oldpage(meta)"                        set newurl [string range $location 9 [expr [string length $location] - 12]]set page [::http::config -useragent $b_agent]set page [::http::geturl ${newurl}]set lines [split [::http::data $page] \n]}# for bogus searchesif {[string length $newurl] == 0} {putserv "PRIVMSG $nick :No no no! I can't find that!"return}set numLines [llength $lines]# scan for wanted data from the pagefor {set i 0} {$i &lt; $numLines} {incr i 1} {set line [lindex $lines $i]if {[string compare -length 7 $line "&lt;title&gt;"] == 0} {# the movie title, year, urlset title [string range $line 7 [expr [string length $line] - 9]]set title [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $title]putserv "PRIVMSG $nick :$title \( $newurl \)"} elseif {($o_tagline == 1) &amp;&amp; ([regexp \[.\]*Tagline:\[.\]* $line] &gt; 0)} {# the taglineregsub -all \&lt;\[^\&gt;\]*\&gt; $line "" taglineregsub -all \\\(\[^\\\)\]*\\\) $tagline "" tagline regsub -all \[\ \t\]+ $tagline " " tagline regsub -all \&amp;nbsp\; $tagline " " taglineset tagline [string trim $tagline " "]set tagline [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $tagline]putserv "PRIVMSG $nick :$tagline"} elseif {($o_outline == 1) &amp;&amp; ([regexp \[.\]*Outline:\[.\]* $line] &gt; 0)} {# the outlineregsub -all \&lt;\[^\&gt;\]*\&gt; $line "" outlineregsub -all \\\(\[^\\\)\]*\\\) $outline "" outline regsub -all \[\ \t\]+ $outline " " outline regsub -all \&amp;nbsp\; $outline " " outlineset outline [string trim $outline " "]set outline [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $outline]putserv "PRIVMSG $nick :$outline"} elseif {($o_genre == 1) &amp;&amp; ([regexp \[.\]*Genres\[.\]* $line] &gt; 0)} {# the genreregsub -all \&lt;\[^\&gt;\]*\&gt; $line "" genreregsub -all \\\(\[^\\\)\]*\\\) $genre "" genreregsub -all \[\ \t\]+ $genre " " genreset genre [string trim $genre " "]set genre "Genre: $genre"putserv "PRIVMSG $nick :$genre"} elseif {($o_rating == 1) &amp;&amp; ([regexp \[.\]*User\ Rating\[.\]* $line] &gt; 0)} { # the user rating set j [expr $i + 3] set line2 [lindex $lines $j] set j [expr $i + 4] set line3 [lindex $lines $j] regsub -all \&lt;\[^\&gt;\]*\&gt; $line3 "" rating regsub -all \&amp;nbsp\; $rating " " rating regsub -all \[\ \t\]+ $rating " " rating set rating [string trim $rating " "] set goldstars [regexp -all goldstar $line2] set greystars [expr 10 - $goldstars] # generating the rating bar set marker "*" set rating_bar "11\[7" for {set i2 0} {$i2 &lt; $goldstars} {incr i2 1} { set rating_bar "$rating_bar$marker" } set marker "-" set rating_bar "$rating_bar14" for {set i3 0} {$i3 &lt; $greystars} {incr i3 1} { set rating_bar "$rating_bar$marker" } set rating_bar "$rating_bar11\]" putserv "PRIVMSG $nick :$rating $rating_bar"} elseif {($o_cast == 1) &amp;&amp; ([regexp \[.\]*\\\.\\\.\\\.\\\.\[.\]* $line] &gt; 0)} {if {[regexp Name $line] &gt; 0} {regsub -all \&lt;\[^\&gt;\]*\&gt; $line "" castset cast [string map {ß ß ä ä ö ö ü ü Ä Ä Ö Ö Ü Ü è è  é é ê ê á á à à } $cast]                                set checkargs [string trim $args " \n"]putserv "PRIVMSG $nick :$cast"}}}}putlog " -=\[ chilla's IMDB info version $imdbVERSION loaded \]=- lastupdate 22-08-02 "</code></pre></div><p>Statistics: Posted by Guest — Sat Aug 30, 2003 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-30T09:50:38-04:00</updated>

		<published>2003-08-30T09:50:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25945#p25945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25945#p25945"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25945#p25945"><![CDATA[
Ajaxjood, that means there is no network  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> <br>try showing usthe <strong class="text-strong">imdb_handler</strong> proc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Aug 30, 2003 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-30T08:39:32-04:00</updated>

		<published>2003-08-30T08:39:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25943#p25943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25943#p25943"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25943#p25943"><![CDATA[
i got this error now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>[14:31] Tcl error [imdb_handler]: couldn't open socket: host is unreachable<p>Statistics: Posted by Guest — Sat Aug 30, 2003 8:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-30T08:22:50-04:00</updated>

		<published>2003-08-30T08:22:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25942#p25942</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25942#p25942"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25942#p25942"><![CDATA[
thxx it works very fine now !<p>Statistics: Posted by Guest — Sat Aug 30, 2003 8:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-30T07:25:10-04:00</updated>

		<published>2003-08-30T07:25:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25941#p25941</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25941#p25941"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25941#p25941"><![CDATA[
Yeah, r00tb0y's fix didn't work for me either.  Maybe he just has a different version?  I'm using imdb-20030014.tcl.<br><br>Well anyway, I decided to figure it out for myself and after an hour and a half (tcl noob, here) I got it to work.  Try this fix:<br><br><br><br><strong class="text-strong">Search for:</strong><br>set title [string range $title 6 [expr [string length $title] - 2]]<br><strong class="text-strong">and change to...</strong><br>set title [string range $title 13 [expr [string length $title] - 2]]/<br><br><strong class="text-strong">Search for: (same as r00tb0y's..)</strong><br>set newurl [string range $location 9 [expr [string length $location] - 12]]<br><strong class="text-strong">and change to...</strong><br>append newurl $imdburl [string range $location 34 [expr [string length $location] -12]]/<br><br><strong class="text-strong">Also change the imdburl variable as so:</strong><br>set imdburl "<a href="http://www.imdb.com/title/tt" class="postlink">http://www.imdb.com/title/tt</a>"<br><br><br><br>That should do it.  At least it did for me.  <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 Guest — Sat Aug 30, 2003 7:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-30T06:41:36-04:00</updated>

		<published>2003-08-30T06:41:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25940#p25940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25940#p25940"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25940#p25940"><![CDATA[
i tried to change this line, but doesnt work ??? can you give an url to download the new imdb.tcl file ?<p>Statistics: Posted by Guest — Sat Aug 30, 2003 6:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-30T04:49:13-04:00</updated>

		<published>2003-08-30T04:49:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25938#p25938</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25938#p25938"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25938#p25938"><![CDATA[
heya...<br>i got a fix for ya...<br><br>search for this line in imdb.tcl:<br>set newurl [string range $location 9 [expr [string length $location] - 12]]<br><br>and insert following line below:<br>set newurl "[string range $newurl 0 18]title/tt[string range $newurl 25 [string length $newurl]]/"<br><br>that's it...<br><br>r00tb0y<p>Statistics: Posted by Guest — Sat Aug 30, 2003 4:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-28T21:24:09-04:00</updated>

		<published>2003-08-28T21:24:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25862#p25862</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25862#p25862"/>
		<title type="html"><![CDATA[imdb tcl aint working anymore]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25862#p25862"><![CDATA[
hi dudes ,<br><br>today imdb changed something on their website and know the imdb script from GQsm isnt working anymore <br><br>anyone could help with updating the script or knowing the email address of GQsm<br><br>thx for helping me <br><br><br>DrMobius<p>Statistics: Posted by Guest — Thu Aug 28, 2003 9:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
