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

by z0rc
Wed Sep 01, 2010 8:57 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1104421

Google Translate updated their interface once again. !tr parser is broken now.
by z0rc
Thu Apr 29, 2010 9:21 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1104421

Google translate stopped to work. To fix this replace

Code: Select all

set url "http://www.google.com/translate_t?"
in trans proc to

Code: Select all

set url "http://translate.google.com/"
by z0rc
Mon Nov 09, 2009 1:10 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1104421

without knowing what your query was it's not possible for me to duplicate this.

Code: Select all

!wiki .ru курчатов
Bot is patched for UTF-8 and dirty_encode is 1.
by z0rc
Tue Nov 03, 2009 12:14 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1104421

I'm stupid. Just lowered the split_length and problem was fixed. But there is still some misparsing with wiki's non-english disambiguation pages.
by z0rc
Mon Nov 02, 2009 10:52 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1104421

Script with UTF-8 hacked eggdrop works almost perfectly. There is still some issues with russian wikipedia/wikimedia: <z0rc> !wiki .ja アニメ <Kuro-sama> アニメ | アニメは、アニメーションの略語である。各種メディア (媒体)で提供されるアニメーション作品の総称として一般的に使用される。本項目では、日本で製作される商業用セルアニメーションについて解説する。 @ http://ja.wikipedia.org/wiki/%E3%82%A2%E3%83...
by z0rc
Wed May 27, 2009 11:42 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1104421

I have question about codepages. How to make this script to use utf-8 codepage for every ins and outs? ".tcl encoding system" returns "utf-8" on my bot and everyone on chan also use this codepage. Google search (and images) works well when encoding conversion input and output set...
by z0rc
Tue Oct 14, 2008 8:57 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1104421

Currently Google Translate don't work with Japanese and Chinese (and maybe more Asian languarges) texts because script use Lynx's User-Agent string. When translating from English to Japanese Google returns some weird result which I unable to decode. Switching to Opera's User-Agent solved this proble...