paiza.io Open in urlscan Pro
18.180.250.24  Public Scan

URL: https://paiza.io/projects/zGJX9ktp4L736H2rB_Knmg
Submission Tags: falconsandbox
Submission: On December 05 via api from US

Form analysis 3 forms found in the DOM

Name: signup_formPOST /users

<form name="signup_form" class="new_user ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-email ng-valid-validator" id="new_user" action="/users" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden"
    value="✓"><input type="hidden" name="authenticity_token" value="UCSIjY8L/IRQTjyHC6ZVinaNeIFUPVEIdgt8kS7wtbfhFirYKRPD0anquv+IhWC9mikZrSS0tHkfT3cXycmxRw==">
  <div class="control-group mb5">
    <label class="control-label" for="user_username">Username</label>
    <div class="controls">
      <input autofocus="autofocus" class="text_area ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" required="required" minlength="3" ng-model="username" type="text" name="user[username]" id="user_username">
      <span class="text-danger ng-active" ng-messages="signup_form['user[username]'].$error">
        <!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
        <!-- ngMessage: minlength -->
      </span>
      <span class="text-success ng-hide" ng-show="signup_form['user[username]'].$valid">OK</span>
    </div>
  </div>
  <div class="control-group mb5">
    <label class="control-label" for="user_email">E-mail</label>
    <div class="controls">
      <input class="text_area ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-model="email" required="required" type="email" value="" name="user[email]" id="user_email">
      <span class="text-danger ng-active" ng-messages="signup_form['user[email]'].$error">
        <!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
        <!-- ngMessage: email -->
      </span>
      <span class="text-success ng-hide" ng-show="signup_form['user[email]'].$valid">OK</span>
    </div>
  </div>
  <div class="control-group mb5">
    <label class="control-label" for="user_password">Password</label>
    <div class="controls">
      <input autocomplete="off" class="text_area ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" ng-model="password" minlength="8" required="required" type="password" name="user[password]" id="user_password">
      <span class="text-danger ng-active" ng-messages="signup_form['user[password]'].$error">
        <!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
        <!-- ngMessage: minlength -->
      </span>
      <span class="text-success ng-hide" ng-show="signup_form['user[password]'].$valid">OK</span>
    </div>
  </div>
  <div class="mb15">
    <label for="user_password_confirmation">Password confirmation</label>
    <br>
    <input autocomplete="off" ng-model="password_confirmation" minlength="8" required="required" ui-validate="'$value==password'" ui-validate-watch="'password'" type="password" name="user[password_confirmation]" id="user_password_confirmation"
      class="ng-pristine ng-untouched ng-valid-validator ng-empty ng-invalid ng-invalid-required ng-valid-minlength">
    <span class="text-danger ng-active" ng-messages="signup_form['user[password_confirmation]'].$error">
      <!-- ngMessage: required --><span ng-message="required" class="ng-scope">Required</span>
      <!-- ngMessage: validator -->
    </span>
    <span class="text-success ng-hide" ng-show="signup_form['user[password_confirmation]'].$valid">OK</span>
  </div>
  <div><input type="submit" name="commit" value="Sign Up" class="btn btn-primary" ng-disabled="signup_form.$invalid" disabled="disabled"></div>
</form>

Name: signin_formPOST /users/sign_in

<form name="signin_form" class="new_user ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-minlength" id="new_user" action="/users/sign_in" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input
    type="hidden" name="authenticity_token" value="UCSIjY8L/IRQTjyHC6ZVinaNeIFUPVEIdgt8kS7wtbfhFirYKRPD0anquv+IhWC9mikZrSS0tHkfT3cXycmxRw==">
  <div class="control-group">
    <label class="control-label" for="user_email">E-mail</label>
    <div class="controls">
      <input autofocus="autofocus" class="text_area ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-model="email" required="required" type="email" value="" name="user[email]" id="user_email">
      <span class="text-danger" ng-show="signin_form['user[email]'].$error.required">Required</span>
      <span class="text-danger ng-hide" ng-show="signin_form['user[email]'].$error.email">Invalid E-Mail address</span>
      <span class="text-success ng-hide" ng-show="signin_form['user[email]'].$valid">OK</span>
    </div>
  </div>
  <div class="control-group">
    <label class="control-label" for="user_password">Password</label>
    <div class="controls">
      <input autocomplete="off" class="text_area ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" minlength="8" required="required" ng-model="password" type="password" name="user[password]" id="user_password">
      <span class="text-danger" ng-show="signin_form['user[password]'].$error.required">Required</span>
      <span class="text-danger ng-hide" ng-show="signin_form['user[password]'].$error.minlength">Too short(less than 8 characters)</span>
      <span class="text-success ng-hide" ng-show="signin_form['user[password]'].$valid">OK</span>
    </div>
  </div>
  <div>
    <input name="user[remember_me]" type="hidden" value="0"><input type="checkbox" value="1" name="user[remember_me]" id="user_remember_me">
    <label for="user_remember_me">Remember me</label>
  </div>
  <div><input type="submit" name="commit" value="Sign In" class="btn btn-primary"></div>
</form>

<form ng-submit="addComment(comment_message)" role="form" class="ng-pristine ng-valid">
  <div>
    <table>
      <tbody>
        <tr>
          <td>
            <user-image size="32" user="current_user"
              class="ng-isolate-scope"><i class="glyphicon glyphicon-user guest-user-color" ng-show="user==null" ng-style="{'font-size': size + 'px', 'vertical-align': 'middle'}" tooltip-animation="false" uib-tooltip="(A guest)" style="font-size: 32px; vertical-align: middle;"></i>
              <a class="no-color" ng-href="/users/show/" href="/users/show/">
<img ng-show="user.image_url" ng-style="{ width: size+'px',height:size+'px'}" tooltip-animation="false" uib-tooltip="" class="ng-hide" style="width: 32px; height: 32px;">
<i class="glyphicon glyphicon-user default-user-color ng-hide" ng-show="user!=null &amp;&amp; !user.image_url" ng-style="{'font-size': size+'px','vertical-align':'middle'}" tooltip-animation="false" uib-tooltip="" style="font-size: 32px; vertical-align: middle;"></i>
</a>
            </user-image>
          </td>
          <td>
            <div ng-show="current_user" class="ng-hide" style="">
              <div>
                <b class="ng-binding">

</b>
              </div>
              <div>
                <div class="form-inline">
                  <div class="form-group">
                    <textarea class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="comment_message" placeholder="Looks good for you ?" style="width: 500px;" type="text"></textarea>
                    <input class="btn btn-primary" type="submit">
                  </div>
                </div>
              </div>
            </div>
            <div ng-show="!current_user">
              <b class="ng-binding">
Please sign in to use this feature.
</b>
            </div>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</form>

Text Content

Beta
Online PHP Editor
 * New code
   
 * Recent code
   
   
 * WebDev
 * 

 * English
   
    * English
    * 日本語
    * Spanish

 * Sign Up
 * 
 * Sign In

 *  * Help Feedback/Contact

× Close

SIGN UP

GitHub Sign In

--------------------------------------------------------------------------------

Facebook Sign In Google Sign In

--------------------------------------------------------------------------------

Username
Required OK
E-mail
Required OK
Password
Required OK
Password confirmation
Required OK

Forgot your password?
Didn't receive confirmation instructions?


--------------------------------------------------------------------------------


× Close

SIGN IN

GitHub Sign In

--------------------------------------------------------------------------------

Facebook Sign In Google Sign In

--------------------------------------------------------------------------------

E-mail
Required Invalid E-Mail address OK
Password
Required Too short(less than 8 characters) OK
Remember me

Forgot your password?
Didn't receive confirmation instructions?


--------------------------------------------------------------------------------


PHP Split Button!
Bash C C# C++ Clojure Cobol CoffeeScript D Elixir Erlang F# Go Haskell Java
JavaScript Kotlin MySQL Objective-C Perl PHP Python2 Python3 R Ruby Rust Scala
Scheme Swift VB


Ruby on Rails, Node.js, MySQL, Java(Tomcat, JSP), PHP(LAMP), Django, Jupyter
Notebook, etc.
For web development, additional package, root, database, terminal... Visit
PaizaCloud Cloud IDE!


   
 * Main.php
   
   


Success

1
2
3
4
https://www.facebook.com/Billy-Joe-Saunders-vs-Martin-Murray-Live-Stream-102231941750252
https://www.facebook.com/Saunders-vs-Murray-Live-Stream-Free-102375981735933
https://twitter.com/i/events/1334542724658171905



 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run (Ctrl-Enter) Split Button!
 * Delete
 * Delete (as Super User)
 * 
 * Save only
 * Fork
 * Run only







 * Output
 * Runtime error
 * Build error
 * Input
 * Comments 0
   (0.03 sec)

nullnull

Please sign in to use this feature.


Please Wait...




TextHTMLJSON

https://www.facebook.com/Billy-Joe-Saunders-vs-Martin-Murray-Live-Stream-102231941750252
https://www.facebook.com/Saunders-vs-Murray-Live-Stream-Free-102375981735933
https://twitter.com/i/events/1334542724658171905



×
学校向けに無料提供中!ブラウザだけでプログラミングが学べる「paizaラーニング学校フリーパス」の申請はこちらから!

× Close

INFORMATION

This program was neither run nor saved.

--------------------------------------------------------------------------------



FORK PARENT:

No parent


DETAILS

Id: 6850362
Language: php
Build time:
Build exit code: 0
Build result:
Exit code: 0
Time: 0.03
Memory: 27712000
Network connections used: 0
Result: success
Live:
Share: private
Created at: 2020-12-03T18:31:04.000Z
Updated at: 2020-12-03T18:31:05.000Z
Run at: 2020-12-03T18:31:05.000Z
Saved at: 2020-12-03T18:31:04.000Z
Close
× Close

EDITOR PREFERENCES

Theme: ChromeCloudsCrimson
EditorDawnDreamweaverEclipseKatzenMilchKuroirGitHubSolarized
LightTextMateTomorrowXCodeAmbianceChaosClouds
MidnightCobaltidle_fingerskrkrThemeMerbivoreMerbivore SoftMono
IndustrialMonokaiPastel on DarkSolarized DarkTerminalTomorrow NightTomorrow
Night BlueTomorrow Night BrightTomorrow Night 80sTwilightVibrant Ink
FontSize: 10px11px12px13px14px16px18px20px24px48px
Keymap: normalvimemacs
Tab width:
Auto completion: On
Show gutter: On
Show invisibles: Off
Close
×

TASK SCHEDULING

Please sign in to use this feature.
You are not the owner of this code.
No schedulingEvery hourEvery day
Close