Addons

Registration form (link)

Allows users to enter their minecraft username and they are added to the whitelist right away.

Installation:

open the config.php file. Then change all details/options as you wish.

<?php
	//Required
	$host 		= "localhost"; //Host
	$username	= ""; //Username
	$password 	= ""; //Password
	$db 		= ""; //Database
	$table		= ""; //Table
	
	//Re-captcha (optional)
	$recaptcha_enabled 		= false; //Enable/Disable recaptcha
	$recaptcha_publickey 	= ""; //Public key
	$recaptcha_privatekey 	= ""; //Private key
?>

This script is only ment for the default whitelist database table.


Comments

Posts Quoted:
Reply
Clear All Quotes