Fork of the fanlisting script BellaBuffs with PHPMailer integration.
Go to file
Helen Chong 3c7ad7f319 Add placeholder for website URL field to join and update form 2024-07-05 08:31:11 +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 info about HTML5 form validation 2024-06-29 18:21:37 +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 placeholder for website URL field to join and update form 2024-07-05 08:31:11 +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() feature.

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.

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

Usage Instructions

  1. Customise your preferences in prefs.php
  2. Configure your email SMTP settings in contactform/config.php
  3. Upload all files of this fork to a directory where you want your fanlisting to be located
  4. Set file permissions of all the .txt files to CHMOD 666 to make the text files writeable
  5. 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