
Untitled
By: a guest on Feb 12th, 2012 | syntax:
PHP | size: 0.39 KB | hits: 62 | expires: Never
<?
if($this->user->user_exists == 1 && $this->user->user_info['premium'] == 1 && $this->user->user_info['premium_active'] == 1) {
$site_url = $this->config['site_url'];
$file_id = $this->file['file_id'];
$time = time();
$file_name = $this->file['file_name'];
$url = $site_url."/get/".$file_id."/".$time."/".$file_name;
header('Location: '.$url);
} else {
?>
bucnha crap
<?php } ?>