BlasterMB3
06-26-2003, 03:49 PM
hey im a admin on a licensened vb site but i dont have my own license and am not old enough to buy one so i hope im allowed to ask this question here
im installing that great lotto hack and i dont know were to inset this code
* * * * * * * * * * * * * * * * *
QUERY'S
* * * * * * * * * * * * * * * * *
**********************************
1st Query:
**********************************
CREATE TABLE storelottery (
id smallint(5) unsigned DEFAULT '0' NOT NULL auto_increment,
lotnumber varchar(255) NOT NULL,
lotname varchar(255) NOT NULL,
jackpot smallint(5) DEFAULT '0',
startdate int(10) unsigned NOT NULL DEFAULT '0',
enddate int(10) unsigned NOT NULL DEFAULT '0',
userid varchar(255) NOT NULL,
username varchar(255) NOT NULL,
PRIMARY KEY (id)
);
**********************************
END 1st Query:
**********************************
**********************************
2nd Query:
**********************************
INSERT INTO store VALUES (NULL, 'lottery', 'Buy A Ticket For The Lottery Entitled: ', '20', '0', 'lottery.gif', 'Buy a lottery ticket and hope that you will win the jackpot.', 'N','0');
**********************************
END 2nd query
**********************************
thanks a bunch if u can help
sry if i am breaking rules
im installing that great lotto hack and i dont know were to inset this code
* * * * * * * * * * * * * * * * *
QUERY'S
* * * * * * * * * * * * * * * * *
**********************************
1st Query:
**********************************
CREATE TABLE storelottery (
id smallint(5) unsigned DEFAULT '0' NOT NULL auto_increment,
lotnumber varchar(255) NOT NULL,
lotname varchar(255) NOT NULL,
jackpot smallint(5) DEFAULT '0',
startdate int(10) unsigned NOT NULL DEFAULT '0',
enddate int(10) unsigned NOT NULL DEFAULT '0',
userid varchar(255) NOT NULL,
username varchar(255) NOT NULL,
PRIMARY KEY (id)
);
**********************************
END 1st Query:
**********************************
**********************************
2nd Query:
**********************************
INSERT INTO store VALUES (NULL, 'lottery', 'Buy A Ticket For The Lottery Entitled: ', '20', '0', 'lottery.gif', 'Buy a lottery ticket and hope that you will win the jackpot.', 'N','0');
**********************************
END 2nd query
**********************************
thanks a bunch if u can help
sry if i am breaking rules