Recent content by philipjmic78

  1. P

    503 Service Unavailable + Can't access CPAnel

    Hello, can you please help me with this issue? I have free hosting with the domain name thekidzattic.com and as of this afternoon I can't access CPanel and my pages are displaying a 503 Service Unavailable error. Can you please help me with this problem? Thank you
  2. P

    I can't access CPanel

    Hello, I don't know when this problem started because CPanel was working for me last night now i cant access it. IE gives me a page cannot be displayed and firefox tells me the connection timed out. Can someone help me please? Thanks
  3. P

    PHP Directory Listing?

    Is PHP configured to allow directory listing on X10's hosting servers? I have the following piece of code: $dir = "http://thekidzattic.com/images/"; $dh = opendir($dir)); while ($f = readdir($dh)) { $images[] = $f; } The directory is full of images however...
Top