Quote:
Originally posted by neo
@ULTIMATESSJ: use this
PHP Code:
CREATE TABLE hotelposts (
roomactionid int(10) NOT NULL auto_increment,
roomnumber int(10) NOT NULL,
username varchar(50) NOT NULL,
userid int(10) NOT NULL DEFAULT '0',
roomaction mediumtext,
PRIMARY KEY (roomactionid)
);
|
thanx, i got the hack installed and it works, a few little problems though, when you are talking to someone, their username doesn't show up, but only their avatar, would it be possiblt to put their entire postbit in there, also is it possible for admins to remove rooms and delete posts inside