Zephyrus
Wanderer
- Sep 28, 2011
- 336
- 21
Hey guys, I think some of you probably want this so here you go!
I converted this from uber to rev btw
I'll just release the whole home.php
SCNSHOTS:
Download:
Virus Scan:
SQL:
DROP TABLE IF EXISTS `homes_guestbook`;
CREATE TABLE `homes_guestbook` (
`id` int(11) DEFAULT NULL,
`user` varchar(255) DEFAULT NULL,
`message` varchar(255) DEFAULT NULL,
`date` varchar(255) DEFAULT NULL,
`home_owner` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
I converted this from uber to rev btw
I'll just release the whole home.php
SCNSHOTS:
You must be registered for see links
Download:
You must be registered for see links
Virus Scan:
You must be registered for see links
SQL:
DROP TABLE IF EXISTS `homes_guestbook`;
CREATE TABLE `homes_guestbook` (
`id` int(11) DEFAULT NULL,
`user` varchar(255) DEFAULT NULL,
`message` varchar(255) DEFAULT NULL,
`date` varchar(255) DEFAULT NULL,
`home_owner` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;