Search results

  1. techairlines

    What language is this?

    I believe its coded in PHP. http://www.nirvanahq.com/index.php loads the home page, though index.html does not exist (neither does several other index languages I tried).
  2. techairlines

    Help in changing nameserver in cpanel

    To add on to calistoy, CO.CC provides a guide in their FAQ on changing Name Servers. From http://www.co.cc/faq/faq.php
  3. techairlines

    Help in changing nameserver in cpanel

    Nameservers are changed at your domain registrar, not cPanel. You use nameservers to point your domain to x10hosting. You're using a x10.bz subdomain, so you don't need to worry about nameservers. Are you trying to point a custom domain here?
  4. techairlines

    Posting Information

    Unlike CNET, Rapidshare is a user submitted upload site, so the policy is a bit different. For Rapidshare (and other user file sharing sites), it depends on the file you're linking to. You are not allowed to link to anything illegal, such as warez. If you're linking to a legal file and the...
  5. techairlines

    Suspension of site

    I have just manually looked through your account and found this file: vBulletin.v3.8.5.PHP.NULL-DGT.zip on your site here: http://mehkosom.animetards.exofire.net/ This is nulled vBulletin, which is illegal. This is Zero Tolerance suspension, therefore your account will remain suspended.
  6. techairlines

    Multiple domains

    Yes, you can use multiple domains in one account. Free hosting accounts are allowed 2 addon domains. You are not allowed to create multiple hosting accounts. Everyone is allowed one only.
  7. techairlines

    where is my website?

    Your site seems to be loading fine: "Private Drive Chauffeur Service." Those error messages seem to look like FTP messages. Are you getting these in FTP or on your website?
  8. techairlines

    where to watch the system resources

    cPanel currently does not have anything that shows live CPU usage. However, I just looked through your site and noticed that this shows in your footer: <!-- hyper cache: 7cda492cdf52a3d5ff123f5e2bda333a 10-08-21 04:42:50 --> I'm assuming this is left by a caching plugin, which is probably the...
  9. techairlines

    BBpress In Wordpress

    With bbPress, you can simply select WordPress Integration during installation and fill out the required settings. If its already installed, you can configure this under Settings --> WordPress integration. No additional settings or plugins required in WordPress. Just make sure WP and bbPress...
  10. techairlines

    Critical request Suspension Error

    What are you running on your website? The suspension is likely caused by the website itself and not FTP.
  11. techairlines

    Are these functions allowed?

    You can test if functions are allowed/turned on by adding the following code to any PHP Page: <?php if (function_exists('rename')) { echo "Function is available."; } else { echo "Function is not available."; } ?>
  12. techairlines

    can some please check my site and give me a solutins cybertechsolutions.co.cc

    You site loads fine for me. It's literally showing the source code with syntax highlighting instead of the actual page though. Was this what you wanted to happen?
  13. techairlines

    Removing wordpress directories

    Can you try changing the chmod of the folders to 777? It seems like you might have a file ownership and permission issue. Please login through an FTP client and look who it says under the column named OWNER. It should be a bunch of numbers. If its 99 99 (or 0), then it means the files somehow...
  14. techairlines

    non-removable subdomain

    This is a limitation of cPanel. When you created the addon domain of myvideotech.com, you chose the name of pcstatus for it, therefore a subdomain was created. With cPanel (and possibly other control panels as well), you can access addon domains through myvideotech.com as well as...
  15. techairlines

    Uninstalling Joomla

    Did you install it using Fantastico/Softaculous or manually? If you installed it using an autoinstaller, did you use its built in uninstall function? And when you try to manually delete the files, are you receiving an error message?
  16. techairlines

    password

    You can change it from the Account Panel at http://x10hosting.com/control Your FTP password is generally the same as your control panel password, which can be changed at the account panel. Login with your forum information. Hosting --> Modify Password
  17. techairlines

    "FTP: Unable to make a connection. Please try again."

    Your main domain should show up at the top of the cPanel sidebar under Domain Name. Your main domain is currently set to blogged.co.cc, not a subdomain by x10hosting. Yes public_html is the root of your main domain. Addon domains are located in a subfolder of public_html. Addon domains create...
  18. techairlines

    strange

    Your WordPress blog + BuddyPress may have caused this. What plugins are you running?
  19. techairlines

    If I enable cache, will it lower high resource usage?

    Yes, premium hosting has significantly fewer restrictions than free hosting. In addition, there are far fewer users on each server, so there should be less load on the server. Of course, its still shared hosting, so there are still some restrictions, but what you're trying to run should work...
  20. techairlines

    If I enable cache, will it lower high resource usage?

    Hmm none of those plugins should be causing issues given that WP-Cache is disabled. I'm quite sure its the fact that you're running both WordPress and MediaWiki at the same time in addition to the HESK Support software. Hmm I recommend trying to stay at 2 software running. WordPress is really...
Top