coleary
Members-
Posts
19 -
Joined
-
Last visited
Everything posted by coleary
-
Is there any specific reason why you wanted to use this method for newly registered users? SQL storage is generally very flexible. I can probably help you come up with a better solution.
-
Another way to direct is through PHP. You can do it very simply by using the following code... ><? header("Location: http://www.whatever.com"); ?>
-
Quick Way To Turn Off Directory Listings?
coleary replied to coleary's topic in CPanel and Site Maintenance
Great! Thanks for the quick response as usual. -
I found the Index Manager in the CP, but that only allows me to turn off directory browsing one at a time. Is there any way to change this setting so it's the site-wide default to disallow directory browsing? I tried clicking the top-most root and nothing happened. I have a toooon of directories, I'd rather not go through each one individually if possible. Thanks in advance!
-
Is there any way, other than setting up fowards, to have all of the emails sent to my parked domain automatically go to emails in the actual domain of the same name? For example, if I have webmaster@mymaindomain.com and someone sends an email to webmaster@myparkedomain.com, can I have it automatically go to webmaster@mymaindomain.com? Like I said, I know about fowards already, but it's kind of a pain to set one up for each new email account I create. Thanks in advance!
-
Figured as much, was sort of afraid of that. The main reason I want to do this is for site-wide announcements (I have 3 different sub-domains that different groups of people use). Thanks for the quick replies.
-
Is there anyway to add an overall header or footer to every single page in my site without editing every single page that currently exists?
-
Ok, I've changed their DNS information and submitted a support ticket. Thanks for the help, Mike!
-
I have another domain name. I want to be able to relay any mail sent to that domain (ie. charlie@domain2.com) to go to my TCH domain for that username (ie. charlie@domain2.com goes to charlie@domain.com). I've setup the MX record to point to my TCH address and keep getting a relay denied message. Obviously this is because TCH servers won't accept mail requests forwarded from that host, correct? If this is the case, how can I get this to work? If I'm being unclear in any way at all let me know. It's rather late and I'm quite sleepy.
-
For your host name try your server (ie. server20.totalchoicehosting.com). Your server number can be found right at the top of the cpanel login. You made sure to go into the "Manage Mysql" option and add a * to your access hosts, right?
-
Yep, lots! Just go to Google and do a search for Invision Powerboard Skins.
-
Excellent! Thank you.
-
I want to change the URL to my site to a different domain from the one I registered with initially. Is this possible to do? Thanks!
-
Anyone have any ideas? It's very frustrating to need table linking and lacking the ability to do it. Keep in mind I have done it in the past.
-
They seem to be missing, and they're very much needed to debug PHP scripts that some of us may be building. Are you guys keeping them off for any particular reason? Is there a way to turn them on in cPanel that I have not found? Thanks.
-
Hrm, not sure why this isn't working... but I'm trying to do the following query... >SELECT a.*, b.* FROM a.Loot_Tables, b.Phase_Gods WHERE a.god_id = b.god_id AND a.has_stats = 0 ORDER BY b.phase ASC ... and I keep getting the following error.... >MySQL said: select command denied to user: 'triton-@localhost' for table 'Loot_Tables' I've tried multiple users, all which have been assigned to the table, and I keep getting this error. Are sub-selects disabled?
