Jump to content
xisto Community

XDelivery

Members
  • Content Count

    0
  • Joined

  • Last visited

About XDelivery

  • Rank
    Newbie
  • Birthday 01/25/1979

Contact Methods

  • Website URL
    http://ccwhen.com

Profile Information

  • Location
    A payphone
  1. Happy Birthday!!! Enjoy your 32nd. Any plans to stop by the forum today and re-live old memories?

  2. I wouldn't worry too much about it. This is just a bump in the road, for CH. Out of the 3 or so years I've been here, this has been the first major problem, and, I believe it'll be cleared up, in short order, in fact, since I posted that message, it's already gotten much better. However, my last major disruption was on 8/23/07 b/t 9:56pm and 10:25pm (both EST), reported by both Nagios machines and ServiceUptime, although, both Nagios servers reported it as from 9:57 and 10:12. I would still recommend CH as a GREAT webhost. Everyone runs into problems, and, in the shared hosting world, abusive clients is a huge one. I'm sure, that this will get cleared up, in CH fashion, in record time.
  3. Thanks, for the quick and courteous reply, first off! And, for your honesty. That means a lot to me. I didn't send a ticket, regarding recent stability problems. There's a lot of reasons for that. I've got a lot of scripts that I wrote, that are tied to IP addresses, or, to specific directories. I figured that the solution would be to move me, and, I really don't want to have to deal with that... (You know, I've been here forever... I used to be a REALLY lazy coder :XD: ) I've also got third-party DNS on some of my sites, and, that would mean getting other people to change things, which, is annoying, at best, and, embarrassing, at least. If I'm going to move somewhere, it's probably going to be to a VPS. RE: System load. When I made that post, the load on alpha was at 16.77. It stayed there, for about 7 mins. Honestly, this kinda thing, sadly isn't really that uncommon these days, on Alpha. I know, btw, that https://xisto.com/ isn't hosted on alpha. Odd as it must seem, I haven't been able to access that website, for almost a week. I've no idea why, but, it's just not working for me. I tried just now, and, still, I can't get to it. I can via anonymouse.org, so, I assume it's a problem somewhere on my end. BTW, this isn't common for Xisto - Web Hosting. I've been here for years, and, this is the first real problem I've seen of this nature. They've always been rock-solid for me. I just piped up, as I was getting frustrated. I'm not sure, but, I don't think CH is even putting new users on Alpha, so, if you're getting a new account, this probably doesn't even apply to you.... One severe issue in 3-4 years, really, isn't bad. As a former/pseudo-present hosting provider, I know, these things happen. I'm just a bit frustrated, is all. Thanks, for your patience regarding this matter, and, most of all, the years of stability I've enjoyed!
  4. Don't get me wrong, I'm not cancelling anytime soon. You guys have ALWAYS been there for me. And, AFAIK, support was 24/7, I always got an answer to any questions w/in 30 mins or so. And, thanks, for getting a reseller system, prolly because of my nagging :XD: (even tho I never used it!) Xisto - Web Hosting has always been awesome, for me, I was just getting a little bit frustrated....
  5. OK....I've been with Xisto - Web Hosting, for darn near forever. I've recommended, and, still do, Xisto - Web Hosting to almost everyone I know. Stability used to be so good, but, over the last few months, it's beginning to become completely unusable.My sites have been down for more than 30 mins, almost 55 times this month now. Often, I'll SSH in, to make a small change via MySQL or whatnot (which, I ordinarily would have done via phpmyadmin.... :XD: ), only to not be able to do that EITHER, as the system load's at 15-20!I know, this is going on, because I have Nagios, both at home, and, work, monitoring my sites, AND, I use ServiceUptime, which watches from several places in the US, and, abroad.I see, that it's not just me, by looking here. As I type this, I can't even get https://xisto.com/ to come up.Is this situation something we'll see clear up soon? If so, when?Will buying a VPS alleviate the situation? What will keep the 'problem customers' off of THOSE servers, too?
  6. Heh, I was referring to my own inability to read posting dates
  7. Lemme help you out then! Here's a VERY quick and dirty script, to monitor your MySQL db's. All you have to do, is change the settings, and, crontab it to run every 5-30 mins or so (By the way, you run it, like this: php -q scriptname.php ) I'd say, run one copy on each machine, edit the machine name, and you should get nice, concice emails, from each box, when mysql either dies, or stops responding to queries. (I wrote it, from scratch, so, if you have any questions, let me know ) <?phpfunction testfailed($reason_for_failure) { # Settings: $boxname = "Alpha"; //Set this to the machine's name $errorto = "support@Xisto - Web Hosting.com"; //Set this to whom you want to receive the warning email $errorfrom = "support@Xisto - Web Hosting.com"; //Set this to whom you want the error mail to come FROM $subject = 'WARNING -- MySQL Failure on ' . $boxname; $message = 'Hello, MySQL has failed on' . $boxname . 'The reason given by MySQL was: \r\n' . $reason_for_failure; $headers = 'From: ' . $errorfrom . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($errorto, $subject, $message, $headers);}#More settings$mysql_host = "Host.Of.The.MySQL.Machine"; //IP or ohstname of the MySQL machine being tested$mysql_user = "MySQL_Username"; //MySQL Username$mysql_password = "MySQL_Password"; //MySQL User password$test_database = "Database name"; //The DB Name$tablename = "An_Example_Table"; //Must have at least one table, with one entry....$link = mysql_connect($mysql_host, $mysql_user, $mysql_password) or testfailed('Could not connect: ' . mysql_error());mysql_select_db($test_database) or testfailed('Could not select database' . mysql_error());$query = 'SELECT * FROM' . $tablename;$result = mysql_query($query) or testfailed('Query failed: ' . mysql_error());mysql_free_result($result);mysql_close($link);?> D'oh! It pays to read the dates on posts!
  8. It doesen't even have to be that hard :)Here's how I did it.I had my site hosted, with my ISP at the time.I Got fed up with current host. :PI Bought my Xisto - Web Hosting accountI left my current hosting in place! Don't cancel, until 3 days after you switch :PI Changed domain NS'es to NS1.COMPUTINGHOST.COM / NS2.COMPUTINGHOST.COM (After my hosting account was set up)No one ever even noticed, that the switch happened. I was able to tell, however, by the IP address of my site. (Well, my clients noticed, at least, they noticed, that all of the sudden, the site was stable, and mail worked... lol)Once I was satisfied that the change had gone through, I cancelled off my previous host.Seamless, and transparent.... no muss, no fuss (and I didn't have to edit one page, at all )
  9. I develop a lotta stuff, using Xisto - Web Hosting. I've NEVER run into an issue, where the size of a DB has been too great... (However. DB size, is tied to disk usage, so, I'd expect a problem, when it exceeds my alotted diskspace...) Sure, there's hosts out there, that offer 250Gb @ $3. Think about it.... Do they offer unlimited subdomans / domains? E-Mail? MySQL? Generally, Places like that, are so overbooked, that apps will run slow, and pages will creep... I've been a Xisto - Web Hosting customer.... for several months now... I've never had a severe problem here, and, I hope never to have to leave (Sadly, I will, at some point, when I graduate to a dedicated box.... But, I'd still probably keep my account here, as a 'backup site') BTW -- Offering copyrighted materials, without a license from the publisher / label / artist / etc, is generally a bad thing. Legally, that is. In most places, it'll get your site pulled just as fast as warez/etc will.... I can't say I've committed Xisto - Web Hosting's AUP to memory, but, I'm willing to bet that it would here too.... (Although, I'm sure there are a plethora of PD ringtomes / etc out there to be had. Me, I like my cellphone, to sound like a phone! )
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.