Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Invite MOD for TBDev 2009 final? (http://www.bvlist.com/showthread.php?t=8145)

j4v1 15th July 2012 13:31

Invite MOD for TBDev 2009 final?
 
Anyone have this one?


Thanks for all :)

costy22it 15th July 2012 16:01

i have
 
6 Attachment(s)
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',


Bigjoos 16th July 2012 10:31

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.

j4v1 29th August 2013 12:54

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 :(

DND 29th August 2013 16:47

and what is the error ?

j4v1 29th August 2013 16:51

Quote:

Originally Posted by DeNeDe (Post 42436)
and what is the error ?

fixed :)

thx anyway


All times are GMT +2. The time now is 12:06.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.