Search the Community
Showing results for tags 'Socket'.
-
Hi, there. I'd like to know if it's possible to use a chat system here (PHP, JS, Websocket). I have a chat system made in php and integrated with a socket by using JS, and in localhost, everytime I want to use it, I have to start the server first using the command below in terminal: php.exe websocket_server.php Is there any way of doing this here? If so, what are the procedures? How do I do this here? Thank you!
-
Hello! I'm writing a Python game server using sockets. Everything works on local host, but I'm kinda lost about what I've to make the server running online ... I've already uploaded the .py file. Now, how can I start running them? And what host + port do I have to put on the server and on the client? Sorry if this questions are kinda newbie, but I do not find it too much on the internet ... Thanks! : D
-
hello, i have problem with website: Database error:Can't connect to local MySQL server through '/var/lib/mysql/mysql.sock' (2) ....(path to database connection) i get this often but not always searched the web didnt find solution, every1 talks about local host, i have 2 databases where 1 privileged user(at phpmyadmin) is connecting it at same , maybe thats the problem?