Archive for the 'Programming & Design' Category
Ok i buy a domain name for 1 year and when that expired i didn’t pay then I waited for almost 1 year and right now im trying to get it back and it says that is unavailable what can I do to get it back! please somebody can help me with this!! thankyou!
even if i have to complete offers and such, where can i get one? i know there is some sites you can do that but most of the offers are expired so yeah /:
Hello,
I want to include a code on my site, this script will display the visitor’s name but they would have to enter it before entering the site, and then a cooky would be put there, welcoming them back.
My issue is that if the person press escape it will say “Hello null!” I want to change it to “Hello Visitor if they decide to ignore the message box.
Please view the below code, tidy and fix it if you can, if anyone know a better code please share.
Thanks.
Hello,
I found this code that can display a visitor’s name. However, there is an extra bit I don’t want, the last visit date of the visitor, can someone tidy this up a bit?
NewCode:
this code is rather long can someone tidy it up a bit? I do not want the last visit time, just the name and the option to change the name.
thanks
Please get read of parts that is not needed e.g the author.
Thanks!
My website domain is soon to expire and will enter a “Renewal Hold”. I don’t wish to renew the domain name with the current host I am with (Streamline.net) as I find them absolutely shambolic. How would I go about transferring the domain to another host whilst in this renewal hold, and then renewing it with that new host?
This is the script for the same:
//document.body.onLoad = window.setTimeout(“fireMyPopup()”, 1500);
var expDays = 1; // number of days the cookie should last
var page = “AAServer_popUp.htm”;
var windowprops = “width=300,height=200,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes”;
function GetCookie (name) {
var arg = name + “=”;
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + “=” + escape (value) +
((expires == null) ? “” : (“; expires=” + expires.toGMTString())) +
((path == null) ? “” : (“; path=” + path)) +
((domain == null) ? “” : (“; domain=” + domain)) +
((secure == true) ? “; secure” : “”);
}
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() – 1);
var cval = GetCookie (name);
document.cookie = name + “=” + cval + “; expires=” + exp.toGMTString();
}
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie(‘count’)
if(count == null) {
SetCookie(‘count’,’1′)
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie(‘count’)
SetCookie(‘count’,newcount,exp)
return count
}
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (“;”, offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function checkCount() {
var count = GetCookie(‘count’);
if (count == null) {
count=1;
SetCookie(‘count’, count, exp);
window.open(page, “”, windowprops);
}
else {
count++;
SetCookie(‘count’, count, exp);
}
}
function fireMyPopup() {
var count = GetCookie(‘count’);
if (count == null) {
count=1;
SetCookie(‘count’, count, exp);
document.getElementById(“mypopup”).style.display=”block”;
}
else {
count++;
SetCookie(‘count’, count, exp);
}
}
function onBodyLoad() {
var t=window.setTimeout(“fireMyPopup()”, 1500);
}
I would like to buy a certain website to use for my business. It is currently set to expire later this month. The current owner is a small non computer industry related company located on the pacific coast. The domain name is actually being used to host a website for an entirely different small business located in a state rather far away. That business is a local area business, and not a company that operates nationally or internationally. If for some reason the owner does not “auto renew” and the domain expires and I am able to purchase it through some company like Go Daddy, will I be able to use it myself, especially if the current user is not the same company that previously owned it? If they had a lease agreement with the original domain owner, would I be bound by that or could I immediately “repossess” the domain? Assuming I buy the domain name, and the current user is unaware of that, and their site still continues to be functional under whatever current hosting arrangement they have, would it be possible for me to take possession and have my own site put up and the domain transferred without going through any formal notification or legal process, and wait for them to contact me after the fact?
Is there an industry standard “grace period” in which a former owner can automatically reclaim an expired domain name, or would ICANN force me to give it back to them even if I have a legitimate business use for the name myself? In this case, the current USER may NOT be the same entity as the former OWNER, so would the former OWNER be the only one with standing who could bring such a claim?
i won a domain today from an expired auction domain that’s been expired since 6/18/10, only 4 more days to go until it’s mine.. could my name still get snap from a wholeseller like namesnap or network solution, etc. or from a backorder? That is, other than the owner for now.
I’m tracking a website that is set to expire this May. I know that there are stages it will go through before the domain name goes up for grabs or enters the deletion phase…
What I’m wondering is, if it does make it to the deletion phase without being bought out or renewed by the original owner, will the website simply disappear?
(note: I have personal info on this website that I cannot access and am wondering what will happen to it. I’m not looking to buy it – I’m hoping it will be wiped from cyberspace…)
Daniel — thank you
where can i find the source(s) or database(s) that have domain / whois information, including the expiration date?
I don’t want to use any expsting scripts/API’s or off-the-shelf software















