Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   tsse 7.5 NOT nulled NOT decoded (http://www.bvlist.com/showthread.php?t=10878)

x360zone 20th June 2016 11:32

tsse 7.5 NOT nulled NOT decoded
 
https://filehost.net/c26d17112b6405c6

well over in xam lair hes never around dont answer supports dont activate new customers dont answer support tickets anyone thinking about going there i wouldnt bother personally i think torrents are a thing of the past due to things like kodi tv and exodus which i use you can purchase a box for £20 and internet and watch every torrent without the hassle just my opinion as ive found over the last year or two anyone else have views on this?

http://litbimg4.rightinthebox.com/im...5838474007.jpg
https://kodi.tv/
https://www.tvaddons.ag/kodi-addons/...116_fanart.jpg
https://www.tvaddons.ag/kodi-addons/....video.exodus/

Bigjoos 20th June 2016 19:41

Guess its like most things, new tech comes out, other easier methods of achieving the same goal without the hassle and risks, but i would imagine there will always be a minority of hardcore followers that will always stay with what they know probably, interesting post =]

XAM has always been an asshole, a sneaky conman that seen an opportunity and exploited it, be curious to see how much money the fucker has made out of original open source like lol, he ripped TBdev to begin his TS Source.

outtyrox 13th April 2017 05:04

do you still need to register this copy on xam's shitty server?

BamBam0077 18th November 2017 08:21

Off topic but same topic hope you like guys here is the revenge for what he done to you in early times let it pour down rain yo!

Code:

CREATE TABLE `forums` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`order` smallint(5) unsigned NOT NULL DEFAULT '0',
`title` tinyblob,
`description` blob,
`icon` enum('star.png','staff.png','member.png') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'member.png',
PRIMARY KEY (`id`) 
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- -----------------------------------------------
CREATE TABLE `forums_permission` (
`forumid` int(10) unsigned NOT NULL DEFAULT '0',
`groupid` int(10) unsigned NOT NULL DEFAULT '1',
`permissons` enum('member','staff','owner','anonymous') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'member',
`minreadclass` tinyint(3) unsigned NOT NULL DEFAULT '0',
`mincreateclass` tinyint(3) unsigned NOT NULL DEFAULT '0',
`minwriteclass` tinyint(3) unsigned NOT NULL DEFAULT '0',
UNIQUE KEY `forumid` (`forumid`, `groupid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- -----------------------------------------------

compare with TSUE 2.2 :ok:


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

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