also can I get it without the capture? the chat will be in a logged in area of the site.
Hey Jay,
I bought your chat script and installed it, page index.php loads fine but after I get 5 warning messages (errors) when I type or paste the content in the message field and click submit. Please let me know how to fix them, I’m OK with modifying files and changing permissions of the files. Please help – let me know how to fix it, here are the error messages I get:
Warning: fopen(simpleChat/data.txt) [function.fopen]: failed to open stream: Permission denied in /home/bigbang/public_html/chat/simpleChat/core.php on line 180
Warning: fread(): supplied argument is not a valid stream resource in /home/bigbang/public_html/chat/simpleChat/core.php on line 181
Warning: fwrite(): supplied argument is not a valid stream resource in /home/bigbang/public_html/chat/simpleChat/core.php on line 182
Warning: fclose(): supplied argument is not a valid stream resource in /home/bigbang/public_html/chat/simpleChat/core.php on line 183
Warning: Cannot modify header information – headers already sent by (output started at /home/bigbang/public_html/chat/simpleChat/core.php:180) in /home/bigbang/public_html/chat/simpleChat/core.php on line 203
—-—-—-—-—-—-—-—-—-—-—-—-—-—--
BTW : data.txt is already there and I see your test message in on the index.php page:
Test – 31st Dec, 19691 (I changed the date to America/NewYork time but date didn’t change)
If you can see this the script works perfectly!
Permissions were set to 644 when I installed it.
Also I like to take out the admin login on index.php and login directly from another page or just by typing the admin login url on the browser, How can I do that? I don’t want visitors trying to play with it, you know they will try anyway.
Thanks.
Hey, I’ve replied back with an email.
And to move the admin login just move this:
<form id="login" class="padding" action="/simpleChat/" method="post">
<p><label for="username">Username</label></p>
<p><input id="username" name="username" /></p>
<p><label for="password">Password</label></p>
<p><input id="password" name="password" type="password" /></p>
<p><input type="submit" value="Login" /></p>
</form>
to your other page and point the action part to the index.php file or to the directory with it in.
Hey Jay,
Thanks for the direction. Regarding the error messages you asked in the email to see the installation of the script, installation is on a private network, let me install it on a public site and will send you the id and pw that you can login and take a look at the code/installation.
Regards.
data.txt permission issues fixed.
Jay,
I fixed the stream resource errors I was getting without changing the server, errors were generated because of permission issues on data.txt. I chmod data.txt to 777 (world wide write) – now the file data.txt can be opened, written and closed.
Thanks for the efforts you made to fix the issue and I appreciate the new admin file you made for me. I will buy your scripts at any time, I recommend your service and products to everyone. Take care.
I there a login so that peolpe get a unique username?
hi Jaybuz, i just bought your file, and i highly recommend it. I need your help with a small problem, and i sent you an email.
thanks for
Filipe
This is great. Can the moderator approve or discard a message before it is posted?
How can i add to support Turkish (Latin) Chars to post that script?
hello, is possible integrate it in a simple html/css website?
Thanks
Your script works great out of the box, but why when I rename index.php to chat.php will it not work? When I click Submit it just goes to the website root.
Fixed the problem 
Hi, is there an easy way to make the main part, showing the messages, update every so often?
Also, it adds slashes for characters like ” and ‘
Otherwise great script! Will probably buy later today. 
Hello First of all thanks for your nice code I already purchase it but I have a real problem, please visit this site: http://www.qasion.com/Health%20Corner.html you can find down the comment system but I don’t know some of words appear in the boxes and on the top of the page and also I can’t enter as an admin and even I can’t comment and also the menu it’s become ugly after I add the code it’s not look like others pages anymore. please I hope if you can check the code and give me the solution, I don’t know if I should have mySql or good experience in php, really I need a detailed explanation as this site is my assignment and I should submit it on 10/may
If you could zip it up and send it to me in an email, I may be able to help out. 
Jaybuz,
My page that the chat resides on is ‘main.php’ NOT ‘index.php’ Trying to post or admin login forces you back to the index.php page which is an entry page for my website.
What needs to be updated in the script to fix this?
I sent you an email with links and a more thorough explanation. Thanks for your support.
Your jaybuz@rewindstudios.com email sent my message back saying undeliverable. On second thought that could have been a hint 
JayT
Jaybuz,
I followed up with the email you sent (May 21st, just in case your junk mail caught it) with the errors I was receiving. I also attached the barebones zip of the website in question.
...It seems that when I DO NOT login the admin panel, the text file updates but it still takes you back to the index.php. When you Enter the site, the text file is updated. When I DO login the admin panel, the text file does not update. But the page does stay on the main.php page….
Thanks for looking into this.
JayT
Jaybuz,
Still waiting for the answer to the comment above. I sent you an email from jltjr75 (at) gmail (dot) com on May 21 that explains my error with the script. Thanks for your help.
Thanks Jaybuz! It works now.
I am integrating the script on my site and make the necessary administration options appear without having to enter password as it will be visible only logged on a page. Can you help me saying how I do it?

Hmmm, if you mean the the Sum & IP logging then yes it’s just a simple edit which I could help you with.