-
Posts
17,969 -
Joined
-
Last visited
-
Days Won
675
Everything posted by wolstech
-
The website can be buggy at times. If it gives you trouble, log in here instead: https://tommy.heliohost.org:2083/ (make sure you don't have anything after the / ). Use itc as the username, not your email address.
-
#1: You upload it. #2: Backups of your old account are here. You'll need to download all of the files there and manually restore everything: https://heliohost.org/backup/ The file named username.tar.gz contains your home folder, and each additional archive will contain a single SQL database. The home folder files can be uploaded via FTP (you only need to upload the public_html files unless you have stuff outside of there you need). The databases can be restored using the MySQL restore option on the backup page of cPanel to upload the .sql files. You'll need to recreate your database users and assign them to databases. Make sure their passwords match the config files for the software they go with. #3: Yes. #4: If you add new domains, the new domains can take a few minutes to start working. File uploads and software should work instantly once they're configured correctly. If it's not, you'll probably see something like a 500 error or a database error from the program. #5: Basically. You're essentially rebuilding it using the data from your old account.
-
The domain specified has been cleaned up. Invite sent.
-
Note that the maximum storage allowed at this time is 3000MB (achieved by donating to the sparkie fundraiser while already having an existing space upgrade). Donations beyond that will not provide additional space, but can still give you immunity for inactivity at a rate of $1/month.
-
Try changing the password for that database user. Also, check your PhpBB configuration file (probably config.php or similarly named) and verify the password matches whatever you set it to. It's not a cache issue...it's a broken DB connection.
-
He must have, an expired invite would say it's expired, and a working one wouldn't ask. Tommy is not currently accepting free signups through the website.
-
You can host the mail wherever. If you're using our name servers, there's an option in cpanel to change the MX records if you want to use an outside mail service. By default, the mail will be delivered to the matching mailbox on your hosting account, provided it exists. If it does not exist, it'll go into the catch-all mailbox if you set it up. If there's no catch all and no matching mailbox, the mail will be refused.
-
Johnny is blacklisted a lot. The mail server over there is primarily used for phishing and spam campaigns. This does happen to Ricky and tommy from time to time as well, but less so because getting an account on those servers is more difficult. Your best option is to buy a dedicated IP address, then request it be configured for mail. It's $12/year, but you have it all to yourself, so the server shared IP getting blacklisted won't affect your mail delivery.
-
Sent. Thank you for the donation
-
Is it OK if I raise PHP 5.6's memory limit raised to 64MB on Tommy? My applications can't generate reports because they keep running out of memory. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/rax2/public_html/webapps/OSM/vendor/mpdf/mpdf/src/TTFontFile.php on line 4771 (I'd just edit the php.ini myself, but I'm not sure if there will be issues with doing so considering the server relies on a sensitive balance to keep itself from falling over...).
-
This sometimes happens when port 2083 is blocked on the user's network too. Trying a different internet connection might also help as a result.
-
Did your bookmark a link that ends in .html by chance? If so, those won't update your inactivity. @jenovaon: The website doesn't work everywhere. For example, at my job, only IT and upper level staff (directors, etc.) can reach it. For normal users, the forum and subdomains of heliohost.org are all reachable, but our main website is blocked as "entertainment". We use a pretty popular web filter too, so it's not going to just be us with that block.
-
Do you actually want an invite, or would you rather just have your account moved to Tommy? If you want an invite, please delete your Ricky account and let us know it's been deleted. If you want your account moved, please let us know and one of us will move it.
-
No idea. It does fail though. "The request failed."
-
Moved to customer service. If you donate, please post your transaction ID here and I'll get your account moved for you By the way, we recommend not using WordPress regardless of server. It's extremely bloated, poorly written, and also extremely insecure. Many of our users have found Joomla to be a decent substitute that doesn't face as many issues.
-
I just checked and your backup has 4 files available. The home folder content (your files) is in webdevse.tar.gz, 242MB in size. The other archives are the databases for what appears to be 3 Wordpress installations. You need to get both the home folder files and the database in order to rebuild the site.
-
Let's see if Krydos can do this for you...
-
The contents of your old account should be available here: https://heliohost.org/backup/
-
I checked and it is disabled on tommy. I could turn it on, but I don't know if it'll break the inactivity tracking like last time, so I'll let Krydos do that.
-
Krydos should be able to install this.
-
The domain ikaru.ga is using a Freenom redirect to send users to https://hitmaker.newgrounds.com/ The domain kakure.ga and shinespark.ga are pointed to an IP 195.20.50.80 which is not associated with HelioHost. Please ensure these domains do not have redirects enabled, are registered, and have name servers set to ns1.heliohost.org and ns2.heliohost.org.
-
Working now for me...
-
Problem with database connection using JAVA
wolstech replied to garoskul's topic in Website Management and Coding
I assume this running on Johnny? If so, use localhost, not an IP or Johnny’s domain name. If it’s running on your pc and connecting to Johnny for database services, be sure to enable remote MySQL connections in cPanel for your IP.- 2 replies
-
- 1
-
-
- database
- connection
-
(and 5 more)
Tagged with:
-
Looks like Krydos needs to install mbstring on 5.4. Have you tried using something newer? 5.6 should have it installed already.