Raised This Month: $12 Target: $400
 3% 

Web Live Chat v1.4


Post New Thread Reply   
 
Thread Tools Display Modes
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 03-07-2014 , 00:36   Re: Web Live Chat v1.3
Reply With Quote #21

I would add that when I release a stable and secure version.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Phant
Veteran Member
Join Date: Sep 2009
Location: New Jersey
Old 03-07-2014 , 08:21   Re: Web Live Chat v1.3
Reply With Quote #22

Quote:
That's because I updated to 1.2 without testing, my bad. I will fix it in some minutes.
Thanks for fix.
So, I tested it. Very nice plugin, but some symbols causing the problem. For example, "#$%^&*" not displayed.
Also, would be nice to see all possible languages (UTF-8?). Because now displayed only English symbols.
Phant is online now
Send a message via ICQ to Phant
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 03-07-2014 , 08:40   Re: Web Live Chat v1.3
Reply With Quote #23

Quote:
Originally Posted by Phant View Post
Thanks for fix.
So, I tested it. Very nice plugin, but some symbols causing the problem. For example, "#$%^&*" not displayed.
Also, would be nice to see all possible languages (UTF-8?). Because now displayed only English symbols.
If you look at the cleaner function you will see the regular expression I made.
PHP Code:
function cleaner($str){
    return 
preg_replace("|[^a-zA-Z0-9 \?_!:\(\)\./]*|"""$str);

The function says that the only available chars are a-z, A-Z, 0-9, ?, _, !, :, (, ) and .
Maybe for next version I will try to add UTF-8 support.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Infernuz
Member
Join Date: May 2011
Old 03-08-2014 , 15:58   Re: Web Live Chat v1.3
Reply With Quote #24

What about web to server?
Infernuz is offline
Send a message via ICQ to Infernuz
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 03-08-2014 , 16:56   Re: Web Live Chat v1.3
Reply With Quote #25

Quote:
Originally Posted by Infernuz View Post
What about web to server?
It's not difficult to do but I don't want to add it. The plugin is only to log & see the chat in your site. To make web to server chat I have to setup a socket TCP/UDP server so you will have to open your server ports dealing with firewalls, router configs, etc...
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Baws
Veteran Member
Join Date: Oct 2012
Old 03-08-2014 , 17:24   Re: Web Live Chat v1.3
Reply With Quote #26

Quote:
Originally Posted by Infernuz View Post
What about web to server?
Make it as another part. That would be cool.
__________________
Like my clean plugins and work?

Last edited by Baws; 03-08-2014 at 17:24.
Baws is offline
Infernuz
Member
Join Date: May 2011
Old 03-08-2014 , 18:16   Re: Web Live Chat v1.3
Reply With Quote #27

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
It's not difficult to do but I don't want to add it. The plugin is only to log & see the chat in your site. To make web to server chat I have to setup a socket TCP/UDP server so you will have to open your server ports dealing with firewalls, router configs, etc...
But you'r already using sockets
Infernuz is offline
Send a message via ICQ to Infernuz
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 03-08-2014 , 18:33   Re: Web Live Chat v1.3
Reply With Quote #28

Quote:
Originally Posted by Infernuz View Post
But you'r already using sockets
I'm using sockets to SEND data. Receiving data is a different world. I'm not saying it's not possible, but I think not so much people could get that working...
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Infernuz
Member
Join Date: May 2011
Old 03-08-2014 , 20:34   Re: Web Live Chat v1.3
Reply With Quote #29

Well, then this is not a "live" chat as you called it, it's simply a chat logger. From this kind of view Ajax seems to be missing it's main purpose. You can more likely use database output and refresh the page instead. Don't you think so?

Btw, you could use sqlx instead of sockets in plugins.

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
but I think not so much people could get that working...
Something tells me that you shouldn't worry about that

Last edited by Infernuz; 03-08-2014 at 20:36.
Infernuz is offline
Send a message via ICQ to Infernuz
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 03-08-2014 , 21:29   Re: Web Live Chat v1.3
Reply With Quote #30

Quote:
Originally Posted by Infernuz View Post
Well, then this is not a "live" chat as you called it, it's simply a chat logger.
"Live chat" it's because you can watch CS chat "instantly" (~1sec delay).

Quote:
Originally Posted by Infernuz View Post
Btw, you could use sqlx instead of sockets in plugins.
Read the whole post
__________________

Last edited by Neeeeeeeeeel.-; 03-08-2014 at 21:30.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode