GIF89a
| Server IP : 200.152.183.196 / Your IP : 216.73.216.150 Web Server : nginx/1.20.2 System : Linux server.teclabs.com.br 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 User : re8rc56e54 ( 10140) PHP Version : 7.3.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/cial.ind.br/httpdocs/includes/ |
Upload File : |
<?
class secureURL{var $var_name="SeCuRe";var $decode_url;function encode($url){$pos_debut = strpos($url,"?");if(!$pos_debut){$sep="&";}$pos_fin = strpos($url," ");if($pos_fin){$pos_long = $pos_fin - $pos_debut - 1;$fin = substr($url,$pos_fin);}else{$pos_long = strlen($url) - $pos_debut - 1;}$debut = substr($url,0,$pos_debut+1);$param = substr($url,$pos_debut+1,$pos_long);$code = base64_encode($param);return $debut.$sep.$this->var_name."=".$code.$fin;}function decode($param=''){if($_REQUEST[$this->var_name]){$this->decode_url = base64_decode($_REQUEST[$this->var_name]);parse_str($this->decode_url, $tbl);foreach($tbl as $key => $valor){if($param == $key){return $valor;}}return $tbl;}}}
?>