Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,539
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Krydos

  1. Um, sure. It's a bit complicated so I don't mind generating your certificates for you.
  2. Sent.
  3. Ok, I sent you the .p12 file and the password to use it. Download the .p12 file to your computer. If you use chrome open settings >> manage certificates >> import navigate to the .p12 file and open it. It will ask for the password that I sent you. Once that's installed got to http://cezih-net.heliohost.org/ and it should pop up the dialog box asking which certificate to use to authenticate. Then from there you can use php $_SERVER variables, etc to build a secure system.
  4. Each account must have a unique email address. Since the address associated with the paypal donation is already in use where would you like the invitation sent? To your friends email? You can PM me the email address if you want. Just make sure you let me know in this thread that you sent it otherwise I'll never remember to check it.
  5. 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.
  6. Since there is an active Tommy account with the email address of that paypal transaction I'm going to assume this is solved.
  7. Can you create a paypal or skrill account and attach your debit card to that?
  8. We support VISA, MasterCard, Discover, and American Express.
  9. 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
  10. 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.
  11. Deployed. http://gagrwl.heliohost.org/web/
  12. 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.
  13. 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]
  14. 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.
  15. 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...)
  16. Please clear your cache.
  17. How did you create or where did you get your client certificate from in your browser?
  18. Deployed. http://gagrwl.heliohost.org/web/
  19. Java is now installed on barcodenetbar.com as well http://barcodenetbar.com/test.jsp
  20. Deployed. http://ddushan1.heliohost.org/Server/
  21. Java is only enabled on your main domain unless specified otherwise.
  22. # ./deploy_java ddushan1 server User ddushan1 found. Unable to find file: server.war Java is enabled on ddushan1 Usage: deploy_java <username> <.war file>
  23. Get all of the illegal stuff deleted quickly. Unsuspended.
  24. Deployed. http://ddushan1.heliohost.org/WebApplication4/
×
×
  • Create New...