Jump to content

randomguy

Members
  • Posts

    7
  • Joined

  • Last visited

randomguy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, The title pretty much says it all. I'm unable to login to my account; I cant access my website either. I was assigned the following sub-domain: http://theother.heliohost.org Thanks.
  2. Thanks @Krydos your code is working.
  3. @Krydos this is exactly what I am trying to do with approach 2, after approach 1 failed to deliver.
  4. Using ruby's built-in CGI class, I've tried to capture and use query string parameters. approach 1: cgi = CGI.new params = cgi.params approach 2: cgi = CGI.new params = CGI.parse cgi.query_string Both of these are working ok on my pc, but not on helio JOHNNY server. Could anyone explain, why is it not working? How can I use query string in my script? Thanks.
  5. Thanks @Krydos for your tips, the script is up and running.
  6. I've uploaded another script with the following shebang: #!/usr//bin/ruby. Sadly, still getting server error. I would really appreciate if anybody could help.
  7. hi, I have a simple ruby cgi script that I want to be able to use via helio web-server. It is working ok on my linux machine. Where exactly should I upload this cgi script? The cgi-bin folder or the public_html folder? My script includes the following shebang: #!/usr/local/bin/ruby. Do I need to change permissions on the script file? So far I've not been able to execute/access it from either cgi-bin or public_html. Thanks.
×
×
  • Create New...