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 1379 matches

by speechles
Mon Feb 26, 2007 6:39 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

Of course there is a way to do that, I thought of doing that at first but it was ugly to me, but I left the way to add it back intact, merely #commented out. :) } elseif {[string len $game] > 1} { append output "${incith::google::seperator}${game}" #append output ",${game}" } Thi...
by speechles
Sun Feb 25, 2007 2:36 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

Here's something I promised long ago, but it's not quite as promised, because I did what I preferred. the !review parser I was going to make use the complicated gamespot form submittal engine, instead I found it much easier to use single query and field matching. Forms submittal would have been nice...
by speechles
Mon Jan 08, 2007 3:29 am
Forum: Script Requests
Topic: Upcoming games, Release dates.
Replies: 2
Views: 3272

I wrote one of these awhile ago and i used gamefaqs for the upcoming list.. mine works.. see it here: http://kiczek.com/ereader/UNOFFICIAL-incith-google-v1.93.tcl everything works on it, 18 !triggers for various "things"..above url will be updated if any do break on you.. but forever broke...
by speechles
Fri Nov 10, 2006 10:18 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

@De Kus, # fetch the html set html [fetch_html $input 1] # dunno how efficient this is, but all sibling results are within <blockquote's> # so this might be all you need. who knows. i barely know tcl, but luv regsub's.. heh regsub -all -- {<blockquote.+?>(.+?)<.+?blockquote>} $html {} html more of a...
by speechles
Tue Oct 31, 2006 12:37 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

Yeah.. I too have noticed that lately google is adding bullshit to the end of definition links, effectively breaking them. I've spotted two useless url tags so far and removed them.. http://en.wikipedia.org/wiki/Eggdrop &usg=__th4rmhJ1-JzdBt8l8ehu_r1sHMk= (http://www.google.com/search?hl=all&...
by speechles
Thu Oct 26, 2006 5:30 pm
Forum: Script Requests
Topic: currency script
Replies: 9
Views: 5395

http://www.egghelp.org/tclhtml/3478-4-0 ... change.htm

incith:exchange 1.0 19/02/2005 incith
Performs an exchange between two currencies from Yahoo! Finance.
by speechles
Sun Oct 15, 2006 7:02 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478363

Re: reply from error

syntax error in expression "!true" [ while executing [ "if ![pub:tvrage.com.verifyCountry $show(country)] { [ pub:tvrage.com.displayInfo [pub:tvrage.com.templateParser $tvrage(invalidCountry) [array get ..." [ (procedure "pub:tvrage.com.today" line 10) [ invoked from w...
by speechles
Fri Oct 06, 2006 4:50 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

@incith and madwoota; mad respect and I love the scripting style very very elegant (commented code is always nice to learn from). this unofficial stuff I wrote is by no means to replace your efforts, keep up the good work mates. :) @hello; The problem there is two fold. First off, gamespot doesn't l...
by speechles
Tue Oct 03, 2006 2:01 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

you need to:
.chanset #yourchan +google

afterall, the gamefaqs is incorporated, if you don't want certain functions working, look in the config section for "_results" and set those to 0 to disable them.
by speechles
Fri Sep 22, 2006 3:12 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

Now i know this one works, this is my WIP tcl, but since I'm not fully sure if that old tcl I posted worked.. I figured I would share what I had up to this point. The code is rough on the !wiki and !review procs because it's far from final, but I am sure this works because I see it used everyday.. c...
by speechles
Thu Sep 21, 2006 1:27 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

# number of search results/image links to return, 'define:' is always 1 as some defs are huge variable search_results 4 variable image_results 4 variable local_results 4 variable group_results 3 variable news_results 3 variable print_results 2 variable video_results 4 variable youtube_results 5 var...
by speechles
Thu Sep 14, 2006 4:24 pm
Forum: Script Support & Releases
Topic: gamefaq tcl script v1.10 by Amien
Replies: 14
Views: 13069

sad no one can fix this nice script :( wolfy not when it sucked and was limited to USA.. what an arrogant script.. i did u one better, look.. <speechles> !gf nds in usa <sp33chy> NDS North America (USA) | 09/18 Bratz: Forever Diamondz | Danny Phantom Urban Jungle | Pokemon Mystery Dungeon: Blue Res...
by speechles
Mon Aug 28, 2006 5:01 am
Forum: Script Support & Releases
Topic: gamefaq tcl script v1.10 by Amien
Replies: 14
Views: 13069

hmmm..

I loved the style of incith-google so much I incorporated some things into it. One of them being a much more versatile gamefaqs script than this. One that will spill as many upcoming titles for more systems and all 3 regions as you ever wanted. Not to mention the IGN search.. Although there isn't mu...
by speechles
Sat Aug 26, 2006 10:42 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293236

how i updated incith-google

I didn't realize this script was still being updated. Saw it in tcl library and for last few months I've been updating it myself. The core of it is incith-google version 1.8. A bit outdated, yes, but some of my additions you may want to incorporate. here's a short changelog of what changes I remembe...