Search results

  1. xav0989

    domain redirection

    It would be nice if you still stated the heart of the problem, so that if it ever happens again, we have some solid ground to work with.
  2. xav0989

    ftp accounts

    for the user, add @[mysite].x10hosting.com at the end of it. cPanel requires the website name in the url to separate accounts (2 cPanel account can both have a FTP user called root without problem then).
  3. xav0989

    High cpu usages

    Maybe it's a php extension not enabled, or a incompatibility between PHP version. x10 uses 5.2.10. Do you send emails or such?
  4. xav0989

    *****xml & swf_ please help_ im stuck*****

    first, you should always, when posting code, use , or as it preserves the code formatting and keeps your post good looking and organized. As for the xml file, I think you should have it in the same directory as the html file and flash file, as it is loaded at run-time.
  5. xav0989

    Account Suspended for High System Resources

    I am notifying an account manager, since a manual unsuspension is needed, as for the system resource usage, your best option would be a) break-down the script in multiple parts b) recode the script to be more efficient c) buy a premium package
  6. xav0989

    email filtering parameters

    This seems to be a cPanel related error, as I am getting the same output, I will notify an admin.
  7. xav0989

    Python

    Ah... never though of that!
  8. xav0989

    Use .htaccess to redirect everyone except you

    If you have a dynamic IP, it would be better off having a user/pass required to view the site except for one page, that basically tells you that the site is in construction.
  9. xav0989

    php and quotation marks

    If you plan in saving the data in SQL, use functions such as mysql_escape_string() & family to protect your application.
  10. xav0989

    Python

    Misson, I have a question, how do you execute a script from outside cgi-bin? I would find it quite useful!
  11. xav0989

    PHP timing out

    use a 3rd party library (such as phpMailer) to send the mails, also, check your code, there may be an infinite loop somewhere.
  12. xav0989

    Problem with ASP.NET 2.0 - Error 500

    It seams a dll is missing, check the app_code folder for that dll.
  13. xav0989

    Account suspended after email sent to forum members

    If you can, you can setup a cron job to send mails every 30 minutes or so, and it will send mail at regular interval instead of all once at a time.
  14. xav0989

    Domain registration

    Do you mean register a new domain? i.e your-website.com If you already own it, then simply point to x10hosting's server (set DNS to ns1.x10hosting.com & ns2.x10hosting.com) and change it in the account panel http://x10hosting.com/panel.php?modifyaccount If you don't own it, then you need to buy...
  15. xav0989

    Vps Hosting

    Since the amount of vps created is way smaller than the amount of free accounts, it is generally a lot faster, even if the task is a bit more complex.
  16. xav0989

    Getting Runtime Error

    I believe mono only handles .NET 2.0, but I'll look at it.
  17. xav0989

    Addon Domain Gone Wrong

    Check your htaccess file as all incoming traffic is redirected to http://www.dsdeveloping.co.cc/ Basically, all other files are unreachable.
  18. xav0989

    domain adding problem

    If you don't have access to your old account, tell us here and we'll notify an account manager.
  19. xav0989

    i am not been able to log in to c panel

    Could you give us more information on where are you trying to login?
  20. xav0989

    Index.html will not load

    case-sensitivity is a big issue for experts and new-comers alike. A simple trick: stick to lower-case letters as it is the accepted standard between developers.
Top