Results 1 to 3 of 3

Thread: Change links?

  1. #1
    Join Date
    Sep 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Change links?

    In wondering if it is possible to re-write links?

    What I want to do is generate links provided by: http://buzz.yahoo.com/feeds/buzzoverl.xml

    And, then convert those links to point to a search by Google.

    Can this be done?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    It's against their TOS, I'm sure.

    In short, you'd get the source code using a server side language (ie php), then parse it to whatever you want.
    For example, replace everything in the url except the query.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Sep 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    It's against their TOS, I'm sure.

    In short, you'd get the source code using a server side language (ie php), then parse it to whatever you want.
    For example, replace everything in the url except the query.
    Thanks for your reply. I'll look into this.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •