- Joined
- Mar 26, 2006
- Messages
- 603
- Reaction score
- 7
After going through the project on a fresh install of windows with a fresh install of appserv + mysql. There is NO errors at all. Doesnt log me out, or anything along those lines.
Features:
Same as the old release.
Character choice.
Reset
Admin panel
Class Change
Server status on or off
Ranks
The scripts are still sloppy because I haven't had much time to work on it.
As I said I've been with my girlfriend a bit lately and hangin out with my buddys.
Requirements:
App server 2.5.1/2.5.0 DL:
Mysql 6.0
Some commonsense.
Install appserv. Servername = Your wan ip (Global) Find out what it is at
Email = Your email.
Edit config.php, Nothing else.
Navigate to c:/appserv/www and delete everything in it and put my website in it.
Open navicat and run this query
To test it open your webbrowser and go to 127.0.0.1 In your link and try it out.
Download:
-Enjoy
Features:
Same as the old release.
Character choice.
Reset
Admin panel
Class Change
Server status on or off
Ranks
The scripts are still sloppy because I haven't had much time to work on it.
As I said I've been with my girlfriend a bit lately and hangin out with my buddys.
Requirements:
App server 2.5.1/2.5.0 DL:
To view the content, you need to sign in or register
Mysql 6.0
Some commonsense.
Install appserv. Servername = Your wan ip (Global) Find out what it is at
To view the content, you need to sign in or register
Email = Your email.
Edit config.php, Nothing else.
Navigate to c:/appserv/www and delete everything in it and put my website in it.
Open navicat and run this query
Code:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for news
-- ----------------------------
DROP TABLE IF EXISTS `news`;
CREATE TABLE `news` (
`ID` int(10) NOT NULL AUTO_INCREMENT,
`date` date NOT NULL,
`desc` varchar(32) NOT NULL,
`news` blob NOT NULL,
`headline` varchar(32) NOT NULL,
`postedby` varchar(32) NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records
-- ----------------------------
To test it open your webbrowser and go to 127.0.0.1 In your link and try it out.
Download:
To view the content, you need to sign in or register
To view the content, you need to sign in or register
-Enjoy