-
Posts
19135 -
Joined
-
Last visited
-
Days Won
757
Everything posted by wolstech
-
Phpmyadmin is the user interface for mysql management, which accessed through cpanel...I assume you mean you want MySQL. For php scripts running on our servers, yes, MySQL can be accessed via localhost, port 3306.
-
What message are you sending in your mail? Can you post an example?
-
Unblocked.
-
Three blocks in the 118.148.0.0 - 118.149.255.255 address space have been removed.
-
Do you mean MySQL? PhpMyAdmin is just a GUI for editing the database. MySQL is the database server itself. Neither should affect your applications though. Pretty much all recent versions of MySQL and PhpMyAdmin are compatible with each other. If your software really can't work with the latest version, I'd suggest you find new software. Relying on old software means it's only becoming more difficult to find a host that can run it as time passes. If you truly mean PhpMyAdmin (the user interface for MySQL), you can install any version of PhpMyAdmin that you want on your account by uploading it like any other PHP program. Use localhost as the server name, and your cPanel username and password to log into it.
-
It means the domain isn't configured by the server yet. It takes up to 12 hours for any newly added or changed domain or subdomain to work. That screen should go away once the domain setup completes. If it doesn't and 12 hours have passed, please clear your cache.
-
Can you re-add all these addresses to https://www.heliohost.org/tommy/ ? They seem to have disappeared when we removed the card form (and the XMR one was never listed because it was added after the fact). A note that users need to post a transaction hash and amount of donation would be welcome too. All but Bitcoin are anonymous/privacy coins, so without tx hashes and amounts, I have no way of confirming we received donations.
-
First, thank you for the donation, it's much appreciated. Was this via the credit card form or did you use PayPal? The credit card form has never worked properly. This option was recently discontinued and will be gone until the backend can be replaced (our card processor kept declining every transaction). If you used this form, please confirm that you weren't charged then re-donate via PayPal. If you WERE charged after donating via the card form, please let us know and I'll have a root admin check with the card processing company to find the donation. Our finance tools are showing $0.00 for that revenue channel for this month, so if it did charge you, something went awry and we need to go find your donation. If you donated via PayPal, please send the transaction ID from your receipt and we'll resend your invite (the invites sometimes end up in spam).
-
Unblocked. It was for failed IMAP logins. Please make sure your mail client is using the correct username and password.
-
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.
-
That account is on tommy and it's not suspended. It also doesn't appear to be your account. Your account is labdul39 and is permanently suspended for phishing.
-
Nope. Certificates are expired on Johnny. I'll see to getting that renewed. Thanks for noticing it. In the meantime, there should be an option to visit the site anyway if you don't want to wait.
-
You were suspended for high load, then immediately got suspended for inactivity after I unsuspended you. You've been unsuspended for high load and renewed.
-
Unblocked.
-
Tommy users can deploy a WAR from cPanel. There's no easy way to do this on Johnny. Unpacking a WAR isn't going to put the files where they need to be in order to run, though it's possible to build an app that's not packed as a WAR (i.e. JSP files and a bunch of classes).
-
If you're missing python modules, please make a new topic requesting them and we can install them for you. The python script you linked worked properly though, so I'm not sure there's anything wrong.
-
It means all the options for creating/managing/etc. would stop working in cpanel, which would effectively make it impossible to use the MySQL server. We don't know exactly what would break for MySQL since we've never done it, but our past experiences with other things we've attempted to custom build have shown that it usually doesn't end well. We'd rather not break the server trying.
-
Also, http://johnny.heliohost.org:3306/ is not valid. That's a MySQL server, it does not accept HTTP connections. You need to install software to access such a server remotely. The easiest way to access MySQL from your browser is to go here: https://johnny.heliohost.org:2083/frontend/paper_lantern/sql/PhpMyAdmin.html Sign in when asked and you'll see your databases.
-
All of those are intentionally limited to prevent abuse. The max_upload attributes shouldn't really affect you since nobody's going to be uploading pictures larger than 32MB anyway. You'd run out of disk space. We will not increase max_execution_time since it allows scripts to generate too much load and crash the server. Any script needing more than 30 seconds to run is kind of pointless anyway. Most users are gone within the first 5-10 seconds if a page isn't done loading.
- 3 replies
-
- clipbucket
- error
-
(and 1 more)
Tagged with:
-
The credit card form has never worked for anyone since it was relaunched using Square as its backend. Please donate using Paypal, Skrill, or crypto coins instead. We're working on a replacement credit card form.
-
It appears we lost Eddie for a few minutes. The forum and website were down too. Tommy is still down after the outage...
-
[Solved] First easy basic standard Python CGI
wolstech replied to theil's topic in Website Management and Coding
If it's anything like what causes this for php, it's because of the group attribute (the second number in the permissions). The files cannot be writable by the group. It'd be a bad idea from a security standpoint to have stuff writable by the public too, unless it's something meant for that, like a folder for public file uploads.
