0) $name = 'FileBot ('.strtolower($type).')'; // insert product name and redirect to paypal donation page $url = 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rednoah%40filebot%2enet&lc=US&item_name='.urlencode($name).'&amount=10%2e00¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted'; header('HTTP/1.1 302 Found'); header('Location: '.$url); ?>