sphacelatingpangs.org Open in urlscan Pro
193.233.124.109  Public Scan

Submitted URL: http://sphacelatingpangs.org/xvcbcx.yl?F1O02H6iz/slhmalul/lzzmzzlccsgcczaaacrsgs/8580623411167976928694578299tnvsh8xlfsjhn/id...
Effective URL: http://sphacelatingpangs.org/mp/unsub.php?dGlkPTc1NzcwMzMmc2lkPXRoMDB2a2FibCZjaXA9MTkzLjMyLjI0OC4yMzQmY2xfZG9tPXNwaGFjZWxhdGl...
Submission: On July 18 via api from BE — Scanned from DE

Form analysis 2 forms found in the DOM

POST unsub_update.php

<form id="unsub_form" action="unsub_update.php" method="POST" class="form-horizontal">
  <div class="row">
    <div class="col-sm-6">
      <div class="panel panel-default">
        <div class="panel-heading radio-main">
          <input id="unsub_id1" type="radio" name="unsub" value="1" checked="" onclick="Unsub_Function(1)" ;="">
          <label for="unsub_id1"><span class="f-letter">U</span>nsubscribe</label>
        </div>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="panel panel-default">
        <div class="panel-heading radio-main">
          <input id="update_id1" type="radio" name="unsub" value="2" onclick="Unsub_Function(2)" ;="">
          <label for="update_id1"><span class="f-letter">U</span>pdate Preference</label>
        </div>
      </div>
    </div>
  </div>
  <span id="show_pref" style="display: none;">
    <div class="control-group">
      <label class="topic">It's better to change your preference than leaving us</label>
      <div class="radio">
        <label><input id="email_frequency_rd" type="radio" name="preference" value="2" checked=""> Change email frequency</label>
      </div>
      <div class="radio">
        <label><input id="off_cats_rd" type="radio" name="preference" value="1"> I want some Other Offers</label>
      </div>
      <div class="radio">
        <label><input id="other_reason_rd" type="radio" name="preference" value="4"> Suggestion</label>
      </div>
    </div>
    <div class="control-group" id="off_cats">
      <label class="topic">Offer Categories</label>
      <table>
        <tbody>
          <tr>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="life_insurance">Life Insurance</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="weight_loss">Weight Loss</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="work_from_home">Work from home</label></div>
            </td>
          </tr>
          <tr>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="finance">Finance</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="payday">Payday</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="mortgage">Mortgage</label></div>
            </td>
          </tr>
          <tr>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="legal">Legal</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="health_and_wellness">Health and wellness</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="education">Education</label></div>
            </td>
          </tr>
          <tr>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="adult">Adult</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="shopping">Shopping</label></div>
            </td>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="home">Home</label></div>
            </td>
          </tr>
          <tr>
            <td class="full">
              <div class="checkbox"><label class="checkbox_udt_perf"><input class="offer_grp" type="checkbox" name="offer_categories[]" value="dating">Dating</label></div>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
    <div class="control-group" id="email_frequency" style="display:none;">
      <label class="topic">Send you fewer email</label>
      <table>
        <tbody>
          <tr>
            <td class="full"><label style="font-weight: 300;"><input type="radio" name="mail_frequency" value="d" checked=""> Daily<label></label></label></td>
            <td class="full"><label style="font-weight: 300;"><input type="radio" name="mail_frequency" value="w"> Weekly<label></label></label></td>
            <td class="full"><label style="font-weight: 300;"><input type="radio" name="mail_frequency" value="m"> Monthly<label></label></label></td>
          </tr>
        </tbody>
      </table>
    </div>
    <div class="control-group">
      <label class="topic" for="unsub_id">Email address:</label>
      <input type="email" name="unsub_id" id="unsub_id" placeholder="Enter the valid Email Id" class="form-control">
    </div>
    <div class="control-group" id="other_reason" style="display:none;">
      <label class="topic" for="other_reasons">Reason</label>
      <textarea name="other_reasons" rows="5" id="other_reasons" placeholder="Reason" class="form-control"></textarea>
    </div>
    <div class="control-group">
      <button id="update_btn" type="button" class="btn btn-secondary">Update Preference</button>
    </div>
    <input type="hidden" name="url_data" id="url_data"
      value="dGlkPTc1NzcwMzMmc2lkPXRoMDB2a2FibCZjaXA9MTkzLjMyLjI0OC4yMzQmY2xfZG9tPXNwaGFjZWxhdGluZ3BhbmdzLm9yZyZpdXJsPSZlbV9pZD0xMDg1OTA2MCZpcD0xMTUuMTI2Ljg0LjMmY2FzZT0zJmRldmljZT1wYyZzZW50X2RhdGU9MjAyMzA3MTMwNTQyMTcmc2h5X2lkPXNoeW5sbmtoZHNqemZybWdhcG9pJmFsaWFzPUhNUy00JnVzZXJfYWdlbnQ9TW96aWxsYSUyRjUuMCslMjhXaW5kb3dzK05UKzEwLjAlM0IrV2luNjQlM0IreDY0JTI5K0FwcGxlV2ViS2l0JTJGNTM3LjM2KyUyOEtIVE1MJTJDK2xpa2UrR2Vja28lMjkrQ2hyb21lJTJGMTE0LjAuNTczNS4xOTgrU2FmYXJpJTJGNTM3LjM2JnNlbmRlcl9pZD0yMDIzMDcxMzA1NDIxNzAwZ21laHMxY291aHFzbSZ1cmxfcGF0dGVybj0xNDImcGlkPTE0MzM3Jm9wbl9jaGFyPTk5OQ==">
    <input type="hidden" name="color" id="color" value="#368EE0">
    <input type="hidden" name="key" id="key" value="1">
  </span>
</form>

POST unsub_update.php

<form id="unsubscribee_form" action="unsub_update.php" method="POST" class="form-horizontal">
  <input type="hidden" name="unsub" value="1">
  <div class="control-group">
    <label class="topic" for="unsub_id2">Email address:</label>
    <input type="email" name="unsub_id" id="unsub_id2" placeholder="Enter the valid Email Id" class="form-control">
  </div>
  <div class="control-group" id="reasons">
    <label class="topic">If you have a moment, please let us know why you unsubscribe:</label>
    <div class="radio">
      <label class="radio_unsub"><input type="radio" name="unsub_other_reason" value="l no longer want to receive these emails" checked=""> l no longer want to receive these emails</label>
    </div>
    <div class="radio">
      <label class="radio_unsub"><input type="radio" name="unsub_other_reason" value="l receive too many of these emails">l receive too many of these emails</label>
    </div>
    <div class="radio">
      <label class="radio_unsub"><input type="radio" name="unsub_other_reason" value="The content is not relevant to me"> The content is not relevant to me</label>
    </div>
    <div class="radio">
      <label class="radio_unsub"><input type="radio" name="unsub_other_reason" value=""> other (fill in reason below)</label>
    </div>
    <div class="unsub_textarea">
      <textarea name="text_other_reasons" class="hidden" id="textarea_reason" placeholder="Reason"></textarea>
    </div>
  </div>
  <div class="control-group">
    <button id="unsubscribe_btn" type="button" class="btn btn-secondary">Update</button>
  </div>
  <input type="hidden" name="other_reasons" id="reason" value="">
  <input type="hidden" name="url_data" id="url_data"
    value="dGlkPTc1NzcwMzMmc2lkPXRoMDB2a2FibCZjaXA9MTkzLjMyLjI0OC4yMzQmY2xfZG9tPXNwaGFjZWxhdGluZ3BhbmdzLm9yZyZpdXJsPSZlbV9pZD0xMDg1OTA2MCZpcD0xMTUuMTI2Ljg0LjMmY2FzZT0zJmRldmljZT1wYyZzZW50X2RhdGU9MjAyMzA3MTMwNTQyMTcmc2h5X2lkPXNoeW5sbmtoZHNqemZybWdhcG9pJmFsaWFzPUhNUy00JnVzZXJfYWdlbnQ9TW96aWxsYSUyRjUuMCslMjhXaW5kb3dzK05UKzEwLjAlM0IrV2luNjQlM0IreDY0JTI5K0FwcGxlV2ViS2l0JTJGNTM3LjM2KyUyOEtIVE1MJTJDK2xpa2UrR2Vja28lMjkrQ2hyb21lJTJGMTE0LjAuNTczNS4xOTgrU2FmYXJpJTJGNTM3LjM2JnNlbmRlcl9pZD0yMDIzMDcxMzA1NDIxNzAwZ21laHMxY291aHFzbSZ1cmxfcGF0dGVybj0xNDImcGlkPTE0MzM3Jm9wbl9jaGFyPTk5OQ==">
  <input type="hidden" name="color" id="color" value="#368EE0">
  <input type="hidden" name="key" id="key" value="2">
</form>

Text Content

Unsubscribe


MANAGE YOUR PREFERENCES

Unsubscribe
Update Preference
It's better to change your preference than leaving us
Change email frequency
I want some Other Offers
Suggestion
Offer Categories
Life Insurance
Weight Loss
Work from home
Finance
Payday
Mortgage
Legal
Health and wellness
Education
Adult
Shopping
Home
Dating

Send you fewer email

Daily Weekly Monthly

Email address:
Reason
Update Preference
Email address:
If you have a moment, please let us know why you unsubscribe:
l no longer want to receive these emails
l receive too many of these emails
The content is not relevant to me
other (fill in reason below)

Update