HEX
Server: Apache/2
System: Linux ns65.hostinglotus.net 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: newsnnno (1225)
PHP: 8.2.20
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/newsnnno/public_html/wp-content/plugins/file-manager/views/admin/donate.php
<?php
/**
 * 
 * @file donate.php Donate links will go here
 * 
 * */

// Security Check
defined('ABSPATH') || die();
?>
<style type="text/css">
	.fm-donate{
		padding: 1.5rem;
	}
</style>
<div class='fm-donate'>
<h2><?php _e("Buy me a coffee", 'file-manager'); ?></h2>
<p>
	<?php _e("It takes time, effort and investment to develop, maintain and support a plugin. If you want us to continue further work on the plugin, please support us with your donation. Even a small amount of donation helps.", 'file-manager'); ?>
</p>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="BUQANHSTBS48Q">
<table>
<tr><td><input type="hidden" name="on0" value="Buy me a Coffee"><?php _e("Buy me a Coffee", 'file-manager'); ?></td></tr><tr><td><select name="os0">
	<option value="Coffee">Coffee $5.00 USD</option>
	<option value="Coffee">Coffee $10.00 USD</option>
	<option value="Coffee">Coffee $15.00 USD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynow_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

</div>