-
Posts
26503 -
Joined
-
Last visited
-
Days Won
948
Everything posted by Krydos
-
Did you write this software yourself?
-
Looks like the email is butchering the html. Just view this link in your browser https://helionet.org/index/topic/55863-hh690317-payment/?do=findComment&comment=253435
-
In the file index.htm try putting this after the <body> tag. <div style="max-width: 410px; margin: auto"><div style="float: left"><a href="https://www.wunderground.com/weather/us/ny/ghent"><img alt="weatherunderground" src="wundergnd2.jpg" height="200" width="200"></a><div>GHENT AREA FORECAST</div></div><div style="float: left"><a href="http://www.rvwars.org"><img alt="rip-color transparent" src="rip-color transparent.jpg" height="200" width="200"></a></div></div>
-
I took a look at https://wa2uet-weather.com/ and I don't see any logos in the top left corner. There are two broken images for ambient weather up there, but like you said earlier it's because they went out of business so their domain isn't working anymore. Is there some subpage I need to go to?
-
Your account has been deleted. Thanks for using our hosting service.
-
Your rebuild has been started and you should get an email in a bit when it's finished.
-
Also please stop clicking the report button. You need to click the reply button at the bottom right. If you keep reporting all of my posts instead of replying to them we might have to ban you for abusing the report function.
-
Ok, your other account has been permanently suspended. I took a look at your database, and the charset is set to utf8mb4_general_ci which supports Arabic. I took a look at some of your data and it's correctly displayed in Arabic. I checked your website and everything looks correct too The formatting looks a little weird since the Arabic is right justified, but even a raw database query on the command line loads the Arabic text correctly. Can you describe more accurately what you mean by "texts coming from the database" means? Are you using some software to display the Arabic texts? Does the software know how to handle utf8mb4_general_ci? Have you tried any other UTF-8 charsets such as utf8mb4_unicode_ci?
-
I've been trying to figure out why all these people keep requesting remote PostgreSQL over and over even though it's already enabled. Are you using 65.19.141.77 as your host? If not does it work if you do?
-
I've been trying to figure out why all these people keep requesting remote PostgreSQL over and over even though it's already enabled. Are you using 65.19.141.77 as your host? If not does it work if you do?
-
Remote access has already been enabled from your previous request that has now been merged with this one.
-
You can edit the code on your local computer, and then upload the modified files with Filezilla. As far as editing goes you can just something as simple as Notepad, or as fancy as something like Visual Studio Code. Both are free, but the latter is an editor specifically designed for editing code, such as HTML, and a lot of other types of code as well. Notepad is just an extremely simple editor that can get the job done if you don't have anything else. I recommend NOT using Wordpad, or Microsoft Word or an editor like that because they might not handle html well or might add strange symbols, etc. Let us know if you have any other questions or need more help.
-
You created 2 accounts. You're only allowed to create 1 account. Which account would you like to keep?
-
[Inactive] how to add FTP user? and with limited directory access?
Krydos replied to clueless's topic in Escalated Requests
Closing due to inactivity. -
Remote access enabled.
-
Before you can receive any support we need to address your violation of our terms of service. Please review https://wiki.helionet.org/hosting/terms Each user is allowed to have 1 account. Which account would you like to keep? The other account will be permanently suspended.
-
The MX records have been set again. Yes, eventually you will be able to edit DNS records yourself.
-
There is no website matching the email address on this forum account.
-
When you update the password through Plesk it can take a few hours to get copied over to the heliohost.org website. Sorry for the delay on responding to all of your emails. Gmail flagged them all as spam so it can take a few days for us to manually check the spam box and get them moved out of there.
-
Password reset is no longer needed. See https://helionet.org/index/topic/57443-hh166132-login-doesnt-work-resolved/
-
Oh, yeah. I forgot to set up DKIM, SPF, and DMARC again after changing the domains. Try it now.
-
[Solved] Abilitare accesso remoto al database
Krydos replied to atarantino75's topic in Escalated Requests
I changed the password of your atarantino75_inf75 user to test it for you. I can assure you it is working. $ psql --host=65.19.141.77 --dbname=atarantino75_daniashop --user=atarantino75_inf75 Password for user atarantino75_inf75: psql (14.9, server 13.12) SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off) Type "help" for help. atarantino75_daniashop=> \dt Did not find any relations. atarantino75_daniashop=> You can change the password of the atarantino75_inf75 user back to what it was now, but remote connections are definitely enabled. -
Done. You might want to make sure everything is working still.
-
No, but we could set up the MX record on the luan.eng.br domain instead. Emails sent to luan@luan.heliohost.org would all bounce once the domain is removed so you would need to update anyone/anything that is sending emails to that address. Another option is we could set luan.eng.br as your main domain, and set luan.heliohost.org as an addon domain. That way the MX record would still send to Google Workspace, and the PHP would continue to send from your main domain. Another option is you could look at the settings in your PHP software to see if you can use SMTP or something or maybe there are some config related to the sending domain.
-
[Solved] Enable "tablefunc" function in DB
Krydos replied to fdevillalobos's topic in Escalated Requests
The tablefunc extension has been created on the fdevillalobos_rest1 PostgreSQL database. Let us know if you need help with anything else.
