auto detect site link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    auto detect site link

    how to detect link when a user type http://sitename.com?

    #2
    PHP Code:
    $text str_replace("http://""http:--"$text);
    $text preg_replace("/http:--(.*?) /i""<a href=\"http--\\1\">http:--\\1</a> "$text);
    $text str_replace("http:--""http://"$text); 

    Comment


      #3
      thanx am i suppose to parse it ?
      Last edited by wap_king; 20.07.10, 18:09.

      Comment


        #4
        Add that to your bbcodes on your little script lavalair. Have fun.

        Also you better thank somthing else ....
        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
        Visit: WapMasterz Coming Back Soon!
        _______
        SCRIPTS FOR SALE BY SUBZERO
        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
        _______
        Info & Tips
        php.net
        w3schools.com

        Comment


          #5
          dude i aint using any lavalair dont what wrong with you

          Comment


            #6
            scotspaul edit ??

            you still can add bbcodes to it lol
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #7
              PHP Code:
              $str preg_replace("/((ftp)|(http(s?))\:\/\/(([A-z0-9\-\:\;\.\@\/]+)))/is",'<a href="\\0">\\0</a>',$str); 
              Advertise your mobile site for FREE with AdTwirl

              Comment


                #8
                it is not a lavalair period! its no ones script am coding a guestbook and i want the signers site links be clickable...thats all

                Comment

                Working...
                X