OPEN SOURCED. MAKE YOURSELVES SOMETHING AWESOME. SEE FIRST POST. Hmm... I like caps locks a lot. Anyways, it is open sourced, and available to the public, meaning no more beta testers.
Offline
Well never mind then, b/c of needing flash cs3. Let me know if there is a project made with this that I can play without extra setup. Or is that not possible?
Offline
When I install phpmyadmin, it doesn't ask for a database file. What should I do with the database file?
Offline
Open the import tab.
Offline
On the main page, there should be a list of tabs, in this order: Databases, SQL, Status, Variables, Charsets, Engines, Privileges, Processes, Export, and Import. Click import, and upload the file with the SQL I gave you.
Offline
Anything you need help with? This sounds like a good project. I'll Beta test for you if who want me to. I know basic C and some Objective-C, and although I can't write in MySQL, I can understand most of it. I'm also very good at Scratch and BASIC, and know a little Python and Revolution. Taking Honors Algebra 2 in the 9th grade. I'm very good at making Online connected games and once made an MMORPG using Scratchlive.
Hope I can Help!!
Last edited by hello12345678910 (2011-07-23 10:51:31)
Offline
Yeah, follow instructions above, and make some MMO's so I can actually get this in higher viewed categories. (like Show & Tell, that would get both FireMMO and you lots of hits).
Offline
Compiling Error:
main.c: In function ‘main’:
main.c:79: error: ‘SIGTSTP’ undeclared (first use in this function)
main.c:79: error: (Each undeclared identifier is reported only once
main.c:79: error: for each function it appears in.)
Offline
To fix that, on the first line write: #include <signal.h>
It should fix that error.
Offline
Now I get a different error:
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
Offline
That means that the MySQL C API is incorrectly installed (or not installed at all, more likely the case). apt-get install libmysqlclient15-dev when run on the command line should do the trick.
Offline
I get an error when I try to install that. If it helps, here's the error:
dpkg: error processing /var/cache/apt/archives/libmysqlclient-dev_5.1.49-1ubuntu8.1_i386.deb (--unpack):
trying to overwrite '/usr/include/mysql/decimal.h', which is also in package mysql-devel 5.5.14-2
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libmysqlclient-dev_5.1.49-1ubuntu8.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Offline
sudo apt-get uninstall libmysqlclient15-dev
sudo apt-get uninstall mysql-devel
sudo apt-get install libmysqlclient15-dev
Offline
That means that you compiled it while running in sudo. (under root). Just type on the command line sudo ./server in order to run it.
Offline
Now it gives me this error:
Error 1045: Access denied for user 'root'@'localhost' (using password: YES)
Offline
Do you have a tutorial of what to do with the Source?
Offline
@Dinoclor
Open mysql.h and configure it accordingly to your installation of MySQL
@peterkap
I had one up, the webserver (000webhost) crashed and all my data was lost in the process.
Offline
bobbybee wrote:
@Dinoclor
Open mysql.h and configure it accordingly to your installation of MySQL
@peterkap
I had one up, the webserver (000webhost) crashed and all my data was lost in the process.
Ok, but I don't know any SQL. Instructions please?
Offline
LFOB wrote:
I'm pretty good at scratch when I want to be
You need to know C, and I'm pretty sure he doesn't need help now, as he only needs to make examples and finish the tiny part of server that is left.
And bobby, your website is down, you'll have to make it again

Offline
Change this line in mysql.h:
#define MYSQL_PASSWORD "root"
To:
#define MYSQL_PASSWORD ""
Offline
bobbybee wrote:
Change this line in mysql.h:
#define MYSQL_PASSWORD "root"
To:
#define MYSQL_PASSWORD ""
I still get the error.
Offline
Sounds great... be sure to let me know when its all finished
Offline