Fork of the fanlisting script BellaBuffs with PHPMailer integration.
Go to file
Helen Chong 52b29f5a14 Add note about being tested on Hostinger PHP 8.3 2024-08-03 12:46:43 +08:00
admin-icons version 2 in progress 2012-05-21 13:42:55 +01:00
buttons Push buttons folder with placeholder file 2024-06-27 21:23:33 +08:00
contactform Replace PHP mail() functions with PHPMailer script 2024-06-26 18:32:28 +08:00
README-original.txt Rename original Read Me file 2024-06-26 23:38:31 +08:00
README.md Add note about being tested on Hostinger PHP 8.3 2024-08-03 12:46:43 +08:00
admin.php Add URL form validation 2024-06-29 18:23:26 +08:00
affiliates.php version 2 in progress 2012-05-21 13:42:55 +01:00
affiliates.txt version 2 in progress 2012-05-21 13:42:55 +01:00
buttons.php version 2 in progress 2012-05-21 13:42:55 +01:00
buttons.txt version 2 in progress 2012-05-21 13:42:55 +01:00
captcha.jpg version 2 in progress 2012-05-21 13:42:55 +01:00
captcha.php version 2 in progress 2012-05-21 13:42:55 +01:00
contact.php Add URL form validation 2024-06-29 18:23:26 +08:00
countries.txt Update list of countries 2024-06-27 23:51:34 +08:00
footer.php version 2 in progress 2012-05-21 13:42:55 +01:00
functions.php version 2 in progress 2012-05-21 13:42:55 +01:00
header.php version 2 in progress 2012-05-21 13:42:55 +01:00
index.php version 2 in progress 2012-05-21 13:42:55 +01:00
ipblock.txt version 2 in progress 2012-05-21 13:42:55 +01:00
join.php Add placeholder for website URL field to join and update form 2024-07-05 08:31:11 +08:00
logout.php version 2 in progress 2012-05-21 13:42:55 +01:00
members.php version 2 in progress 2012-05-21 13:42:55 +01:00
members.txt version 2 in progress 2012-05-21 13:42:55 +01:00
newbies.txt version 2 in progress 2012-05-21 13:42:55 +01:00
prefs.php Enable email sending features by default 2024-06-27 21:25:45 +08:00
spamwds.txt version 2 in progress 2012-05-21 13:42:55 +01:00
stylesheet.css version 2 in progress 2012-05-21 13:42:55 +01:00
update.php Add new favourite field to update form if favourite field is enabled 2024-07-05 08:31:46 +08:00
updates.txt version 2 in progress 2012-05-21 13:42:55 +01:00

README.md

BellaBuffs with PHPMailer Integration

This is a fork of the fanlisting PHP script BullaBuffs, with PHPMailer powering the email sending functions.

Description

BellaBuffs includes the optional features to email new members after submitting the join form, email the fanlisting admin when a new member joins or email new members when their applications were approved. The original BellaBuffs script achieved this by using PHP's built-in mail() function.

This fork replaces the PHP mail() functions from BellaBuffs with PHPMailer, allowing a fanlisting to send out emails with SMTP, provided the fanlisting owner chooses to enable them, even if the hosting server does not support the PHP mail() function.

The PHPMailer script that is incorporated in this fork is based on InfinityFree's PHPMailer contact form script. As InfinityFree's free hosting plan does not support PHP mail() function, InfinityFree has provided their contact form script as an alternative.

This BellaBuffs fork has been tested with PHP 8.2 on InfinityFree's free hosting and PHP 8.3 on Hostinger's Premium Shared Hosting.

New Features

  • Integrate PHPMailer for the email sending features, should the fanlisting owner enables these features
  • Email sending features are enabled by default, but can be disabled in prefs.php
  • HTML5 form validation, including E-mail and URL input types and the required attribute
  • Update list of countries
  • Add a buttons folder (with a placeholder file to enable the folder to be pushed via Git), so users do not need to manually create the folder to store uploaded buttons
  • Allows fnalisting members to change their favourites with the update form if favourites field is enabled

Usage Instructions

  1. Download the latest release pf BellaBuffs-PHPMailer from the GitHub repository.
  2. Customise your preferences in prefs.php
  3. Configure your email SMTP settings in contactform/config.php
  4. Upload all files of this fork to a directory where you want your fanlisting to be located
  5. Set file permissions of all the .txt files to CHMOD 666 to make the text files writeable
  6. Set permission of the buttons directory to CHMOD 777 to enable buttons to be uploaded to the directory (NOTE: It is recommended to set the permissions of buttons directory to CHMOD 755 when not using the button upload features for better security)

More instructions for using BellaBuffs can be found in the original Read Me of BellaBuffs.

Permissions

You are free to use this BellaBuffs fork and customise it as much as you like. You may credit me for this fork specifically, but it is not required.

However, regardless if you choose to credit me for this fork or not, per the original author Jem Turner's Read Me, you must link back to Jem Turner at https://www.jemjabella.co.uk/. By using BellaBuffs, you also agree not to sell copies of the script, or services relating to the script (i.e. installation, customisation, etc) without written permission of Jem Turner. You can read Jem Turner's original Read Me file here.

Credits