wikirank.sugester.com Open in urlscan Pro
52.18.221.37  Malicious Activity! Public Scan

Submitted URL: http://wikirank.sugester.com//forumen
Effective URL: https://wikirank.sugester.com//forumen
Submission: On June 27 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /

<form id="search_form" action="/" accept-charset="UTF-8" data-remote="true" method="post"><input name="utf8" type="hidden" value="✓">
  <input type="hidden" name="forum_path" id="forum_path" value="forumen">
  <div id="search_place">
    <div class="input-group">
      <input name="q" id="query1" type="text" class="form-control input-lg" title="Search..." value="" placeholder="Search...">
      <span class="input-group-btn">
        <input type="submit" value=" → " class="btn btn-lg btn-default" title="Search">
      </span>
    </div><!-- /input-group -->
  </div> <!-- search_place -->
</form>

POST /app/posts/feedbacks

<form class="new_post" id="new_post" action="/app/posts/feedbacks" accept-charset="UTF-8" data-remote="true" method="post"><input name="utf8" type="hidden" value="✓">
  <div class="form_place col-sm-12">
    <input type="hidden" name="post[category_id]" id="post_category_id">
    <input type="hidden" name="forum_path" id="forum_path" value="forumen">
    <input type="hidden" name="in_widget" id="in_widget" value="">
    <input type="hidden" name="sug1" id="sug1" value="1017">
    <input type="hidden" value="" name="referrer">
    <input type="hidden" value="fe47bb9b439420d1169ef004d625bd99d34f74fd478ecbab6e6d6353427c014ede7c0b6530acfd7a9b6941049ec9a3b7ce7c6fd3d7a25d9e82c07254b9a3846c" name="anty_s_token">
    <div id="title1" class="row">
      <span class="col-sm-12 col-xs-12">
        <label for="post_title">Prosimy o sugestie, uwagi i pytania</label> <input required="required" autocomplete="off" class="form-control text" placeholder="Title (required)" title="Title (required)" type="text" value="" name="post[title]"
          id="post_title">
      </span>
    </div> <!-- title1 -->
    <div class="row">
      <div class="col-sm-12">
        <textarea class="form-control textarea" placeholder="Description" title="Description" rows="7" name="post[content]" id="post_content"></textarea>
      </div>
    </div> <!-- title1 -->
    <div class="row">
      <span class="fields">
        <span class="col-xs-4 ">
          <input required="required" class="form-control text" placeholder="Your e-mail" title="Your e-mail" field_name="Email" type="text" name="post[email]" id="post_email">
        </span> <!-- col-sm-3 -->
        <span class="col-xs-4 ">
          <select id="post_kind" name="post[kind]" class="right form-control">
            <option value="suggestion" selected="&quot;selected&quot;">suggestion</option>
            <option value="error">error</option>
            <option value="question">question</option>
            <option value="praise">praise</option>
          </select>
        </span> <!-- col-xs-3 -->
        <span class="col-xs-4 ">
          <input name="post[kind_public]" type="hidden" value="0">
          <input type="checkbox" name="post[kind_public]" id="kind_public1" value="1" checked="&quot;checked&quot;" onchange="show_hide_kind();">
          <label for="kind_public1">Publish to forum</label>
        </span>
      </span> <!-- fields -->
      <span class="col-xs-4 buttons text-right">
        <!-- <input type="button" class="btn" onclick="return hide_new_post();return false;" value="Cancel"/> -->
        <a href="#" onclick="return hide_new_post();" class="link">Cancel</a>
        <span class="separator">|</span>
        <input type="submit" name="commit" value="Send" class="btn btn-success" data-disable-with="Send">
      </span>
    </div> <!-- row -->
    <div class="clear"></div>
    <div id="spanButtonPlaceHolder"></div>
    <!-- APX -->
    <div class="s3_uploader" hidden="hidden">
      <script type="text/javascript">
        var delete_appendix_post_uploader = function(index) {
          if (confirm('Are you sure?')) {
            var name_selector = "[name='post[appendixes][" + index + "][_destroy]']";
            $(name_selector).val(1);
            $(name_selector).closest('.appendix_li').slideUp();
            if (window['SS']) {
              SS.plupload.on_delete_appendix("post_uploader")
            }
          }
          return false;
        };
        var file_form_post_uploader = function(file) {
          return "          <li id='appendix_" + file['id'] + "' class='appendix_li list-group-item p-xs " + (file['failed_file'] ? 'post-failed-appendix' : '') +
            "'>            <div class='well1 post_appendix_file appendix_container'>              <span >                <input class='appendix_name' type='hidden' value=\"" + file['name'] + "\" name='post[appendixes][" + file['id'] +
            "][name]' >                <input class='appendix_path' type='hidden' value=\"" + file['path'] + "\" name='post[appendixes][" + file['id'] + "][path]' >                <input class='appendix_exists' type='hidden' value=\"" + file[
              'exists'] + "\" name='post[appendixes][" + file['id'] + "][exists]' >                <input class='appendix_destroy' type='hidden' value='0' name='post[appendixes][" + file['id'] +
            "][_destroy]' >                <a target='_file' href=\"" + file['url'] + "\" ><i class='fa fa-paperclip m-r-sm small'></i> " + file['name'] +
            "</a>              </span>              <span class='pull-right'>                <a class='delete_field btn btn-xs btn-white' title='delete' href='#' onclick='return delete_appendix_post_uploader(\"" + file.id +
            "\");'><i class='fa fa-trash m-r-xs'></i> Delete</a>              </span>            </div>          </li>"
        };
      </script>
      <script src="//assets.sugester.com/assets/sugester_v1/plupload.full-14b14a11f1fa6f4e6c27900ad071f046acdb6bd8d04884b598502fb6ae5a322a.js"></script>
      <script type="text/javascript">
        $(function() {
          var post_uploader = new plupload.Uploader({
            browse_button: 'add_post_attachment_btn',
            container: 'post_attachments_container',
            drop_element: 'post_attachments',
            runtimes: 'html5,flash,html4',
            max_file_size: '209715200b',
            unique_names: true,
            url: 'https://s3.eu-west-1.amazonaws.com/cdn1.sugester.com',
            flash_swf_url: 'assets/plupload/plupload.flash.swf',
            multipart: true,
            multipart_params: {
              'key': '_temporary_files/w/wikirank/appendixes/post/l1Eta9kkrA5HBCThxr3/${filename}',
              'Filename': '${filename}' // adding this to keep consistency across the runtimes
                ,
              'acl': 'authenticated-read',
              'Content-Type': '',
              'success_action_status': '201',
              'AWSAccessKeyId': 'AKIAJW4ID3XPFEZGQAYQ',
              'policy': 'eydleHBpcmF0aW9uJzogJzIwMjQtMDYtMjdUMTA6MDE6NDMuMDAwWicsCiAgICAgICAgICAnY29uZGl0aW9ucyc6IFsKICAgICAgICAgICAgeydidWNrZXQnOiAnY2RuMS5zdWdlc3Rlci5jb20nfSwKICAgICAgICAgICAgWydzdGFydHMtd2l0aCcsICcka2V5JywgJ190ZW1wb3JhcnlfZmlsZXMvdy93aWtpcmFuay9hcHBlbmRpeGVzJ10sCiAgICAgICAgICAgIHsnYWNsJzogJ2F1dGhlbnRpY2F0ZWQtcmVhZCd9LAogICAgICAgICAgICB7J3N1Y2Nlc3NfYWN0aW9uX3N0YXR1cyc6ICcyMDEnfSwKICAgICAgICAgICAgWydjb250ZW50LWxlbmd0aC1yYW5nZScsIDAsIDIwOTcxNTIwMF0sCiAgICAgICAgICAgIFsnc3RhcnRzLXdpdGgnLCAnJEZpbGVuYW1lJywgJyddLAogICAgICAgICAgICBbJ3N0YXJ0cy13aXRoJywgJyRuYW1lJywgJyddLAogICAgICAgICAgICBbJ3N0YXJ0cy13aXRoJywnJENvbnRlbnQtVHlwZScsJyddCiAgICAgICAgICBdCiAgICAgIH0=',
              'signature': 'V/lW5PeV+/Ky3dk56h341+FXytM='
            }
          });
          if (typeof(SS) != 'undefined' && SS.uploaders) {
            SS.uploaders["post_uploader"] = post_uploader;
          }
          post_uploader.init();
          post_uploader.bind('FilesAdded', function(up, files) {
            for (var i in files) {
              $('#post_attachments').append('<div id="' + files[i].id + '" class="well" ><span>' + files[i].name + ' (' + plupload.formatSize(files[i].size) + ') <b></b></span></div>');
            }
            post_uploader.start();
          });
          post_uploader.bind('UploadProgress', function(up, file) {
            $('#' + file.id + " b").html('<span>' + file.percent + '%</span>');
          });
          post_uploader.bind('FileUploaded', function(up, file) {
            $('#' + file.id).remove();
            $('#post_attachments').append(file_form_post_uploader({
              id: file.id,
              name: file.name,
              path: '_temporary_files/w/wikirank/appendixes/post/l1Eta9kkrA5HBCThxr3/' + file.name,
              url: '/app/appendixes/get_authenticated_url?key=_temporary_files/w/wikirank/appendixes/post/l1Eta9kkrA5HBCThxr3/' + encodeURIComponent(file.name).replace(RegExp("'", "g"), "%27"),
              exists: 'no'
            }));
            console.log('');
          });
          // ajax
          post_uploader.bind('Error', function(up, err) {
            alert("Error: " + err.code + ", Message: " + err.message + (err.file ? ", File: " + err.file.name : ""));
          });
        });
      </script>
    </div>
    <div id="post_attachments_container" style="position: relative">
      <span class="btn btn-link fileinput-button"> &nbsp;&nbsp;<button id="add_post_attachment_btn" class="btn btn-link btn-xs" click="return false;" style="position: relative; z-index: 0;">
          <i class="fa fa-paperclip m-r"></i> Add attachments </button>
      </span>
      <ul id="post_attachments" class="sortable_list ui-sortable list-group white"></ul>
      <div id="p1i1bfv0dvtpj19m1162g1iie149b0_html5_container" class="plupload html5" style="position: absolute; background: transparent; width: 0px; height: 0px; overflow: hidden; z-index: -1; opacity: 0; top: 0px; left: 0px;"><input
          id="p1i1bfv0dvtpj19m1162g1iie149b0_html5" style="font-size: 999px; position: absolute; width: 100%; height: 100%;" type="file" accept="" multiple="multiple"></div>
    </div>
    <div class="clear"></div>
    <div style="margin-bottom:0;">
      <div class="fieldset flash" id="fsUploadProgress">
        <div style="margin-bottom:0" id="attachment_checkboxes">
        </div>
        <span class="legend"></span>
      </div>
      <div id="divStatus" style="margin-bottom:0;"></div>
      <div>
        <input style="display:none;" id="btnCancel" type="button" value="Cancel All Uploads" onclick="swfu.cancelQueue();" disabled="disabled">
      </div>
    </div>
  </div> <!-- form place -->
  <div id="b2" class="hidden" style="display:none">
    <img src="//assets.sugester.com/assets/progress_bar-67045b2289294c222cbab0dbfd07e0af1a40ba39c4ff6165ea9578e2345385da.gif" alt="Progress bar">
  </div>
</form>

Text Content

http://wikirank.net
Login | Signup


WIKIRANK





 Post a suggestion

or


Prosimy o sugestie, uwagi i pytania

suggestion error question praise Publish to forum Cancel |



   Add attachments




 * Search results 0
 * Popular
 * Latest
 * Checked 0
 * Accepted 0
 * Resolved 0


2 votes
Vote


ADD SUPPORT FOR MORE LANGUAGES SUGGESTION

Only 3 languages are supported as of now. You can use i18n translation platforms
to help translate wikirank to multiple other languages.


Anonymous 2018-05-12 03:34 0 comments
more »
1 vote
Vote


OPTICAL SUGGESTION




Anonymous 2024-06-08 00:58 0 comments
more »
0 votes
Vote


RECONTEXTUALIZE SUGGESTION




Anonymous 2024-06-08 01:07 0 comments
more »


Respond to suggestions

Active Users more »


Powered by Sugester