View Single Post
  #1  
Old 30th March 2009, 12:30
lakicevic lakicevic is offline
Member
 
Join Date: Aug 2008
Posts: 8
Default [TSSE 5.x] Promo Registration
This is a new mod co-developed by parallax and myself to allow you to run "Registration Promos" on your tracker. You choose the promo length, amount of GB, invites, and karma available on signup for xx amount of users.

When a user uses the special "promo link" to signup on your tracker, they receive the bonus upon successful registration. These special links can only be used for xx number of days and for xx # of users as specified by your staff.

Promos can also be deleted if they are no longer needed as well.

Upload the attached files to your tracker. There is a complete language file available which can be customized for different languages. Special Thanks to Parallax for the work on the language file for this mod!

Add the following new table to your database

Code:
CREATE TABLE IF NOT EXISTS `promo` ( `id` int(10) NOT NULL auto_increment, `name` varchar(120) NOT NULL, `added` int(10) NOT NULL default '0', `days_valid` int(2) NOT NULL default '0', `accounts_made` int(3) NOT NULL default '0', `max_users` int(3) NOT NULL default '0', `link` varchar(32) NOT NULL, `creator` int(10) NOT NULL default '0', `users` text NOT NULL, `bonus_upload` bigint(10) NOT NULL default '0', `bonus_invites` int(2) NOT NULL default '0', `bonus_karma` int(3) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Screen

Click the image to open in full size.

Click the image to open in full size.

Click the image to open in full size.
Attached Files
File Type: rar promo_ts56.rar (23.2 KB, 125 views)
Reply With Quote
The Following 2 Users Say Thank You to lakicevic For This Useful Post:
DrNet (30th March 2009), MeNe (1st March 2010)