[Tool/Web/Other] SQLChat - Live MySQL server feed & chat box
#27

Quote:
Originally Posted by nGen.SoNNy
Посмотреть сообщение
You can do what you want... i want to use it on my UCP and just the admins will be able to send message from the chat and rest of users will be able just to see what others type.

Take a look here: http://sa-sf.comuv.com/index.php [ i can't see any errors in the Chrome's Console - Connection to database it's ok ]
I think I found the issue. Your server (server.php) is returning the following response:
Код HTML:
<!--

    SQL Chat - Live server chat using MySQL
    Created by Sinner / 10-09-2013
    http://forum.sa-mp.com/member.php?u=1030...6.62073808    
    You are free to modify these pages any way you want 
    but please leave the credits intact.

--><?xml version="1.0"?><chatbox><row><user>Sinner</user><message>Test test</message><timestamp>01:35</timestamp><type>1</type></row><row><user>lel</user><message>test</message><timestamp>11:05</timestamp><type>1</type></row><row><user>TestServer</user><message>test ?</message><timestamp>08:56</timestamp><type>1</type></row><row><user>TestServer</user><message>gonna test it now</message><timestamp>08:54</timestamp><type>1</type></row><row><user>TestServer</user><message>server test</message><timestamp>08:53</timestamp><type>1</type></row><row><user>TestServer</user><message>test</message><timestamp>08:53</timestamp><type>1</type></row><row><user>TestServer</user><message>seems to be ok this message</message><timestamp>08:51</timestamp><type>1</type></row><row><user>TestServer</user><message>test</message><timestamp>08:51</timestamp><type>1</type></row></chatbox>
<!-- Hosting24 Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<!-- End Of Analytics Code -->
This is not the format that the client (index.php) is expecting. You must edit server.php so that it ONLY returns the xml:

Код HTML:
<?xml version="1.0"?><chatbox><row><user>Sinner</user><message>Test test</message><timestamp>01:35</timestamp><type>1</type></row><row><user>lel</user><message>test</message><timestamp>11:05</timestamp><type>1</type></row><row><user>TestServer</user><message>test ?</message><timestamp>08:56</timestamp><type>1</type></row><row><user>TestServer</user><message>gonna test it now</message><timestamp>08:54</timestamp><type>1</type></row><row><user>TestServer</user><message>server test</message><timestamp>08:53</timestamp><type>1</type></row><row><user>TestServer</user><message>test</message><timestamp>08:53</timestamp><type>1</type></row><row><user>TestServer</user><message>seems to be ok this message</message><timestamp>08:51</timestamp><type>1</type></row><row><user>TestServer</user><message>test</message><timestamp>08:51</timestamp><type>1</type></row></chatbox>
Reply


Messages In This Thread
SQLChat - Live MySQL server feed & chat box [Updated] - by Sinner - 10.09.2013, 15:54
Re: SQLChat - Live MySQL server feed & chat box - by Black Wolf - 10.09.2013, 15:55
Re: SQLChat - Live MySQL server feed & chat box - by [HK]Ryder[AN] - 10.09.2013, 15:56
Re: SQLChat - Live MySQL server feed & chat box - by iZN - 10.09.2013, 15:57
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 10.09.2013, 16:12
Re: SQLChat - Live MySQL server feed & chat box - by XtremeR - 11.09.2013, 21:17
Re: SQLChat - Live MySQL server feed & chat box - by JeaSon - 12.09.2013, 04:13
Re: SQLChat - Live MySQL server feed & chat box - by QuaTTrO - 12.09.2013, 09:06
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 15.09.2013, 20:50
Re: SQLChat - Live MySQL server feed & chat box - by DanishHaq - 15.09.2013, 20:54
Re: SQLChat - Live MySQL server feed & chat box - by mineralo - 17.09.2013, 13:11
Re: SQLChat - Live MySQL server feed & chat box - by nGen.SoNNy - 18.09.2013, 17:46
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 18.09.2013, 18:04
Re: SQLChat - Live MySQL server feed & chat box - by nGen.SoNNy - 18.09.2013, 18:07
Respuesta: SQLChat - Live MySQL server feed & chat box - by adrianxd - 18.09.2013, 18:23
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 18.09.2013, 19:57
Re: SQLChat - Live MySQL server feed & chat box - by SchurmanCQC - 18.09.2013, 20:02
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 18.09.2013, 20:44
Re: SQLChat - Live MySQL server feed & chat box - by nGen.SoNNy - 19.09.2013, 14:28
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 19.09.2013, 16:30
Re: SQLChat - Live MySQL server feed & chat box - by nGen.SoNNy - 19.09.2013, 16:57
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 19.09.2013, 17:03
Re: SQLChat - Live MySQL server feed & chat box - by nGen.SoNNy - 19.09.2013, 17:23
Re: SQLChat - Live MySQL server feed & chat box - by Champ - 19.09.2013, 17:44
Re: SQLChat - Live MySQL server feed & chat box - by nGen.SoNNy - 19.09.2013, 17:54
Re: SQLChat - Live MySQL server feed & chat box - by -=Dar[K]Lord=- - 20.09.2013, 13:30
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 20.09.2013, 17:34
Re: SQLChat - Live MySQL server feed & chat box - by NoahF - 20.09.2013, 22:49
Re: SQLChat - Live MySQL server feed & chat box - by nGen.SoNNy - 21.09.2013, 07:21
Re: SQLChat - Live MySQL server feed & chat box - by Sinner - 23.09.2013, 09:19
Re: SQLChat - Live MySQL server feed & chat box - by amirab - 22.09.2014, 16:13
Re: SQLChat - Live MySQL server feed & chat box - by iRaiDeN - 22.09.2014, 16:57
Re: SQLChat - Live MySQL server feed & chat box - by Abagail - 23.09.2014, 01:32

Forum Jump:


Users browsing this thread: 7 Guest(s)