Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
271 changes: 271 additions & 0 deletions Unofficial/UpDog-Credit-Union/account/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,271 @@
<?php session_start(); ?>

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">

<link rel="stylesheet" href="/css /beststyle2018.css">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

404 here too

<title>Your UpDog Account Details</title>

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">


</head>
<body>

<?php
$_SESSION['extra'] = '<li class="nav-item"><a class="nav-link" href="#">Log Out</a></li>';
Copy link
Member

@PixeLInc PixeLInc Jun 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhere, whether it be in header.php or just here or around here, it actually prints out the PHP of the page.

As shown here

idk if it's me, or something that's in the code. If it's just me, ignore

include("../header.php");
$_SESSION['cc'] = base64_decode($_REQUEST['l']);
$_SESSION['amount'] = '$' . base64_decode($_REQUEST['a']);
?>

<div class="container">

<div id="loading">
<h3>Please Just Wait A Moment...</h3>
</div>

<div class="alert alert-info" style="margin-top;1em">
A new branch opened on 69th street next to the Piggly Wiggly. Contact your branch manager today.
</div>

<div class="alert alert-danger">
A recent pending transaction for <?php echo $_SESSION['amount']; ?> was flagged as suspicious. To verify please <a href='https://en.wikipedia.org/wiki/Technical_support_scam'>click here</a>
</div>




<div class="row">

<div class="col-md-8">

<h3>Accounts</h3>
<hr />
<table id='accounts' class="table table-striped">
<thead>
<tr>
<th>Type</th>
<th>Account Number</th>
<th>Current Balance</th>
<th>Available Balance</th>
</tr>

</thead>
<tbody>
<tr>
<td>Personal Checking</td>
<td>****1337</td>
<td>$9,337.00</td>
<td>$1,234.00</td>
</tr>

<tr>
<td>Platinum AARP Credit Card</td>
<td>****<?php echo $_SESSION['cc']; ?></td>
<td>$420.00</td>
<td>$24,580.00</td>
</tr>

<tr>
<td>Online Savings</td>
<td>****1337</td>
<td>$19,293.44</td>
<td>$15,011.34</td>
</tr>

<tr>
<td>Roth IRA</td>
<td>****1930</td>
<td>$86,753.09</td>
<td>$87,482.10</td>
</tr>

<tr>
<td>Fixed Rate War Bond</td>
<td>****6969</td>
<td>$11,420.00</td>
<td>$12,492.10</td>
</tr>

</tbody>
</table>
</div>





<div class="col-md-4">
<h3>Pending Transactions</h3>
<hr />
<table id='accounts' class="table table-striped">
<thead>
<tr>
<th>Date</th>
<th>Description</th>
<th>Amount</th>

</tr>

</thead>
<tbody>
<tr>
<td><?php echo date('m/d'); ?></td>
<td>APL*ITUNES.COM/BILL</td>
<td><span class="badge badge-danger">-50.00</td>
</tr>

<tr>
<td><?php echo date('m/d'); ?></td>
<td>Netflix</td>
<td><span class="badge badge-danger">-14.99</td>
</tr>

<tr>
<td><?php echo date('m/d'); ?></td>
<td>CandyCrush Checkout</td>
<td><span class="badge badge-danger">-13.37</td>
</tr>

<tr>
<td><?php echo date('m/d'); ?></td>
<td>Apple iTunes</td>
<td><span class="badge badge-danger">-50.00</td>
</tr>

<tr>
<td><?php echo date('m/d'); ?></td>
<td>Checque #103 Deposit</td>
<td><span class="badge badge-success">$50.00</td>
</tr>

<tr>
<td><?php echo date('m/d'); ?></td>
<td>Social Security</td>
<td><span class="badge badge-success">$1,393.19</td>
</tr>

<tr>
<td><?php echo date('m/d', strtotime('-1 day')); ?></td>
<td>AMZN MARKETPLACE</td>
<td><span class="badge badge-danger">-$100.00</td>
</tr>

<tr>
<td><?php echo date('m/d', strtotime('-1 days')); ?></td>
<td>WINRAR/BILL</td>
<td><span class="badge badge-danger">-$30.00</td>
</tr>


<tr>
<td><?php echo date('m/d', strtotime('-1 days')); ?></td>
<td>QVC*SHOPPING BILL</td>
<td><span class="badge badge-danger">-$140.50.00</td>
</tr>


<tr>
<td><?php echo date('m/d', strtotime('-2 days')); ?></td>
<td>Fashion Barn</td>
<td><span class="badge badge-danger">-$333.50</td>
</tr>


<tr>
<td><?php echo date('m/d', strtotime('-4 days')); ?></td>
<td>McDonald's</td>
<td><span class="badge badge-danger">-$18.20</td>
</tr>
</tbody>
</table>

</div>

<div class="row">

<div class="col">


<div class="card">
<div class="card-body">
<h4 class="class-title">What's your Credit Score?</h4>
</p>Find out what your credit score is right now, seriousy it's really easy.</p>
<a href="#">Learn More</a>
</div>
</div>

</div>

<div class="col">


<div class="card">
<div class="card-body">
<h4 class="class-title">Join AARP Rewards</h4>
</p>You could be saving serious coin on everyday purchases.
</p>
<a href="#">Learn More</a>
</div>
</div>

</div>

<div class="col">


<div class="card">
<div class="card-body">
<h4 class="class-title">Record Low Interest Rates</h4>
</p>You're already approved. It takes just a moment to open an account</p>
<a href="#">Learn More</a>
</div>
</div>

</div>


<div class="spacer"></div>



<button class="btn btn-warning">Contact Support</button>

</div>



</div>



<div id="footer">
&copy; Copyright 2018 This fake bank is intended to waste your time.
</div>

</div>



<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script type="text/javascript" src="/script.js"></script>
</body>
</html>





17 changes: 17 additions & 0 deletions Unofficial/UpDog-Credit-Union/bitnami.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.module_top, .module_bottom{
visibility: hidden;
}

table {
border: 0px !important;
}

.module_content img{
min-width: 70px;
}

.module_content h2{
font-size: 30px;
}


58 changes: 58 additions & 0 deletions Unofficial/UpDog-Credit-Union/css/beststyle2018.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
/* CSS STUFF OK */

body{
background-color: #eaeaea;
font-family: "Trebuchet Ms";
}
header {
background-color: #fff;
padding: 4px 8px;
border-bottom: 1px solid #ccc;
}

#loading{
display: none;
position: absolute;
z-index: 999;
top: 50%;
left: 50%;
width: 420px;
margin-left: -210px;
height: 69px;
border: 1px solid #999;
padding: 1em 2em;
background-color: #fff;
box-shadow: 1px 0px 2px #1b1b1b;
text-align: center;
}


.dog {
background-image: url('/img/dog.jpg');
background-size: cover;
background-position : center center;
}
.spacer{
height: 1.5em;
width: 100%;
}

.jumbotron {
border: 1px solid *777;
box-shadow: 1px 8px 16px #ccc;
padding: 1.5em 2em;
margin-top: 4em;
background-color: #ffffffcc;
}

#footer {
position: absolute;
bottom: 0;
font-size: .8em;
width: 100%;
}

#accounts {
border-right: 1px solid #ccc;
}

7 changes: 7 additions & 0 deletions Unofficial/UpDog-Credit-Union/css/bootstrap.bundle.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions Unofficial/UpDog-Credit-Union/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added Unofficial/UpDog-Credit-Union/favicon.ico
Binary file not shown.
23 changes: 23 additions & 0 deletions Unofficial/UpDog-Credit-Union/header.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<header>
<div class= "container">
<div class="row">
<div class="col">
<h5 style="margin-top:8px;">UpDog Credit Union</h5>
</div>

<div class="col">
<nav>

<ul class="nav justify-content-end">
<li class="nav-item"><a class="nav-link" href="#">Personal</a></li>
<li class="nav-item"><a class="nav-link" href="#">Business</a></li>
<li class="nav-item"><a class="nav-link" href="#">Fraud</a></li>
<li class="nav-item"><a class="nav-link" href="#">Fast Support</a></li>
<li class="nav-item"><a class="nav-link" href="#">Contact</a></li>
<?php echo $_SESSION['extra']; ?>
</ul>

</nav>
</div>
</div>
</header>
Binary file added Unofficial/UpDog-Credit-Union/img/dog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading