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, and luckilly doesnt need audio output, just launch it and close it, doesnt have a single bit of audio. But, the keypresses thing is yeah, way out of the question. And they use unix servers or linux servers I think, according to what their websites host on.I might be able to get my router set up with a ddns server, and use my comp as a host for the chat client, though then Id have to forward ports, and the uptime would be way more than iffy. I know one guy whos got a windows server I believe, and hes also got a linux dedicated. The windows is hosted on a ddns, but at least hes got a machine for the server thats always running. It wouldnt handle teamtalk, but
  it should be able to handle chats, Im not hosting ultrapower on it or something. Lol.

URL: http://forum.audiogames.net/viewtopic.php?pid=222507#p222507




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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, though Ive never used sql before. I could just as easily convert this thing to a network oriented program like lucass, probably using some of his code, insert credit here, and mod it and see if you had a vps. A windows one. Because the server is coded in bgt.And I do know that if i converted this thing to network and vps, I would use wayayayayayay less resources then anything to do with php. I mean, do you know how often Id have to ping that URL? X10 would hate me. Graah! I should either buy a vps or use somebody elses, id get myself a premium account and a vps but my parents are too fucking lasy to pay 15 bucks a month for a web host.

URL: http://forum.audiogames.net/viewtopic.php?pid=222305#p222305




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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 a meriad of accessibility challenges. Its not like you can just fire up Remote Desktop and use Jaws. You need a special kind of Jaws license to be able to use it in a remote desktop session and that license is pretty expensive. I dont know about the other screen readers, maybe theres one that works well with Remote Desktop. I know what Im away and have to fix something on my grandmothers machine I have to use team viewer and fumble around with memorized keypresses in order to get a Jaws Tandum session up and running. Alas, good luck getting your host to set all that up for you. Furthermore, many servers dont have audio output anyway. Even if you did manage to get it all working I
  dont see how itd be worth it. BGT just isnt the tool for a server. It would take relatively few clients to really slow it down especially on a small VM.Id be willing to provide you with some space, if youd like (email or private message me).If your folks would be able to pay something like $30 for a year Id be perfectly happy with that. If not we can work something else out (maybe I can have you beta test for me or something).

URL: http://forum.audiogames.net/viewtopic.php?pid=222361#p222361




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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 costs down. They couldnt allow any one user to make server wide configuration changes, and you probably dont have a full fledged hosting account.To be honest, text files really arent the way to go anyway. If youre serious about this you should really invest the time to learn SQL and put together a server side solution which uses a database and PDO.I wouldnt use the MySQL_* functions that the many old php and sql tutorials online suggest as those make it really easy to write code with huge gaping security holes.I too would be willing to nagociate something with you as far as some hosting goes. As long as you dont plan on using a ridiculous amount of resources I dont see it being a 
 problem.

URL: http://forum.audiogames.net/viewtopic.php?pid=38#p38




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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 is gonna freak out and it probs wont work. If you want I can host the php for you and you might have better results. I bet its just your web host. Something that could work though, use file_put contents. like this?php
$nd=$_POST[data];
$cd=file_get_contents(events.txt);
file_put_contents(events.txt, $cd.\r\n.$nd);
?warning! This code isnt tested and could error, but it should generally show the get and put contents methods. If it doesnt work just find a tutorial online, but it should.

URL: http://forum.audiogames.net/viewtopic.php?pid=222183#p222183




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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 getting into the php code and I want a server event to be transmitted. I believe I know how to receive it, im storing them in a text file, like event, \r\n, event, \r\n, etc. You can thank mason for the text file procedure. Lol!So i have a file on my host called srv.php.And yeah, I go into it, and I tell it to assign a variable called $dat to the data value of the $_POST request, effectively trapping sent data. The script sends data, colton has connected. I log out, colton has disconnected. I look at the text file, this is the really weird part. Yes it writes, I used fopen and fwrite and such. Wanna know what the file says?00Every event I send, it puts a 0! What the hell is up w
 ith that, and can somebody help me with that? i can do it in bgt, i just need a way of transferring data between the client and the php servers, my get methods work fine once the files are full.

URL: http://forum.audiogames.net/viewtopic.php?pid=221920#p221920




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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 getting into the php code and I want a server event to be transmitted. I believe I know how to receive it, im storing them in a text file, like event, \r\n, event, \r\n, etc. You can thank mason for the text file procedure. Lol!So i have a text file on my host called srv.php.And yeah, I go into it, and I tell it to assign a variable called $dat to the data value of the $_POST request, effectively trapping sent data. The script sends data, colton has connected. I log out, colton has disconnected. I look at the text file, this is the really weird part. Yes it writes, I used fopen and fwrite and such. Wanna know what the file says?00Every event I send, it puts a 0! What the hell is
  up with that, and can somebody help me with that? i can do it in bgt, i just need a way of transferring data between the client and the php servers, my get methods work fine once the files are full.

URL: http://forum.audiogames.net/viewtopic.php?pid=221920#p221920




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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]);
fclose($mf);
?Sending an event in bgt would look like thisurl_post(server.domaintype/bla/bla/(ok you get it)/svr.php, data="" to a test event!);Keep the following 2 things in mind1. never use get for sending events. though post is still liable to hacking, a spammer could easily write a script that could spam the heck out of all your clients. 2. Your web host could get really mad if you keep requesting the same event file too fast 2 many times, thats why php and bgt isnt always amazing, plus you will start running into complications with lag while it retrieves the new file. Hope this helps.

URL: http://forum.audiogames.net/viewtopic.php?pid=222005#p222005




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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://forum.audiogames.net/viewtopic.php?pid=222020#p222020




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector