paiza.io
Open in
urlscan Pro
18.180.51.202
Public Scan
URL:
https://paiza.io/projects/kE8njAnvEvLBjMp3SLET6w?language=php
Submission Tags: falconsandbox
Submission: On August 08 via api from US — Scanned from JP
Submission Tags: falconsandbox
Submission: On August 08 via api from US — Scanned from JP
Form analysis
3 forms found in the DOMName: signup_form — POST /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="K+fbkF78K3BhwE7a5JwkgYyy9OeHYbq9Meh4elSoQl/iuFURG/fHJNL3pukjet32JYNMSoXWmtjgKsGOd3LzMA==">
<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_form — POST /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="K+fbkF78K3BhwE7a5JwkgYyy9OeHYbq9Meh4elSoQl/iuFURG/fHJNL3pukjet32JYNMSoXWmtjgKsGOd3LzMA==">
<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 && !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">
<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" class="">
<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 Nadesiko Objective-C Perl PHP Python2 Python3 R Ruby Rust Scala Scheme Swift TypeScript 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 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 https://www.reddit.com/r/youtube/comments/1enhz9v/watch_reddit_nfl_streams_ways_nfl_live_streams/ https://www.reddit.com/r/NFLFantasy/comments/1enh5bi/whats_the_best_way_to_watch_free_new_york_giants/ https://www.reddit.com/r/NFLFantasy/comments/1enh5fr/is_there_a_way_to_watch_2024_detroit_lions_vs_new/ https://www.reddit.com/r/NFLFantasy/comments/1enh5vh/is_the_any_ways_to_watch_streams_detroit_lions_vs/ https://www.reddit.com/r/NFLFantasy/comments/1enh6f8/official_nfl_2024ny_giants_vs_lions_live_streams/ https://www.reddit.com/r/NFLFantasy/comments/1enh7c9/𝙒𝙝𝙖𝙩𝙨_𝙩𝙝𝙚_𝙬𝙖𝙮_𝙩𝙤_𝙎𝙩𝙧𝙚𝙖𝙢𝙨_𝙉𝙁𝙇_𝙛𝙍𝙧𝙚𝙚_𝙡𝙞𝙫𝙚_𝙊𝙣_𝙍𝙚𝙙𝙙𝙞𝙩/ https://www.reddit.com/r/NFLFantasy/comments/1enh7tw/ver_nfl_en_vivo_new_york_giants_detroit_lions/ https://www.reddit.com/r/NFLFantasy/comments/1enh8gc/whats_the_best_ways_of_free_carolina_panthers_vs/ https://www.reddit.com/r/NFLFantasy/comments/1enh926/official_watch_new_england_patriots_vs_carolina/ https://www.reddit.com/r/NFLFantasy/comments/1enh9rb/envivo_ne_patriots_vs_panthers_live_streams_on_tv/ https://www.reddit.com/r/NFLFantasy/comments/1enhabx/whats_the_best_way_to_streams_carolina_panthers/ https://www.reddit.com/r/NFLFilms/comments/1enhb6v/how_i_find_new_england_patriots_carolina_panthers/ https://www.reddit.com/r/NFLFilms/comments/1enhbrd/whats_ways_for_watch_vivo_carolina_panthers_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhc9z/whats_the_ways_of_live_detroit_lions_vs_new_york/ https://www.reddit.com/r/NFLFilms/comments/1enhct9/is_there_the_best_ways_to_watch_lions_vs_giants/ https://www.reddit.com/r/NFLFilms/comments/1enhd4p/is_there_the_way_to_watch_2024_detroit_lions_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhd7s/𝙒𝙝𝙖𝙩𝙨_𝙩𝙝𝙚_𝙬𝙖𝙮𝙨_𝙤𝙛_𝙛𝙍𝙧𝙚𝙚_𝙉𝙁𝙇_𝙎𝙩𝙧𝙚𝙖𝙢𝙨_𝙡𝙞𝙫𝙚_𝙎𝙩𝙧𝙚𝙖𝙢𝙨/ https://www.reddit.com/r/NFLFilms/comments/1enhdq4/heres_whats_the_ways_of_free_panthers_vs_patriots/ https://www.reddit.com/r/NFLFilms/comments/1enheni/how_i_find_the_ways_to_get_carolina_panthers_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhewd/how_i_find_best_way_to_get_nfl_panthers_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhfhg/heres_how_i_find_the_way_to_get_2024_football/ הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה 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.04 sec) nullnull Please sign in to use this feature. Please Wait... TextHTMLJSON https://www.reddit.com/r/youtube/comments/1enhz9v/watch_reddit_nfl_streams_ways_nfl_live_streams/ https://www.reddit.com/r/NFLFantasy/comments/1enh5bi/whats_the_best_way_to_watch_free_new_york_giants/ https://www.reddit.com/r/NFLFantasy/comments/1enh5fr/is_there_a_way_to_watch_2024_detroit_lions_vs_new/ https://www.reddit.com/r/NFLFantasy/comments/1enh5vh/is_the_any_ways_to_watch_streams_detroit_lions_vs/ https://www.reddit.com/r/NFLFantasy/comments/1enh6f8/official_nfl_2024ny_giants_vs_lions_live_streams/ https://www.reddit.com/r/NFLFantasy/comments/1enh7c9/𝙒𝙝𝙖𝙩𝙨_𝙩𝙝𝙚_𝙬𝙖𝙮_𝙩𝙤_𝙎𝙩𝙧𝙚𝙖𝙢𝙨_𝙉𝙁𝙇_𝙛𝙍𝙧𝙚𝙚_𝙡𝙞𝙫𝙚_𝙊𝙣_𝙍𝙚𝙙𝙙𝙞𝙩/ https://www.reddit.com/r/NFLFantasy/comments/1enh7tw/ver_nfl_en_vivo_new_york_giants_detroit_lions/ https://www.reddit.com/r/NFLFantasy/comments/1enh8gc/whats_the_best_ways_of_free_carolina_panthers_vs/ https://www.reddit.com/r/NFLFantasy/comments/1enh926/official_watch_new_england_patriots_vs_carolina/ https://www.reddit.com/r/NFLFantasy/comments/1enh9rb/envivo_ne_patriots_vs_panthers_live_streams_on_tv/ https://www.reddit.com/r/NFLFantasy/comments/1enhabx/whats_the_best_way_to_streams_carolina_panthers/ https://www.reddit.com/r/NFLFilms/comments/1enhb6v/how_i_find_new_england_patriots_carolina_panthers/ https://www.reddit.com/r/NFLFilms/comments/1enhbrd/whats_ways_for_watch_vivo_carolina_panthers_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhc9z/whats_the_ways_of_live_detroit_lions_vs_new_york/ https://www.reddit.com/r/NFLFilms/comments/1enhct9/is_there_the_best_ways_to_watch_lions_vs_giants/ https://www.reddit.com/r/NFLFilms/comments/1enhd4p/is_there_the_way_to_watch_2024_detroit_lions_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhd7s/𝙒𝙝𝙖𝙩𝙨_𝙩𝙝𝙚_𝙬𝙖𝙮𝙨_𝙤𝙛_𝙛𝙍𝙧𝙚𝙚_𝙉𝙁𝙇_𝙎𝙩𝙧𝙚𝙖𝙢𝙨_𝙡𝙞𝙫𝙚_𝙎𝙩𝙧𝙚𝙖𝙢𝙨/ https://www.reddit.com/r/NFLFilms/comments/1enhdq4/heres_whats_the_ways_of_free_panthers_vs_patriots/ https://www.reddit.com/r/NFLFilms/comments/1enheni/how_i_find_the_ways_to_get_carolina_panthers_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhewd/how_i_find_best_way_to_get_nfl_panthers_vs/ https://www.reddit.com/r/NFLFilms/comments/1enhfhg/heres_how_i_find_the_way_to_get_2024_football/ × 学校向けに無料提供中!ブラウザだけでプログラミングが学べる「paizaラーニング学校フリーパス」の申請はこちらから! × Close INFORMATION This program was neither run nor saved. -------------------------------------------------------------------------------- FORK PARENT: No parent DETAILS Id: 24087842 Language: php Build time: Build exit code: 0 Build result: Exit code: 0 Time: 0.04 Memory: 28328000 Network connections used: 0 Result: success Live: Share: private Created at: 2024-08-08T21:35:52.000Z Updated at: 2024-08-08T21:35:52.000Z Run at: 2024-08-08T21:35:52.000Z Saved at: 2024-08-08T21:35:52.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