Jump to content

TCH-Dick

Admins
  • Posts

    6,029
  • Joined

  • Last visited

Everything posted by TCH-Dick

  1. our new billing system invoices 7 days before the billing date (the 1st) it is just a reminder saying hey, we're charging you on the 1st.
  2. The forums are NOT for one one one tech support. If you have a support issue open a support ticket. The moderators on the forums are not support staff, no need to be rude to them for doing their job. Thread closed
  3. You cant really say if/when any ceratin account willstart using to many server resources. But, I can tell you we dont just kick someone off and terminate there account if there sute starts to grow. The guy from bootdisk is partially right, traffic does affect server resources. But what effects it even more is how efficient your page is. You can have a site with very few visitors and poorly coded php/sql whatever and your site could be a resource hog, on the other hand you could have a site that is all static content, not database driven and have a huge amount of traffic and the server never even hiccup. Most sites that get suspended for high resource use are because of cron jobs running to often, or poorly coded scripts. In the case of moodle, even the ppl AT moddle say that moddle uses a lot of resources and runs better on a dedicated server.
  4. If you purchase the Standard or Deluxe Reseller packages, you may request two (2) dedicated IP's for the creation of your own name servers using your own domain name. In that instance, your clients would use ns1.letmehostyoursite.com and ns2.letmehostyoursite.com. If you choose not to create your own name servers for use by your clients, you may use the generic name servers created by TCH
  5. Yes there is. I did NOT write this and not sure who did, but it works. Just copy and paste the code below Edit these sections // Domain Logon Details // Domain details // Parameters to parse Save as "newmail.php" ><?php /* Create POP email accounts Works for me when others failed. */ //include('header.php'); // Domain Logon Details $username = "cpanellogin"; $password = "cpanelpassword"; // Domain details $domain = "domainname.com"; $theme = "x";//eg "bluelagoon"; // Parameters to parse $eDomain = "domainame.com"; $eQuota = "5"; // eg"10"; if (isset($delpop)) { print "Account deleted : ".$popuser."@".$eDomain; $postfields = "email=$popuser&domain=$eDomain"; $url = "http://$username:$password@$domain:2082/frontend/$theme/mail/realdelpop.html?$postfields"; //print "<hr>"; //print $url; // initialise Curl $popPost = curl_init(); curl_setopt($popPost, CURLOPT_URL, $url); // Set Curl Option: Username:Password curl_setopt($popPost, CURLOPT_POST, 1); // Set Curl Option: Collect result from script curl_setopt($popPost, CURLOPT_RETURNTRANSFER, 1); // Set Curl Option: Set timeout to 15 seconds curl_setopt($popPost, CURLOPT_TIMEOUT, 15); // Set Curl Option: Post data //curl_setopt($popPost, CURLOPT_POSTFIELDS, $postfields); // Execute Request, and store result in $tb_post $popPost_result = curl_exec ($popPost); // Close Curl curl_close ($popPost); $start = strpos($popPost_result, 'Account'); $end = strpos($popPost_result, 'Go'); $subset = substr($popPost_result, $start, $end+8-$start); print $substr; } if (isset($eEmail)) { $ePassword = $password2; // Put post fields variable together $postfields = "email=$eEmail&domain=$eDomain&password=$ePassword&quota=$eQuota"; // initialise Curl $popPost = curl_init(); // Set Curl Option: URL $url = "http://$username:$password@$domain:2082/frontend/$theme/mail/doaddpop.html?$postfields"; curl_setopt($popPost, CURLOPT_URL, $url); // Set Curl Option: Username:Password curl_setopt($popPost, CURLOPT_POST, 1); // Set Curl Option: Collect result from script curl_setopt($popPost, CURLOPT_RETURNTRANSFER, 1); // Set Curl Option: Set timeout to 15 seconds curl_setopt($popPost, CURLOPT_TIMEOUT, 15); // Set Curl Option: Post data //curl_setopt($popPost, CURLOPT_POSTFIELDS, $postfields); // Execute Request, and store result in $tb_post $popPost_result = curl_exec ($popPost); // Close Curl curl_close ($popPost); //output results $start = strpos($popPost_result, '<b>Account'); $end = strpos($popPost_result, 'created.'); $subset = substr($popPost_result, $start, $end+8-$start); $subset = str_replace('login ', "login<br>", $subset); //for neatness //$subset=str_replace("<!",'<-',$subset); //see the comments if (preg_match ('/Sorry/i', "$subset")) { print "<br><b> Sorry that account already exists.</b><br><br><br><br><br><br><br>"; //print ($subset); } elseif(preg_match ('/You must specify/i', "$subset")) { print "<br><b> You must specify a password.</b><br><br><br><br><br><br><br>"; } else { print ($subset); print "<br><br>You may now use <b>mail.$domain</b> as your POP3 setting in your mail client or access <b>WebMail</b> by selecting <a href=http://$domain/webmail>Here</a>. <center> <br><a href=java script:history.go(-1)>Go Back</a> </center>"; } } else { ?> <form name="emailform" method="post" action="newmail.php"> <table border="0" cellspacing="1" align=center cellpadding="0"> <tr> <td>Prefered Email Address:</td> <td colspan="2"><input size=10 value="" name="eEmail" type="text"> @<?= $domain ?></td> </tr> <tr> <td>Password:</td> <td colspan="2"><input size=10 name="password1" value="" type="password"></td> </tr> <tr> <td>Retype Password:</td> <td colspan="2"><input size=10 name="password2" value="" type="password"></td> </tr> <tr> <td> </td> <td colspan="2"> </td> </tr> <tr> <td> </td> <td width="344"> <div align="center"> <input name="signupbtn" type="button" id="signupbtn" value="Signup" onClick="validateform()"> </div></td> <td width="163"> </td> </tr> </table> <script language="JavaScript1.2"> function validateform() { if (checkEmailAddress(document.emailform.eEmail)) { if(document.emailform.password1.value == document.emailform.password2.value) { document.emailform.submit(); } else { alert("The passwords you typed do not appear to match"); } } } function checkEmailAddress(field) { var good; //var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\..{2,2}))$)\b/gi); var goodEmail = field.value; if(goodEmail != "") { //if (goodEmail){ good = true } else { alert('Please enter a valid e-mail address.') field.focus() field.select() good = false } return good; } </script> </form> <? } //include('footer.php'); ?>
  6. What more can I say but Thumbs Up Thumbs Up
  7. Glad you are feeling better. I haven't had the flu in long time, but I'm also nursing a bad sunburn. Considering I haven't seen the sun in a while , I should have wore a shirt to clean the pool.
  8. Just add the following in your .htaccess file: DirectoryIndex default.php
  9. Is the page "buyers guide.htm" still there or did you remove it?
  10. I haven't noticed either. Just watch it, I thought it was my job to offend people around here.
  11. You have your right to your opinion, now here is mine. I was a Volunteer FireFighter for over 10 years, I worked Heavy Rescue so I spent a lot time interacting with Law Enforcement. I have lost many a friend that chose to spend there life protecting others. One was shot by a smart I AM A SPAMMER teenager that beleived he was above the law. Now I now there are some that believe they can do what the please, but alot of my friends and several members of my family are police officers and they are not crooked. Making a blanket statement about all police officers is just ignorant. That is as bad as me saying everyone from BFE Mississippi doesn't wear shoes and can't read. I figured someone that wanted to be an EMT to have a little more sense and respect. BTW bleachers are for your I AM A SPAMMER, not to be an I AM A SPAMMER beneath.
  12. I see both.
  13. is that a question? Yes from the same user.
  14. Don't worry, TCH provides service and support 24/7.
  15. Note : combined identical posts.
  16. Fraud
  17. No problem, Thumbs Up Glad you got it working.
  18. I sent you a PM, should take care of the problem
  19. Got this one ion the mail today. The link takes you to a sight hosted in mexico (link partially removed btw) Already let the company that owns the IP know. Dear eBay member We recently noticed one or more attempts to log in to your eBay account from a foreign IP address and we have reasons to belive that your account was hijacked by a third party without your authorization. If you recently accessed your account while traveling,the unusual log in attempts may have been initiated by you. However,if you are the rightfull holder of the account, click on the link below, fill the form and then submit as we try to verify your identity. http://cgi3.ebay.com//***/****?*****8/8888888****** The log in attempt was made from: IP address: 205.188.209.166 ISP host: cache-dq04.proxy.aol.com If you choose to ignore our request,you leave us no choise but to temporaly suspend your account. We ask that you allow at least 72 hours for the case to be investigated and we strongly recommend not to make any changes to your account in that time. If you received this notice and you are not the authorized account holder, please be aware that it is in violation of eBay policy to represent oneself as another eBay user. Such action may also be in violation of local, national, and/or international law. eBay is committed to assist law enforcement with any inquires related to attempts to misappropriate personal information with the intent to commit fraud or theft. Information will be provided at the request of law enforcement agencies to ensure that perpetrators are prosecuted to the fullest extent of the law. *Please do not respond to this e-mail as your reply will not be received. Thanks for your patience as we work together to protect your account. Regards, Safeharbor Department eBay Inc.
  20. Sorry to hear that you find it "unsatisfying", but TCH has decide that this is a rule to be followed and therefore layed it out in the AUP. The use of subdomains and the "cryptic" password have been discussed several times and as I understand it Bill has no intentions of changing them.
  21. I can access that directory with no problem. Can you post the complete code you are using?
  22. Sorry, the person that used to handle this no longer with TCH. It will take a little longer to be added, but when completed someone will reply to this post.
  23. Since you have already created the database, you only need to use the file mysql_populate.sql. Access phpMyAdmin via cPanel. Select the database from the pulldown menu on the left of page. Select the SQL tab at top of page. Select Browse button and navigate to mysql_populate.sql on your PC and then select GO. Your database should now be populated.
  24. I use Ulead GIF Animator
  25. I'm not sure, but how is this one? edit: uploaded wrong pic
×
×
  • Create New...