How do I search Google anonymously with Php 7?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
UniqueIdeaMan
Forum Contributor
Posts: 197
Joined: Wed Jan 18, 2017 3:43 pm

How do I search Google anonymously with Php 7?

Post by UniqueIdeaMan »

Ladies & Gentle Men Programmers!

If you add the following anonymous web proxy url prior to your chosen URL then you can view that URL anonymously via the http://anonymouse.org web proxy: Anonymouse.org[^]

For example, if you want to view ebay.com then you'd view it anonymously via this url:
http://anonymouse.org/cgi-bin/anon-www.cgi/

So far so good. Type your URL here and see for yourself:
http://loudgobs.com/followers_browser/proxy6.php

-------------------------

Anyways. Now, if you want to search for a keyword on google non-anonymously then you can do it by adding the following google url prior to your chosen KEYWORDS. http://www.google.com/webhp?hl=en#q=

For example, if your keywords are: php programming forum

then you'd keywords search on google via this url:
http://www.google.com/webhp?hl=en#q=php ... ng%20forum

Again, so far so good.

But now look!
If you now want to search for a keyword on google ANONYMOUSLY then you should be able to do it by adding the following google url prior to your chosen KEYWORDS and the following anonymous web proxy url prior to that particular google url.
For example, if your keywords are again: php programming forum

then you'd keywords search on google via the anonymous web proxy with this url:
http://anonymouse.org/cgi-bin/anon-www. ... ng%20forum

But guess what ? For some reason google is not making the keywords search if you try searching google via a web proxy! Clicking the above mentioned link you will see it just shows Google homepage but no keywords search results or SERP! Why is that and how to code to solve this issue o that google does conduct searches if you're searching via a web proxy ?
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: How do I search Google anonymously with Php 7?

Post by Vegan »

That is not possible, Google tracks searches to continually tune the results
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
User avatar
Pazuzu156
Forum Contributor
Posts: 241
Joined: Sat Nov 20, 2010 9:00 pm
Location: GA, USA
Contact:

Re: How do I search Google anonymously with Php 7?

Post by Pazuzu156 »

You should try duckduckgo, they don't track you. (As they claim anyhow)
- Kaleb Klein
------------------------------------
Web Developer | Software Developer
https://kalebklein.com
PGP Key: https://keybase.io/pazuzu156
Post Reply