Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT > Mods & Themes
Reply
  #1  
Old 3rd July 2008, 12:15
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Simple Invite System v1.0
This is an xBTiT MOD

Making it simple since I heard there is going to be one released in premium. If not then I will make it a full blown Invite System.

Hack was designed to not conflict with any other hacks. Inputs original code and can be installed and uninstalled with out worries of disabling other hacks

This will allow you to close your tracker to public sign ups, only allowing those to sign up that have a registration code provided by one of your members. No code, no sign up. ;)

See screen shots below - I have described in each picture what each screen does.

INSTALLATION

Run all 3 queries in sql - Make sure you change the below queries to your table prefixes if they are not xbtit_

Code:
ALTER TABLE xbtit_users ADD COLUMN inv_code varchar(25) NOT NULL AFTER smf_fid
Code:
CREATE TABLE IF NOT EXISTS `xbtit_invite` (
  `cip` varchar(15) NOT NULL,
  `code` varchar(15) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Code:
INSERT INTO `xbtit_modules` (`name`, `activated`, `type`, `changed`, `created`) VALUES
('invite_code', 'yes', 'misc', '2008-07-01 04:20:52', '2008-07-01 04:20:52')
1) Download the below file and extract and upload the invite_code located in the modules folder to your modules directory

2) Upload "Simple Invite System" to your "hacks" directory. Run hack install with in your admin panel in the hack settings feature.


TO DO
Alot, there will be a lot updated in this hack. Going to be an on going hack project. I am releasing this with only basic features as of now.


http://www.btiteam.org/smf/index.php?topic=11718.0
Reply With Quote
The Following 3 Users Say Thank You to Fynnon For This Useful Post:
Emeru290 (15th May 2011), wdq (11th January 2011), zuma09 (29th August 2009)
Reply

Tags
invite , simple , system , v10

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Invite System ampedm Mods & Themes 18 18th April 2014 01:39
Invite system yoligim Free Torrent Source 0 13th January 2010 19:28
Xbt-xbtvb invite system NyQnZGuJu xBTiT 2 19th November 2009 02:25
error in invite system numanx TBDev 0 16th July 2009 17:31
Problem In invite System Azurious BT.Manager (phpMyBitTorrent) 2 20th January 2009 15:55



All times are GMT +2. The time now is 20:36. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.