Search found 15 matches

by JetPro
Mon Jul 22, 2013 10:25 pm
Forum: Beginner Help and Support
Topic: Two Player Facebook Game Structure
Replies: -1
Views: 1356

Re: Two Player Facebook Game Structure

Please help me create the structure of this game. I don't know what to include in my database. I think I really need Node. But I don't have any idea on how will I allow users to send invites in a real time manner.
by JetPro
Mon Jul 22, 2013 3:28 am
Forum: Beginner Help and Support
Topic: Two Player Facebook Game Structure
Replies: -1
Views: 1356

Re: Two Player Facebook Game Structure

Thank you for responding quickly.

As of now, I have the plain JavaScript that runs in my local device. It is plain JavaScript and it does not implement client-server structure.

Will Node JS help me achieve this goal?
by JetPro
Mon Jul 22, 2013 12:35 am
Forum: Beginner Help and Support
Topic: Two Player Facebook Game Structure
Replies: -1
Views: 1356

Two Player Facebook Game Structure

I am currently developing a Two Player, Real Time Facebook Game. It is a card game that allows interaction between two players. I have already created the game with JavaScript but it's not yet playable by two Facebook users. I want to have some idea to do this. Here are the things to be considered: ...
by JetPro
Wed May 01, 2013 4:11 am
Forum: General Development
Topic: Install and Run node.js on a server
Replies: -1
Views: 2288

Re: Install and Run node.js on a server

Obviously, I do not know much about these things, that's why I am trying to ask different people to get myself familiarized. Well, thank you.
by JetPro
Wed May 01, 2013 12:37 am
Forum: General Development
Topic: Install and Run node.js on a server
Replies: -1
Views: 2288

Re: Install and Run node.js on a server

@Chris, Are all VPS allowed to use Putty? I have seen a video tutorial on YouTube, http://www.youtube.com/watch?v=WeUfdxO0UPo.
by JetPro
Mon Apr 29, 2013 1:20 pm
Forum: General Development
Topic: Install and Run node.js on a server
Replies: -1
Views: 2288

Re: Install and Run node.js on a server

How will I control the virtual computer? Remote desktop apps?
by JetPro
Mon Apr 29, 2013 1:08 pm
Forum: General Development
Topic: Install and Run node.js on a server
Replies: -1
Views: 2288

Re: Install and Run node.js on a server

Is the only difference between shared hosting and VPS, you can control the remote server itself and enter some commands directly? Cost is also a HUGE difference.
by JetPro
Mon Apr 29, 2013 12:55 pm
Forum: General Development
Topic: Install and Run node.js on a server
Replies: -1
Views: 2288

Re: Install and Run node.js on a server

I don't think I need an upgrade. They have totally disabled some PHP functions. http://clients.web.com.ph/announcements ... tions.html

Thank you so much for your effort of explaining this to me.
by JetPro
Mon Apr 29, 2013 12:30 pm
Forum: General Development
Topic: Install and Run node.js on a server
Replies: -1
Views: 2288

Re: Install and Run node.js on a server

A really tough luck. My hosting also disabled shell_exec() function. Bad day.
by JetPro
Mon Apr 29, 2013 11:31 am
Forum: General Development
Topic: Install and Run node.js on a server
Replies: -1
Views: 2288

Re: Install and Run node.js on a server

I tried to run this:

Code: Select all

echo `su -h`;
It did not return anything, it is not also requiring a password. It just displayed a plain webpage with no content.

Code: Select all

<?php
shell_exec('sudo -u root -S command_goes_here < /home/$User/dir/dir/dir/passfile');
?>
I do not understand any of this code.

Go to advanced search