Guest User

ABOUT BEAR! (400pts)

a guest
Oct 7th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 15.14 KB | None | 0 0
  1. http://35.194.252.85/ACEBEARCHALL400/index.php
  2.  
  3. view-source:http://35.194.252.85/ACEBEARCHALL400/polarbear.php?p=php://filter/convert.base64-encode/resource=home.php
  4.  
  5. ================================================home.php================================================
  6.  
  7. <?php
  8.   error_reporting(0);
  9.   session_start();
  10.   if(isset($_GET['p'])) {
  11.     $file=$_GET['p'];
  12. }
  13. ?>
  14. <!DOCTYPE html>
  15. <html>
  16.   <head>
  17.     <meta charset="utf-8">
  18.     <title>CHALLENGES 500</title>
  19.     <link rel="stylesheet" href="/css/mellivora.css">
  20.   </head>
  21.   <body>
  22.     <div class="page">
  23.         <nav class="header" id="header">
  24.             <div id="header-inner">
  25.                 <div id="header-logo">
  26.                     <a href="/ACEBEARCHALL400/index.php">
  27.                         <h1 id="site-logo-text">PHANTOM0305</h1>
  28.                         <div id="site-logo">
  29.                             <object data="/img/acebear3.svg" type="image/svg+xml"></object>
  30.                         </div>
  31.                     </a>
  32.                 </div>
  33.                 <div id="header-menu">
  34.                     <ul class="linkheader" id="menu-main">
  35.                                 <li><a href="/ACEBEARCHALL400/home.php">HOME</a></li>
  36.                                 <li><a href="/ACEBEARCHALL400/panda.php">PANDA</a></li>
  37.                                 <li><a href="/ACEBEARCHALL400/polarbear.php">POLAR BEAR</a></li>
  38.                     </ul>
  39.                 </div>
  40.             </div>
  41.         </nav><!-- navbar -->
  42.  
  43.         <div class="container" id="body-container">
  44.  
  45.             <div id="content-container">
  46.               <center><h4>WELCOME TO ACEBEAR</h4></center>
  47.               <center> <img src="https://unagb.files.wordpress.com/2015/11/grizzly-bear2.jpg"  alt=""></center>
  48.               <p>Bears are carnivoran mammals of the family Ursidae. They are classified as caniforms, or doglike carnivorans. Although only eight species of bears are extant, they are widespread, appearing in a wide variety of habitats throughout the Northern Hemisphere and partially in the Southern Hemisphere. Bears are found on the continents of North America, South America, Europe, and Asia. Common characteristics of modern bears include large bodies with stocky legs, long snouts, small rounded ears, shaggy hair, plantigrade paws with five nonretractile claws, and short tails.</p>
  49.               <p>While the polar bear is mostly carnivorous, and the giant panda feeds almost entirely on bamboo, the remaining six species are omnivorous with varied diets. With the exception of courting individuals and mothers with their young, bears are typically solitary animals. They may be diurnal or nocturnal and have an excellent sense of smell. Despite their heavy build and awkward gait, they are adept runners, climbers, and swimmers. Bears use shelters, such as caves and logs, as their dens; most species occupy their dens during the winter for a long period of hibernation, up to 100 days.</p>
  50.               <p>Bears have been hunted since prehistoric times for their meat and fur; they have been used for bear-baiting and other forms of entertainment, such as being made to dance. With their powerful physical presence, they play a prominent role in the arts, mythology, and other cultural aspects of various human societies. In modern times, bears have come under pressure through encroachment on their habitats and illegal trade in bear parts, including the Asian bile bear market. The IUCN lists six bear species as vulnerable or endangered, and even least concern species, such as the brown bear, are at risk of extirpation in certain countries. The poaching and international trade of these most threatened populations are prohibited, but still ongoing.</p>
  51.               <h5>Feeding</h5>
  52.               <img src="https://c402277.ssl.cf1.rackcdn.com/photos/81/images/story_full_width/Giant_Panda_Why_They_Matter_image_%28c%29_Bernard_De_Wetter_WWF_Canon.jpg?1345563751" alt="">
  53.               <p>Most bears are opportunistic omnivores and consume more plant than animal matter. They eat anything from leaves, roots, and berries to insects, carrion, fresh meat, and fish, and have digestive systems and teeth adapted to such a diet. At the extremes are the almost entirely herbivorous giant panda and the mostly carnivorous polar bear. However, all bears feed on any food source that becomes seasonally available. For example, Asiatic black bears in Taiwan consume large numbers of acorns when these are most common, and switch to ungulates at other times of the year</p>
  54.               <p>When foraging for plants, bears choose to eat them at the stage when they are at their most nutritious and digestible, typically avoiding older grasses, sedges and leaves. Hence, in more northern temperate areas, browsing and grazing is more common early in spring and later becomes more restricted. Knowing when plants are ripe for eating is a learned behaviour. Berries may be foraged in bushes or at the tops of trees, and bears try to maximize the number of berries consumed versus foliage. In autumn, some bear species forage large amounts of naturally fermented fruits, which affects their behaviour.Smaller bears climb trees to obtain mast (edible reproductive parts, such as acorns). Such masts can be very important to the diets of these species, and mast failures may result in long-range movements by bears looking for alternative food sources. Brown bears, with their powerful digging abilities, commonly eat roots. The panda's diet is over 99% bamboo, of 30 different species. Its strong jaws are adapted for crushing the tough stems of these plants, though they prefer to eat the more nutritious leaves. Bromeliads can make up to 50% of the diet of the spectacled bear, which also has strong jaws to bite them open.</p>
  55.             </div> <!-- / content container -->
  56.  
  57.  
  58.         </div> <!-- /container -->
  59.  
  60.     <div id="footer">
  61.         <div class="fade">
  62.             <div id="footer-logo"/>
  63.                 <object data="/img/acebear3.svg" type="image/svg+xml"></object>
  64.             </div>
  65.             <p>Powered by PHANTOM0305-ACEBEAR</p>
  66.         </div>
  67.     </div>
  68.  
  69.     </div>
  70.  
  71.   </body>
  72. </html>
  73. ================================================index.php================================================
  74. <?php
  75.   error_reporting(0);
  76.   session_start();
  77.   #redirect("/ACEBEARCHALL400/home.php");
  78.  @include("account.php");
  79.   if(isset($_GET['p'])) {
  80.     $file=$_GET['p'];
  81. }
  82. ?>
  83. <!DOCTYPE html>
  84. <html>
  85.   <head>
  86.     <meta charset="utf-8">
  87.     <title>CHALLENGES 500</title>
  88.     <link rel="stylesheet" href="/css/mellivora.css">
  89.   </head>
  90.   <body>
  91.     <div class="page">
  92.         <nav class="header" id="header">
  93.             <div id="header-inner">
  94.                 <div id="header-logo">
  95.                     <a href="/ACEBEARCHALL400/index.php">
  96.                         <h1 id="site-logo-text">PHANTOM0305</h1>
  97.                         <div id="site-logo">
  98.                             <object data="/img/acebear3.svg" type="image/svg+xml"></object>
  99.                         </div>
  100.                     </a>
  101.                 </div>
  102.                 <div id="header-menu">
  103.                     <ul class="linkheader" id="menu-main">
  104.                                 <li><a href="/ACEBEARCHALL400/home.php">HOME</a></li>
  105.                                 <li><a href="/ACEBEARCHALL400/panda.php">PANDA</a></li>
  106.                                 <li><a href="/ACEBEARCHALL400/polarbear.php">POLAR BEAR</a></li>
  107.                     </ul>
  108.                 </div>
  109.             </div>
  110.         </nav><!-- navbar -->
  111.  
  112.         <div class="container" id="body-container">
  113.  
  114.             <div id="content-container">
  115.               <?php if (isset($file)&&$file==='home.php')
  116.                       include("home.php");
  117.                  ?>
  118.             </div> <!-- / content container -->
  119.  
  120.  
  121.         </div> <!-- /container -->
  122.  
  123.     <div id="footer">
  124.         <div class="fade">
  125.             <div id="footer-logo"/>
  126.                 <object data="/img/acebear3.svg" type="image/svg+xml"></object>
  127.             </div>
  128.             <p>Powered by PHANTOM0305-ACEBEAR</p>
  129.         </div>
  130.     </div>
  131.  
  132.     </div>
  133.  
  134.   </body>
  135. </html>
  136. ================================================account.php================================================
  137.  
  138. <?php
  139.   $username="QUNFQkVBUl9BQ0VCRUFS"; // ACEBEAR_ACEBEAR
  140.   $password="UDBMNFJfQjM0Ug=="; //P0L4R_B34R
  141.  ?>
  142. ================================================panda.php================================================
  143. <?php
  144.   error_reporting(0);
  145.   session_start();
  146.   if(isset($_GET['p'])) {
  147.     $file=$_GET['p'];
  148.     if(!file_exists($file)){
  149.         if (!strpos($file,"filter")) {
  150.             $file='index.php';
  151.         }
  152.     }
  153.     if(strpos($file,"detail")){
  154.         $file="index.php";
  155.     }
  156. }
  157. ?>
  158. <!DOCTYPE html>
  159. <html>
  160.   <head>
  161.     <meta charset="utf-8">
  162.     <title>CHALLENGES 500</title>
  163.     <link rel="stylesheet" href="/css/mellivora.css">
  164.   </head>
  165.   <body>
  166.     <div class="page">
  167.         <nav class="header" id="header">
  168.             <div id="header-inner">
  169.                 <div id="header-logo">
  170.                     <a href="/ACEBEARCHALL400/index.php">
  171.                         <h1 id="site-logo-text">PHANTOM0305</h1>
  172.                         <div id="site-logo">
  173.                             <object data="/img/acebear3.svg" type="image/svg+xml"></object>
  174.                         </div>
  175.                     </a>
  176.                 </div>
  177.                 <div id="header-menu">
  178.                     <ul class="linkheader" id="menu-main">
  179.                                 <li><a href="/ACEBEARCHALL400/home.php">HOME</a></li>
  180.                                 <li><a href="/ACEBEARCHALL400/panda.php">PANDA</a></li>
  181.                                 <li><a href="/ACEBEARCHALL400/polarbear.php">POLAR BEAR</a></li>
  182.                     </ul>
  183.                 </div>
  184.             </div>
  185.         </nav><!-- navbar -->
  186.  
  187.         <div class="container" id="body-container">
  188.  
  189.             <div id="content-container">
  190.               <?php if(isset($file)&& $file==="foodpanda.php"): ?>
  191.                 <?php
  192.                       include("foodpanda.php");
  193.                   ?>
  194.               <?php else: ?>
  195.               <center><a href="/ACEBEARCHALL400/panda.php">PANDA</a></center>
  196.               <center> <img src="http://images6.fanpop.com/image/photos/35200000/Cute-Pandas-pandas-35203718-500-333.jpg"  alt=""></center>
  197.               <p>The giant panda (Ailuropoda melanoleuca, literally "black and white cat-foot"; Chinese: 大熊猫; pinyin: dà xióng māo, literally "big bear cat"), also known as panda bear or simply panda, is a bear native to south central China. It is easily recognized by the large, distinctive black patches around its eyes, over the ears, and across its round body. The name "giant panda" is sometimes used to distinguish it from the unrelated red panda. Though it belongs to the order Carnivora, the giant panda's diet is over 99% bamboo. Giant pandas in the wild will occasionally eat other grasses, wild tubers, or even meat in the form of birds, rodents, or carrion. In captivity, they may receive honey, eggs, fish, yams, shrub leaves, oranges, or bananas along with specially prepared food.</p>
  198.               <p>The giant panda lives in a few mountain ranges in central China, mainly in Sichuan, but also in neighbouring Shaanxi and Gansu. As a result of farming, deforestation, and other development, the giant panda has been driven out of the lowland areas where it once lived.</p>
  199.               <p>The giant panda is a conservation reliant vulnerable species. A 2007 report showed 239 pandas living in captivity inside China and another 27 outside the country. As of December 2014, 49 giant pandas lived in captivity outside China, living in 18 zoos in 13 different countries.[13] Wild population estimates vary; one estimate shows that there are about 1,590 individuals living in the wild,[12] while a 2006 study via DNA analysis estimated that this figure could be as high as 2,000 to 3,000. Some reports also show that the number of giant pandas in the wild is on the rise. In March 2015, Mongabay stated that the wild giant panda population had increased by 268, or 16.8%, to 1,864. In 2016, the IUCN reclassified the species from "endangered" to "vulnerable".</p>
  200.               <center><a href="/ACEBEARCHALL400/panda.php?p=foodpanda.php">FOOD</a></center>
  201.               <center><img src="http://www.ecology.com/wp-content/uploads/2016/09/panda-bear.jpg" alt=""></center>
  202.               <p>Despite its taxonomic classification as a carnivoran, the giant panda's diet is primarily herbivorous, consisting almost exclusively of bamboo/. However, the giant panda still has the digestive system of a carnivore, as well as carnivore-specific genes,[59] and thus derives little energy and little protein from consumption of bamboo. Its ability to digest cellulose is ascribed to the microbes in its gut.[60][61] Pandas are born with sterile intestines, and require bacteria obtained from their mother's feces to digest vegetation. The giant panda is a "highly specialized" animal with "unique adaptations", and has lived in bamboo forests for millions of years.[50] The average giant panda eats as much as 9 to 14 kg (20 to 30 lb) of bamboo shoots a day to compensate for the limited energy content of its diet. Ingestion of such a large quantity of material is possible because of the rapid passage of large amounts of indigestible plant material through the short, straight digestive tract. It is also noted, however, that such rapid passage of digesta limits the potential of microbial digestion in the gastrointestinal tract,[63] limiting alternative forms of digestion. Given this voluminous diet, the giant panda defecates up to 40 times a day. The limited energy input imposed on it by its diet has affected the panda's behavior. The giant panda tends to limit its social interactions and avoids steeply sloping terrain to limit its energy expenditures</p>
  203.               <?php endif ?>
  204.             </div> <!-- / content container -->
  205.             <?php
  206.                         if(!empty($file)&&$file!='index.php'&&$file!='panda.php' &&$file!='polarbear.php'){
  207.                             include($file);
  208.                         }
  209.                         ?>
  210.  
  211.         </div> <!-- /container -->
  212.  
  213.     <div id="footer">
  214.         <div class="fade">
  215.             <div id="footer-logo"/>
  216.                 <object data="/img/acebear3.svg" type="image/svg+xml"></object>
  217.             </div>
  218.             <p>Powered by PHANTOM0305-ACEBEAR</p>
  219.         </div>
  220.     </div>
  221.  
  222.     </div>
  223.  
  224.   </body>
  225. </html>
  226.  
  227. ================================================panda.php================================================
  228. ================================================panda.php================================================
  229. ================================================panda.php================================================
  230. ================================================panda.php================================================
  231. ================================================panda.php================================================
  232. ================================================panda.php================================================
  233. ================================================panda.php================================================
Add Comment
Please, Sign In to add comment