Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
nahidhk committed May 13, 2024
1 parent 545ab5b commit b53df0d
Show file tree
Hide file tree
Showing 19 changed files with 389 additions and 50 deletions.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ document.addEventListener("DOMContentLoaded", function () {
const item = data[0];
var sell = item.sell;
var buy = item.buy;
document.getElementById("isell").innerText = sell;
document.getElementById("aell").innerText = sell;
document.getElementById("ibuy").innerText = buy;

sessionStorage.setItem("buy",buy);
sessionStorage.setItem("sell",sell);
})
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ <h1>Cryptocashp2p</h1>
<a class="icon" href="#" onclick="github()"> <i class="bi bi-github"></i> </a>&nbsp;&nbsp;&nbsp;&nbsp;
<a class="icon" href="#" onclick="tx()"> <i class="bi bi-twitter-x"></i> </a>
</p>
Customer Care : +880 9638631634<br>
<samp>&copy;Cryptocashp2p - 2024</samp>
</blockquote>
</footer>
Expand Down
1 change: 1 addition & 0 deletions user/.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"pyment":"","userid":"","email":"","phone":"","method":"","account":"","usdAmount":"","bdtAmount":"","fee":"","rbdt":"","tokenname":"","address":"","transaction":"","datetime":"2024-05-13 16:50:06"},{"pyment":"","userid":"","email":"","phone":"","method":"","account":"","usdAmount":"","bdtAmount":"","fee":"","rbdt":"","tokenname":"","address":"","transaction":"","datetime":"2024-05-13 16:52:25"}]
1 change: 1 addition & 0 deletions user/01977357091.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"bkash","account":"01568834415","usdAmount":"100","bdtAmount":"10600.00","fee":"2.00 USD","rbdt":"10388.00 BDT","tokenname":"bpi","address":"1","transaction":"qswdd","datetime":"2024-05-13 16:45:46"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"nagad","account":"018840","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bep20","address":"2","transaction":"4","datetime":"2024-05-13 16:52:44"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"","account":"01568834415","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bpi","address":"1","transaction":"rgrfgjhgrhjgsdhfjgwrefgtrwqegh","datetime":"2024-05-13 18:29:23"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"","account":"01568834415","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bpi","address":"1","transaction":"rgrfgjhgrhjgsdhfjgwrefgtrwqegh","datetime":"2024-05-13 18:36:57"}]
22 changes: 22 additions & 0 deletions user/book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"sell.asp": {
"bynacepayid": {
"buysell.js": "if(if (tokok == 'bpi')",
"line": "112 > 115"
},
"bep20": {
"buysell.js": "if(if (tokok == 'bep20')",
"line": "119 > 122"
},
"trc20": {
"buysell.js": "if(if (tokok == 'trc20)",
"line": "126 > 129"
},
"sellfee": {
"buysell.js":" var fee = usdx * 0.02;",
"line":"78 and 90"
}
}
}
]
64 changes: 36 additions & 28 deletions user/buysell.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,35 +65,7 @@ function number2() {
document.getElementById("set2").classList = "numberlock a-active";
}

// None of these are for fun. It is built with a very open language. May not go as depressed or other system system. It uses only calculation system. Please use the guitar. Cannot attempt to customer.

var sellload = parseFloat(sessionStorage.getItem("sell"));
var buy = parseFloat(sessionStorage.getItem("buy"));

function usdok() {
var usdx = parseFloat(document.getElementById("usdamount").value);
var allusd = usdx * sellload;
document.getElementById("bdtamount").value = allusd;
sessionStorage.setItem("usd", usdx);
var fee = usdx * 0.02;
var feebdtsll = fee * sellload;
var feebdtsllTotal = allusd - feebdtsll;
document.getElementById("fee").value = fee.toFixed(2) + " USD";
document.getElementById("rbdt").value = feebdtsllTotal.toFixed(2) + "BDT";
}

function bdtok() {
var bdty = parseFloat(document.getElementById("bdtamount").value);
var allbdt = bdty / sellload;
document.getElementById("usdamount").value = allbdt.toFixed(2);
sessionStorage.setItem("usd", allbdt);
var fee = allbdt * 0.02;
var myrecev = fee * sellload;
var opto = bdty - myrecev;
document.getElementById("fee").value = fee.toFixed(2);
document.getElementById("rbdt").value = opto.toFixed(2);
}

function number3() {
var datausd = sessionStorage.getItem("usd");
document.getElementById("usd").innerHTML = datausd;
Expand Down Expand Up @@ -157,3 +129,39 @@ var username = sessionStorage.getItem("username");
var city = sessionStorage.getItem("city");
document.getElementById("name").innerHTML=username;
document.getElementById("jela").innerHTML=city;




// None of these are for fun. It is built with a very open language. May not go as depressed or other system system. It uses only calculation system. Please use the guitar. Cannot attempt to customer.

var sellload = parseFloat(sessionStorage.getItem("sell"));
var buy = parseFloat(sessionStorage.getItem("buy"));

function usdok() {
var usdx = parseFloat(document.getElementById("usdamount").value);
var allusd = usdx * sellload;
document.getElementById("bdtamount").value = allusd.toFixed(2); // Fixing to two decimal places
sessionStorage.setItem("usd", usdx);
var fee = usdx * 0.02;
var feebdtsll = fee * sellload;
var feebdtsllTotal = allusd - feebdtsll;
document.getElementById("fee").value = fee.toFixed(2) + " USD";
document.getElementById("rbdt").value = feebdtsllTotal.toFixed(2) + " BDT"; // Fixing to two decimal places
}

function bdtok() {
var bdty = parseFloat(document.getElementById("bdtamount").value);
var allbdt = bdty / sellload;
document.getElementById("usdamount").value = allbdt.toFixed(2); // Fixing to two decimal places
sessionStorage.setItem("usd", allbdt);
var fee = allbdt * 0.02;
var myrecev = fee * sellload;
var opto = bdty - myrecev;
document.getElementById("fee").value = fee.toFixed(2) + " USD"; // Adding "USD" suffix
document.getElementById("rbdt").value = opto.toFixed(2) + " BDT"; // Fixing to two decimal places and adding "BDT" suffix
}




1 change: 1 addition & 0 deletions user/buysell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"bkash","account":"01568834415","usdAmount":"100","bdtAmount":"10600.00","fee":"2.00 USD","rbdt":"10388.00 BDT","tokenname":"bpi","address":"1","transaction":"qswdd","datetime":"2024-05-13 16:45:46"},{"pyment":"","userid":"","email":"","phone":"","method":"","account":"","usdAmount":"","bdtAmount":"","fee":"","rbdt":"","tokenname":"","address":"","transaction":"","datetime":"2024-05-13 16:50:06"},{"pyment":"","userid":"","email":"","phone":"","method":"","account":"","usdAmount":"","bdtAmount":"","fee":"","rbdt":"","tokenname":"","address":"","transaction":"","datetime":"2024-05-13 16:52:25"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"nagad","account":"018840","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bep20","address":"2","transaction":"4","datetime":"2024-05-13 16:52:44"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"","account":"01568834415","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bpi","address":"1","transaction":"rgrfgjhgrhjgsdhfjgwrefgtrwqegh","datetime":"2024-05-13 18:29:23"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"","account":"01568834415","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bpi","address":"1","transaction":"rgrfgjhgrhjgsdhfjgwrefgtrwqegh","datetime":"2024-05-13 18:36:57"}]
141 changes: 141 additions & 0 deletions user/hi.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>server side file</title>
</head>
<style>
table,
td,
th {
padding: 6px;
text-align: center;
border: 1px solid black;
}

table {
border-collapse: collapse;
width: 180px;
}

.top {
float: left;
margin: 10px;
}

.xbit {

height: 80px;
}

@media only screen and (max-width: 600px) {
.xbit {
height: 300px;
}
}
</style>

<body>
<center>
<h1>Crypto Cash P2P</h1>
<p>The crypto buy and sell this www.cryptocashp2p.top in bangladesh</p>
<p>Phone: +880 9638631634 &nbsp;&nbsp;&nbsp;Email: cryptocashp2p@gmail.com &nbsp;&nbsp;&nbsp; Website:
www.cryptocashp2p.top</p>
</center>
<blockquote>
<p>
<b>
Date: {php}<br>
UserName: {php}<br>
UserID: {php}<br>
Phone: {php}

</b>
</p>
</blockquote>
<!-- hay data -->
<section class="xbit">
<center>
<div class="top">
<table>
<tr>
<td>Account Number: {php}</td>
</tr>
<tr>
<th>Methoad : {php}</th>
</tr>
</table>
</div>


<div class="top">
<table>
<tr>
<td>Token Name: {php}</td>
</tr>
<tr>
<th>Transaction Id: {php}</th>
</tr>
</table>
</div>

<div class="top">
<table>
<tr>
<td>Pyment Address: {php}</td>
</tr>
<tr>
<th>Select Pyment: {php}</th>
</tr>
</table>
</div>
</center>

</section>
<h2 style="text-align: center;">{php}</h2>
<hr>
<blockquote>
<br><br>
<table style="width: 100%;">
<tr style="padding: 5px;background-color: rgb(206, 206, 206);">
<th>Pyment Crypto</th>
<th>usdAmount</th>
<th>Rate</th>
<th>bdtAmount</th>
<th>Fee</th>
<th>Receive Ammount </th>

</tr>
<tr>
<td>You Have {php} Crypto {php} USD</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>




</blockquote>
<br><br><br><br><br><br><br><br><br>
<center>

<div style="border: 1px solid blue;padding: 10px;width: 300px;">
<h1>Help Line</h1>
<hr>
<p>Customer Care : +880 9638631634
</p>
<p>Sabbir CEO : +880173849412 </p>
<p>Nahidul Manager : +8801877357091</p>
<p>Email Manager : cryptocashp2p@gmail.com</p>
</div>
</center>

</body>

</html>
8 changes: 5 additions & 3 deletions user/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<p>for USD crypto sell</p>
</div>
<p class="price">
$1 > <span id="isell"></span>
$1 > <span id="asell"></span>
<sub>/BDT</sub>
</p>
<ul class="features">
Expand Down Expand Up @@ -251,7 +251,7 @@
<p>for USD crypto sell</p>
</div>
<p class="price">
$1 > <span id="ibuy"></span>
$1 > <span id="abuy"></span>
<sub>/BDT</sub>
</p>
<ul class="features">
Expand Down Expand Up @@ -319,7 +319,7 @@
<a class="icon" href="#" onclick="telegram()"> <i class="bi bi-telegram"></i> </a>&nbsp;&nbsp;&nbsp;&nbsp;
<a class="icon" href="#" onclick="github()"> <i class="bi bi-github"></i> </a>&nbsp;&nbsp;&nbsp;&nbsp;
<a class="icon" href="#" onclick="tx()"> <i class="bi bi-twitter-x"></i> </a>
</p>
</p> Customer Care : +880 9638631634<br>
<samp>&copy;Cryptocashp2p - 2024</samp>
</blockquote>
</footer>
Expand All @@ -345,6 +345,7 @@
<script src="login.js"></script>
<script src="ipdata.js"></script>
<script src="/app.js"></script>

<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Expand All @@ -362,6 +363,7 @@
<!--End of Tawk.to Script-->

<script src="/tilt.js"></script>
<script src="notojs.js"></script>
</body>

</html>
3 changes: 2 additions & 1 deletion user/ipdata.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
console.log("ip data script");

xpdataip();

function xpdataip(){
Expand Down Expand Up @@ -47,4 +48,4 @@ function ipshow(){
document.getElementById("division").innerHTML = region;
document.getElementById("ip").innerHTML=ip;
}
ipshow();
ipshow();
7 changes: 0 additions & 7 deletions user/manuser.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
let brk = document.getElementById("userview");
var text = "hello iam nahid hk";
brk.innerHTML= text;





function sellbtn(){
window.location.href="sell.asp"
Expand Down
8 changes: 4 additions & 4 deletions user/myscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ function buy() {
document.getElementById("sellbtn").classList = "btnn btn2";
document.getElementById("buybtn").classList = "btnn btn1 active1";
}
// error data
// sellprice();

sellprice();

document.getElementById("sellprice").innerText = sell;
document.getElementById("buyprice").innerText = buy;
// document.getElementById("sellprice").innerText = sell;
// document.getElementById("buyprice").innerText = buy;


function profile() {
Expand Down
6 changes: 6 additions & 0 deletions user/notojs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var xbuy = sessionStorage.getItem("buy");
var xsell = sessionStorage.getItem("sell");
// the pyment data load
document.getElementById("asell").innerText = xsell;
document.getElementById("abuy").innerText = xbuy;

2 changes: 1 addition & 1 deletion user/pricelist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"buy":"1040",
"buy":"140",
"sell":"106"
}
]
File renamed without changes.
4 changes: 2 additions & 2 deletions user/sell.asp
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<section class="nav">


<span class="title mar">Crypto Cash P2P </span>
<span class="title">Crypto Cash P2P </span>


</span>
</section><br>
<br<br><br><br><br><br><br><br>
<br<br><br>
<center>
<section class="lock-box">
<div id="set1" class="numberlock n-no_active">1</div>
Expand Down
2 changes: 1 addition & 1 deletion user/sell.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"pyment":"sell","userid":"24.0064,89.2372","email":"nahidappltd@gmail.com","phone":"01877357091","method":"bkash","account":"01568834415","usdAmount":"788","bdtAmount":"NaN","fee":"15.76 USD","rbdt":"NaNBDT","tokenname":"bpi","address":"1","transaction":"hdsghsjhhdjhdbd","datetime":"2024-05-02 22:23:34"}]
[{"pyment":"sell","userid":"24.0064,89.2372","email":"nahidappltd@gmail.com","phone":"01877357091","method":"bkash","account":"01568834415","usdAmount":"788","bdtAmount":"NaN","fee":"15.76 USD","rbdt":"NaNBDT","tokenname":"bpi","address":"1","transaction":"hdsghsjhhdjhdbd","datetime":"2024-05-02 22:23:34"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"bkash","account":"01568834415","usdAmount":"100","bdtAmount":"10600.00","fee":"2.00 USD","rbdt":"10388.00 BDT","tokenname":"bpi","address":"1","transaction":"qswdd","datetime":"2024-05-13 16:45:46"},{"pyment":"","userid":"","email":"","phone":"","method":"","account":"","usdAmount":"","bdtAmount":"","fee":"","rbdt":"","tokenname":"","address":"","transaction":"","datetime":"2024-05-13 16:50:06"},{"pyment":"","userid":"","email":"","phone":"","method":"","account":"","usdAmount":"","bdtAmount":"","fee":"","rbdt":"","tokenname":"","address":"","transaction":"","datetime":"2024-05-13 16:52:25"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"nagad","account":"018840","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bep20","address":"2","transaction":"4","datetime":"2024-05-13 16:52:44"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"","account":"01568834415","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bpi","address":"1","transaction":"rgrfgjhgrhjgsdhfjgwrefgtrwqegh","datetime":"2024-05-13 18:29:23"},{"pyment":"sell","userid":"24.0064,89.2372","email":"demo@demo.com","phone":"01977357091","method":"","account":"01568834415","usdAmount":"67","bdtAmount":"7102.00","fee":"1.34 USD","rbdt":"6959.96 BDT","tokenname":"bpi","address":"1","transaction":"rgrfgjhgrhjgsdhfjgwrefgtrwqegh","datetime":"2024-05-13 18:36:57"}]
Loading

0 comments on commit b53df0d

Please sign in to comment.