Jump to content

Ashoat

Chief Financial Officer
  • Posts

    6,455
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ashoat

  1. Okay, I've added the free version. How's it looking?
  2. Sometimes the script to recompile our httpd.conf file screws up.
  3. I think we do, though I'm not entirely sure. I recommend trying it out - you have nothing to lose!
  4. Most domain registrar are willing to be your DNS providers as well. You can set your NS records to point to them, and then set an A record to point to HelioHost. You could decrease the TTY on the A record at the registrar to something low, but as rvt said this probably won't have a huge effect. Alternately, you could use an off-site DNS provider (such as DynDNS or afraid.org) and do the same thing or something similar.
  5. bute2487: Please wait until "Server Load" under "Service Status" in your cPanel is below 4, and then try adding the domain again once. You will have to wait 24 hours after adding your domain for it to become active.
  6. WHM is the basically the administrative backend to cPanel. DropBox: No, you can't have access to it.
  7. We aren't a domain registrar, let alone one from the UK.
  8. Let's hope that they're reasonable...
  9. Hey guys, It looks like Google Adsense has disabled our account. They claim that we were using our ads on pornographic pages, which is absolutely not the case. I imagine somebody grabbed our ad code and stuck the ads next to porn or something. Anyways, I've appealed the decision. Stay tuned. This could mean really bad stuff, because our colocation, bandwidth, and licensing costs are almost entirely supported by Adsense revenue. Thanks, djbob
  10. The point of the examples is to differentiate between questions that the community would address and questions the community would not address "Not a good example" means that the poster didn't pick a good example to differentiate. "Off-Topic" means that the question is a good example of an off-topic question, ie. one that would not be addressed by the community.
  11. Thought that this might be a cool idea. If enough people are interested, perhaps we can get a beta version going and see if it fits the community well. http://area51.stackexchange.com/proposals/18110/heliohost
  12. Append the following to your PHP script: /** * function to emulate the register_globals setting in PHP * for all of those diehard fans of possibly harmful PHP settings :-) * @author Ruquay K Calloway * @param string $order order in which to register the globals, e.g. 'egpcs' for default */ function register_globals($order = 'egpcs') { // define a subroutine if(!function_exists('register_global_array')) { function register_global_array(array $superglobal) { foreach($superglobal as $varname => $value) { global $$varname; $$varname = $value; } } } $order = explode("\r\n", trim(chunk_split($order, 1))); foreach($order as $k) { switch(strtolower($k)) { case 'e': register_global_array($_ENV); break; case 'g': register_global_array($_GET); break; case 'p': register_global_array($_POST); break; case 'c': register_global_array($_COOKIE); break; case 's': register_global_array($_SERVER); break; } } } register_globals();
  13. Huh... I think the license was supposed to run out last month, but the software is still working...
  14. No problem, and I'm glad it worked out
  15. Huh... I thought I made it error out for Hotmail accounts. Apparently not, because we have more than 1000 Hotmail accounts registered still...
  16. jerome26: Please wait until "Server Load" under "Service Status" in your cPanel is below 4, and then try adding the domain again once. You will have to wait 24 hours after adding your domain for it to become active. Ahome: Okay, I went ahead and deleted the account with that domain name. Can you try again now?
  17. pybond: What architecture are you working with? If you compiled for el5.x64_86 the upload might work out okay, although there might be some packages that are prerequisites that we don't have.
  18. Ashoat

    Prolonged Downtime

    That was actually due to a router breaking down from a network that was peered to Hurricane Electric, our datacenter.
×
×
  • Create New...