Jump to content

borfast

Members
  • Posts

    3,271
  • Joined

  • Last visited

Everything posted by borfast

  1. Thanks for the link, Lianna. Nice app! Didn't know it
  2. WOW! Now that's what I call fast!! Thanks a lot kw! Although I don't use Windows much, nowadays, I still have to clean it up from time to time and this is a real time saver
  3. Could someone tell me how often the log files are reset? I would like to be able to download my full log files but when accessing them through CPanel, I only seem to have access to one day of logs... So I'm supposing the log files get reset every day, which will force me to download them every day, too... If this is true, is there a way to get them sent to me by e-mail every day before they are reset? Log files will be very important to me and I wouldn't want to miss some days because for some reason I don't download those days' log files... Thanks in advance. Raul
  4. The problem is with the 'main' CPanel docs, actually: http://www.cpanel.net/docs/cp/ They also state they apply to version 4, so I don't suppose TCH would have access to documentation that would apply to latter versions of CPanel. As to why the docs are for version 4 and cpanel.net doesn't update them.... I really don't know... but I do know that they could use a better looking docs, though...
  5. Hmmm... you should have received a welcome e-mail... One of the big guys should take a look at this. Hang on in there, I'm sure TCH's staff will quickly contact you and solve the problem as they always do
  6. Yes, the logs include that information I have an account myself here at TCH and have it there
  7. I openede a new thread about this in reseller central:) And yes, I'm willing to share my findings and development. After all, I'm an open source addict! Raul
  8. I registered in cpanel forums and found what I wanted. Thanks. And no, I don't want to access the installation at the server level. Basically I want to be able to use the same usernames and passwords for a help desk software I'm developing, so I don't need to force my users to register with two different logins. I'm not sure if that's possible but I'll give it a try Thanks for the replies, guys
  9. Just like the title says: is it possible to access cPanel's API through PHP? I've read the manual and it has a PERL API but I'd like to access it using PHP. If this is possible, how can I do it? Thanks in advance. Raul
  10. Great! It works! Thanks a million, Jimmy! As for the software, it's called Mach 5 FastStats Analyzer. A friend of mine told me about it and I fell in love immediately Give it a try - mach5.com As for the log files, how often do they get reset?
  11. I already had a hosting account with TCH and I always thought their service was great. Today I bought a reseller account and they had it set and ready to use in less than 2 hours!! TCH is definitely the best webhosting company I've worked with. Ever! Congratulations and keep up the EXCELLENT work guys!!
  12. Hi everyone. I'd like to know if there's a way to access the raw log files through FTP instead of downloading the .tar.gz from Cpanel. I'm asking this because I got myself a nice program to generate statistics and it has the option of getting the log files through FTP, taking care of organizing them on my hard drive and deleting repeated entries, etc, etc... If this is not possible, is it possible to have the .tar.gz file sent to me automatically by e-mail every month, by using a cron job? Thanks in advance. Raul
  13. Since the phpMyAdmin instalation that you already have in your account is part of cPanel, you can only log into it with a cpanel username and password. In other words, you'd have to give your friend your Cpanel username and password. On the other hand, you can install phpMyAdmin by yourself and create separate usernames and passwords for it. One way that I can think of doing it is protecting it's directory with Cpanel's directory protection feature. It asks you for a username and password to protect the directory, so you could set it up so your friend could access it without needing your cpanel username and password. Anyway, the tech guys will surely be able to help you more. Good luck
  14. I've sent the e-mail. Thanks Tony.
  15. Well, first of all, welcome to the family About building your webpage, you can try searching google for tutorials. Try search phrases like "web page building tutorial", "html tutorial" or "webdesign tutorial". You'll find lots of information regarding this Good luck!
  16. Humm... a domain is required to register an account? But yesterday, when browsing for an answer to this matter, I found this thread, in which spitwad says an account doesn't necessarily need a domain name... What about the account transfer idea? Is it possible? The idea is to transform my normal account into a reseller account so I can use the same domain name. I would submit a help desk ticket if I had access to it but I'm still waiting for someone to send me my username and password, since I didn't receive any e-mail with that information. Please help me, I'm starting to get a little short on time... Thanks. Raul
  17. Hi everyone. I already have an account on TCH but now I want to buy a reseller account. When I was already filling the request form, I blocked when I arrived at the domain field... Since I don't want to set up a website promoting my hosting services (I'll work on a more personal basis) I don't think I need a domain name for my reseller account... although it would be nice, of course... So my question is: can I upgrade my normal account to a reseller account, making the necessary adjustments to the payment, of course? Basically, the idea is to take the remaining money I paid for my normal account, put it into the payment for the reseller account, pay the remaining difference and transfer my current account and it's contents to my reseller account. Is this (or something similar) possible? If so, what do I have to do? I'm in a bit of a hurry, since I already have some people who want to host their websites with me. I know I should have taken care of this earlier but as a good portuguese citizen, I always let things drag until the last minute... tongue.gif Thanks in advance. Raul
  18. There's several ways around that problem, I think. 1 - You can configure the webserver so it won't let anyone access .inc files; 2 - You can put all your .inc files in a protected directory to which no one has access; 3 - You can use .php extensions, just like you said. AFAIK, you can even combine them for added security but maybe you don't need to go that far. If you want a simple solution, use .php extensions. Just be careful with what you put inside, remember that anythingg that the script outputs, will be visible in the webbrowser. If you want to use .htaccess, I'm not a genius at that, but google is... http://www.techtutorials.com/tutorials/uni.../htaccess.shtml EDIT: Ooops... I forgot to mention that TCH does let you use .htaccess.... sorry about that. Thanks Lianna.
  19. Biesma, Junior already told you what you need to know but I'd like to add just a little thing: "He who asks is a fool for five minutes, but he who does not ask remains a fool forever." - Old chinese proverb Meaning: just because you don't have experience on this webhosting world, it doesn't make you an idiot. This is no rocket science. In time, you'll learn Welcome to the family
  20. OK, cool! Thanks, guys
  21. OK, here's a little explanation: mod_gzip is an Apache module, just like rayners said. It checks whether the client's browser supports compressed pages and if so, it compresses the data before sending it to the client. Oterwise, it will serve the plain 'version' of the page. It helps reduce bandwidth usage and causes little strain on the server (contrary to what many people think). Here's a link where you can read a little more detailed explanation: http://www.sitepoint.com/article/1029
  22. Hi everyone. I was wondering if mod_gzip is installed in TCH's servers and if so, is it enabled or do I have to enable it for my site? And how do I do it? Thanks
  23. Hi everyone. Since I switched to TCH (at the time it was still SNH ), I've been pointing everyone who needs to host a website, to TCH. Many of these people say they filled the referrer field with my nick (borfast). So I was curious - is there a way to know how many and which people referred me?
  24. No problem, Lianna. I'm not in that much of a hurry I guess that's all I need to know. Well, at least for now... Thanks a lot Raúl
  25. I'm sorry to insist but could someone please answer my questions? I'm going to have to make a decision soon and I'd like to be well informed. To make things simple, here's all my questions grouped in a list: 1 - If I buy a semi-dedicated server, can I upgrade my account to a normal dedicated server later on? 2 - I suppose that with a dedicated server I can host as many domains as I want, am I correct? On the dedicated servers page it only says "Your Own Domain Name --- YES" so I'm not sure if I can host as many as I want or just one... 3 - What exactly do you guys manage in the fully managed packages? Do you only install the OS or do you also install Apache, PHP, MySQL, etc... ? And do you apply patches, etc, or do I have to do it myself? Thanks again and forgive me for being such a pain
×
×
  • Create New...