Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,065
  • Joined

  • Last visited

  • Days Won

    618

Everything posted by wolstech

  1. You're blocked by the firewall. Escalating.
  2. Not sure why that account no longer exists...krydos might have more information. Escalating.
  3. Phishing cannot be unsuspended. Period. Please create a new account.
  4. That account is suspended for Phishing. For security reasons, phishing accounts cannot be unsuspended, backed up, or deleted. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
  5. If you've closed the program, the connections are closed. It's mostly just bad luck that you were on when whatever triggered this happened.
  6. Firewall looks purely at number of open connections from an IP and blocks the ones with the largest numbers when it determines it's being attacked. It can't tell what you're doing, just that you're doing something. Not knowing regular use from abuse, normal users get blocked accidentally sometimes.
  7. Unsuspended again. Please delete your cron job ASAP. If you have only one cron, it cannot be set to run more than twice a day.
  8. This support request is being escalated to our root admin.
  9. You were suspended for running a DoS script.
  10. Your account was suspended for running too many cron jobs. To help keep load low, we limit accounts to two (2) cron executions in a 24 hour period. This means that, if you only have a single job, it can run no more frequently than once every 12 hours, with two jobs, they can each only run once a day, and so on.<br /><br />Your account has been unsuspended.
  11. You can easily do that with a PHP script and a cron job. That's the way I'd recommend it be done. Something like this (not tested, may have syntax errors). Run it from a once per day cron job. <?php $connection = mysqli_connect("localhost","databasename","user","password"); $update = mysqli_query($connection,"UPDATE habitaciones INNER JOIN DETALLES ON habitaciones.id = detalles.idhabitacion INNER JOIN RESERVACIONES ON reservaciones.id = detalles.idreservacion SET habitacione.status = 0 WHERE reservaciones.fechaPart = '".time()."'"); ?>
  12. I'm assuming you've fixed the port number issue Krydos pointed out above? As for events, I'm not sure we support it. I'll escalate this since it still doesn't work and I don't know about the SQL events.
  13. This support request is being escalated to our root admin.
  14. I assume your account name is darlings. It was for high load. Try now.
  15. Just create a Stevie account. It's impossible to delete Johnny accounts with the server down.
  16. Stevie has had old OpenSSL and has been incompatible with Paypal for quite some time. His current OS is so old at this point that it doesn't even officially support a newer version of OpenSSL (we'd have to build it from source and manually install it, which we don't want to do due to difficulty and compatibility reasons). I know when Tommy becomes available, he'll be up to date.
  17. You were resuspended for phishing. Phishing accounts cannot be unsuspended, backed up, or have their password reset.
  18. The password has to be emailed to the address registered on the account for security reasons (a gmail address). Is this OK?
  19. Do you want me to email you a new password? Also, the phishing warning is concerning...I've now noticed that Chrome and Firefox have also blocked you. It also looks like you used WordPress, which is rather well known for being hacked and is probably the source of the problem.
  20. Try again now. You had an inactivity suspension from the rollback. As for the phishing alert, it's probably based in your content and likely a false positive. I don't see any phishing on your site (if there was, you wouldn't be unsuspended).
  21. You should just be able to just use the other database server's host name instead of localhost. Be aware though, it does have to be running on port 3306 on the remote server since we block most nonstandard ports.
  22. wolstech

    Go ahead and try again now.
  23. wolstech

    BDistler has it. Johnny's hardware failed, so it won't be coming back up anytime soon. You're welcome to create a Stevie account in the meantime.
×
×
  • Create New...