Random Google Search

Reply

Join Date: Aug 2005
Posts: 18
Reputation: BBDS is an unknown quantity at this point 
Solved Threads: 0
BBDS BBDS is offline Offline
Newbie Poster

Random Google Search

 
0
  #1
Aug 9th, 2005
Hi there, i am looking for a random google search script,
which i have seen several month ago on a site, i couldn`t
remember.

Its very simple just graps some words from a dictonary file
and send it to google with a seach reply.

Maybe someone knows where i can find this or how to build
something like this with php?

Thanks,
bbds
Reply With Quote Quick reply to this message  
Join Date: Nov 2003
Posts: 95
Reputation: jayant will become famous soon enough jayant will become famous soon enough 
Solved Threads: 1
jayant's Avatar
jayant jayant is offline Offline
Junior Poster in Training

Re: Random Google Search

 
0
  #2
Aug 12th, 2005
use file to open and get contents into an array.
use count to get number of lines/words
use srand and rand to get a random number.
modulo it with the count above to get final random number.
use this final random number with the array to get the string

now use the google api, to search and retirieve results. (google has source code available of how to use its api with php)

a thought: you might not want to build such useless pages, 'coz people dont need them. if you are looking for advertising or adsense $$$, i will like to tell you that google will come heavily on you, so better not to do something silly like this.
google/other search engines are modifying their algo's to penalize such size/pages heavily...
Jayant Kumar Gandhi

My exams are over!!! I am back :)
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 18
Reputation: BBDS is an unknown quantity at this point 
Solved Threads: 0
BBDS BBDS is offline Offline
Newbie Poster

Re: Random Google Search

 
0
  #3
Aug 13th, 2005
Thanks, for your help Jayant,

Great solution but i am a totally newbee coding or programming such a php script. Are there any easier solultions?

I don`t want to build such useless pages to cheat google adsense?
But thanks for the info!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC