Jump to content

TCH-Rob

Members
  • Posts

    7,791
  • Joined

  • Last visited

Everything posted by TCH-Rob

  1. Scott, I have some links that defy logic then. Some are from hosting site homepages, some are from sites that have nothing to do with mine or are direct competitors of mine and there are no links on that site anywhere. Where are these links at that AWStats say are there?
  2. If it is in Links from Other Web Pages, it just shows what pages your visitors are coming from. This does not mean there is a link to your site on the listed page; it just registers where the visitor was coming from.
  3. Hey gang, I am using a script to display random sigs at the bottom of my posts. The problem is that it only allows one line. Is there a change I can make to allow for word wrap so I can use a larger font or more text? Here is the script. ><?php $font_file = $_SERVER[DOCUMENT_ROOT]."/sigs/sigimage/Therfont.ttf";//The font I am using $font_size = 8;// Font size $y_start = 25; $angle = 0; $max_width = 450;// Maximum width for test $sigs_array = file("sigs.txt");// Where my sigs are comming from srand((double) microtime() * 10000000); $sigs = array_rand($sigs_array); $line_width = imagettfbbox($font_size, 0, $font_file, $sigs_array[$sigs]); header("Content-type: image/png"); $im = imagecreatefrompng("blank.png");//What the sigs are being displayed on $red = imagecolorallocate($im, 0, 0, 0); imagettftext($im, $font_size, $angle, $x_start, $y_start, $red, $font_file, $sigs_array[$sigs]); imagepng($im); imagedestroy($im); ?> I know that file( ) only pulls one line so is there something that allows me to put multiple lines or wrap the text?
  4. Welcome Hillhiker, Sure, I run OSC in a sub folder and it works fine. There aren't any real themes to OSC, you have to tweak the look on your own. If it is just the colors and fonts you can change those in the CSS file. Other changes can be found at wiki.oscommerce.com. The only advice I can really give is to keep a close eye on those white spaces at the end of your PHP files. Once again, welcome to the family.
  5. We can't call you sir because you work for a living.
  6. Today is the 13th, your domain expires on the 28th. It takes about 10 days to transfer so you should be able to get it in time.
  7. I am game, and I have plenty of time on my hands.
  8. You can try here; http://icann.org/faq/#regprob
  9. Sheesh, it is under CGI Scripts and is just called Bulletin Board, just like Turtle said in the post above mine. Silly me looking for it by name, Bad Mod! I am going to bed now :::shakes head::: good night all.
  10. We do not have phpBB just PHP-Nuke or Invision
  11. Tell me about it Madman, I know that feeling. Last time I put out my resume I was competing with about 3000 other people for the same position. This time I think there are more. I am contemplating a mall job while I finish my next degree. The tech sector in AZ is disillusioning. It is tough when you are competing with a guy that has a masters and you are both going for a job that requires an AAS at best.
  12. I will give this a go. When you decide to upgrade to a higher plan I believe they work with the amount left into the plan you are going to upgrade to. Just submit a helpdesk ticket when you are ready to move up and they will walk you through the process. Though I will leave this to billing to be sure. As far as I am aware there is no SPA with the e-mail. Sorry it isnt 100% on the answer but I also didnt want you to feel as if we had forgotten about your post.
  13. You must create subdomains using cPanel. You can use .htaccess for redirects, though I am not sure about for subdomains, but if you are in cPanel already you may as well use the redirect feature there.
  14. I will put my money on no. Can it be done? Yes it can but it has to be done globally. From the Horde website; I will leave it up to one of the Gurus to give a solid answer.
  15. Wow, that's a tough one. I am not sure of an easy way to get this out to everyone other than the forums.
  16. I cant speak from the TCH standpoint but I can say that I couldn't stand IMAP from a support pov. I like it as it is the same at every machine you sit at but, when users do not realize it isn't like regular POP mail, where the mail is downloaded to your machine and you can move on, trouble can start brewing. In POP mail you check your messages and everything is removed from the server, in most cases. I would get many calls stating that the mailbox was full when there were only three small messages in the inbox. When I explained that the two months of messages in the deleted items box weren't really gone and taking server space things sometimes got even more confusing for the customer because it didn't work that way at home. After explaining that you had to delete the deleted items more often on the IMAP because it is using server space and not hard drive space things got better. I say it is advanced due to the fact that if you know how to use UNIX you most likely know the differences between IMAP and POP and therefore how to use it effectively. That isn't to say that there aren't people smart enough to know the difference in the MAC/Windows environment. My thoughts and not TCH thoughts.
  17. Jade, Welcome home again.
  18. Groovy, TRANSYLVANIA 6-5000 was the name of a movie with Jeff Goldblum, I had no idea there was a song with those numbers in it. To clarinet - instrument
  19. to trombone - music To Groovy - Jeff Goldblum?
  20. I just set up a sub and it worked as sub and www.sub
  21. Professor Falken
  22. Holiday (Christmas Vacation was on last night here)
  23. If it helps, I have sub folders in my subdomains.
  24. Paperwings, You can see what others from here have to say; http://www.totalchoicehosting.com/forums/i...hp?showforum=11 And some of our members sites as well here; http://www.totalchoicehosting.com/web-host...ing-family.html Best of luck in your search.
  25. In all reality I could have hi.this.is.my.new.domain.name.com, however cPanel will not let it be set up this way. With the current version of cPanel you can only have sub.domain.com. There is now way around this with the current version of cPanel.
×
×
  • Create New...