Jump to content

TCH-Dick

Admins
  • Posts

    6,029
  • Joined

  • Last visited

Everything posted by TCH-Dick

  1. There are no plans to implement Cold Fusion support at TCH.
  2. When i flew up to MI from TX to look for a house it was a nightmare. I didnt have a direct flight so I flew from Odessa to Dallas, Dallas to Atlanta, Atlanta to Flint. My flight leaving Odessa was late because the pilot didnt show up, this caused me to miss the connecting flight from Dallas to Atlanta. On the flight back my flight from Atlanta to Dallas was delayed causing me to miss my connecting flight from Dallas to Odessa. I spent about 10-12 hours just sitting in airports due to delayed flights.
  3. I would if there was some way I could see to re add it. nothing in the set up menu says anything about it thats something you should mention to the people at IPB
  4. The site loaded fast and looks great. I added the Year of Chocolate to the cart and stopped short of checkout.
  5. Yeah its the newest version if IPB, you have to purchase a license for it in order to upgrade to it.
  6. I found this www.alt-php-faq.org/local/25/ but it's lacking an interface so I changed it to include a form. If you need it for a purpose other than what I did with it then you can just use the original. ><form action="" method="post" name="form1"> <p>Enter Directory Name - Leave empty for a listing of directories </p> <p> <input name="directory" type="text" id="directory"> </p> <p> <input type="submit" name="Submit" value="Submit"> </p> </form> <?php $totalsize=0; function show_dir($dir, $pos=2){ global $totalsize; if($pos == 2) echo "<hr><pre>"; $handle = @opendir($dir); while ($file = @readdir ($handle)){ if (eregi("^\.{1,2}$",$file)) continue; if(is_dir($dir.$file)){ echo "|- ".$pos."s <b>$file</b>\n"; show_dir("$dir.$file/", $pos+3); }else{ $size=filesize($dir.$file); echo "|- ".$pos."s $file "; echo("$size <br>"); $totalsize=$totalsize+$size; } } @closedir($handle); if($pos == 2) echo "</pre><hr>"; return($totalsize); } $totalsize = show_dir("/home/cpanelusername/public_html/$directory/"); echo($totalsize); ?>
  7. When he opened the tickets to the Help Desk did he get an email back with a link to check on the ticket? Thes emails are sent automatically, so if he did not receive them I would check the spam or trash folders for his email account.
  8. Sorry about that, guess I should have read it a little better. I don't use MT so I'm not sure but I know you that you don't need DBD::SQLite because TCH servers don't use SQLite.
  9. Just drop a ticket to the Help Desk and they can remove it.
  10. Take a look at this thread http://www.totalchoicehosting.com/forums/i...wtopic=1031&hl=
  11. Thanks everyone! You guys are great
  12. Giant was my fav antispyware app, wonder how this purchase by MS is going to affect the quality of giant? http://giantcompany.com/
  13. I just wanted to toss the fact on the table that this is not only affecting MT but all blogs. Those damn free poker comments seem to be the most prevelant lately. One of the issues that alot of users are having is that as soon as they make a new post it has comment spam. I'm not sure about MT but with WP they are making comments to Post IDs that don't exist, so when you creat a post with that ID it already has a comment. Hopefully everyone can come up with a workable solution.
  14. I have already brought up using a script to make the changes listed above and it simply wont work. The main reason it wont work is because not everyone installs MT in the same folder, sure you can create a script to modify the mt-comment.cgi in the home/user/www/blog folder (for example) but what about the people that install it in home/user/www/mt or home/user/www/rant or home/user/www/whatever?? you see where I'm going with this.. Then theres also the issue Lisa already mentioned about requiring a rebuild once this script has made all of the changes, thats just to cpu intensive.
  15. You can use NLST.
  16. Thanks Raul, I didnt notice the mixture of buttom types. It's good to have lots of eyes looking at something like this, mine get worn out
  17. I saw that web hosting book somewhere and it reminded me of this post LOL
  18. I remember that game!
  19. yeah, i have hit the wrong link a couple times myself
  20. yeah, it looked fine but a LOT of functionality was broken
  21. Well, looks like the new skin is not going to work, which I was afraid would happen. I'll be tweaking everything to get it back to the state it was in prior to switching to the new design a week or so ago.
  22. The links Outline · [ Standard ] · Linear+ have shifted from the right to the left and are making the Topic title out of whack.
  23. If fast reply is not opening then you need to check your Board Settings under My Controls.
  24. Thanks, theres a few things not working that I'm trying to get going again. Let me know if you find anything else so far I have some smilies missing clicking "quote" returns an error fast reply not opening for some ppl
  25. We will be upgrading the forums to the latest version of IPB (tentively scheduled for tonight) There may be some downtime of the forums and I just wanted to let everyone know. If we dont get to it tonight it will be done in the next few days during off peak times (over night EST) I'm sure there will be a lot of things that will need to be re "tweaked" once the upgrade is complete so thanks in advance for your patience and understanding
×
×
  • Create New...