• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net

Search results

  1. A

    decisions decisions decisions... everything just got that little bit better

    Exactly. In most cases when the applicant receives 600+ / day, we'd be more than happy to provide all that.
  2. A

    There goes AcidMist...

    June 2000. Many things changed since then. Didn't use to be a free domain registration service. By the way, the minimum requirement has been readjusted to 250+ visitors / day, as promised.
  3. A

    There goes AcidMist...

    The 450+ requirement is only a temporary measure. The requirement will probably be lowered again shortly, based on how much we make this month. .us domains are possible if the demand is high enough. However, I don't see that happening right now. If you have enough traffic and are interested...
  4. A

    There goes AcidMist...

    Loon here is correct. We have no reason to expect a sudden jump in traffic from existing members. If they fail to do so, we will end up losing more customers than we can afford. Members who have finished a full year term with us are highly valued members. It is not common to have a website...
  5. A

    There goes AcidMist...

    Existing members will not be penalized. Domains will still be renewed if it's above 150. No member has ever been penalized for drop of traffic as long as their daily unique traffic is above 100. The new requirement is there because we are no longer making as much money from advertising. For...
  6. A

    ASP - help needed

    The following codes have been tested to work on my server: <% If Request.ServerVariables("REMOTE_ADDR") = "*.*.*.*" Then Response.Redirect "http://www.disney.com" End If %> <html> <other crap> http://www.acidmist.com/pub/redirect.asp Note that you can't use wildcards for ip...
  7. A

    ASP - help needed

    Does any other asp scripts work? It could be a problem with the asp engine itself.
  8. A

    ASP - help needed

    <% If Request.ServerVariables("REMOTE_ADDR") = "212.199.*.*" 'spammer IP Then Response.Redirect "http://www.disney.com" End If %> <html> <other crap>
  9. A

    looking for a free domain name registration

    I just want to make it clear that we have never suspended an account or add extra popups without an email notice. And about the issue of not being able to legally own the domain name. Well, there's really not much I can do about it.
  10. A

    damn mysql

    What is the new error message now? How / where are you running the commands?
  11. A

    Dedicated Servers....

    What's the likelihood of needing a system restore anyway? Save the hassle and go with rackshack.
  12. A

    looking for a free domain name registration

    Definitely. Visit their real url: http://202.102.208.206/datang/bear/default.asp View source, at the last few lines you will see: <script src='http://ad.acidmist.com/js.asp?domain=8818&popup=1'></script> "popup=1" indicates that they have chosen the popup version of our ads. I...
  13. A

    looking for a free domain name registration

    I agree that giving away the domain after the first year would be fair to cooperating members. But like I said in the other thread, I'm not really making as much as you might think. http://www.freewebspace.net/forums/showthread.php?s=&threadid=34842&perpage=15&pagenumber=2 In the event of...
  14. A

    ANY know of these guys??, seems good

    They don't pay.
  15. A

    looking for a free domain name registration

    I can offer that. But the problem would be you never "legally own" the domain. Legally owning the domain, in my definition, would be to be able to do whatever you want with the domain. Including taking it away from my possession. Then, what will make people keep my ads on their site? That...
  16. A

    looking for a free domain name registration

    I must disagree with you. How do you define "to own a domain"? Just by having your name on the whois entry? Now THAT would be a scam.
  17. A

    alignment

    I'd say css is easier. <img src src="adsf" style="position: absolute; left: 0px; top: 0px;">
  18. A

    Do this in asp ?

    Try this: Set objSendmail = Server.CreateObject("CDONTS.NewMail") objSendmail.To = "name@somehost.com" objSendmail.From = "Acidmist Network <admin@acidmist.com>" objSendmail.Subject = "testing" objSendmail.Body = "message body" objSendmail.Send Set objSendMail = Nothing
  19. A

    ASP and MySql?

    Yes it's possible. You can probably find a quick tutorial by doing a search on asp101.com . Good luck.
  20. A

    where can I get free domain (mysite.com/net/org or mysite.com.ru)

    That would be the optimistic way to look at it. Now, lets look at the statistics. Every few sites that gets approved, one site will decide to close down within one month. Another two will try to fool my scripts by doing silly things such as hiding my ads in an iframe, and end up getting banned...
Back
Top