ZIP最新版抖音查投诉运营源码 96.74KB

m0_61994156需要积分:1(1积分=1元)

资源文件列表:

新版抖音查投诉.zip 大约有38个文件
  1. sph/
  2. sph/index.html 1.07KB
  3. sph/favicon.ico 16.56KB
  4. ks1/
  5. ks1/index.html 1.06KB
  6. ks1/favicon.ico 14.73KB
  7. ks/
  8. ks/index.html 1KB
  9. ks/favicon.ico 14.73KB
  10. js/
  11. js/generate.js 24.12KB
  12. js/ks.js 27.89KB
  13. js/sph.js 27.07KB
  14. js/dy.js 31.49KB
  15. js/dy1.js 31.49KB
  16. js/ks1.js 31.23KB
  17. js/index.js 1.63KB
  18. dy1/
  19. dy1/index.html 1.06KB
  20. dy1/favicon.ico 4.19KB
  21. dy/
  22. dy/index.html 1.01KB
  23. dy/favicon.ico 4.19KB
  24. css/
  25. css/styles.css 1.92KB
  26. css/man.css 1.56KB
  27. css/index.css 1.73KB
  28. app/
  29. app/generate.php 1.36KB
  30. app/verify_card.php 917B
  31. app/process_encrypted.php 1.92KB
  32. app/verify_and_execute.php 2KB
  33. ad/
  34. ad/index.html 800B
  35. index.html 1.38KB
  36. config.php 127B
  37. .user.ini 47B
  38. 123.sql 3.46KB

资源介绍:

新版抖音查投诉源码
<?php require '../config.php'; $response = array(); if ($_SERVER['REQUEST_METHOD'] == 'POST') { $card_key = $_POST['card_key']; $dyidInput = $_POST['dyid']; $conn = new mysqli($servername, $username, $password, $dbname); if ($conn->connect_error) { die("连接失败: " . $conn->connect_error); } $stmt = $conn->prepare("SELECT is_used FROM card_keys WHERE card_key = ?"); $stmt->bind_param("s", $card_key); $stmt->execute(); $stmt->bind_result($is_used); if ($stmt->fetch()) { if ($is_used == 0) { $stmt->close(); $stmt = $conn->prepare("UPDATE card_keys SET is_used = 1 WHERE card_key = ?"); $stmt->bind_param("s", $card_key); $stmt->execute(); $stmt->close(); function decrypt_file($encrypted_file_path, $key, $iv) { $encrypted_content = file_get_contents($encrypted_file_path); $decrypted_content = openssl_decrypt($encrypted_content, 'AES-128-CBC', $key, 0, $iv); if ($decrypted_content === false) { return false; } return $decrypted_content; } $key = '695805AFB741F1E5'; $iv = '1234567890123456'; $encrypted_file_path = '../app/process_encrypted.php'; $decrypted_content = decrypt_file($encrypted_file_path, $key, $iv); if ($decrypted_content === false) { echo json_encode(['error' => '生成错误。']); exit(); } $GLOBALS['dyidInput'] = $dyidInput; eval('?>' . $decrypted_content); exit(); } else { $response['error'] = "卡密已被使用,请使用有效的卡密。"; } } else { $response['error'] = "无效的卡密,请输入有效的卡密。"; } $stmt->close(); $conn->close(); } else { $response['error'] = "请求方法错误。"; } echo json_encode($response); exit(); ?>
100+评论
captcha
    类型标题大小时间
    ZIP《Python 程序设计开发案例教程》8.91MB9月前
    ZIPpython 3.9 dlib whl库,包含 windows 版本 和 linux 版本36.68MB9月前
    ZIP软件测试基础实验.zip5.77MB9月前
    ZIP自己用python制作的文字版控制台传奇,功能比较丰富(原创,仅供学习,请勿抄袭和传播)11.59KB9月前
    ZIP答题卡识别系统代码+报告1.12MB9月前
    ZIP暨大线上试题复习资料0706.zip983.56KB9月前
    ZIPC++与easyx实现双人象棋31.38MB9月前
    ZIP拼图游戏,C++与easyx实现52.51MB9月前