cherryo
Members-
Posts
30 -
Joined
-
Last visited
Everything posted by cherryo
-
I just saw that info in the link you sent, so my bad for missing that. Have there been any changes in our ability to modify settings for php.ini via .htacess? Scripts that ran perfectly before (after my own modifications) are now timing out big time and I have to keep refreshing the page over and over and over again until they complete.
-
It's a pretty common check for the gd version found in image upload scripts: function checkgd(){ $gd2=""; ob_start(); phpinfo(8); $phpinfo=ob_get_contents(); ob_end_clean(); $phpinfo=strip_tags($phpinfo); $phpinfo=stristr($phpinfo,"gd version"); $phpinfo=stristr($phpinfo,"version"); preg_match('/\d/',$phpinfo,$gd); if ($gd[0]=='2'){$gd2="yes";} return $gd2; } Thanks for the alternate means, but, honestly, it was no problem for me to find a solution once I knew phpinfo() had been disabled. The problem is that I spent 12 hours trying to find the source of the problem because no one informed me that the function was no longer available. This has happened more than once that I've had to spend entire days tracking down a problem that could have been prevented had a change been widely announced. Can we please have some sort of announcement system for minor changes? I'm subscribed to everything I know of but critical information is being missed and I simply can't afford any more days like this. I'm pooped!
-
I just spent an entire 12 hour work day trying to figure out what was breaking my photo uploads only to find that phpinfo() was disabled and the script was calling on it to determine the gd status. As a heads up to others, if you're experiencing problems check your upload or other scripts that might be calling on this function. As a note to TCH, please, please, please start notifying us of these changes (no matter how small they may seem). It may seem that the only consequence of disabling phpinfo() is not being able to pull up the info page but for those of us using extensive scripting, changes such as this can wreak havoc on our sites causing us to try to track down a problem that we should have been informed of in the first place. A new forum or extensive thread announcing changes (the seemingly "little ones") seems like a great idea, giving us a reference to check changes so we can save time trying to figure out for ourselves why things aren't working. Thanks for the ears.
-
Safety Of Client Using Email On My Account
cherryo replied to cherryo's topic in Security Discussions
Wow. Fast reply. Thanks. And good point on the spam. Don't think she'd want to do that from her wedding email account, but I'll be sure to give a gentle reminder to her of that no-no. -
I normally only offer clients email accounts when they purchase their own domain name (I design web sites). A client, however, chose to have a subdomain on one of my business' domains and chose to have an email account with the site. My question is whether there is a security risk in letting someone else use an email account on a domain that I use for my business. Of course, her username and password would be different and there's no reason to think she would try anything fishy but (and maybe this is a stupid question) is there anything she can do wrong with her account that would affect my own? Thanks for the input and not making me feel stupid for what are often borderline if not outright silly questions.
-
Thanks for taking the time to look that up. Couldn't find it.
-
Hi, I had a client's domain name registered with you and it's expired but in the redemption period. (In other words, I don't have any access to it any more via the control panel or otherwise). Can I get it restored and what would be the cost on that? Thanks! You guys are always so helpful.
-
I'm getting the following error with some forms: FrontPage Error. User: Please report details to this site's webmaster. Webmaster: Please see the server's log for more details. The weird thing is that when I test the forms, they are fine. When a few other people try them they bring up that error. Thus far I haven't been able to find the event log which I assume would be useful. Any input would be greatly appreciated!!!
-
Forwarding Mail To Aol And Spam Complaints
cherryo replied to TCH-Dick's topic in Family Forums News and Updates
I noticed the workarounds for forwarding to AOL. Is there one to use for Hotmail? -
Forwarding Mail To Aol And Spam Complaints
cherryo replied to TCH-Dick's topic in Family Forums News and Updates
Thanks for the quick reply. Makes sense. Bummer. -
Forwarding Mail To Aol And Spam Complaints
cherryo replied to TCH-Dick's topic in Family Forums News and Updates
I just finished setting up my first redirect to a Hotmail account and came across this thread. What if the email is encrypted on the site with an anti-robot option (javascript or decimal encoding)? Would that solve the problem of possible spam and make it ok to do the redirect? Thanks for the input. -
Thanks so much. I'll try that today.
-
Would that be to block just the known IP abusers or can it do anything across the board? It's so hard to know for sure who's abusing and who's not.
-
Hi, I'm trying to figure out how to enable hotlink protection while still allowing access to submit forms on my site. Currently, when activated, anyone trying to submit my forms gets the following error: You don't have permission to access /_vti_bin/shtml.exe/get_started_custom_website.htm on this server. Thanks for any help. My site has been seriuosly abused by hotlinkers but I can't enable it if my customers can't order.
-
After playing around with the mail accounts for a while I discovered that I am able to send and receive from all email addresses (info@celebrateourlives.com; webmaster@celebrateourlives.com, etc) except for myname@celebrateourlives.com. And that address works to send mail but not to receive it. I just get the server timed out error - 0X800ccc19. I am also able to create new accounts that work just fine - same settings for all. I even created a pluralized version of my name's address and that worked, too. Is it possible there might be a corruption somewhere for that one address and if so how can it be fixed? I tried deleting the account and recreating it and that didn't do anything. Right now I have the mail redirecting to another address and that's working, but it would be nice to have my main address working. Thanks so much!
-
Sorry about that. I'll remember that in the future. My problem, however is with incoming mail, not outgoing. I am fully able to send but the server is timing out when receiving. Also, I can send and receive from my resold accounts, just not my main account.
-
I'm afraid I've been out of the loop. I had heard about a new server but not what to do about it. How do I change the MX record?
-
I'm able to send but not receive from my main account. Oddly, my reseller accounts are just fine. No settings have changed. my site is www.celebrateourlives.com I'm not able to receive mail from horde or neomail either. I read some on others having problems but I'm not certain if I'm experiencing the same issues. I would greatly appreciate any help. My customers can only reach me via email. Thanks.
-
Changing "from" Field In Form Emails
cherryo replied to cherryo's topic in CPanel and Site Maintenance
I'll check into the programs and I really appreciate all your help! Thanks! -
My first instinct upon seeing the Pop3 flood post was to change my Outlook settings from checking my mail every 5 minutes to every 8 minutes. When I know something urgent is coming I can then check manually. I wonder if any others who are able might be so inclined so that we don't have to have an imposed limit. My work does involve some script checking which would be very difficult with any limit on checking email. Might it be possible to ask customers to limit their low-priority emails with the understanding that if things don't improve a limit will be imposed? I would gladly hold off on my ordinary emails to preserve the capability of using email more often when necessary. I don't know . . . maybe I'm an incurable optimist.
-
Changing "from" Field In Form Emails
cherryo replied to cherryo's topic in CPanel and Site Maintenance
Thanks for replying! I guess I should clarify that the forms are rsvp reply forms for my customer websites. They are set up to send emails to my customers when they receive a reply on their site. So while the people completing the form don't see it, when my customers receive the form responses, they see the from "username@server4.totalchoicehosting.com" Instead of that, I'd like it to display "rsvp@mysite.com" or something other than what it is. -
Changing "from" Field In Form Emails
cherryo replied to cherryo's topic in CPanel and Site Maintenance
Hmmm. I hope I'm doing something wrong because when I set it up to forward the email it's being forwarded to the correct address from the dummy address but the "from" field is still saying "username@server4.totalchoicehosting.com" and the "to" field is saying the dummy address. From what you advised, I was hoping the "from" would be the dummy address and the "to" would be the address being forwarded to. I know that I've seen information on creating an alias and I thought I had followed those directions, but apparently I'm missing something. As always, help is greatly appreciated! -
Changing "from" Field In Form Emails
cherryo replied to cherryo's topic in CPanel and Site Maintenance
Great idea! Never would have thought of that. Thanks. -
I'm just wondering is there's a way to change the "from" field when emails are sent from form responses on my site. Currently the email says it is from "username@server4.totalchoicehosting.com" and I would prefer to not have the recipients know my username. If that's not possible is there a way to add a username, one which I could then just make a generic name or, as a last resort, change my sole existing username to a generic name? Thanks so much for any help!
