Buying Fix a small script for me : $10-

Discussion in 'Programming' started by mmelen, Sep 5, 2010.

  1. #1
    Please do not quote me over $10, this should not take more than 30 minutes. PM me ETA, price, and instant messenger info if you are interested. If I choose you, I will send you the php file for you to edit.

    Let me know if you have any questions.


    Fix http://tinyurl.com/2ak2adt

    1. If no "http://" in URL, add it in.
    2. Display domain when dealing with subdomains.

    The domain of http://sub.back.com/me.html = back.com
    (right now it displays the full subdomain)

    3. Check boxes for "PR" "Domain" "Domain PR" "Alexa Rank" and "Age of Domain" (right now it currently always displays all info)
     
    mmelen, Sep 5, 2010 IP
  2. omarabid

    omarabid Well-Known Member

    Messages:
    1,509
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    130
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    First, I'd like to say that it's not the buyer (client) that decides how much it'll cost and take time. Only an experienced developer can.

    1. You can use a simple condition
    if (substr($url,0,7) != 'http://') { $url = 'http://'.$url; }
    PHP:
    2. You can use a Regex
    preg_match('@^(?:http://)?([^/]+)@i',
        $url, $matches);
    $domain = $matches[1];
    PHP:
    3. I didn't understand exactly what you want.
     
    omarabid, Sep 5, 2010 IP
  3. davidkhan

    davidkhan Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    I also need my script to modify , i am willing to pay for that as well , please pm me if you interest.
     
    davidkhan, Sep 5, 2010 IP
  4. zappak

    zappak Active Member

    Messages:
    366
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    80
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    pls tell me what exactly you want to do with?

    I also didn't get this up
     
    zappak, Sep 6, 2010 IP
  5. questdown

    questdown Banned

    Messages:
    217
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Please Let me know If Still the Modification is Needed
     
    questdown, Sep 6, 2010 IP