Search found 16 matches

by tommytom
Tue Aug 14, 2012 6:02 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055940

First post/title says sept 9th 2011 but the actual script at the URL is dated august 7th 2012 and v2.1x It's a work in progress, but it's probably better than your current one that was from 2011 (if you didn't bother redownloading what you thought was not updated). Anyways, I just fired it up and ma...
by tommytom
Mon Feb 27, 2012 1:34 am
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

Apology accepted. I understand that you wanted it split, but I didn't appreciate the negativity that went with it. Either way, accepted. This new post was actually a big step up from that other one. You have run-on posts, where you yourself merely post again (ie, post bumping), rather than just edit...
by tommytom
Sun Feb 26, 2012 11:59 am
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

Well, my fixes are experimental and only to get parts of it working. I have edited my copy so much, I will eventually have to take a clean copy and put my own fixes back in. I don't want to share this mangled copy I have. I will make a fully edited beta script or something later maybe but my script ...
by tommytom
Sun Feb 26, 2012 10:57 am
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

Man, you guys are pretty ungrateful. Some guy tries to help fix things and you boot him out. I guess I will just leech then. I'm not fixing it perfectly, sure, but I am giving hotfixes for those that actually want the script to work (even partially), not 90-99% broken. I don't see why you have a unr...
by tommytom
Fri Feb 24, 2012 4:43 pm
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

I refixed the "time:" section in this post: http://forum.egghelp.org/viewtopic.php?p=98848#98848 Please recopy that part. I left the stripping in (don't think it's needed) and put that last regsub back in and replaced it with the new regex that finds it. Didn't realize at the time that the...
by tommytom
Fri Feb 24, 2012 12:01 am
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

"more answers" fix

"more answers" fix @line ~1426 Find this: # more answers } elseif {[string match "*\{google.rrep('answersrep'*" $html]} { regexp -- {<div id=res class=med role=main>.*?<h3 class=r>(.*?)</h3>} $html - desc Change to: # more answers } elseif {[string match "*\{google.rrep('an...
by tommytom
Thu Feb 23, 2012 3:51 pm
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

Yes, you are right. That's why I didn't do it. What I really meant was "add it manually/automatically to each properly", the properly was assumed and didn't check into it. I realized the "?r" situation later (I will go strike out my previous post). You could probably build a rege...
by tommytom
Thu Feb 23, 2012 4:15 am
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

normal search fix search for this around line 1647 (mine might vary) # regular search and then modify this: # regular search } else { if {![regexp -- {class=g(?!b).*?<a href="(.+?)".*?>((?!<).+?)</a>} $html - link desc]} { if {[regexp -- {class=r.*?<a href="(.+?)".*?>((?!<).+?)<...
by tommytom
Thu Feb 23, 2012 2:02 am
Forum: Script Support & Releases
Topic: forked: UNOFFICIAL incith-google 2.0.0c (Sep9,2o11)
Replies: 16
Views: 23412

I wasn't having that problem, but I will add it anyways in case it comes up (can't stand when HTML is spewed all over IRC like that). I need to get back to fixing these things. I was on 1.99 (and fixed it) for so long I still need to understand how this one works. I really want weather working, but ...
by tommytom
Mon Jan 23, 2012 4:10 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055940

Yes, it has tons of testing by myself and others over the last 24-48h. Works fine. The only thing I couldn't do was get the right sourcecode. Even with the proper UA (AFAIK), I was getting different source than what the eggdrop was getting. I was getting so frustrated that I was about to drop some f...
by tommytom
Sun Jan 22, 2012 6:15 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055940

translate fix

change: if {[regexp -- {</h3>.*?</object></div>(.+?)</div>} $html - match]} { regsub -all {<.*?>} $match "" match } to: if {[regexp -- {</object>(.+?)<} $html - match]} { regsub -all {<.*?>} $match "" match } I made it extremely generic (you can use <div at the end if you like), ...
by tommytom
Wed Sep 28, 2011 12:27 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055940

Could we get your work-in-progress version? I'm still sitting on your current released version and a lot is still broken. I'd rather work with that then the current version... fixing things that might already be fixed. I was in the channel the other day (lost my mIRC config, so I gotta set it up aga...
by tommytom
Thu Sep 15, 2011 6:20 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055940

<speechles> !g .nl weer:amsterdam <sp33chy> Weer voor Amsterdam : 15 °C, Plaatselijk bewolkt, Wind: ZW - 19 km/h; Luchtvochtigheid: 77%; wo: Kans op regen (17°/13°); do: Kans op regen (17°/8°); vr: Overwegend zonnig (19°/13°) <speechles> !g .de wetter:ukiah, ca <sp33chy> Wetter für Ukiah, Kaliforni...
by tommytom
Tue Sep 13, 2011 4:05 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055940

weather fix

-[ 02:54.25 ]- -( ~TommyTom ): !g weather florence -[ 02:54.27 ]- -( TTBot ): Weather for Florence, Italy: 72°F, Clear, Wind: N at 1 mph; Humidity: 69%; 91°/68° 90°/64° 88°/61° 88°/59° original 2.0.0c source: http://pastebin.com/Taf8CN74 weather fix by myself: http://pastebin.com/nReKnSkT diff: htt...
by tommytom
Fri Sep 09, 2011 11:34 am
Forum: Eggdrop Help
Topic: Unknown error while starting Eggdrop
Replies: 34
Views: 23976

get a vhost once you register your and your bot's nick. /msg nickserv help register /join #vhost or the below if the above is unavailable /join #help ask the Ops for help with registering and/or vhosts or, use a IRC server that uses "host masking" like Rizon. some hosts get completely mask...