Search results

  1. M

    Problem adding an addon domain: domain is owned by another user

    Hello. I'm trying to add a domain as addon domain to my account, and it says it is owned by another user: Well, as you can see there, the domain I want to add is myokram.net, and I don't know why it gives that message, since I never registered that domain in this hosting. The domain is...
  2. M

    "Double" upgrade hasn't been activated yet

    Just to ask, how much time does this upgrade take? I bought the "Double everything" upgrade yesterday, along with the "double it again" addon, I paid that same moment, but it has not been activated yet. How much does it take? Also, I'm planning to buy the "One Year Inactivity Timer", but, can I...
  3. M

    Latest Updates (1/29/08)

    Thanks for the changes. I think (In fact I'm sure) there's a problem with the inactivity reminder in the new Cpanel. It does not reflect the real inactivity time in the forums. It seems you are taking a "last visit time" field from the vB database to calculate how much time we have left until...
  4. M

    Preferred Support Method

    I voted for Forum support. Everyone has already given my reasons ;-)
  5. M

    Support Queue

    Any news about this dns issue?
  6. M

    Lotus Transfer

    Still waiting. Why is it taking so long?
  7. M

    Lotus Transfer

    I checked in this message (http://forums.x10hosting.com/news-announcements/88706-changes-ad-free-ad-enhanced.html) and they give new ips for all servers. However, pointing my domain to ip assigned to Lotus (216.245.223.218) makes my site show a Index of/ page with some files listed. Is that the...
  8. M

    Lotus Transfer

    My domain A records are currently ponting to 67.228.162.200. Will I need to change it? Greetings..
  9. M

    [REQ][800 credits] Name for File Host!

    What about these? downlo.ad <- Don't know what's required for resgistering .ad domains, but it is available (www.nic.ad) filedi.sk (www.sk-nik.sk) hostyourfil.es (www.nic.es) m.yfil.es (www.nic.es) (obviously domain name is yfil.es) webd.is/k (www.isnic.is) filesha.re (www.nic.re) extrasha.re...
  10. M

    SMTP problem (PHPMailer & Gmail)

    AdFree account (Lotus). I'm trying to send emails from a PHP script using PHPMailer and a Gmail account, and I get this error: It's strange. When i signed up in x10Hosting a couple of weeks ago I tried to do that, and it worked fine, now, same script with no changes since that time, and I get...
  11. M

    Top tips for securing your website.

    Preventing directory listing doesn't affect access to files within it. Images included in some HTML page will be displayed with no problem. First method (deny from all) makes all files unaccessible. If there are images in a protected directory with 'deny from all' rule, then we cannot link to...
  12. M

    Top tips for securing your website.

    Thanks for this guide ;). There are other ways to do so. I think it's much better to use .htaccess: deny from all Will prevent accessing a directory and files/subdirectories within it using a browser request. Scripts running in server-side will be able to tough. This is best for backup...
  13. M

    Extra subdomains

    I'm on AdFree. I've already used the three subdomains you gave me. Now I want to set two more. Is there an option to do so? Thanks.
  14. M

    Question

    You should read this: http://forums.x10hosting.com/offers-discussion/28417-how-credits-information.html Greetings!
  15. M

    [30 Cred's Vote] All you need to do is vote. Takes 1 minute

    Okey, I will. [10 seconds later] Well, I tried. Is that valid? :-D
  16. M

    phppaging.phperu.net is owned by another user

    Okey, forget it. I solved it. For anyone interested in, I just went to this URL (made by me, because there were nor links nor anything): http://lotus.x10hosting.com:2082/frontend/x3/park/doredirectdomain.html?domain=phppaging.phperu.net and left all fields in blank, and then the problem...
  17. M

    phppaging.phperu.net is owned by another user

    Hi guys. It's been two days and I'm with the same problem. I tried everything I could but it always redirects. Even if I go to a non-existing page like http://phppaging.phperu.net/everythingiwant.php I get redirected to http://www.phperu.net/phppaging. What could be wrong? By the way, server...
  18. M

    PHP problem (please help soon!)

    If $_SESSION['myusername'] is a string value, then you need to 'single-quote' it: $query="SELECT * FROM users WHERE username = '". $_SESSION['myusername'] ."'"; Anyway, does it display any error message? What's wrong with your code? Greetings.
  19. M

    PHP - MySQL

    Perhaps it would be easier if you just tell what's the problem with that script. Does it display an error message? What it says?
  20. M

    PHP problem

    In fact it looks more like, as you frist said, MySQL connection problem is causing the rest of errors, including those about the sent headers. One error message displayed means sending header to the client. All errors come from the first one. :happysad:
Top