-
Posts
24,192 -
Joined
-
Last visited
-
Days Won
854
Everything posted by Krydos
-
You would have to buy a wildcard ssl certificate https://www.namecheap.com/security/ssl-certificates/wildcard.aspx?aff=102467 in order to cover all of your subdomains that aren't added to cpanel. If you created each subdomain through cpanel then autossl would cover each subdomain within 24 hours after creation.
-
There you go http://krydos.masaeng.ga/ and http://hari.masaeng.ga/ To start php use this opening tag <?php Your code had <php Which is missing the ?
-
The point of CDNs is to have a local caching server geographically near the person requesting the content. That means we would need a server in South America, Europe, Africa, probably several in Asia, Australia, etc. We barely have enough money for the one colocation that we have let alone 6+ more. Then there is the issue of having someone on site to install the hardware, and fix any problems if they occur. We'd have to pay these people. It'd cost tens of thousands of dollars or more. Why not just use a free CDN like Cloudflare?
-
There you go https://dropshippinghotnews.com/ https://www.sslshopper.com/ssl-checker.html#hostname=dropshippinghotnews.com
-
That .war file could not be deployed because java is not enabled on your account. To request java and then check the status of your request go to the java button in your cPanel. Please be aware that since you picked the Johnny server the wait to receive java access is quite long due to high demand. The wait to receive java on Tommy is generally just a few hours. If you're in a hurry we recommend moving your account to Tommy. If you want to save yourself some work an admin can move your account for you if you're a donor. Just let us know the transaction ID.
-
Also post the exact error that mysql is giving when you try to connect.
-
I had to rewrite a few corrupted config files by hand, but I got it working http://glitch1.heliohost.org/ Johnny can be rather buggy.
-
can an admin import my databases from johnny to ricky?
Krydos replied to lwg's topic in Customer Service
I can import the .sql files for you, but your link is blocking me Just upload the .sql file to /home/lwg/forum.sql and let me know what database you want it imported into. -
Have you enabled remote mysql connections?
-
Thanks for letting us know.
-
Try this guide then for the .htaccess https://stackoverflow.com/a/15334516
-
Try this guide https://www.inmotionhosting.com/support/edu/cpanel/cpanel-manage-domains/create-wildcard-subdomain It should be possible. I think you're missing the step where you create a subdomain through cpanel named *.
-
[Solved] Server Move Request | Transaction ID: 55D95837UN3348501
Krydos replied to cloudbot's topic in Escalated Requests
You're on Tommy now. http://cloudbots.heliohost.org/ If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you for the donation. We really appreciate it. -
Have you checked your spam box?
-
It doesn't hurt anything to have it installed. It doesn't cause any load until you use it. If you use it sparingly it should be fine.
-
The system removes java from accounts who aren't using it. Our queue to receive java is over four months long so it isn't fair for accounts to prevent people who would actually use java from getting it if they aren't even using it.
-
We strongly recommend using mysql, not sqlite. It's much easier to get working.
-
Working https://www.sslshopper.com/ssl-checker.html#hostname=dropprob.heliohost.org Working https://www.sslshopper.com/ssl-checker.html#hostname=shippingexcellent.heliohost.org Working https://www.sslshopper.com/ssl-checker.html#hostname=shippingallover.heliohost.org Working https://www.sslshopper.com/ssl-checker.html#hostname=wedropshipall.com
-
You could use a script to create the subdomain through cpanel.
-
There you go # which ffmpeg /usr/bin/ffmpeg Don't blame me when you get suspended.
-
Did you grant the postgresql user rivas0x_root access to the database rivas0x_TSJ?
-
There you go http://matyka.heliohost.org/test.aspx
-
# telnet smtp-mail.outlook.com 587 Trying 40.97.136.194... Connected to smtp-mail.outlook.com. Escape character is '^]'. 220 CY4PR15CA0002.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 9 Jan 2018 02:49:31 +0000 ^] telnet> quit Connection closed. Port 587 to outlook is open on Tommy.
-
Insert is working for me on postgresql on Johnny. Which database are you trying to insert into? Which username are you running the insert command from? Are you using command line or pgphpadmin or something else?