Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. SELECT name, value FROM xbt_config WHERE value IS NOT NULL
  2. SELECT id, ipa, port, event, info_hash, peer_id, downloaded, left0, uploaded, uid, mtime FROM xbt_announce_log WHERE 0 = 1
  3. SELECT name, value FROM xbt_config WHERE 0 = 1
  4. SELECT begin, end FROM xbt_deny_from_hosts WHERE 0 = 1
  5. SELECT peer_id FROM xbt_client_whitelist WHERE 0 = 1
  6. SELECT ID, info_hash, Leechers, Seeders, flags, freetorrent, mtime, ctime FROM torrents WHERE 0 = 1
  7. SELECT fid, uid, active, announced, completed, downloaded, remaining, uploaded, upspeed, downspeed, timespent, peer_id, useragent, connectable FROM xbt_files_users WHE$
  8. SELECT id, ipa, info_hash, uid, mtime FROM xbt_scrape_log WHERE 0 = 1
  9. SELECT ID, name, pass, can_leech, wait_time, peers_limit, torrents_limit, torrent_pass, downloaded, uploaded, torrent_pass_secret FROM users_main WHERE 0 = 1
  10. SELECT begin, end FROM xbt_deny_from_hosts
  11. SELECT peer_id FROM xbt_client_whitelist
  12. SELECT info_hash, ID, freetorrent FROM torrents WHERE flags = 2
  13. UPDATE torrents SET Leechers = 0, Seeders = 0
  14. SELECT info_hash, Snatched, ID, ctime, freetorrent FROM torrents WHERE ID >= 0
  15. SELECT ID, name, pass, torrent_pass, wait_time, torrents_limit, peers_limit, torrent_pass_secret, can_leech FROM users_main
  16. SELECT name, value FROM xbt_config WHERE value IS NOT NULL
  17. SELECT begin, end FROM xbt_deny_from_hosts
  18. SELECT peer_id FROM xbt_client_whitelist
  19. SELECT info_hash, ID, freetorrent FROM torrents WHERE flags = 2
  20. SELECT ID, name, pass, torrent_pass, wait_time, torrents_limit, peers_limit, torrent_pass_secret, can_leech FROM users_main
  21. INSERT INTO torrents (Leechers, Seeders, Snatched, ID, balance, last_action) VALUES (0,1,0,1,0,NOW()),(0,1,0,3,0,NOW()) ON DUPLICATE KEY UPDATE Leechers = VALUES(Leec$
  22. INSERT INTO xbt_files_users (active, announced, completed, downloaded, remaining, uploaded, mtime, fid, uid, upspeed, downspeed, timespent, peer_id, useragent, connect$
  23. SELECT name, value FROM xbt_config WHERE value IS NOT NULL
  24. SELECT begin, end FROM xbt_deny_from_hosts
  25. SELECT peer_id FROM xbt_client_whitelist
  26. SELECT info_hash, ID, freetorrent FROM torrents WHERE flags = 2
  27. SELECT ID, name, pass, torrent_pass, wait_time, torrents_limit, peers_limit, torrent_pass_secret, can_leech FROM users_main
  28. SELECT name, value FROM xbt_config WHERE value IS NOT NULL
  29. SELECT begin, end FROM xbt_deny_from_hosts
  30. SELECT peer_id FROM xbt_client_whitelist
  31. SELECT info_hash, ID, freetorrent FROM torrents WHERE flags = 2
  32. SELECT ID, name, pass, torrent_pass, wait_time, torrents_limit, peers_limit, torrent_pass_secret, can_leech FROM users_main
  33. INSERT INTO torrents (Leechers, Seeders, Snatched, ID, balance, last_action) VALUES (0,1,0,3,0,NOW()) ON DUPLICATE KEY UPDATE Leechers = VALUES(Leechers), Seeders = $
  34. INSERT INTO xbt_files_users (active, announced, completed, downloaded, remaining, uploaded, mtime, fid, uid, upspeed, downspeed, timespent, peer_id, useragent, connect$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement