-
Posts
61 -
Joined
-
Last visited
-
Days Won
2
Everything posted by b0chard
-
[Solved] Increase max_allowed_packet in MySQL/MariaDB
b0chard replied to b0chard's topic in Escalated Requests
thank youu!! -
Hi there, I'm using self-hosted Matomo for my client's site that I installed from Softalacous for web analytics, and it recommends increasing the MySQL max_allowed_packet to at least 64MB. Could you please increase this setting for my client's account (mrjaybenz)?
-
it's okay now. thank youuuu @Unknown025!!!
-
Hi @KazVee! sorry, forgot to mention. I would like to also remove the 'mrjaybenz.helioho.st' and chnage '1932washhouse.com' as the main. Thank youu!!
-
Good day! I would like to request to add the domain '1932washhouse.com' to the account 'mrjaybenz'. Thank you!
-
Hi there! I got a client, I recommended him to use HelioHost. He gave me access through Plesk Panel. However, I'm curious if I could have the ability to configure the DNS records, and adding custom domains to his Plesk Panel through asking here in HelioNet forums customer support? Would it be possible even though I don't have access to his heliohost account but just as webmaster in the Plesk Panel? Sorry if my question is a bit confusing haha.
-
it reflected now. thanks @MoneyBroz!
-
Good day! I would like to request a new subdomain 'questlog.tenkyuu.dev' to my currently existing domain 'tenkyuu.dev'. Please also remove this subdomain 'sandbox.tenkyuu.dev'. Thanks!
-
oopss... haha. I made mistake, I should be mentioning wolstech, but I accidentally mentioned kryd0s instead hahahhaa. but yeahhh. thanks a lot @wolstech, @Krydos, @KazVee, and all others!!!
-
found it, @Krydos! Github Webhooks - Heliohost Wiki I can't contain my excitement right now, haha. thanks for adding it on wiki.
-
okay, thanks a lot @wolstech!! belated happy birthday as well!!
-
I hope this might help to someone. I found a method on how to add a git submodule and auto deploy it on a specific folder on my site. on the plesk panel. I navigated on the websites & domains tab, and on the dev tools, I chose Git: then, I clicked create new repository. Input the github url, and configured the folder path on where I would like to deploy it: after creating the new repository, it would automatically clone the repo on that path. to allow plesk to be notified when certain events happen and automatically clone the changes, pull, and deploy from the github repo. I used webhook feature. I edited the git repository in plesk panel, and copied the webhook url: after that, I navigated to the my github repository and clicked settings then webhooks: added a webhook and add the webhook url you just copied in plesk: ...and tadaa!! hope it helps!
-
[Solved] Please add a subdomain to my site :)
b0chard replied to b0chard's topic in Customer Service
thank you!! -
Hi wolstech & friends, How are you guys, I hope you'll OK! Anyway, I would like to request to add a subdomain to my site. the subdomain would be named as "sandbox". And just an additional question, where should I put the files of the subdomain, would it be on the httpdocs too? P.S. my hosting username is b0chard. Regards, bochard
-
oh I see, I get it now. thanks for that insight @wolstech!!
-
Hi @wolstech, I just rechecked my DNS records recently using the DNS lookup by dnschecker.org. I'm curious why I haven't seen a lot of records I want to change? You can check the txt file attached that I got from that site. tenkyuu.dev-records-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzLwCrqAjJSxGhXPm.txt Thank youu!!
-
but, I already changed the nameservers from cloudflare to ns1.heliohost.org and ns2.heliohost.org since yesterday? Edit: here is what shown in NS lookup. would you please verify if I did it right? thanks @wolstech!!
-
Good day! I would like to add these list of DNS records for my account with the username of bochard: CNAME Records webmail.tenkyuu.dev. 1 IN CNAME tenkyuu.dev www.tenkyuu.dev. 1 IN CNAME tenkyuu.dev MX Records tenkyuu.dev. 1 IN MX 0 johnny.heliohost.org TXT Records _atproto.tenkyuu.dev. 1 IN TXT "did=did:plc:q74gsah26xz3q4qoe5ixx5jx" default._domainkey.tenkyuu.dev. 1 IN TXT "v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+SDLc/Hl5PNixlC3Z1QqVI5F0WQUTC0wA2GHBtcHm+cqyRxqCWP7OmmV5Z7Vn3nos10c8TB7chpdkPiTVeO53mrpK6ZC9fjhlfFajdLReXJvRhqR+MBCwUEw1IimwFUz35YIRwqJ2bHaqvtjhuH4oOZ45qq79GB9gsc5OGC/A74pvZBOzMt1zYo" "3BvwUNo2LTgcyMDTu" "nY+ZU15PBFyE34tj8iniPctiznyx+MboWzR4FCG/igoSwuksUm591bW8PblllmtUzdIQi7ORn9P+JO+bCW29gJlJ77wxupzvelwUMbi/iNWrCnyVbJVNxHxGQTu4jzvMg74BfIGZ1YErmQIDAQAB;" _discord.tenkyuu.dev. 1 IN TXT "dh=f83b62898113aa75c72a4fa495f89c16fd7686e4" _dmarc.tenkyuu.dev. 1 IN TXT "v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s; rua=mailto:mail@tenkyuu.dev; ruf=mailto:mail@tenkyuu.dev;" tenkyuu.dev. 1 IN TXT "v=spf1 ip4:64.62.151.106 ip6:2001:470:1:1ee::2009 ~all" tenkyuu.dev. 3600 IN TXT "google-site-verification=gP9DbLrjLTsnPdCxCB4aFindIrtjQTovp2uVO5OX_Ec" thank youu!!
-
-
I don't know what I'm doing now 🥴😮💨 so, here's what I did. 1. created a `submodule_update.py` file in the httpdocs/cgi-bin/ and changed the permission to 755 (rwx r-x r-x). 2. after that, I go to the websites & domains > git, then change the config to run additional deployment actions. I manually pulled and deploy, no errors shown. but the files from the submodules aint still updating on its respective submodule folders. Edit: Is the git folder really found at the root instead inside the httpdocs folder?