This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 3 matches

by texke
Wed Jul 02, 2008 10:01 am
Forum: Script Support & Releases
Topic: gconvert.tcl Update Please! :)
Replies: 46
Views: 49700

Heh, no worries :P
by texke
Tue Jul 01, 2008 3:03 pm
Forum: Script Support & Releases
Topic: gconvert.tcl Update Please! :)
Replies: 46
Views: 49700

Whoever made that line had no idea what they were doing, the reason there is an /h there is because of.. well, because they intended to stop the parsing at </h2> tag. But, since they had no idea what they were doing, they forgot the "<"??! This is why I would rather not touch that script ...
by texke
Thu May 22, 2008 5:39 pm
Forum: Script Support & Releases
Topic: gconvert.tcl Update Please! :)
Replies: 46
Views: 49700

This version works for me (for now):

Code: Select all

			if { [regexp {src=/images/calc_img.gif} $line] } {
				regexp "calc_img.+?nowrap>(.+?)/h" $line - convert(answer)
				regexp "<b>(.*)</b>" $convert(answer) match convert(answer)
				set try_again 0
				break
			}