Hacked By AnonymousFox

Current Path : /opt/alt/ruby31/share/gems/gems/ruby-lsapi-5.6/examples/
Upload File :
Current File : //opt/alt/ruby31/share/gems/gems/ruby-lsapi-5.6/examples/lsapi_with_cgi.rb

#!/opt/alt/ruby31/bin/ruby

require 'lsapi'
require 'cgi'


while LSAPI.accept != nil
    cgi = CGI.new
    name = cgi['name']
    puts cgi.header
    puts "Hello #{name}! <br> " if name
    puts "You are from #{cgi.remote_addr}<br>"

end

Hacked By AnonymousFox1.0, Coded By AnonymousFox