-
Posts
26436 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
I got it! Check out https://krydos.heliohost.org/auth/ I think I can set it up for you too. PM me the following please: Country Name (2 letter code) [AU]: State or Province Name (full name) [Some-State]: Locality Name (eg, city) []: Organization Name (eg, company) [Internet Widgits Pty Ltd]: Organizational Unit Name (eg, section) []: Common Name (e.g. server FQDN or YOUR name) []: Email Address []: Post on this thread after you PM me, because I never remember to check my PMs.
-
Can you create a paypal or skrill account and attach your debit card to that?
-
Johnny has periods of downtime, and slow page loading occasionally. His uptime for the last week is currently 92.85%. This is because he is an experimental server, and can experience high load sometimes. If you want a more stable server with 100% uptime we recommend Tommy.
-
We support VISA, MasterCard, Discover, and American Express.
-
You get that error because .htaccess is not a valid context for the directive SSLCACertificateFile http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcacertificatefile
-
Done. Done. For anyone who searches and finds this in the future it is possible to grant these really restrictive permissions, but an admin has to do it for you. Unfortunately cpanel doesn't allow permissions on specific tables. If you grant select through cpanel it is for all tables in the database.
-
I messed around with this a little, but I haven't been able to get it to work yet. I think it might be possible though. The issue that we're probably running into is the server sends the message "Do you have a client certificate? These are the CAs that I consider valid." and the browser goes, "Ummm nope, none of my certificates are signed by a CA that are on that list." So your browser doesn't prompt you, and doesn't send a certificate, and those $_SERVER variables don't get set. I'll fiddle with it some more later.
-
Deployed. http://gagrwl.heliohost.org/web/
-
Since the title is "2nd account" I suspect that you're worried about getting suspended for having more than one account. To be more specific that rule is that you can only have one active account so you're fine.
-
Because you didn't say what server you were on. mysql> show grants for cmh_<removed>@localhost; +---------------------------------------------------------------------------------------------------------------+ | Grants for cmh_<removed>@localhost | +---------------------------------------------------------------------------------------------------------------+ | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | +---------------------------------------------------------------------------------------------------------------+ mysql> show grants for cmh_<removed>@localhost; +------------------------------------------------------------------------------------------------------------------+ | Grants for cmh_<removed>@localhost | +------------------------------------------------------------------------------------------------------------------+ | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | +------------------------------------------------------------------------------------------------------------------+ mysql> show grants for cmh_<removed>@localhost; +-------------------------------------------------------------------------------------------------------------------+ | Grants for cmh_<removed>@localhost | +-------------------------------------------------------------------------------------------------------------------+ | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | | GRANT SELECT ON `cmh_<removed>`.`<removed>` TO 'cmh_<removed>'@'localhost' | +-------------------------------------------------------------------------------------------------------------------+
-
Ricky is down for maintenance. We recommend creating an account on Tommy or Johnny in the meantime. Tommy domains start working pretty much instantly as soon as the account is created so that's the best option to get your site back online as quickly as possible. Tommy also has better uptime and is faster than Ricky so that's where I would encourage you to create your account. Johnny has unlimited signups per day so it's easy to get an account, but since he's an unstable server there can be a lot of downtime and slowness. Johnny also takes up to 24 hours for new accounts to start working. Let us know if you have any questions or need any help with anything.
-
You have /home/saikosns/public_html/.htaccess that has RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(ComicPub/dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ ComicPub/dispatch.wsgi/$1 [QSA,PT,L] What that basically means is anything that isn't /media/ or /admin_media/ gets processed through dispatch.wsgi. Since you don't have a rule for /static/ it's not going to be able to access those files and gives a 404. Add this line after admin_media/ RewriteRule ^(static/.*)$ - [L]
-
You're only allowed to run 2 cron jobs per day. If you exceed 2 then all of your cron commands will be deleted, and you run the risk of getting your account suspended. If you need to run cron more than twice a day let us know and we can help you set up an external cron. There is no such thing as resetting your jobs.
-
Tommy support System.Core if that's what you're looking for. ASP.NET has been installed on your account. (Not that it's going to do any good since you don't have any domains hosted with us...)
-
Please clear your cache.
-
How did you create or where did you get your client certificate from in your browser?
-
Deployed. http://gagrwl.heliohost.org/web/
-
Java is now installed on barcodenetbar.com as well http://barcodenetbar.com/test.jsp
-
That doesn't appear to have worked. I'll install Visual Studio some time when I have a chance and see if I can get it to work. I've never used Visual Studio so I'm not too familiar with it.
-
Sorry for the delay in getting this done, but ioncube is now installed on Johnny. We try to only recompile apache/php very rarely and preferably when several things need to be done at once. Recompiling apache to add ioncube for you resulted in about 7 hours of downtime over the past 24 hours.
-
Deployed. http://ddushan1.heliohost.org/Server/
-
[Solved] Xsl Support In Php Settings (Php.ini Editing)
Krydos replied to digpot's topic in Customer Service
XSL is now enabled on Johnny. -
The files in http://khaled.heliohost.org/MedSys/MedSys/ still have the timestamp of several days ago. Have you uploaded your compiled files somewhere else?
-
Java is only enabled on your main domain unless specified otherwise.
