paiza.io Open in urlscan Pro
52.194.10.171  Public Scan

URL: https://paiza.io/projects/CHUDVW2MHIdEK2ewwTXW1g?language=php
Submission Tags: falconsandbox
Submission: On March 04 via api from US — Scanned from JP

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="b8EVFj2GJRBp+ijCNhoWh9Y9xWGN6y3PYYybFbDU+AKPbEh43BjGnfTdphFaqJx/YjWW1jlf4I3dNy30yEkmTQ==">
  <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="b8EVFj2GJRBp+ijCNhoWh9Y9xWGN6y3PYYybFbDU+AKPbEh43BjGnfTdphFaqJx/YjWW1jlf4I3dNy30yEkmTQ==">
  <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 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
During the 1980s, bin Laden fought alongside the mujahideen in Afghanistan
against the Soviet Union. After the Soviets withdrew, he went home to Saudi
Arabia, then moved to Sudan before being expelled and returning to Afghanistan
in 1996 to live under Taliban protection. Within a few months of his arrival, he
issued a 30-page fatwa, “Declaration of War Against the Americans Occupying the
Land of the Two Holy Places,” which was published in a London-based newspaper,
Al-Quds Al-Arabi, and faxed to supporters around the world. It was bin Laden’s
first public call for a global jihad against the United States. In a rambling
text, bin Laden opined on Islamic history, celebrated recent attacks against
U.S. forces in Lebanon and Somalia, and recounted a multitude of grievances
against the United States, Israel, and their allies. “The people of Islam had
suffered from aggression, iniquity and injustice imposed on them by the
Jewish-Christian alliance and their collaborators,” he wrote.

https://pionerosecologicos.net/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free/

https://pionerosecologicos.net/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-free/

https://pionerosecologicos.net/forums/topic/chal-mera-putt-2-full-movie-download-720p-online-watch/

https://pionerosecologicos.net/forums/topic/chal-mera-putt-2-full-movie-download-720p-filmywap/

https://pionerosecologicos.net/forums/topic/download-chal-mera-putt-2-full-movie-720p-bluray/

https://pionerosecologicos.net/forums/topic/chal-mera-putt-2-2020-punjabi-full-movie-watch-online-free/


https://thehomecenteronline.net/forums/topic/123movies-watch-chal-mera-putt-2-hd-online-full-free-stream/

https://thehomecenteronline.net/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free/

https://thehomecenteronline.net/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-free/

https://thehomecenteronline.net/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-hd/

https://thehomecenteronline.net/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free-2/

https://thehomecenteronline.net/forums/topic/123movies-watch-show-watch-chal-mera-putt-2-online-2020-full-movie-free/

http://assopellettieri.it/forums/topic/watch-chal-mera-putt-2-2020-online-movie-full-hd-720p-free-download/

http://assopellettieri.it/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free/

http://assopellettieri.it/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-free/

http://assopellettieri.it/forums/topic/123movies-watch-chal-mera-putt-2-2020-full-movie-online-hd/

http://assopellettieri.it/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free-2/

http://assopellettieri.it/forums/topic/123movies-watch-show-watch-chal-mera-putt-2-online-2020-full-movie-free/

https://www.govloop.com/forums/topic/123movies-watch-show-watch-chal-mera-putt-2-online-2020-full-movie-free/

https://nonprofits.uwm.edu/profile/123movies-watch-chal-mera-putt-2-2020-online-full-free/1609851/

https://teacher.desmos.com/activitybuilder/custom/605e1534c91af00cb5a18819

https://sites.google.com/view/googl-chl/

https://twitter.com/i/events/1375510912463855616

https://filmflicks.xyz/movie/680956/chal-mera-putt-2.html

https://chromo.it/forums/topic/123movie-watch-chal-mera-putt-2-2020-online-fullhd/

https://dandc-c.com/forums/topic/102354/

http://journal.wrocah.ac.uk/forums/topic/chal-mera-putt-2-2020-hd-720p-full-movie-english-subtitles/

https://vouproifsc.com/forums/topic/fmovies-chal-mera-putt-2-english-full-movie-free-on-123movies/

https://good-charism.com/forums/topic/vmovies-chal-mera-putt-2-english-full-movie-free-on-123movies

https://dandc-c.com/forums/topic/102357/

https://lalocandadelcorvorosso.altervista.org/forums/topic/download-chal-mera-putt-2-full-movie-link-1080p-720p-480p/



 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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

During the 1980s, bin Laden fought alongside the mujahideen in Afghanistan against the Soviet Union. After the Soviets withdrew, he went home to Saudi Arabia, then moved to Sudan before being expelled and returning to Afghanistan in 1996 to live under Taliban protection. Within a few months of his arrival, he issued a 30-page fatwa, “Declaration of War Against the Americans Occupying the Land of the Two Holy Places,” which was published in a London-based newspaper, Al-Quds Al-Arabi, and faxed to supporters around the world. It was bin Laden’s first public call for a global jihad against the United States. In a rambling text, bin Laden opined on Islamic history, celebrated recent attacks against U.S. forces in Lebanon and Somalia, and recounted a multitude of grievances against the United States, Israel, and their allies. “The people of Islam had suffered from aggression, iniquity and injustice imposed on them by the Jewish-Christian alliance and their collaborators,” he wrote.

https://pionerosecologicos.net/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free/

https://pionerosecologicos.net/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-free/

https://pionerosecologicos.net/forums/topic/chal-mera-putt-2-full-movie-download-720p-online-watch/

https://pionerosecologicos.net/forums/topic/chal-mera-putt-2-full-movie-download-720p-filmywap/

https://pionerosecologicos.net/forums/topic/download-chal-mera-putt-2-full-movie-720p-bluray/

https://pionerosecologicos.net/forums/topic/chal-mera-putt-2-2020-punjabi-full-movie-watch-online-free/


https://thehomecenteronline.net/forums/topic/123movies-watch-chal-mera-putt-2-hd-online-full-free-stream/

https://thehomecenteronline.net/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free/

https://thehomecenteronline.net/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-free/

https://thehomecenteronline.net/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-hd/

https://thehomecenteronline.net/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free-2/

https://thehomecenteronline.net/forums/topic/123movies-watch-show-watch-chal-mera-putt-2-online-2020-full-movie-free/

http://assopellettieri.it/forums/topic/watch-chal-mera-putt-2-2020-online-movie-full-hd-720p-free-download/

http://assopellettieri.it/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free/

http://assopellettieri.it/forums/topic/watch-chal-mera-putt-2-2020-full-movie-online-free/

http://assopellettieri.it/forums/topic/123movies-watch-chal-mera-putt-2-2020-full-movie-online-hd/

http://assopellettieri.it/forums/topic/hd-watch-chal-mera-putt-2-2020-full-movie-online-free-2/

http://assopellettieri.it/forums/topic/123movies-watch-show-watch-chal-mera-putt-2-online-2020-full-movie-free/

https://www.govloop.com/forums/topic/123movies-watch-show-watch-chal-mera-putt-2-online-2020-full-movie-free/

https://nonprofits.uwm.edu/profile/123movies-watch-chal-mera-putt-2-2020-online-full-free/1609851/

https://teacher.desmos.com/activitybuilder/custom/605e1534c91af00cb5a18819

https://sites.google.com/view/googl-chl/

https://twitter.com/i/events/1375510912463855616

https://filmflicks.xyz/movie/680956/chal-mera-putt-2.html

https://chromo.it/forums/topic/123movie-watch-chal-mera-putt-2-2020-online-fullhd/

https://dandc-c.com/forums/topic/102354/

http://journal.wrocah.ac.uk/forums/topic/chal-mera-putt-2-2020-hd-720p-full-movie-english-subtitles/

https://vouproifsc.com/forums/topic/fmovies-chal-mera-putt-2-english-full-movie-free-on-123movies/

https://good-charism.com/forums/topic/vmovies-chal-mera-putt-2-english-full-movie-free-on-123movies

https://dandc-c.com/forums/topic/102357/

https://lalocandadelcorvorosso.altervista.org/forums/topic/download-chal-mera-putt-2-full-movie-link-1080p-720p-480p/

https://www.deviantart.com/lamishabelie/journal/Download-Chal-Mera-Putt-2-Full-Movie-Link-1080p-7-874466782

https://www.change.org/o/3225831

So if neither al-Qaeda nor the United States won the Twenty Years’ War, who did? The winners were Iran and China. The United States removed not one, but two, of Iran’s adversaries, the Taliban regime in Afghanistan and Saddam Hussein in Iraq. Tehran subsequently became one of the most influential players in Iraqi politics. The American blood and treasure expended in the Middle East also accelerated the point at which China will catch up to the United States economically.



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

× Close

INFORMATION

This program was neither run nor saved.

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



FORK PARENT:

No parent


DETAILS

Id: 8234293
Language: php
Build time:
Build exit code: 0
Build result:
Exit code: 0
Time: 0.03
Memory: 27880000
Network connections used: 0
Result: success
Live:
Share: private
Created at: 2021-03-27T04:31:15.000Z
Updated at: 2021-03-27T04:31:16.000Z
Run at: 2021-03-27T04:31:16.000Z
Saved at: 2021-03-27T04:31:15.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