-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
Cpanel Version Else Virtual , Reseller And Dedicated
TCH-Bruce replied to Prel's topic in Pre-Sales Questions
All the servers should be configured with version 11.23.6-STABLE It's a struggle keeping all these pages updated. -
Welcome to the forums dan_1 I don't see any errors except that 0 bytes get transferred.
-
Doesn't Vonage connect to your computer via USB and not the router? So why do you need so many ports on the router?
-
Without a modem your router will only allow you to connect to a LAN (local area network). The modem is your connection to the Internet.
-
All you need to do is write an update query (PHP) and add it as a cron job. I'm sure you can Google for some samples on how to do it.
-
You can always write a query after the fact to use the strtoupper on any fields in the database.
-
Take a look at the strtoupper PHP command.
-
Spamassassin Difficult To Use For Me...
TCH-Bruce replied to vision63's topic in CPanel and Site Maintenance
Welcome to the forums vision63 One thing to make sure of is you have your default email address set to :fail: in cPanel. That will cut down on a lot of spam mail that is not addressed to a valid email address on your domain. Other than that and Spamassassin I'm afraid you are left with a client side way of dealing with it. -
You don't have any headers defined in your mail statement. Not sure if that's what's causing it though. ><?php $Name = "sender"; //senders name $email = "email@adress.com"; //senders e-mail adress $recipient = "PersonWhoGetsIt@emailadress.com"; //recipient $mail_body = "The text for the mail..."; //mail body $subject = "Subject for reviever"; //subject $header = "From: ". $Name . " <" . $email . ">\r\n"; //optional headerfields mail($recipient, $subject, $mail_body, $header); //mail command :) ?>
-
When I vote it will be a well thought out decision. All we can do is get the facts and make an educated choice. Not voting means you have no reason to complain when who ever gets elected does something you don't agree with. You can't go off saying "I didn't vote for him" if you didn't vote at all. You only have the right to complain if you actually vote.
-
Glad it's all gone smoothly for you.
-
You might be able to change the quota to something other than zero. Other than that I think you would have to delete it.
-
Welcome to the forums orion Most likely your local computer is running Windows. The servers here are running Linux. Path delimiters on all versions of *nix use the forward slash "/" while all Windows variants use a backslash "\".
-
Important Notice Regarding Your Domain Name(s)
TCH-Bruce replied to Madmanmcp's topic in Open Discussion
They are valid emails. I got two this morning and one last week for my domains. I received these emails last year as well. -
Ok, I will get it.
-
Welcome to the forums UMMSCOR Works just fine for me using Firefox 3.0.2 on Windows XP
-
Increase In Spam Despite Settings
TCH-Bruce replied to com693's topic in CPanel and Site Maintenance
It goes in cycles. Spammers are constantly finding new ways to get their emails through. I deal with the ones that do client side. Using Thunderbird as my email client it does a good job of catching the ones that do make it through once it's trained.
