Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.217.164.190
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
rss /
maker /
Delete
Unzip
Name
Size
Permission
Date
Action
0.9.rb
11.79
KB
-rw-r--r--
2010-11-08 20:59
1.0.rb
10.01
KB
-rw-r--r--
2010-11-08 20:59
2.0.rb
5.68
KB
-rw-r--r--
2009-10-02 10:45
atom.rb
4.5
KB
-rw-r--r--
2007-11-16 01:30
base.rb
24.06
KB
-rw-r--r--
2014-06-14 13:52
content.rb
384
B
-rw-r--r--
2009-10-02 10:45
dublincore.rb
3.74
KB
-rw-r--r--
2010-11-08 20:59
entry.rb
4.71
KB
-rw-r--r--
2011-11-05 07:37
feed.rb
12.48
KB
-rw-r--r--
2009-05-16 09:08
image.rb
2.86
KB
-rw-r--r--
2011-05-19 00:07
itunes.rb
7.26
KB
-rw-r--r--
2008-06-29 08:34
slash.rb
735
B
-rw-r--r--
2007-11-16 01:30
syndication.rb
349
B
-rw-r--r--
2009-10-02 10:45
taxonomy.rb
3.11
KB
-rw-r--r--
2009-10-02 10:45
trackback.rb
1.57
KB
-rw-r--r--
2009-10-02 10:45
Save
Rename
require 'rss/slash' require 'rss/maker/1.0' module RSS module Maker module SlashModel def self.append_features(klass) super ::RSS::SlashModel::ELEMENT_INFOS.each do |name, type| full_name = "#{RSS::SLASH_PREFIX}_#{name}" case type when :csv_integer klass.def_csv_element(full_name, :integer) else klass.def_other_element(full_name) end end klass.module_eval do alias_method(:slash_hit_parades, :slash_hit_parade) alias_method(:slash_hit_parades=, :slash_hit_parade=) end end end class ItemsBase class ItemBase include SlashModel end end end end