-
Posts
6,028 -
Joined
-
Last visited
Everything posted by TCH-Dick
-
Thanks for the reminder I'm off to get some sleep but will see if I can knock the dust off my blog later today.
-
Welcome to the forums Lily. $HTTP_POST_VARS was depreciated sometime ago. You need to either delcare $HTTP_POST_VARS as global or use $_POST as I have below. ><? if(!empty($_POST['sender_mail']) || !empty($_POST['sender_message']) || !empty($_POST['sender_subject']) || !empty($_POST['sender_name'])) { $to = "my email"; $subject = stripslashes($_POST['sender_subject']); $body = stripslashes($_POST['sender_message']); $body .= "\n\n---------------------------\n"; $body .= "Mail sent by: " . $_POST['sender_name'] . " <" . $_POST['sender_mail'] . ">\n"; $header = "From: " . $_POST['sender_name'] . " <" . $_POST['sender_mail'] . ">\n"; $header .= "Reply-To: " . $_POST['sender_name'] . " <" . $_POST['sender_mail'] . ">\n"; $header .= "X-Mailer: PHP/" . phpversion() . "\n"; $header .= "X-Priority: 1"; if(@mail($to, $subject, $body, $header)) { echo "output=sent"; } else { echo "output=error"; } } else { echo "output=error"; } ?>
-
It's not a poor design and is working as intended. The problem is you are filtering the mail to another address, therefore, it is not reaching the default address to be rejected. First you need to remove this filter, then you can delete any incoming spam or use the SpamAssassin Spam Box.
-
Can I Block My Ip From Awstats Reporting?
TCH-Dick replied to slobjones's topic in CPanel and Site Maintenance
Due to the way stats are processed and stored, it will affect the daily stats starting with the first run after the change but you will not get full exclusion for this month. -
Version Of Php Supported 4, 5 Or Both?
TCH-Dick replied to kahill's topic in CPanel and Site Maintenance
It can take a little time for the updates to get out to all of our servers, but all are now running PHP 4.4.7, which is the latest version of PHP 4. -
Just wanted to share an interesting article I came across and the response to it. note: the orginal was first published on Computerworld It's official: Apple is the new Microsoft http://www.macworld.com/news/2007/09/07/newms/index.php Why Apple isn't the new Microsoft http://www.macworld.com/weblogs/editors/20...newms/index.php
-
I clearly stated more than once that we did not have an official date, however, in an effort to provide you the "soft date" you wanted I re-posted what I had already said as an actual date. I'm unsure why you were offended by this or the fact I responded to your attempt to belittle me?? There is nothing to be transparent about, we are hoping to complete this by the the end of the year which happens to be December 31, 2007, when we have a real date it will be posted. It's clear you wanted something more than just a date, so once again I apologize for just providing the date in my response. Thank you
-
Yep, you took it the wrong way. To be honest its an arbitrary date, (Dec 31, 2007=end of the year) that I put in the format you requested. As for the 'mine is bigger' comment about the "Joined:" date, I am glad you found the forums long before I did, but I was customer with TotalChoice long before then. However, I really don't think anyone cares nor see how it affects this conversation. Anyway, I had no intention of hurting your feelings and causing a pissing match, therefore, I apologize for providing you just the date. Thanks for the feedback and once we are ready to upgrade we will notify you via these forums.
-
December 31, 2007
-
F-secure Unable To View Mozilla/firefox Files - Why?
TCH-Dick replied to Mrs. Muddled's topic in Security Discussions
Is Firefox running when the F-secure scan occurs? The file you referred to is one of several cache files for Firefox and they can not be accessed by another program while in use by Firefox. -
Delays in Welcome Emails....
TCH-Dick replied to Cloudbather's topic in Reviews of TotalChoice Hosting
I am sorry you are having trouble getting this account activated. We left a message at the number provided at 11:15 AM EST the same day as the order (08/30/07), but that call was only returned today. Had you ordered this under your existing account it would have been activated without need for verification, since it was a new account under a different name it needed to be verified. Now that we know you are a existing customer the billing department will process your account before days end. If you need any other assistance with your new account you can contact us via the helpdesk at https://tchhelp.com -
Sorry but that's not something we are willing to do. The only thing I can suggest is not post anything you don't want seen in an open forum.
-
Actually, plans are already laid out(including plans for users that must have php4) and test servers are up an running with accounts owned by staff. When we get closer an to official release date, we will then allow time for a few customers that want to test things out.
-
Please open a ticket and we will take a look.
-
Old Member, New Account For Friend's Business
TCH-Dick replied to Samrc's topic in Reviews of TotalChoice Hosting
Hi Sam, You're welcome and thank you for staying with us all this time. I'm glad I could assist and let us know if you need further assistance getting this sorted. -
No the notices should not stay as we don't have them fully set up for the new cPanel. They will be cleared soon as there is no longer a need to list the server # that way.
-
Just delete /home/username/.cpanel/nvdata/optionselect_filemanager and then log out of cPanel. Log back in and open the file manager and select your new options. *note: if you can not see the directory ".cpanel" then you did not select the option "Show Hidden Files (dotfiles)". You will then need to use the legacy file manager or FTP to remove optionselect_filemanager You can also just edit the file directly. If you are wanting it to open to public_html just change /home/username/.cpanel/nvdata/optionselect_filemanager to >webroot:yourTCHsite.com:1:1
-
Just some notes for any one that hasn't explored the new file manager. Things I don't like and will be submitting to cPanel as feature/bug requests: -No link to preview file via actual URL -Lack of trashbin -A file created with no extension or an unknown extension is not immediately displayed in the list of files -HTML editor will only open html files (not that bad but a bit annoying for some) Features that I like: -Search option -Better folder navigation using the tree directory(left pane) -You can right click on a file or folder for a list of actions -Ability to compress files -Ability to download files -Code Editor with actual line numbers -Ability to rename files and change permissions via AJAX Edit options: Edit - very simple(think notepad) Code Editor - provides line numbers and syntax highlighting for most scripts HTML Editor - simple wysiwyg with design and code view Overall the new file manager is great and I'm sure with some gently prodding cPanel can make it ever better.
-
Accessing Cpanel/email From Behind Firewall
TCH-Dick replied to DWD's topic in CPanel and Site Maintenance
Submit a ticket to have squirrelmail fixed. -
Yes, branding works if you have access to WHM and has been improved. If you want you can just make simple changes such as the logo, which can then be dragged where you want it. You also do not need to worry about breaking things as you can reset the theme at any time.
-
We are pleased to announce that all TotalChoice shared and reseller servers are now upgraded to cPanel 11. We are very exited about this new release as it moves us one step closer to completing other projects such as PHP/MySQL 5. All accounts have been migrated to the new theme to take advantage of the new features and the most notably change you will see is the new AJAX based interface for the cPanel theme. This AJAX based interface is also carried over to the new File Manager for easier navigation and editing. Some of the other notable features are the integrated help/wizards, user level email filtering(multiple actions), web disk, and the Perl module/Pear package installers. If you are receiving an error when accessing cPanel you are most likely using a direct bookmark to an old them. You will need to access your cPanel at: http://your-tch-site.com/cpanel or http://your-tch-site.com:2082 Dedicated customers may contact the help desk if you would like us to complete this upgrade for you, Enjoy and if you have any concerns or issues due to the changes please contact us via the help desk at https://tchhelp.com
-
We are pleased to announce that all TotalChoice shared and reseller servers are now upgraded to cPanel 11. We are very exited about this new release as it moves us one step closer to completing other projects such as PHP/MySQL 5. All accounts have been migrated to the new theme to take advantage of the new features and the most notably change you will see is the new AJAX based interface for the cPanel theme. This AJAX based interface is also carried over to the new File Manager for easier navigation and editing. Some of the other notable features are the integrated help/wizards, user level email filtering(multiple actions), web disk, and the Perl module/Pear package installers. If you are receiving an error when accessing cPanel you are most likely using a direct bookmark to an old them. You will need to access your cPanel at: http://your-tch-site.com/cpanel or http://your-tch-site.com:2082 Dedicated customers may contact the help desk if you would like us to complete this upgrade for you. Enjoy and if you have any concerns or issues due to the changes please contact us via the help desk at https://tchhelp.com
-
You can't use your domain unless you have purchased your own certificate. Please visit the link Thomas provided for a full explanation and details.
-
Please see this post --> End Of Life For Php 4
-
Just wondering.... Are you using widgets? Which ones? Is there something you want as a widgt and can't find?
