Search results

  1. techairlines

    Account Termination.

    Fill this out in a new post to delete your account: A staff member will then be able to manually delete your account.
  2. techairlines

    Am I able to edit the this?

    Create a folder named soccer in public_html. Then rename your soccer.html to index.html and move it into the soccer folder. When someone visits /soccer/ index.html will load.
  3. techairlines

    just making sure

    What do you mean just making sure that you don't lose your current hosting account. To avoid inactivity suspension, simply login to these forums at least once every 31 days. Remember to stay a few minutes or so to ensure the system records your visit. This is a good time to read News and...
  4. techairlines

    I need a rough guess on what 10gh bandwidth amounts to in terms of visits

    This calculator might be useful http://www.free-webhosts.com/bandwidth-calculator.php although it calculates how much bandwidth you would need based on an estimated number of expected pageviews and a "fudge factor"
  5. techairlines

    could you create a gmail account for me? please (need your help)

    I once tried registering for Gmail last month and it required SMS verification (USA). I have no way to doing this. Its apparently a security measure to prevent fraudulent signups. It seems to randomly appear sometimes when signing up for Gmail. Most of the time it doesn't appear though. I...
  6. techairlines

    account active pls

    You don't have a hosting account attached to this forum account. Did you previously have an account that might have been suspended for inactivity and eventually terminated?
  7. techairlines

    Microsoft dropping support for Windows 2000 and Windows XP SP2.

    The Windows XP 64-bit Edition (IA-64) is unsupported. XP Professional x64 SP2 has extended support until July 13, 2010. I don't know if x64 got SP3. It heard it wasn't compatible.
  8. techairlines

    Free .com Domain for One Year from 1&1

    Thanks Derek for that warning about 1&1 :) *Closes 1&1 page just as I was about to go through with the domain registration*
  9. techairlines

    PHP Include- Page Titles

    Try this: <header> <title><?php echo "$title"; ?></title> </header> Single/double quotes are important in PHP. See: http://php.net/manual/en/function.echo.php I can't check if this is possible without knowing the content script. The code you posted would cause the titles of all pages to...
  10. techairlines

    Account Terminated

    If you were suspended for more than 10 days, your account has been permanently terminated. Since your forum account is not linked to any hosting account (probably because of the termination), what is your old cPanel username? A staff might be able to try to look it up. You are free to sign up...
  11. techairlines

    Runtime error - asp.net website

    Since x10hosting is Linux, we run an emulated form of ASP.NET called mod_mono. I don't really know ASP.net but did you follow these instructions to get aspx working? http://x10hosting.com/forums/tutorials/102062-how-get-asp-net-work-x10hosting.html
  12. techairlines

    Free .com Domain for One Year from 1&1

    For May right now, 1&1 is allowing one .com domain per person to be registered for free for one year. Just visit 1and1.com and enter a domain name with the .com extension. The free domain includes free Private Domain Registration (Whoisguard), 1&1 Starter WebsiteBuilder, and an E-mail Account...
  13. techairlines

    Deleted

    Your account may have been suspended and then terminated after being suspended after 10 days. Since your account is not linked to a hosting account, what is your old cPanel username?
  14. techairlines

    How can I make correct links show?

    Glad I could help :) Thanks for using x10hosting.
  15. techairlines

    How can I make correct links show?

    In your GoDaddy DNS records, is there a setting for '@' or 'www'? I recommend pointing '@' to 69.175.120.10 (Lotus server) and a CNAME on www to elaosta.com. Then in cPanel here, add elaosta.com as a parked domain. You may need to adjust your subdomain after doing this. With this, the content...
  16. techairlines

    why my host was suspended

    You were suspended because you probably uploaded PHPProxy or a similar proxy script, which is against our Terms of Service and falls under zero tolerance policy. Unless you would like to dispute that you did not upload this (and I'm assuming you are saying that you did not upload any proxy...
  17. techairlines

    Site/server speed

    Your site (on Stoli) loads pretty quickly for me right now. There are sometimes intermittent server issues/slowness on free hosting because of possible server abuse (due to high number of accounts), which are stopped relatively quickly. In addition, staff are sometimes performing maintenance in...
  18. techairlines

    Is the support chat down?

    Support chat for free hosting? If you mean the IRC, try connecting using another client like Mibbit: Server: irc.x10hosting.com Channel: #x10hosting I have login issues with the flash client. Otherwise, I don't believe free hosting has a support chat beyond IRC.
  19. techairlines

    How can I make correct links show?

    This is because your home page at elaosta.com is loading a page inside a frame. Whenever links are clicked inside a site frame, it remains in the frame, which is why the blog's URL bar remains the same. Your elaosta.com source loads a frame at hamid.x10.mx: <!DOCTYPE HTML PUBLIC "-//W3C//DTD...
  20. techairlines

    wordpress article count

    What is the PHP code for $numposts? Might be somewhere in functions.php of your theme. It should be: <?php $count_posts = wp_count_posts(); ?> (Your can replace count_posts with numposts) Function Reference: http://codex.wordpress.org/Function_Reference/wp_count_posts
Top