Re: Hi all, Can somebody help me with this?

2015-07-03 Thread AudioGames . net Forum — Developers room : coltonhill01 via Audiogames-reflector
Re: Hi all, Can somebody help me with this? Id probably beta test, 30 bucks a year dont sound that bad, but yeah. Unless it has way more than just that chat client on it, they wouldnt see a point. If I ever made a multiplayer game Id do it.Problem is, lucass server was coded in bgt

Re: Hi all, Can somebody help me with this?

2015-07-02 Thread AudioGames . net Forum — Developers room : coltonhill01 via Audiogames-reflector
Re: Hi all, Can somebody help me with this? Turns out it wasnt an error with not being able to access $_POST, it was a hilarious mistake I made where i used a + instead of a dot. Which made the thing throw a fit, lols. And yeah if i wanted to make a serious chat client I would use my sql

Re: Hi all, Can somebody help me with this?

2015-07-02 Thread AudioGames . net Forum — Developers room : Trajectory via Audiogames-reflector
Re: Hi all, Can somebody help me with this? Oh yeah, I forgot all about that crazy string concatenation in PHP.What I have is a dedicated server running Linux. I think youd have more problems with your Windows VPS approach than itd be worth anyway. First things first, youll be facing

Re: Hi all, Can somebody help me with this?

2015-07-01 Thread AudioGames . net Forum — Developers room : coltonhill01 via Audiogames-reflector
Re: Hi all, Can somebody help me with this? yeah. maybe you could host it, because x10 is a complete bitch. I found out no, you can not mod php.ini, and you can not use $_POST. URL: http://forum.audiogames.net/viewtopic.php?pid=20#p20

Re: Hi all, Can somebody help me with this?

2015-07-01 Thread AudioGames . net Forum — Developers room : coltonhill01 via Audiogames-reflector
Re: Hi all, Can somebody help me with this? I mean you should be able to use $_POST, but for some reason it wont let me access the data URL: http://forum.audiogames.net/viewtopic.php?pid=21#p21 ___ Audiogames-reflector mailing list

Re: Hi all, Can somebody help me with this?

2015-07-01 Thread AudioGames . net Forum — Developers room : Trajectory via Audiogames-reflector
Re: Hi all, Can somebody help me with this? Not being able to use $_POST sounds weird to me. Not being able to mod php.ini makes perfect sense though. On free hosting (or even paid shared hosting) the host cramps as many people as is physically possible on the same server in order to keep

Re: Hi all, Can somebody help me with this?

2015-07-01 Thread AudioGames . net Forum — Developers room : samtupy1 via Audiogames-reflector
Re: Hi all, Can somebody help me with this? Well with free hosting like x10, im not sure you actually get to mod that, or if it is necessary. I mean this in the kindest way, but hosting a chat client on free hosting while atempting to get data from a txt file loads of times, your host

Hi all, Can somebody help me with this?

2015-06-29 Thread AudioGames . net Forum — Developers room : coltonhill01 via Audiogames-reflector
Hi all, Can somebody help me with this? Okay. So lucas gave me the idea of creating a chat client, though I used a different approach.He used the network object and IP addresses, but I dont have no damn server. So can you guess what I used?PHP!Okay, so The client side works fine, but Im

Hi all, Can somebody help me with this?

2015-06-29 Thread AudioGames . net Forum — Developers room : coltonhill01 via Audiogames-reflector
Hi all, Can somebody help me with this? Okay. So lucas gave me the idea of creating a chat client, though I used a different approach.He used the network object and IP addresses, but I dont have no damn server. So can you guess what I used?PHP!Okay, so The client side works fine, but Im

Re: Hi all, Can somebody help me with this?

2015-06-29 Thread AudioGames . net Forum — Developers room : samtupy1 via Audiogames-reflector
Re: Hi all, Can somebody help me with this? Hi. Ok, if you could show me the hole php script id be glad to help, but its probably with php.ini being wierd, it happened to me. Heres what mine would look like?php $filename=events.txt; $mf=fopen($filename, a) or die(); fwrite($mf, $_POST[data

Re: Hi all, Can somebody help me with this?

2015-06-29 Thread AudioGames . net Forum — Developers room : coltonhill01 via Audiogames-reflector
Re: Hi all, Can somebody help me with this? oh well crap, I just now realized that my web host has a connection IP limit, my ftp client threw that in my face.but yes my code looks like that, but I get either 0 or blank. How do I configure php.ini?Im using an x10 server. URL: http