The first thing I'd need to be able to do is store user accounts to my database, so there is an avatar to appear when the client does eventually load.
I'm not sure how to configure a client.php to load on my server, with a flash container containing the game, from the emulator package I have...
The first thing I'd need to be able to do is store user accounts to my database, so there is an avatar to appear when the client does eventually load.
I'm not sure how to configure a client.php to load on my server, with a flash container containing the game, from the emulator package I have...
Hey again,
So I've begun to configure information to my database, and have many categories that contain pages' item information, As well as a built-in system that assigns which users are able to have access to certain pages. I know these items would be able to be purchased via in-game currency...
What more control would I have over the flexibility of my security settings in MAMP, that you are recommending, as opposed to XAMP? And where could I host a server with more control over the protection of it?
Well then I likely won't be taking your suggestion, as I have no interest in abandoning my current, functional environment to go out on a whim with something I'm not familiar with at all. So I appreciate the MAMP recommendation, and I already have it downloaded, as well as Nginx, but I'm going...
Most of the tutorials I've seen are geared towards XAMP users, mainly ones who are using PC, with some steps that still apply to people who use Mac. What would MAMP provide additionally as a platform that XAMP doesn't? I think I may have read that I would need a development server to be able to...
That almost sums up the conclusion to the session @dentercowo and I had over teamviewer. I will be moving onward from threads of this kind/surrounding this topic and will be looking to begin figuring out how configure the client to the server, add different/newer .swfs and assure that said .swfs...
A few people have said I need a VPS, but I'm not sure what for. It may be another method to explore. Wouldn't I need a domain name to configure to the server that my system is already capable of deploying; as my localhost exists with XAMP as the server platform? I updated the post, since it was...
Thanks, that's what I'm currently operating on, XAMPP. Connecting the database as a central storage to the game, as well as the site, seems to be my issue right now. I wasn't saying what you were saying was wrong, I just didn't understand it, being sort of new to the community and just having...
In your post you mentioned clarifying where the emulator was being hosted? If it were on a VPS, it would be accessible to anyone with an IP address, but they would be launching the client.file from the web address upon execution, not the emulator itself. If it weren't on a vps and you were just...
seeing as you can use the format of these pages and re-apply them to the rest of the pages your server would use as a gateway to be able to store submitted registrations to & read info back to the user in relation to the site, in, does anyone know how to write a script in php or html for...
Wouldn't you just upload the client.file to the server like it were any other page with content for the web? And execute the game by entering the path to the game file? How does the client.file open in the new window, when it is the programming of the game that appears in the client?
Yo,
I really want to be able to connect to MySQL. This is the 3rd and final post I will make asking for help with the proper set up and documentation of a MySQL server. With the first installation, I hadn't set any locations for any kind of storage for files to be uploaded/saved to, the default...
Aside from adding content and configuring the database to your site by using this webhosting method, do you get to choose a unique URL from possible domain names available?
I was/currently am still having trouble with this when I try to start the mysql server from my support files via command line. It says permission denied & chmod only lists what is stored in the home directory as files that can be modified. If you made a copy where your default webserver would...
It's supposed to be a .php file, right? And would I enter my localhost as 'my_web' in the path if I haven't purchased a hosting server or domain with URLs that point to the web through real site name yet?
Hey guys,
I didn't post for a while & have been experiencing the same problem for the past couple days, with different sets of errors depending on the where the location of the file is on the command I try to run.
It begins on my localhost when I try to redirect from my xamp...