Jump to content

TCH-Bruce

Members
  • Posts

    20,156
  • Joined

  • Last visited

Everything posted by TCH-Bruce

  1. All the servers should be configured with version 11.23.6-STABLE It's a struggle keeping all these pages updated.
  2. events
  3. SCORE!!!!!!!!
  4. progress
  5. Moving
  6. Good
  7. Welcome to the forums dan_1 I don't see any errors except that 0 bytes get transferred.
  8. Doesn't Vonage connect to your computer via USB and not the router? So why do you need so many ports on the router?
  9. 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.
  10. Sorry, I don't but if you open a ticket with the help desk they should be able to tell you.
  11. When you delete an account from your reseller space it is deleted from the server. Backup archives are rotated so eventually the data will be gone for good.
  12. 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.
  13. You can always write a query after the fact to use the strtoupper on any fields in the database.
  14. Take a look at the strtoupper PHP command.
  15. 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.
  16. 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 :) ?>
  17. 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.
  18. Glad it's all gone smoothly for you.
  19. You might be able to change the quota to something other than zero. Other than that I think you would have to delete it.
  20. 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 "\".
  21. They are valid emails. I got two this morning and one last week for my domains. I received these emails last year as well.
  22. Ok, I will get it.
  23. Welcome to the forums UMMSCOR Works just fine for me using Firefox 3.0.2 on Windows XP
  24. 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.
×
×
  • Create New...