AssLikeThat
Posting Freak
- Jan 27, 2013
- 765
- 154
EDIT: ADDED IMAGE LINK!
PLEASE POST ANY FEEDBACK AND WAYS I COULD IMPROVE THIS !
Not sure if this is a Tutorial or a Release as it's kind of both ;o
Hey there, got a bit bored so i decided to "Re-do" & fix the help page.
Screenshots:
help.php:
OR
submitted.php:
OR
Run this SQL:
Put the folder inside this zip file in your images folder:
Put this folder in your styles folder:
Enjoy <3
PLEASE POST ANY FEEDBACK AND WAYS I COULD IMPROVE THIS !
Not sure if this is a Tutorial or a Release as it's kind of both ;o
Hey there, got a bit bored so i decided to "Re-do" & fix the help page.
Screenshots:
help.php:
You must be registered for see links
OR
You must be registered for see links
submitted.php:
You must be registered for see links
OR
You must be registered for see links
Run this SQL:
Code:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `helptool`
-- ----------------------------
DROP TABLE IF EXISTS `helptool`;
CREATE TABLE `helptool` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`subject` varchar(255) DEFAULT NULL,
`message` varchar(255) DEFAULT NULL,
`username` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of helptool
-- ----------------------------
Put the folder inside this zip file in your images folder:
You must be registered for see links
Put this folder in your styles folder:
You must be registered for see links
Enjoy <3