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)
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.
I also need my script to modify , i am willing to pay for that as well , please pm me if you interest.