[RELEASE] VIPServer 1.0 Beta [C#]

06/05/2012 17:16 corey88#1
Hello guys! that's my new release, a vip control server

VIP Server 1.0 Beta
-Resident vip control*
-Easy vip add
-easy money control

*Resident vip control can auto remove vip's that expire.

This app is in Beta version, any bugs please REPORT!

This tool was coded in c# and needs .NetFramework 4.0 installed.

To the sistem works, run this query in mysql:
Code:
DROP TABLE IF EXISTS `controle_vip`;
CREATE TABLE `controle_vip` (
  `id` int(11) NOT NULL auto_increment,
  `data_inicial` date NOT NULL default '0000-00-00',
  `data_termino` date NOT NULL default '0000-00-00',
  `account_id` int(11) NOT NULL default '0',
  `tipo` int(2) NOT NULL default '0',
  `status` int(2) NOT NULL default '0',
  `login` varchar(11) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `account_id` (`account_id`)
) TYPE=MyISAM;
To config the tool go: Opções » Configurar.
To config VIP Prices go to: Opções » Tabela de Preços.

This tool are in PT-BR because i'm brazilian, Sorry for that.

[Only registered and activated users can see links. Click Here To Register...]
Downloads:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Thank not cost anything

------------- UPDATE 1.1 ----------------

It will fix some bugs:

[Only registered and activated users can see links. Click Here To Register...]

Now you can download English version:
[Only registered and activated users can see links. Click Here To Register...]
06/06/2012 11:06 javairc#2
nice release corey88
06/13/2012 03:39 wolfvb#3
Nice. Work
Can you add me I work in a big tool we can done a nice work :) ... You look good in c#
06/14/2012 22:47 corey88#4
Add-me: [Only registered and activated users can see links. Click Here To Register...]