Server IP : 172.16.15.8 / Your IP : 3.137.173.98 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ranicholson/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <!-- File name: iybfootacc.php --> <?php $pass = $_SESSION['pw']; if($pass != "123") print "go away."; else { ?> <html> <title>IN YOUR BAG</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata"> <link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-blue-grey.css"> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> body, html { height: 100%; font-family: "Inconsolata", sans-serif; } .bgimg { background-position: center; background-image: url(https://static1.fashionbeans.com/wp-content/uploads/2018/08/basketballtop.jpg); min-height: 70%; } .menu { display: none; } </style> <BODY> <!-- Header with image --> <header class="bgimg w3-display-container w3-grayscale-min" id="home"> <div class="w3-display-middle w3-center"> <span class="w3-tag" style="font-size:50px">IN YOUR BAG</span> </div> </header> <!-- Add a background color and large text to the whole page --> <div class="w3-sand w3-grayscale w3-large"> <!-- Links (sit on top) --> <div class="w1-top"> <div class="w3-row w3-padding w3-black"> <div class="w3-col s2"> <a href="iyb.php" class="w3-button w3-block w3-black">HOME</a> </div> <div class="w3-col s2"> <a href="iybfootacc.php" class="w3-button w3-block w3-black">FOOTWEAR</a> </div> <div class="w3-col s2"> <a href="iybappacc.php" class="w3-button w3-block w3-black">APPAREL</a> </div> <div class="w3-col s2"> <a href="iybeqmtacc.php" class="w3-button w3-block w3-black">EQUIPMENT</a> </div> <div class="w3-col s2"> <a href="iybtipsacc.php" class="w3-button w3-block w3-black">TIPS</a> </div> <a href="iyb.php" class="w3-bar-item w3-button w3-hide-small w3-right w3-padding-large w3-hover-white" title="Logout"><i class="fa fa-user"></i></a> </div> </div> <center> <h5 class="w3-center w3-padding-65"><span class="w3-tag w3-wide">EDIT FOOTWEAR STOCK</span></h5> </center> <hr> <P> <center> <u>Unavailable Sneaker IDs:</u> <P> <?php include 'footIDs.php'; ?> <hr> <Form enctype="multipart/form-data" action=iybfootacc2.php method=post> <font color=black size=4> <u>Sneaker ID:</u> <input type=text size=5 name=ID><br> </font> <P> <Font color=black size=4> <u>Gender:</u><P> </font> <font color=blue size=3> Mens <input type=radio name=gen value=Mens checked><P> Womens <input type=radio name=gen value=Womens><P> Boys <input type=radio name=gen value=Boys><P> Girls <input type=radio name=gen value=Girls><P> </font> <P> <Font color=black size=4> <u>Type of Sneaker:</u><P> </font> <font color=blue size=3> Power <input type=radio name=sneak value=Power checked><P> Quick <input type=radio name=sneak value=Quick><P> Budget <input type=radio name=sneak value=Budget><P> <P> </font> <font color=black size=4> <u>Name of Sneaker:</u> <input type=text size=5 name=shoe><br> </font> <P> <Font color=black size=4> <u>Product Raiting:</u><P> </font> <font color=blue size=3> * <input type=radio name=pr value=* checked><P> ** <input type=radio name=pr value=**><P> *** <input type=radio name=pr value=***><P> **** <input type=radio name=pr value=****><P> ***** <input type=radio name=pr value=*****><P> </font> <P> <font color=black size=4> <u>Size of Sneaker in US sizes:</u> </font> <font size=3> <select name=sz> <?php for($i=5.0; $i<21.0;($i= $i + 0.5)) print"<option>$i</option>"; ?> </select> <P> </font> <HR> <P><input type=submit name="insert" value="Insert" > <input type=reset value=Reset> </form> <HR> <P> <P> <center> <a href="iybfootaccD.php" class="w3-button w3-red">CLICK HERE TO DELETE SNEAKER STOCK</a> </center> <P> </center> <center> <a href="iybfootacc2.php" class="w3-button w3-block w3-black">CLICK HERE TO VIEW CURRENT SNEAKER STOCK</a> </center> <?php } ?>