-
Posts
6,455 -
Joined
-
Last visited
-
Days Won
37
Everything posted by Ashoat
-
[Solved] [Feature Request] - Softaculous
Ashoat replied to aaronschubert0's topic in Escalated Requests
Okay, I've added the free version. How's it looking? -
Sometimes the script to recompile our httpd.conf file screws up.
-
[Solved] Asp UserManagement support (MS Sql support)
Ashoat replied to mannyk's topic in Escalated Requests
I think we do, though I'm not entirely sure. I recommend trying it out - you have nothing to lose! -
Glad you got it figured out
-
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.
-
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.
-
WHM is the basically the administrative backend to cPanel. DropBox: No, you can't have access to it.
-
We aren't a domain registrar, let alone one from the UK.
-
Let's hope that they're reasonable...
-
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
-
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.
-
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
-
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();
-
[Solved] [Feature Request] - Softaculous
Ashoat replied to aaronschubert0's topic in Escalated Requests
Huh... I think the license was supposed to run out last month, but the software is still working... -
No problem, and I'm glad it worked out
-
[Solved] FTP "421 Home directory not available - aborting"
Ashoat replied to Jeorge535's topic in Escalated Requests
Closing due to inactivity... -
Huh... I thought I made it error out for Hotmail accounts. Apparently not, because we have more than 1000 Hotmail accounts registered still...
-
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?
-
Okay, try again now.
-
Okay, try again now.
-
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.
-
Awesome, glad you got it figured out
-
That was actually due to a router breaking down from a network that was peered to Hurricane Electric, our datacenter.