Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /* Script Name: Extra Security Cron
- * Script Creator: NonStopCoding
- * Contact Email: [email protected]
- * Contact Skype: dundeeboy09
- * Price: £0,00
- * Engine: GRPG
- */
- $filename = 'cron.php';
- include(__DIR__.'/dbcon.php');
- include(__DIR__.'/classes.php);
- if($_GET['code'] == 'CodegoesHere') {
- # All your Cron Info goes in between these 2 brackets.
- }
- else {
- session_start();
- $abuser = new User($_SESSION['id']);
- Send_Event(1, ''.$abuser->formattedname.' has tried to run '.$filename.' manually.');
- exit('You cant run this file manually.<br />
- <span style="color:red">Owner has been notified of this.</span>');
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment