Page 5 of 5 FirstFirst ... 2345
Results 41 to 48 of 48
  1. #41

    Default yagoohoogle.. ha???


    then you are refering output from yahoo or google site. there are a lots of technologies where you can parse data from other site. hmmm

    you can use coldfusion cfhttp for just a seconds bro.

  2. #42

    Default yagoohoogle.. ha???

    Quote Originally Posted by pronelgraine
    then you are refering output from yahoo or google site. there are a lots of technologies where you can parse data from other site. hmmm

    you can use coldfusion cfhttp for just a seconds bro.
    Tell me how do you do that in seconds?

    I just told you the easiest way on how to do. I pointed you the Web API. You receive the response in Raw XML format not in HTML format and it's legal to use if you attribute the search engine company.

  3. #43

    Default yagoohoogle.. ha???

    It is legal to refer yahoo and google search engine thru your Web API,
    then you are claiming that the result content from yahoo and google is yours.
    I don't think so.


    cfhttp is just a simple as this :

    <cfhttp method="Get" url="your search engine site" resolveurl="Yes">
    <cfoutput>
    #cfhttp.FileContent# <br>
    </cfoutput>

    daghan kaayo method bro. so dli nalang ta mag istorya about ana. :o

    murag wla na may kapaingnan ato gi istoryahan bro hehehe, dli man sad ta maka sapi ani :idea:

  4. #44

    Default yagoohoogle.. ha???

    Quote Originally Posted by pronelgraine
    It is legal to refer yahoo and google search engine as your Web API,
    then you are claiming that the result content from yahoo and google is yours.
    I don't think so.


    cfhttp is just a simple as this :

    <cfhttp method="Get" url="your search engine site" resolveurl="Yes">
    <cfoutput>
    #cfhttp.FileContent# <br>
    </cfoutput>

    daghan kaayo method bro. so dli nalang ta mag istorya about ana. :o

    murag wla na may kapaingnan ato gi istoryahan bro hehehe, dli man sad ta maka sapi ani :idea:
    Kasabot ka ug 'attribute'? Yahoo! and Google are just asking the developer to give credits to them.

    Now, your are just fetching website. It's inefficient because you download some garbage data.

  5. #45

    Default yagoohoogle.. ha???

    hmm ic daghan kaayo mga API bro mau na ang pina ka saun hehehe, just telling you the best way kon unsa lain method kay kon mo refer ka ug wla pa Web API like yahoo and google maka kalot ta sa ulo ana. garbage data can manage thru your web parsing heheh.

    Thats all folks bro.

  6. #46

    Default yagoohoogle.. ha???

    Quote Originally Posted by pronelgraine
    hmm ic daghan kaayo mga API bro mau na ang pina ka saun hehehe, just telling you the best way kon unsa lain method kay kon mo refer ka ug wla pa Web API like yahoo and google maka kalot ta sa ulo ana. garbage data can manage thru your web parsing heheh.

    Thats all folks bro.
    Of course, if the web API is not there, it's the only way (not the best way) -- using HTTP libs or just sockets.

    I was asking you if you heard those API coz it seems you assumed that I dont know how to do it.

  7. #47

    Default yagoohoogle.. ha???

    ok

  8. #48

    Default yagoohoogle.. ha???

    ako ning idonate sa opensource

    Code:
    import sys from yahoo.search.webservices import create_search
     
    svc = sys.argv&#91;1&#93;
    query = " ".join&#40;sys.argv&#91;2&#58;&#93;&#41;
    search = create_search&#40;svc, "glory hunter guapo", query=query, results=5&#41;
    if search is None&#58;
        search = create_search&#40;"Web", app_id, query=query, results=5&#41;
     
    dom = search.get_results&#40;&#41;
    results = search.parse_results&#40;dom&#41;
     
    for item in results&#58;
        url = item.Url
        summary = item&#91;'Summary'&#93;
        print "%s -> %s" % &#40;summary, url&#41;

  9.    Advertisement

Page 5 of 5 FirstFirst ... 2345

Similar Threads

 
  1. Sweetest thing anyone has done for you
    By Ulrick in forum "Love is..."
    Replies: 816
    Last Post: 08-31-2015, 11:23 PM
  2. Istoryans~! Has Anyone tried Sun Cellular?
    By Gabriel in forum General Discussions
    Replies: 203
    Last Post: 12-23-2010, 11:17 PM
  3. Replies: 467
    Last Post: 11-16-2010, 08:04 PM
  4. your fave song Lyrics...post it here...kausa ra ha..
    By Bigfoot Oracle in forum Music & Radio
    Replies: 614
    Last Post: 10-25-2010, 03:22 PM
  5. Replies: 59
    Last Post: 05-05-2009, 10:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top