Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,328
  • Joined

  • Last visited

  • Days Won

    639

Everything posted by wolstech

  1. I'll see if I can block myself...I'll try from the IP that I made this post from. If it gets blocked, please unblock when you notice it. I used to have little/no issue getting myself blocked for downloading via FTP, but haven't done anything recently that would cause it. EDIT: Wow that was fast. I got blocked just getting a directory listing of /public_html and all subdirs. FileZilla does that when you select a directory for download. I didn't even start the actual transfer. Here's the log. It now just times out whenever I access it. HTTP and cPanel are blocked too.
  2. You're on Stevie, so go here: http://stevie.heliohost.org:2082/frontend/x3/backup/index.html Click your forum database's name under the "Download a MySQL Database Backup" section and save the backup file. You can restore backups from that screen as well. If you do a "Full backup", the databases are included along with everything else from your account.
  3. I've been seeing a lot of these lately...firewall on Stevie is paranoid nowadays. If I remember right, it used to unblock you automatically after 20 minutes, but it was apparently changed and now seems like overkill. FTP is what seems to always get legitimate users blocked since most clients nowadays can open many connections and mass-transfer files in parallel, and some are set to do so by default. Also, were you downloading via FTP instead of uploading by chance? I used to get blocked for that quite a bit back when it auto-unblocked.
  4. Something must've changed in the past five versions of FF. it worked fine for me on FF 15. As for IE...Surprised there. Usually it's what causes the issue in the first place...
  5. I know what DB courses are like...had to take one myself 2 years ago. Insane amount of homework. On the upside, I use a lot of what I learned all the time when working on various PHP projects. A few of them were actually quite decent looking.
  6. Apparently... I've seen more under construction messages today than I have in a year, and that's if there's anything at all...
  7. OK. :)/&--#62; I've seen a lot of duff sites in the list and suspected something like that was going to be done. I've seen mostly Under Construction pages, although I've also seen two suspended (seoz.heliohost.org, pzbeinghacker.tk), two "Index of /" dir listings and one that's corrupt. Also found more non-existent domains: yashsodha.com, facsnap.com, bryanseahisawesome.com, and fleksan.net (not to be confused with fleksan.com)
  8. I was having similar issues with database errors earlier. The security question worked fine for me, but I got "Too many connections" trying to get past the screen after it. It's working for me now, but it seems to be running slowly. EDIT: Also, since I'm now going through this survey... * seoz.heliohost.org is suspended. * cloverchan.org doesn't exist (DNS claims domain doesn't exist):
  9. It's possible that someone changed the contact email address if they actually hacked your account. If that's the case, an admin or mod can reset your password. They usually send it to the email address you registered with. Also, 1000followers.heliohost.org is showing what appears to be a phishing site for facebook at the moment...
  10. Agreed. What he's using doesn't sound like the best idea out there, especially if he saves a lot and has multiple files open. If his program really uploads every time he saves and downloads every time he opens, it's a bit excessive. It'd be better to do all the development locally and just upload the files once every so often as progress is made on whatever he is doing.
  11. Unfortunately I don't know much about Java programming. I just figured I'd mention the bizarre redirect to localhost. Maybe someone else here who has JSP experience would be able to figure this one out?
  12. Thanks for the explanation.
  13. First, I'm not sure if this is the best section for a suggestion, putting it here because there's another suggestion in here that was answered without being moved... Anyway, I figured I'd make this suggestion because it's come up a few times on here. The suggestion is for an "Ignore Incorrect Nameservers" option in cPanel when adding addon/parked domains. I suspect there's a reason for this not existing, but I can't figure out what it is beyond helping users realize they need to change their NS (which IMO is good for the novice, frustrating for the experienced). While not exactly common, there are cases where users aren't able or do not want to change their nameservers. Currently, there's no way to associate these domains with your account unless you set them as your "main domain", which means you're limited to 1 such domain (or 2 if you ask for a second account). A good example: I had to ask for a Johnny account last week (and consequently put up with the load) because my main domain was in use on Stevie. With this suggestion, I'd be using an addon domain on Stevie instead. It'd also benefit users of those registrars with those backward policies that require HH's end be set up first before the NS can be changed. I understand the support issues that might arise, but this could always be labeled as an advanced feature that has no support if you use it. Comments or explanations?
  14. Whenever I visit that URL, it attempts to redirect me to http://127.­0.­0.­1:­8080/­infopar_cateches­i/­main.­do;jsessionid=9A­E444DCE931F616B8­7B3137D317B49E I suspect you forgot to change a reference to localhost somewhere...
  15. Your site is working fine (I see an "Index of /" listing, with a functioning website in the /resume/ folder). Normally I'd suggest the DNS flush and cache, but you've already tried those, along with other computers. Are you able to access any other sites hosted on stevie? It is possible that your IP is blocked by the server. An admin can check that and unblock you if needed.
  16. Did this correct itself when the account was unsuspended? I'm pretty sure that code is what used when you use the Password Reset. If you are unable to log in because cP is asking for a confirmation code, try resetting your password. If that does not work, please post in Customer Service so a mod or admin can take a look at it.
  17. Changes to domains do not take effect immediately. You will need to wait up to 24 hours after you park the domain in cPanel. If after that time you still see the Queued page, try Clearing your Cache.
  18. Your account was likely suspended for inactivity for not logging into cPanel for 30 days. In the future, you can renew an inactive account yourself using this script: http://www.heliohost...t/scripts/renew If you see the suspended page, try clearing your cache. As for login going screwy, I'm assuming you meant that it keeps failing. This is normal when an account is suspended. If for some reason you are still having trouble logging in, try logging in through the form at http://www.heliohost.org/ If that gives you difficulty, try logging in via http://incognito-ink.com:2082/
  19. The DNS in that picture looks fine. As for the page displaying its code...your source is messed up. I've seen this happen when someone uses certain HTML editor tools... Your page's source is: <p><!DOCTYPE html><br /> <br /><br /> <!--<br /> Polyglot markup document.<br /> http://www.w3.org/TR/html-polyglot/<br /> --><br /> <br /><br /> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><br /> <br /> <head><br /> <meta charset="UTF-8" /><br /> <br /> <title>Synchring</title><br /> <br /> <link rel="shortcut icon" href="./favicon/synchring.ico" /><br /> <link rel="copyright" href="./" /><br /> <link rel="stylesheet" href="./presentation/css/desktop/main.css" /><br /> <br /> <script src="./script/client/javascript/main.js"></script><br /> </head><br /> <br /> <body><br /> <br /> <p><br /> Menu<br /> </p><br /> <br /> </body><br /> <br /></html><br /> <br /></p> It should look like: <!DOCTYPE html> <!-- Polyglot markup document. http://www.w3.org/TR/html-polyglot/ --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta charset="UTF-8" /> <title>Synchring</title> <link rel="shortcut icon" href="./favicon/synchring.ico" /> <link rel="copyright" href="./" /> <link rel="stylesheet" href="./presentation/css/desktop/main.css" /> <script src="./script/client/javascript/main.js"></script> </head> <body> <p> Menu </p> </body> </html> Try copying the above fixed code into a file and see if it works.
  20. Your account was likely suspended for inactivity for not logging into cPanel for 30 days. In the future, you can renew an inactive account yourself using this script: http://www.heliohost.org/home/support/scripts/renew Your site is now working for me. If you still see the suspended page, try clearing your cache.
  21. Johnny account created using the subdomain as my main domain, #144 in the queue for creation. I'll see how that goes.
  22. I can't change the main domain on my current account since it is in use (it was the first thing I considered doing when cP didn't allow me to add the domain). rax.heliohost.org is linked on a lot of other websites, so doing away with it for a (likely) temporary website isn't feasible. Is it possible to either: * Get permission for a Johnny account alongside my Stevie one, and use this domain as the main domain on that (it'd probably be better anyway, the site is going to be an image generator program for sigbars for two forums, and while I'm not sure, it may cause a bit more load than Stevie will tolerate if it gets a lot of traffic). * Have an admin force-add the domain as an addon. If neither is possible, I can look into hosting the subdomain elsewhere.
  23. According to http://www.helionet.org/index/topic/15387-johnny-nearly-100/ , the InnoDB issue is being looked into:
  24. It has been fixed: http://www.helionet.org/index/topic/15387-johnny-nearly-100/
  25. Apache on Johnny is down because of a configuration problem with the server. They're working on it: http://www.helionet.org/index/topic/15380-apache-configuration-error/page__pid__90265#entry90265 cPanel and FTP should still be working, but you won't be able to access your site until the problem is fixed.
×
×
  • Create New...