Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,215
  • Joined

  • Last visited

  • Days Won

    857

Everything posted by Krydos

  1. There you go http://jackitec.heliohost.us/jackitec_itec/
  2. While I was creating extensions on someone else's postgresql database I figured out a way to install uuid-ossp. I went ahead and successfully created it on both of your databases for you. Sorry I couldn't figure it out the other day. I was really surprised when it didn't work.
  3. You must be thinking of something else. Hstore is just an alternate way to store data for a postgresql database entry if you don't want to make a whole new column for it. The postgresql extensions postgis and hstore have been created on the database wambachr_osm.
  4. I have unsuspended your account. The reason you were suspended is because your account was found to have $200+ software on it. Pardon our skepticism, but the chances of someone paying $200+ for software and then using free website hosting is incredibly unlikely. Please keep in mind that nulled software is copyright infringement and is against our terms of service. You have 24 hours to either prove you have a legal license to run invision power community software, or remove the nulled software. Failure to do one or the other will result in a permanent suspension. Thanks for understanding.
  5. I went to your website and registered for a new account. The website said it sent an email, but there is no record of it in any of the logs. I recommend disabling cloudflare and see if that fixes the issue. There isn't really anything we can do to help you other than make random guesses while cloudflare is enabled.
  6. Unarchived.
  7. I changed the permissions of the storage directory to 777. This allows owner, group, and other to read, write, and execute files in the directory. I also saw that you had this same migration plugin installed on your other two wordpress installs so I changed the permissions of those directories. I really don't mind running commands like this for you, but if you want to learn how to do it yourself just let me know and I can explain. There is a possibility that other directories will need to have their permissions changed as well. Your SFTP credentials are the same username, password, and port 22 that you use to log in to SSH. Here is what your settings would look like in Filezilla I googled not being able to install plugins and it asking for ftp credentials, and found that it is probably a permissions issue as well. I changed the permissions of the /wp-content/plugins/ directory to 777 for each of your three wordpress installs as well. Let me know if you're still not able to install plugins.
  8. Unarchived.
  9. Remote access enabled.
  10. Unarchived.
  11. The module mailparse 3.1.1 has been installed on Tommy's php 7.3. https://krydos.heliohost.org/73/phpinfo.php
  12. Which version of php are you using?
  13. Remote mysql is disabled by default for security reasons. Have you enabled remote mysql by clicking the button labeled "Remote Mysql" in cpanel and then entering your ip address or putting % to allow all ips to connect?
  14. You're on Tommy now. I have also increased your storage to 3000 MB, and you don't need to log in to cpanel to keep your account active until 2021-02-20. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  15. Do you still need mailparse if ioncube isn't available?
  16. Unarchived.
  17. You were actually violating two of our terms of service. You have more than one account, and your second account was created using a temporary email address. Don't worry. I suspended the second account so you don't appear to be violating our terms anymore. It looks like your site is working though. Do you still need help?
  18. Which version of php are you using?
  19. I fiddled with it and made a few changes for you http://visucasu.heliohost.us/ The main problem I saw is it looked like you were half following a guide to make your webroot a django app, and you were half following a guide to make a django app in a subdirectory. I flipped a coin and went with the assumption that maybe you wanted it set up as your webroot. It also needed a module named folium installed, and about a dozen other small changes. Now it's throwing a file not found error which I suspect is because it's trying to access /media/shp/basin.geojson instead of /home/braux/public_html/media/shp/basin.geojson. You should be able to take it from here.
  20. I contacted our isp to ask them if they see anything wrong on their end, and they double checked everything for me. They said their servers are properly configured, and so are ours. They said that it looks like that mail tester is caching old data. We either need to wait for the cache to expire on mail-tester.com or contact mail-tester support and ask them to restart their local caching dns server. To embed an image directly in your post so it doesn't have to be clicked to be viewed host your image on your server or use an image hosting service like gyazo or imgur. Then link the image url using bbcode like this [img=https://example.com/image.png]
  21. One other thing. While I was transferring your wordpress sites I noticed some signs of hacking. It looks like they were trying to do some php injection. Since they were able to create directories and files there's a good chance they have access to a lot of your site. This isn't surprising to me in the slightest. It's part of the reason we so strongly recommend not using wordpress. You might want to keep an eye on that. It was on the main rapidenglish.eu site.
  22. Is it still giving the same error when you tested it again?
  23. Alright, I think it's done. The reason the redirects weren't working last night is because I hadn't enabled mod_rewite yet. I got that fixed now. I moved lessons.rapidenglish.eu and floydn.co to the VPS, and set up ssl and everything. I also emailed you the instructions to log in to ssh if you want to. You can also use those same credentials and the same port to log in with an SFTP client such as filezilla to upload files, etc. Let us know if you have any questions. EDIT: Oh, one thing I wanted to warn you about. The way certbot consolidates ssl certificates you may get some false warnings about ssl certificates expiring in 3 months. This is because the old certificates only covered some of your domains, and the final certificate that it is running now and will autorenew covers all the domains with one certificate. So the temporary certificates that I was using for testing will not renew because they were temporary but you still might get scary sounding emails about them. You can use this tool to see how many days your certificates have left. Certbot should automatically renew them when they get to less than 30 days. https://www.sslshopper.com/ssl-checker.html#hostname=rapidenglish.eu https://www.sslshopper.com/ssl-checker.html#hostname=floydn.co
  24. Sorry about the delay. I was really busy all day today, and then there were a few other VPS emergencies I needed to take care of before I could start transferring your sites. I stayed up pretty late to get your VPS started, and one of your domains transferred. What I've done so far Created the VPSInstalled Ubuntu 20Downloaded and installed all the latest updatesInstalled apacheInstalled php 7.4Installed mysqlTransferred the rapidenglish.eu domain to the vpsInstalled ssl on the rapidenglish.eu domain and set it up so it will autorenew so you don't need to worry about itCopied for your files from Tommy to the VPSCopied your database to the VPSYou can see the progress at https://rapidenglish.eu/ It still needs some work, but you can start fiddling with it if you want. The login/register button might work. Not sure. The lessons subdomain isn't set up yet, and that redirect doesn't seem to work for some reason. I also haven't even begun setting up the floydn.co domain. It's 3:50am right now though and I can't think straight anymore. I'm headed to bed. I just wanted to make some progress for you before I went to sleep. EDIT: I'll get your credentials to you tomorrow to log in to SSH and upload files via SFTP, etc.
  25. I have verified the transaction. Thank you very much. I'll get the VPS set up for you and your domains transferred to it immediately.
×
×
  • Create New...