Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP8 Decoder for ionCube Encoder)
- *
- * @ Version : 8.1.0.9
- * @ Author : DeZender
- * @ Release on : 27.10.2023
- * @ Official site : http://DeZender.Net
- *
- */
- class rdns extends AddonModule
- {
- public $version = '1.0';
- public function __construct()
- {
- if (!function_exists('curl_init') || !function_exists('curl_exec') || !function_exists('curl_setopt')) {
- exit('PHP Curl Library not found');
- }
- function diff_day($start = '', $end = '')
- {
- $dStart = new DateTime($start);
- $dEnd = new DateTime($end);
- $dDiff = $dStart->diff($dEnd);
- .........................................................
- ..............................
- ............
Advertisement
Add Comment
Please, Sign In to add comment