Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,011
  • Joined

  • Last visited

  • Days Won

    789

Everything posted by Krydos

  1. Have you tested that email address "sapateiro@sapateiropirescoxe.heliohost.org" outside of the script to make sure it is all working?
  2. Yes, there is a reason. This hosting service is shared with literally thousands of accounts other than yours and we need to have rules to make sure that one person doesn't overload the servers and cause outages and slow service for everyone else. Each account can run two cron jobs in each 24 hour period. You can run the same job twice, or you can run two different jobs once each. Once per hour would be 24 jobs in one day which is 22 more than you are allowed. Perhaps the script can be set up to run when the webpage is accessed if it hasn't already run within the last hour. That would not break the rules. http://wiki.helionet.org/Suspension_policy#Cron_job_limit
  3. Why not read the twitter latest post, or the news latest post, or the responses to all three other of the identical threads you have made that we have responded to?
  4. I actually responded to this thread yesterday, but it looks like my post got eaten because it was posted in the window between switching between forums. Your account did get created, but we are having database issues so it isn't showing up in the database. You should be able to log into your account by using this link http://stevie.heliohost.org:2082/ If you cannot log into your account then you might have the wrong password, but your account "sapatos" does exist. You should be able to see your site by using this link http://sapateiropirescoxe.heliohost.org If you still see a queued or a suspended message then you should clear your browser cache.
  5. It depends where you bought lancirific.com Wherever you bought it you should be able to log into your account there and change the nameservers. If you can't figure out how you will need to ask their tech support.
  6. Well here is the problem http://byrondallas.heliohost.org/php/tools/dns_records.php?domain=lancirific.com&rec=NS you need to set your nameservers to ns1.heliohost.org and ns2.heliohost.org and remove all those old records.
  7. By that same logic the number 3 doesn't exist because there are an infinite number of integers (-∞ to +∞) and each number can't exist unless the number one less than it also exists. So 3 can only exist if 2 exists and 2 can only exist if 1 exists and 0 can only exist if -1 exists and -1 can only exist if -2 exists.... etc.
  8. What is your cPanel username and what is the domain you're asking about?
  9. What is the username that you signed up with? Can you sign into your cPanel using this link? http://stevie.heliohost.org:2082/
  10. If you're having issues accessing your stevie cPanel account please use this link to log in http://stevie.heliohost.org:2082/ Attempting to log in through heliohost.org/home will result in the system claiming that your username doesn't exist, but you're data still exists and your account has not been deleted. For further discussion of this issue please refer to this escalated thread http://www.helionet.org/index/index.php?showtopic=10818
  11. Try as soon after 12am PDT as possible. I just checked and can confirm that hundreds of other people have successfully created accounts each day. So it's just you that is having issues.
  12. This support request is being escalated to our root admin. @admins, a good 90% of the stevie accounts are not accessible through the database (adminstrator control panel) my own account included. I'm wondering if data is being reorganized because my account used to be located on /home1 and now it is on /home.
  13. Ok, I have looked into this and it seems like most of the accounts on stevie are currently having a strange database error. There is no risk of the accounts being deleted. Your information still exists, but you will not be able to log into your cPanel from heliohost.org/home. It will say username doesn't exist, but if you use this link to log in http://stevie.heliohost.org:2082/ you can access your data just fine.
  14. That's kind of weird. The database doesn't have a record of your account, but sure enough it was still there on the hard drive, and the site was still accessible through a browser. I created a tarball of your entire structure for you before the rest of your account gets deleted. Feel free to create a new account and restore your information to your new account. http://krydos.tk/bobblo-2011-10-29.tar.gz Through some further research your account is not being deleted. There is a strange database error that is causing issues for most of the accounts on stevie. Log into your current account through this cpanel login http://stevie.heliohost.org:2082/ for the time being. You don't need to create a new account.
  15. Your account has not been deleted. There is currently a strange database error making access to most stevie accounts impossible. I have manually unsuspended your account. Please also note that logging into cPanel through heliohost.org/home will not work, but if you log into http://stevie.heliohost.org:2082/ you can access your files.
  16. Did you wait 48 hours after deleting the account before creating your new account like the wiki recommends? http://wiki.helionet.org/Moving_your_account
  17. I can't access stevie at all either with any of the admin tools. I emailed djbob so hopefully he can get stevie rebooted soon. This support request is being escalated to our root admin.
  18. I'm assuming jje killed them earlier this morning; a couple hours ago I saw this thread and checked and there was 6 rss.py again so I killed them; then it looks like xaav found a few to kill again, and furthermore I remember this rss.py causing issues and admins having to manually kill them in the past. Perhaps the issue isn't that you need access to kill your own processes, but rather you should take a look at rss.py and figure out why it is broken in the first place, and fix it so it doesn't continue to be broken.
  19. There is no account in the database with the username 'sosunlig' so it looks like your account has already been deleted for inactivity. Feel free to create a new account and restore your data using any backup that you may have of your site. Once an account is deleted from our system we keep no backups, data, or any traces of it to make room for active accounts. Sorry for the inconvenience. Please remember to log in to cPanel at least once every 30 days.
  20. It's been a few years since I looked at it, but I think that circle was the one that Edward and Alphonse used to try to resurrect their dead mother. So maybe it will serve to resurrect your dead code.
  21. Syntax errors often don't report the line number correctly. Line 26 is when the parser realized that something was seriously wrong. Look at line 25 though. You lost your colon. 24 switch ($action) { 25 case 'process' 26 if (tep_session_is_registered... Here is what it should look like. 24 switch ($action) { 25 case 'process': 26 if (tep_session_is_registered... If you're asking about my avatar picture it's an alchemical circle from FMA.
  22. It looks like you tried to access it while one of our two servers was having a bad moment. See http://www.helionet.org/index/index.php?s=...ost&p=73080 It should all be working normally now.
  23. Great! Haha, algebra is easy too. Most things are if you discard any preconceived notions that you won't be able to understand it and just work through it logically and slowly. Cool, just make sure you keep plenty of backups of your code in case something goes wrong you can restore back to where it was still working.
  24. Glad your problem got solved! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
×
×
  • Create New...