NEP DEVS
رفتن به کانال در Telegram
NEPS DEV WHO WANT TO HELP YOU WITH FOSS PROJECT. WE COLLECT SCRIPTS THIS GROUP IS ONLY FOR EDUCATIONAL PURPOSE
نمایش بیشتراطلاعاتی وجود ندارد
مشترکین
-3724 ساعت
-1357 روز
-23530 روز
آرشیو پست ها
Repost from Support Zone BD
🔠🔠🔠🔠🔠🔠👻🔠🔠🔠
➡️Random Proxy And User-Agent ✅Generator Api
⌨️ApiBaseUrl&ApiDoc=
https://random-gen-lxbadboy.vercel.app
Available Router for Generate 🔵 (/) - Api doc (/userAgent) - Generate ua (/proxy) - Generate random proxyReport issue at : @lxbadboybot 😵🤔🙁😝😤☹️🙁☹️ Drop Reaction and give idia to add random Api ? 🤗
🇮🇳💸🔠🔠🔠 VPA VALIDATION API PHP CODE
FEATURES⭐️
✅Check Upi is Valid Or Not
<?php
$vpa = isset($_GET['vpa']) ? $_GET['vpa'] : '';
header('Content-Type: application/json');
if ($vpa) {
$url = "https://paydigi.airtel.in/web/pg-service/v1/validate/vpa/" . urlencode($vpa);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
if (curl_errno($ch)) {
echo json_encode(["error" => "cURL Error: " . curl_error($ch)]);
} else {
$http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
if ($http_code == 200) {
$response_data = json_decode($response, true);
if (isset($response_data['data']['status']) &&
$response_data['data']['status'] == 'TXN_SUCCESS' &&
isset($response_data['data']['vpaValid']) &&
$response_data['data']['vpaValid'] == true) {
echo json_encode(["message" => "The UPI is valid"]);
} else {
echo json_encode(["message" => "UPI is not valid"]);
}
} else {
echo json_encode(["error" => "Request was not successful"]);
}
}
curl_close($ch);
} else {
echo json_encode(["error" => "Please provide a VPA."]);
}
?>
✔️API URL :- yourdomain/api.php?vpa={yourupi}
✅CREDIT :- @LXBADBOY & @DEVSNP
SHARE WITH CREDIT✅Repost from Support Zone BD
🇮🇳💸🔠🔠🔠
import requests
# Get the VPA input from the user
vpa = input("Enter the VPA: ")
# Construct the URL with the VPA
url = f"https://paydigi.airtel.in/web/pg-service/v1/validate/vpa/{vpa}"
# Make a GET request to the URL
response = requests.get(url)
# Check if the request was successful
if response.status_code == 200:
print("\033[91m\"dev\":\"lxbadboy.t.me\"\033[0m")
else:
print("Request was not successful")
print(response.text)
Upi vpa information validation script with api ✅
Join : lxbadboy.t.me