I just sent everything you should need to beta test. Try it all out, look at the code, write me a chat application for an example, get a head start on your own MMO and release it before anyone else does, whatever you want. (actually do everything I told you to do with it
)
Offline
I forgot Mailinator doesn't let me get attachments. Mailinator is disposable email, I don't have E-Mail or skype. I also can't get them. Do you have an account on a file-sharing service, you could mail me a link to the files. GTG back in 1-2 hours
Last edited by Dinoclor (2011-07-13 17:46:36)
Offline
Oh, I'll upload it to an uploading website and send you a link.
Offline
Sent.
Offline
I don't have mysql.h, where can I download it? I need it to compile.
Last edited by Dinoclor (2011-07-13 21:28:50)
Offline
First of all, download the appropriate download from http://dev.mysql.com/downloads/mysql/. Install as according to the text files. Also, I gave you the wrong command to compile. You should use: gcc -o server $(mysql_config --cflags) mysql.c handlers.c main.c $(mysql_config --libs) Also, you'll need to have a database setup using this SQL:
-- phpMyAdmin SQL Dump
-- version 3.2.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 14, 2011 at 08:15 AM
-- Server version: 5.1.44
-- PHP Version: 5.3.2
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `scratchmmorpg`
--
CREATE DATABASE `scratchmmorpg` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `scratchmmorpg`;
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`username` varchar(100) NOT NULL,
`password` varchar(100) NOT NULL,
`id` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
That should be enough to get you started. Tell me if you continue to get errors and post which ones.
Offline
OK, I'll do that. BTW, for the bugs you can use Mantis Bug Tracker, it lets beta testers tell exactly what the bugs are, what they do, the priority. It also tells you which bugs are new, and when you fix a bug you can set it to fixed, so you know which bugs are fixed and which aren't. I've used it before, and it works great.
[EDIT]
What do I do with the database setup code? I have no experience with databases.
Last edited by Dinoclor (2011-07-14 12:54:29)
Offline
Get a tutorial on how to set up apache, then a tutorial on phpMyAdmin, then once it is set up then you need to import a database, and give it file with the sql code above.
Offline
Bump.
Offline
.sql
Offline
Bumpity bump bump bump bump.
Offline
It was made on linux. Right now, the server is practically done, the client is done, so really it is almost time that I open it. If you really want to beta test, then tell me a time (and timezone) and I'll try to arrange something. However, it will be easier to just wait until it is opened to the public.
Thanks,
bobbybee.
Offline
Yes, and yes.
What time?
Offline
xmagicx60 wrote:
bobbybee wrote:
Yes, and yes.
What time?
Time for what? I didn't understand you're last posts :ego
Time for him to send you a link to the download.
Offline
AM or PM? I'm in EST, so 6:00 AM would be 1:00 am for me, but if its PM (which it probably is) I'll be on 6 PM GMT.
Offline
ok let me check again, I'm on atm and will be throughout the day.
EDIT: I'm actually this: UTC/GMT -5 hours; Also known as CDT but yea umm anytime today until about 4:30. Or tomorrow the same.
Offline
This looks like an interesting concept; nice work!
Offline
Thanks.
Offline
Can you comment on one of my projects when this is done? I usually don't look here, but this is interesting.
Offline