Archive: ComponentOwl Rails app, DB backups, go redirect script

This commit is contained in:
EC2 Default User
2026-03-23 16:20:05 +00:00
commit 50037f386f
218 changed files with 14558 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Full name: <%= @survey.full_name %>
Company name: <%= @survey.company_name %>
Purchase email: <%= [[@survey.purchase_email1, @survey.purchase_email2, @survey.purchase_email3] - [""]].flatten.compact.join(", ") %>
Current email: <%= @survey.current_email %>

View File

@@ -0,0 +1 @@
<%= @message %>

View File

@@ -0,0 +1,10 @@
<%= @license_key.error %>
Source file:
---------------------------------------------
<%= @license_key.source_file_data.join("\n") %>
XML Request:
---------------------------------------------
<%= @license_key.raw_post_data %>

View File

@@ -0,0 +1,6 @@
<% @licenses.each do |license| %>
<%= license[:product].name %>:
---------------------------------------------
<%= license[:license_keys].join("\n") %>
<% end %>

View File

@@ -0,0 +1,14 @@
Hi,
Your friend <%= @survey.full_name %> wants you to check out Swift To-Do List, the number one task management software for Windows. Have all your tasks and notes in one place - get organized in no time and be more productive.
More info, screenshots, free 30-day trial at:
http://www.dextronet.com/swift-to-do-list-software
<%= @survey.full_name %> uses Swift To-Do List and is quite happy with it. Why store all your worries, tasks and all that stuff in your head, when you can store it in your computer?
Snap! It's like an instant brain upgrade.
With the best regards,
Jiri Novotny
Dextronet.com

View File

@@ -0,0 +1,6 @@
Full name: <%= @survey.full_name %>
Company name: <%= @survey.company_name %>
Purchase email: <%= [[@survey.purchase_email1, @survey.purchase_email2, @survey.purchase_email3] - [""]].flatten.compact.join(", ") %>
Email address: <%= @survey.current_email %>
<%= survey(@survey.survey) %>