Gossamer Forum
Home : Products : Links 2.0 : Customization :

altavista.cgi into search.cgi?

(Page 1 of 2)
> >
Quote Reply
altavista.cgi into search.cgi?
Hi,
I am wondering how... well, a simple search form at a html page.
The search form contains a text box and a select option. Options include "search this site" and "search the web". When the user select "search the web", the script search.cgi will simply skip all the "search this site" stuffs and go on to query altavista and display result. One of the "problem" (or not a problem at all) is that I've already installed the "search sub-category mod".
I know this is not something too difficult to do but I just kinda mess up and not very good at perl. Anyone please help?

Robbie
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
Whoever owns yahoosuck managed to pull it off.

------------------
- Jonathan Gamble

http://www.linkondemand.com/

Quote Reply
Re: altavista.cgi into search.cgi? In reply to
Sort of, but what I think Robbie is asking for is the ability for visitors to select searching either his directory or the Net using altavista.cgi.

Right, Robbie?

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
it's simple..

you can just put like

Code:
($in{'search'} == 2) and &altavista;

that's all.. if you wanted to make it template based.. that' another story.. you can put the results into site_html_link easily..

jerry
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
How would you do it template based. Or have one page that shows your search results plus altavista's search results under them? Or anything similar. I'm working on having a drop-down list to select if you want to search altavista or my site (links search.cgi).

------------------
- Jonathan Gamble

http://www.linkondemand.com/

Quote Reply
Re: altavista.cgi into search.cgi? In reply to
Yup, Eliot, that's my idea Smile
Hey Jerry, where should I put the code?

Merci

Robbie
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
sorta like this..

http://www.pdamania.com/...amp;search=Altavista

that is links sql.. but still.. i just slabbed altavista.cgi into search.cgi..

it's really easy

jerry
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
 
Quote:
it's really easy

haha.. don't forget u are the smartest one here Smile

Robbie
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
ok.. now it's using search.cgi's templates.. but i don't know if i should use the links templates.. cause it doesn't have hits etc.. i could make another one.. but i don't plan on using it.. so why should i Wink

look at the site again.. i am constantly changing it..

jerry
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
Wow.. u are in High School right?
Seriously, where should I put the code? I'm not that smart Wink
I mean what should I do....

Robbie

[This message has been edited by Robbie (edited October 23, 1999).]
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
How did you do it? What I am looking for is a way to use templates in altavista.cgi or a way to integrate it into search.cgi so you can display your results plus altavista's.

------------------
- Jonathan Gamble

http://www.linkondemand.com/

Quote Reply
Re: altavista.cgi into search.cgi? In reply to
you can do that too..

jerry
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
whoa.. altavista changed their layout.. now altavista.cgi won't work.. i've gotta make some new parsing code Wink

jerry
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
I need you to help me on how to do it. I'm not a cgi genious like you. Smile

------------------
- Jonathan Gamble

http://www.linkondemand.com/

Quote Reply
Re: altavista.cgi into search.cgi? In reply to
i do not see how you can do it?
first results from your data followed by altavista.cgi similar to what snap.com does
with their data and inktomi
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
Hi Guys,

You might want to wait for a couple of days because, Altavista is releasing a new site in a couple of days with a whole new layout.
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
they are not likely to change the layout of their remote search.. it's been the same for YEARS... (it's not the same as the search on their homepage)

Quote Reply
Re: altavista.cgi into search.cgi? In reply to
How can I use altavista.cgi to display a template or templates...?

------------------
- Jonathan Gamble

http://www.linkondemand.com/

[This message has been edited by jdgamble (edited October 24, 1999).]
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
it makes your search slower.. but it can be done really easily.. you just have to sorta have like another set of links_results..

jerry
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
(the news will only work for 24hrs so the link is broken now)

Go there for the full story on altavista's new beta look...

------------------
- Jonathan Gamble

www.linkondemand.com/




[This message has been edited by jdgamble (edited October 26, 1999).]
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
Ummmm.. I messed up my script once again.. 'n still don't get it.

Robbie
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
altavista.cgi no longer work people. did anyone figure out a way to fix it?
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
The reason it doesn't work any longer, theguy, is because Altavista has changed its search engine (as has been mentioned about three or four times in this Thread). It will take a few days to figure out their search process and edit the altavista.cgi file.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
i understand that, i been trying to fix it for the last few hours with no luck.
why do think it would take afew days to fix it. i thought a really smart guy
would fix it in afew hours
Quote Reply
Re: altavista.cgi into search.cgi? In reply to
Has anyone figured out how to display the atlavista results corecttly since they have changed their serch engine?

------------------
Check Out Our Site
http://www.linkondemand.com
> >