Search results

  1. Bryon

    Is x10 hosting good ?

    You need to learn what you're talking about - this is not true at all. What "serious issues" have occurred lately?
  2. Bryon

    PHP & Bleeding edge snaps

    I'm aware they are not for production use, I'm not using them on any production servers. I determined the problem - it was something causing socket creations to fail, exiting children processes, causing SIGCHLD signals to exit sys sleep calls. It was just a bunch of stuff added together and...
  3. Bryon

    PHP & Bleeding edge snaps

    Who here knows PHP pretty well and has used recent source snapshots? (snaps.php.net) By recent, I mean PHP 5.3+ I'm having a crazy problem that I need help with =]
  4. Bryon

    A MySQL question

    What database is this happening on?
  5. Bryon

    Trouble With Database and PHP Time

    I just want to let you know I've made the time change on all of our free servers. If you have this issue again, let us know.
  6. Bryon

    Maintenance Updates

    Another thing: All free servers will have their timezones moved from CDT (GMT-6) to EST (GMT-5) sometime in the next few hours.
  7. Bryon

    Trouble With Database and PHP Time

    The date.timezone configuration directive for PHP is set to America/New_York, which is EST (or GMT-5). The server is set to CDT (or GMT-6), so that is the cause between the differences. A possible reason behind the variation over the last few days may have been caused by the inconsistency with...
  8. Bryon

    die() and php

    die('text text text '. $results .' text text text');
  9. Bryon

    If you cannot access cPanel Read This

    This is resolved now.
  10. Bryon

    Updates!

    cPanel has determined a way to fix the current issues with cPanel/WHM. We're now working to get the fix applied and re-upgrade cPanel on all of our free servers. It should be working shortly.
  11. Bryon

    Help with my Domain

    DNS changes can take up to 24-72 hours, so it can take time for your new domain to work.
  12. Bryon

    I need help REALLY FAST!!!

    It should be fixed, I'm going to close this thread. If you're still having the issue, please re-open it.
  13. Bryon

    Unable to access my site for Hours now.

    "I know Stoli is overloaded with users." Just because we have occasional problems on our servers don't mean that they're overloaded. It should be fixed. Are you able to view your site?
  14. Bryon

    site not showing but all files are there

    It should be fixed! I'm seeing your site. Is it working for you?
  15. Bryon

    there is a problem in my account !!

    Are you guys still having the problem?
  16. Bryon

    !!!READ NOW! - An Error Has Occurred!!!!! DO NOT POST!

    Hey guys, this problem is a result of our servers being unable to communicate through our backend systems to one another. The problem is being caused by the issue explained here: http://forums.x10hosting.com/server-alerts/72381-dns-issues-all-clients.html If you have any questions about this...
  17. Bryon

    The forums theme is cool

    The help center is not temporarily disabled, it is not coming back once the posts there are taken care of.
  18. Bryon

    ERROR:hosting username does no exist.

    What are you having a problem with? If you were more descriptive and actually told us the issue you are having, maybe we could help.
  19. Bryon

    need 5000 insert lines ran on my db

    <?php mysql_connect('hostname', 'username', 'password'); mysql_select_db('databasename'); $fileName = 'filename.txt'; if (false === ($sqlContents = file_get_contents($fileName))) { die('Error opening file '. $fileName); } $lineArray = explode("\n", $sqlContents)...
Top