gempir

Untitled

Mar 11th, 2017
4,831
0
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.86 KB | None | 0 0
  1. server {
  2.         listen 80;
  3.  
  4.         root /var/www/html;
  5.  
  6.         # Add index.php to the list if you are using PHP
  7.         index index.html index.htm index.nginx-debian.html;
  8.  
  9.         server_name lobby.tf;
  10.  
  11.         location / {
  12.                 # First attempt to serve request as file, then
  13.                 # as directory, then fall back to displaying a 404.
  14.                 try_files $uri $uri/ =404;
  15.         }
  16.  
  17.         # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
  18.         #
  19.         location ~ \.php$ {
  20.         #       include snippets/fastcgi-php.conf;
  21.         #
  22.         #       # With php5-cgi alone:
  23.         #       fastcgi_pass 127.0.0.1:9000;
  24.         #       # With php5-fpm:
  25.                 fastcgi_pass unix:/var/run/php5-fpm.sock;
  26.                 fastcgi_index index.php;
  27.                 include fastcgi_params;
  28.         }
  29. }
Advertisement
Comments
  • User was banned
  • User was banned
  • Zormilix
    67 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Darretir
    60 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment