prompio / drrr-like-chat

Automatically exported from code.google.com/p/drrr-like-chat
0 stars 0 forks source link

How to use this chatroom? #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is one awesome chatroom and I would like to apply it in my local server 
website but I'm a complete newbie when it comes to coding. 

I followed the instructions and got everything readied(hopefully) but the 
application does not show up on my web page. What should I do to make it works? 

Thank you.   

Original issue reported on code.google.com by tanpheng...@gmail.com on 8 Mar 2014 at 6:30

GoogleCodeExporter commented 8 years ago
Edit setting.php

Original comment by YomagiSh...@gmail.com on 9 Mar 2014 at 6:10

GoogleCodeExporter commented 8 years ago
I did, for the url and path:
define('DURA_URL', 'file:///C:/Users/toshiba/Desktop/test/test with 
chat.html'); 
define('DURA_PATH', dirname(test));

Do I need to add any code in my html code for it to work?   

Original comment by tanpheng...@gmail.com on 10 Mar 2014 at 1:09

GoogleCodeExporter commented 8 years ago
Do you have apache installed with php?

Try: define('DURA_URL', 'file:///C:/Users/toshiba/Desktop/test/test'); 

Original comment by YomagiSh...@gmail.com on 11 Mar 2014 at 3:37

GoogleCodeExporter commented 8 years ago
I don't have apache but I have installed php 5.5 on Windows 7. 
I tried to run ajax.php on dreamweaver local test server but failed. 

Original comment by tanpheng...@gmail.com on 13 Mar 2014 at 12:08

GoogleCodeExporter commented 8 years ago
It would be best for you to get a webserver configuration before continuing 
with the script.  I suggest wamp.

Original comment by YomagiSh...@gmail.com on 18 Mar 2014 at 11:45