Best tool to turn links into html code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Markul
    Likes Pie
    • Dec 2007
    • 12403

    #1

    Best tool to turn links into html code?

    Say I need 200 links and turn them into <a href= bla bla or something like that, anyone have a good tool to do that? Besides search and replace
    But.... I pulled out...
  • seeandsee
    Check SIG!
    • Mar 2006
    • 50945

    #2
    Mass search and replace

    really not sure, maybe some mass editor can help you
    BUY MY SIG - 50$/Year

    Contact here

    Comment

    • Markul
      Likes Pie
      • Dec 2007
      • 12403

      #3
      I was hoping there was an application out there where you - for example - could input three rows:

      Row One:
      <li><a href="

      Row Two:
      the url

      Row Three:
      " rel="blabla etc
      But.... I pulled out...

      Comment

      • Inter-Sex
        Confirmed User
        • Nov 2005
        • 2231

        #4
        Every php developper will be able to code you this under the 20 minutes.

        Comment

        • bns666
          Confirmed Fetishist
          • Mar 2005
          • 11554

          #5
          ultraedit should do the job
          CAM SODASTRIPCHAT
          CHATURBATEX LOVE CAM

          Comment

          • Paul&John
            Confirmed User
            • Aug 2005
            • 8643

            #6
            Just do it via find&replace (for example with Notepad++ or any other text editor).. first you replace 'http..' with '<a href="http...' then the ending
            Use coupon 'pauljohn' for a $1 discount at already super cheap NameSilo!
            Anal Webcams | Kinky Trans Cams Live | Hotwife XXX Tube | Get your Proxies here

            Comment

            • Konda
              ...
              • Apr 2003
              • 2280

              #7
              find and replace with regex, very easy

              Comment

              • over38
                Confirmed User
                • Aug 2002
                • 460

                #8
                FHG Link Generator might work for you:

                http://www.fhglink.com/
                Mainstream Blazing Fast SSD WordPress Hosting
                As Low As $4.97/month! USA Based Support !

                Comment

                • Paul&John
                  Confirmed User
                  • Aug 2005
                  • 8643

                  #9
                  Originally posted by over38
                  FHG Link Generator might work for you:

                  http://www.fhglink.com/
                  hm this one looks pretty useful
                  Use coupon 'pauljohn' for a $1 discount at already super cheap NameSilo!
                  Anal Webcams | Kinky Trans Cams Live | Hotwife XXX Tube | Get your Proxies here

                  Comment

                  • Sly
                    Let's do some business!
                    • Sep 2004
                    • 31376

                    #10
                    Originally posted by Markul
                    I was hoping there was an application out there where you - for example - could input three rows:

                    Row One:
                    <li><a href="

                    Row Two:
                    the url

                    Row Three:
                    " rel="blabla etc
                    You could do that in a spreadsheet. Would be pretty easy actually. All copy and paste. And then you concatenate the final cell.

                    Info1 Info2 Info3 concat
                    Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

                    Windows VPS now available
                    Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
                    Click here for more details.

                    Comment

                    • woj
                      <&(©¿©)&>
                      • Jul 2002
                      • 47882

                      #11
                      if you want, I can code you something like that for a few bucks... icq: 33375924 or woj#at#wojfun#.#com to discuss details
                      Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                      Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                      Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                      Comment

                      • Markul
                        Likes Pie
                        • Dec 2007
                        • 12403

                        #12
                        Yea thanks for all the input

                        I just used Excel as always
                        But.... I pulled out...

                        Comment

                        • fris
                          Too lazy to set a custom title
                          • Aug 2002
                          • 55679

                          #13
                          easy to do, but how would you select the link text?

                          turning links into a hrefs is easy, but unless you have the proper link text that you want, unless you just want to turn them into a generic text.
                          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                          Comment

                          • Webmazter
                            Registered User
                            • Aug 2011
                            • 61

                            #14
                            Well, notepad does job for me, ++ of course.
                            My fucking sig.

                            Comment

                            • Markul
                              Likes Pie
                              • Dec 2007
                              • 12403

                              #15
                              Originally posted by fris
                              easy to do, but how would you select the link text?

                              turning links into a hrefs is easy, but unless you have the proper link text that you want, unless you just want to turn them into a generic text.
                              Yea what I really wanted (and I see now that I was a bit unclear) is to take something like:

                              title, description, url

                              and turn that into

                              <li><a href="url" relation="the same for all" title="description">title</a></li>

                              And imagine I have a big ass list of urls I wanted to do this with. It's ok though, I'll ring up a mate and have him write me an application that'll do that.
                              But.... I pulled out...

                              Comment

                              • fris
                                Too lazy to set a custom title
                                • Aug 2002
                                • 55679

                                #16
                                Originally posted by Markul
                                Yea what I really wanted (and I see now that I was a bit unclear) is to take something like:

                                title, description, url

                                and turn that into

                                <li><a href="url" relation="the same for all" title="description">title</a></li>

                                And imagine I have a big ass list of urls I wanted to do this with. It's ok though, I'll ring up a mate and have him write me an application that'll do that.
                                would be easy to do in php load a text file, and the 3 variables
                                Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                Comment

                                • fris
                                  Too lazy to set a custom title
                                  • Aug 2002
                                  • 55679

                                  #17
                                  Originally posted by Markul
                                  Yea what I really wanted (and I see now that I was a bit unclear) is to take something like:

                                  title, description, url

                                  and turn that into

                                  <li><a href="url" relation="the same for all" title="description">title</a></li>

                                  And imagine I have a big ass list of urls I wanted to do this with. It's ok though, I'll ring up a mate and have him write me an application that'll do that.
                                  something like this maybe?

                                  Code:
                                  <?
                                  
                                  // title,description,url
                                  
                                  $fcontents = file('links.txt');
                                  
                                  while (list ($line_num, $line) = each ($fcontents)) {
                                      $c[$count] = $line;
                                      $count++;
                                  }
                                  
                                  shuffle($c);
                                  
                                  for($i = 0; $i < $count; $i++) { 
                                      $ln = explode (',', $c[$i]);
                                      $title = $ln[0];
                                      $desc = $ln[1];
                                      $url = trim($ln[2]);
                                      echo '<li><a href="'.$url.'" title="'.$title.'" rel="external">'.$desc.'</a></li>';
                                  }
                                  
                                  ?>
                                  exmaple of links.txt

                                  Code:
                                  google,search engine,http://www.google.com
                                  yahoo,shitty search engine,http://www.yahoo.com
                                  bing,lame attempt at google,http://www.bing.com
                                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                  Comment

                                  Working...