Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev > Mods & Themes
Reply
  #1  
Old 15th July 2012, 13:31
j4v1 j4v1 is offline
Member
 
Join Date: Jul 2012
P2P
Posts: 6
Default Invite MOD for TBDev 2009 final?
Anyone have this one?


Thanks for all :)
Reply With Quote
  #2  
Old 15th July 2012, 16:01
costy22it costy22it is offline
Senior Member
 
Join Date: Oct 2010
Romania
Posts: 35
Default i have
Some SQL needed

Code:
CREATE TABLE `invite_codes` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `sender` int(10) unsigned NOT NULL default '0',
  `receiver` varchar(32) NOT NULL default '0',
  `code` varchar(32) NOT NULL default '',
  `invite_added` int(10) NOT NULL,
  `status` enum('Pending','Confirmed') NOT NULL default 'Pending',
  PRIMARY KEY  (`id`),
  KEY `sender` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;
Alter table users with this sql
Code:
 `invitedate` int(11) NOT NULL default '0',
  `invitees` varchar(100) character set utf8 collate utf8_bin NOT NULL default '',
  `invite_on` enum('yes','no') character set utf8 collate utf8_bin NOT NULL default 'yes',
Attached Files
File Type: php invite_signup.php (5.4 KB, 135 views)
File Type: php invite.php (12.0 KB, 136 views)
File Type: php take_invite_signup.php (6.1 KB, 109 views)
File Type: php lang_invite_code.php (1.6 KB, 98 views)
File Type: php inviteadd.php (5.7 KB, 101 views)
File Type: php lang_inviteadd.php (1.4 KB, 96 views)
Reply With Quote
  #3  
Old 16th July 2012, 10:31
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Default
See when you lift modifications from other source codes, be sure to remove all the non default code Tbdev 09 is missing otherwise that will be error after error. U-232 V1 is fairly modified and those files will simply no work without that code being removed. You cannot just expect that carry on to work out, its doomed to failure before you even start because you don't have the code knowledge either to know any better. I just recently mentioned on this forum i have a forum full of modifications for TBdev variants.
Reply With Quote
  #4  
Old 29th August 2013, 12:54
j4v1 j4v1 is offline
Member
 
Join Date: Jul 2012
P2P
Posts: 6
Default
Bad day... I lost all files and backups... I reinstall all from base tbdev 2009 final and I put this files but invite.php don't work, blank page :(
Reply With Quote
  #5  
Old 29th August 2013, 16:47
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
and what is the error ?
Reply With Quote
  #6  
Old 29th August 2013, 16:51
j4v1 j4v1 is offline
Member
 
Join Date: Jul 2012
P2P
Posts: 6
Default
Quote:
Originally Posted by DeNeDe View Post
and what is the error ?
fixed :)

thx anyway
Reply With Quote
Reply

Tags
2009 , final , invite , mod , tbdev

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



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