egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

incith:google :)
Goto page Previous  1, 2, 3 ... , 17, 18, 19  Next
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
speechles
Revered One


Joined: 26 Aug 2006
Posts: 1398
Location: emerald triangle, california (coastal redwoods)

PostPosted: Wed Sep 17, 2008 6:56 pm    Post subject: Reply with quote

Alphacarbon wrote:
I suppose my question was more of how to fix this problem from the bot's end...
If my bot is being sorried, does this mean that the script altogether is no longer useful? And if others are still getting it to work, where is the discripancy?

I will look at the link you referenced. Maybe I can find my answer there.


The problem is not the script, and it is not your bot. The problem is the IP used to make the query. There are potentially hundreds upon thousands of others experiencing the same issue as you.

Below is merely a teaspoon full of others having the same problem:
http://blog.wired.com/monkeybites/2008/04/google-says-sor.html
http://groups.google.com/group/Google_Web_Search_Help-Troubleshooting/browse_thread/thread/b82606dd4b5a9d42/bd39791648fbd316
http://www.boingboing.net/2008/01/10/guatemala-google-is.html
http://www.mydigitallife.info/2007/11/27/were-sorry-google-error/
http://digg.com/security/Google_s_Sorry_You_re_Infected

Basically, Google in it's infinite wisdom, has assumed (either by lack of cookie sessions, lack of referrer, lack of headers passed, etc, etc) that the IP source contributing the query (your bot) appears to be scripted/automated. There is very little to do. Google will issue a captcha based picture depending on the session id passed within the query when it initially redirects the query (302). After which, the captcha is visible. Once entry of the captcha is done, it is checked against the hash passed at the end of the redirected query session. The only way to have this work would be to have users use their 'links' browser to generate a valid session id and cookie on the machine the bot is on. Then use the data contained within that cookie to validate google searches with the script. This is not as easy to do as it sounds as the cookie sessions will expire. To renew them would require doing the browser thing again, generating the cookie again. Very very tedious...

You can read about it here, this is Google's official statement on the matter:
http://www.google.com/support/bin/answer.py?answer=86640

If you have never witnessed a google sorry page, well, there are major flaws within google's sorry policy...

1) Our query below is simply forum topic and we start at the first page. This google will allow:
http://www.google.com/search?&q=forum+topic&start=1

2) Now we will keep the same forum topic query but instead, let's go straight to page 18 (10 results per page, 10 x 18 = 180):
http://www.google.com/search?&q=forum+topic&start=180

For 1, most everyone should be able to easily see the results in any browser. For 2, everybody should see that Google sorry page and without a captcha. This is how your treated when things go awry. Google hasn't even issued a captcha to allow the query to be fulfilled, for anyone. If this isn't censorship than what is? Basically Google has censored out anyone from seeing beyond the 17th page for 'forum topic'.
_________________
speechles' eggdrop tcl archive
Back to top
View user's profile Send private message
random4t4x14
Voice


Joined: 22 Dec 2008
Posts: 3
Location: Asheville, NC

PostPosted: Mon Dec 22, 2008 8:49 pm    Post subject: Google Local is broken Reply with quote

I've been using your script since the original release by incith, this is the best google script evar! That said, I've been having problems with the !local feature of the script. I have double checked and I am not sorried by google, but when I search for anything using the !local command, I get no results:

[19:22] <&random4t4x14> !local pizza near asheville, bc
[19:22] <+severyn> Did you mean: Asheville, NC ?
[19:23] <&random4t4x14> !local pizza near asheville, nc
[19:23] <+severyn> Sorry, no search results were found.
[19:45] <&random4t4x14> !local movie theater near asheville, nc
[19:45] <+severyn> Sorry, no search results were found.

I was hoping someone could point me in the right direction to fix this.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
speechles
Revered One


Joined: 26 Aug 2006
Posts: 1398
Location: emerald triangle, california (coastal redwoods)

PostPosted: Thu Dec 25, 2008 12:00 pm    Post subject: Re: Google Local is broken Reply with quote

random4t4x14 wrote:
I've been using your script since the original release by incith, this is the best google script evar! That said, I've been having problems with the !local feature of the script. I have double checked and I am not sorried by google, but when I search for anything using the !local command, I get no results:

[19:22] <&random4t4x14> !local pizza near asheville, bc
[19:22] <+severyn> Did you mean: Asheville, NC ?
[19:23] <&random4t4x14> !local pizza near asheville, nc
[19:23] <+severyn> Sorry, no search results were found.
[19:45] <&random4t4x14> !local movie theater near asheville, nc
[19:45] <+severyn> Sorry, no search results were found.

I was hoping someone could point me in the right direction to fix this.


If you mean, the unofficial version of this script see here. I've corrected the behaviors. Madwoota/Incith please feel free to borrow any code from the unofficial to correct the behavior in the official script.
_________________
speechles' eggdrop tcl archive
Back to top
View user's profile Send private message
random4t4x14
Voice


Joined: 22 Dec 2008
Posts: 3
Location: Asheville, NC

PostPosted: Wed Dec 31, 2008 1:03 am    Post subject: Reply with quote

Quote:
If you mean, the unofficial version of this script see here. I've corrected the behaviors. Madwoota/Incith please feel free to borrow any code from the unofficial to correct the behavior in the official script.


speechles, i was using the official script up til now, thank you so much for this <3
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
jeffco
Voice


Joined: 18 Jul 2009
Posts: 1

PostPosted: Sat Jul 18, 2009 10:20 am    Post subject: Reply with quote

Great work!

Perhaps add support for Google's custom search elements? The bot owner would just need to specify their custom search id somewhere in the script.

Here's an example:

query: test
custom search id: 011538683408976045884:-1z36bss20g

Result URL: http://www.google.com/cse?cx=011538683408976045884%3A-1z36bss20g&ie=UTF-8&q=test
Back to top
View user's profile Send private message
propster
Voice


Joined: 18 Nov 2009
Posts: 1

PostPosted: Wed Nov 18, 2009 12:59 am    Post subject: Reply with quote

It seems that google broke the !g weather location function today or a few days ago: also in the partyline of the eggdrop i get this error when i try doing it:

[05:52] Tcl error [incith::google::public_message]: can't read "w1": no such variable

Worked nice a few days ago. Does anyone have a fix for this one? Smile
Back to top
View user's profile Send private message
cg
Voice


Joined: 30 Jun 2009
Posts: 8

PostPosted: Wed Nov 18, 2009 4:55 pm    Post subject: Reply with quote

Thanks for this great script.

I can confirm the above error;

[09:49] Tcl error [incith::google::public_message]: can't read "w3": no such variable

Cheers!
Back to top
View user's profile Send private message
incith
Master


Joined: 23 Apr 2005
Posts: 275
Location: Canada

PostPosted: Wed Nov 18, 2009 6:02 pm    Post subject: Reply with quote

I suggest speechles' unofficial google these days, http://forum.egghelp.org/viewtopic.php?t=13586

It has basically become the new official google as I've given him permission to upload it to the Tcl repository.
_________________
; Answer a few unanswered posts!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Goto page Previous  1, 2, 3 ... , 17, 18, 19  Next
Page 18 of 19

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber