Gead over to ForumCoin.ninja and create a new account (preferably your Forum name).
Next, download the NewPoints integration script here.
Unpack the .zip folder. Inside you will see another folder named "Coin2Point".
Inside the folder "Coin2Point" you will see one folder ("scraper") and five .php file:
config.php;
database.php;
index.php;
transfer.php; and
validate.php
Now, connect to your database through phpMyAdmin. Insert the SQL code below to your MyBB database.
Code:
- Code: Select all
CREATE TABLE IF NOT EXISTS `coin2point` ( `tid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'AUTO_INCREMENT', `forumID` varchar(120) NOT NULL, `requiredNote` text NOT NULL, `requestTime` text NOT NULL, `requestCompletedTime` text NOT NULL, PRIMARY KEY (`tid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Open up config.php file with a editor (preferably Notepad++) and edit your desired name/text.
Upload the folder to your MyBB root - including the "Coin2Point" folder.
And you're done! Just point the link to /Coin2Point folder to your members and the script will exchange ForumCoin for your currency 24/7! Smile
If you find any bugs in the script, feel free to contact me and I will fix it.
If you have any question, feel free to contact me via ForumPromotion or @inTechPlus at twitter.








