Search results

  1. ah-blabla

    Subdomain beginning with number no longer possible?

    I'm having a problem with cpanel, which won't let me add a sudomain beginning with a number, i.e. I'm trying to add the sudomain "6ra" to my domain, but cpanel claims: "That is not a valid subdomain." I'd already made exactly the subdomain last year, but then removed it again. It worked fine...
  2. ah-blabla

    PHP Session writing issue (starka)

    There seems to be a php problem today: using dokuwiki, or trying to log into sky blue canvas results in the following being shown: Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the...
  3. ah-blabla

    Ineffective blocking of php exec()

    As we all know, the php function exec() isn't allowed on X10Hosting. However since shell scripts are allowed, it isn't particularly hard to get around this. Is this meant to be the case, since it's rather inconvenient to use a roundabout method to get the same result. Just so that you know...
  4. ah-blabla

    [Suggestion] Add a cron test facility

    It would be quite nice to add a cron testing facility, to test what the output of a particular cron script may be, i.e. where you type in the command, press a button, and the command is run directly (and ideally the output is shown on screen, not sent by email). This would be quite useful, since...
  5. ah-blabla

    How to run Python on X10Hosting

    X10Hosting is one of the few free hosting providers allowing Python. Here you will learn how to run python scripts on your website: 1: Make sure your python script has the following as the very first line: #!/usr/bin/env python2. Upload the file (ftp), and make sure it is set as executable...
  6. ah-blabla

    Firewall of starka blocking me when doing ftp backup

    Today I was testing mounting my webspace with FUSE locally in order to have backups, and while making a tarball of one directory (the tarball was stored locally, i.e. all that was going over ftp was data in my direction), the starka server seems to have blocked my ip. (The server was still up...
  7. ah-blabla

    Use .htaccess to redirect everyone except you

    If you are currently working on a site, say at a subdomain sub.example.com, and would like to have all traffic going there redirected to example.com/page.html, but you still want to be able to access sub.example.com, you can use these htaccess commands: # Where you want to redirect to...
  8. ah-blabla

    Starka server problems?

    All day today the starka server seems to have been having problems (sometimes pages not loading, sometimes errors, but ping always working). I just checked on cpanel, and cpu use is at 16.18 (with a red exclamation mark denoting problem next to this). Is someone running some really cpu-intensive...
  9. ah-blabla

    Emails sent by me landing in spam

    I just set up an account here and added my TLD, and have also configured my mail client to send mail thorugh the SMTP server. Unfortunately, any mails that I send end up in the junk mail box in Gmail / Hotmail / Gmx etc. Is there anything I can do to get around this problem?
Top