Client 5065&Source

08/07/2013 17:53 magedmarshell#1
i'm looking for client v.5065&source..can anyone help me ?
08/07/2013 18:47 go for it#2
not if you can't help yourself by just seeing the sticks at the related sections ?
08/07/2013 18:56 Spirited#3
[Only registered and activated users can see links. Click Here To Register...] Thread Moved
If you're referring to TQ Binaries, those are illegal. Otherwise, look in the releases section. There are plenty of sources there that can get you started.
08/08/2013 16:08 magedmarshell#4
Quote:
Originally Posted by Fang View Post
[Only registered and activated users can see links. Click Here To Register...] Thread Moved
If you're referring to TQ Binaries, those are illegal. Otherwise, look in the releases section. There are plenty of sources there that can get you started.
well i've found a client&source..ty
but this source i've found (Redux - 5065 BASE source)
it shows an error when i'm trying to execute the sql file with navicat
here is the error:

[Err] 1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working
[Err] CREATE TABLE `accounts` (
`UID` int(11) NOT NULL AUTO_INCREMENT,
`Username` varchar(16) NOT NULL,
`Password` varchar(16) NOT NULL,
`EMail` varchar(64) DEFAULT NULL,
`EmailStatus` int(3) NOT NULL DEFAULT '0',
`Question` varchar(32) DEFAULT NULL,
`Answer` varchar(32) DEFAULT NULL,
`Permission` int(3) NOT NULL DEFAULT '1',
`Token` int(11) NOT NULL DEFAULT '0',
`Timestamp` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`UID`,`Username`)
) ENGINE=InnoDB AUTO_INCREMENT=1000004 DEFAULT CHARSET=latin1;
[Msg] Finished - Unsuccessfully

can u tell me what should i do ? i'll be thankful
08/08/2013 16:51 Korvacs#5
You should probably enable the 'InnoDB' feature, as the error message suggests.
08/08/2013 16:59 magedmarshell#6
Quote:
Originally Posted by Korvacs View Post
You should probably enable the 'InnoDB' feature, as the error message suggests.
how to enable it can u tell me ?
08/08/2013 17:41 pro4never#7
You are using a poorly redistributed version of mysql and not following the instructions for the source.

You'll want to uninstall appserver and install mysql directly from their website and it will work just fine.


Keep in mind that the redux source that I released is a base source. It's designed for people to use to write their own custom server with. As a result it has little to no actual functionality past logging in and jumping around.
08/08/2013 18:29 magedmarshell#8
I see, do u know any good 5065 source ? been searching for days but couldn't find any except yours <redux>
08/08/2013 19:01 pro4never#9
There are no plug and play 5065 sources that have all/most features coded.

Keep in mind that even the more completed sources (5017, 5095, 5165, 5517) all require you to be able to do some programming