Raised This Month: $32 Target: $400
 8% 

Web Live Chat v1.4


Post New Thread Reply   
 
Thread Tools Display Modes
loonbg
Junior Member
Join Date: Nov 2008
Old 04-10-2014 , 17:03   Re: Web Live Chat v1.4
Reply With Quote #71

somthing is wrong im using easyphp 14.1
All is config correct but when i click on chat.php it show nothing .. when i klick on handler.php it show []
Some one have idea ?
loonbg is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-10-2014 , 17:25   Re: Web Live Chat v1.4
Reply With Quote #72

Quote:
Originally Posted by loonbg View Post
somthing is wrong im using easyphp 14.1
All is config correct but when i click on chat.php it show nothing .. when i klick on handler.php it show []
Some one have idea ?
handler.php returns [] because it has no data.

Write something in your gameserver chat, then check if the message was stored on your database.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
asdfdsdf
AlliedModders Donor
Join Date: Aug 2010
Location: Belgium
Old 04-16-2014 , 15:34   Re: Web Live Chat v1.4
Reply With Quote #73

Quote:
Originally Posted by loonbg View Post
somthing is wrong im using easyphp 14.1
All is config correct but when i click on chat.php it show nothing .. when i klick on handler.php it show []
Some one have idea ?
i have the same problem here cant you like post a full description on how to install it right for noobs


and nothing is stored in my databse i use subfolders because i wanna use it on more then 1 server

Last edited by asdfdsdf; 04-16-2014 at 15:36.
asdfdsdf is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-16-2014 , 15:48   Re: Web Live Chat v1.4
Reply With Quote #74

Quote:
Originally Posted by asdfdsdf View Post
i have the same problem here cant you like post a full description on how to install it right for noobs


and nothing is stored in my databse i use subfolders because i wanna use it on more then 1 server
Could you show me your cvar values please?
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Buckshot
Senior Member
Join Date: Mar 2014
Location: Sweden
Old 04-16-2014 , 18:39   Re: Web Live Chat v1.4
Reply With Quote #75

Fantastic!
__________________
PM me for private work.


Buckshot is offline
Send a message via Skype™ to Buckshot
asdfdsdf
AlliedModders Donor
Join Date: Aug 2010
Location: Belgium
Old 04-29-2014 , 08:58   Re: Web Live Chat v1.4
Reply With Quote #76

Fatal error: Call to a member function execute() on a non-object in /home/fra/public_html/handler.php on line 66


I get this error when i use ini_set("display_errors", 1); in handler.php anyone knows what the problem could be thx in advance

Last edited by asdfdsdf; 04-29-2014 at 08:58.
asdfdsdf is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-29-2014 , 09:38   Re: Web Live Chat v1.4
Reply With Quote #77

Quote:
Originally Posted by asdfdsdf View Post
Fatal error: Call to a member function execute() on a non-object in /home/fra/public_html/handler.php on line 66


I get this error when i use ini_set("display_errors", 1); in handler.php anyone knows what the problem could be thx in advance
Check your mysql credential details & permissions. The issue is because the script cannot connect to db or it has no permissions to execute the query.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
hamza47sohail
Senior Member
Join Date: Jan 2014
Old 05-05-2014 , 08:58   Re: Web Live Chat v1.4
Reply With Quote #78

Can anyone make a sourcemod version for this?
Would love to install it on my TF2 server.
hamza47sohail is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 05-05-2014 , 09:16   Re: Web Live Chat v1.4
Reply With Quote #79

Quote:
Originally Posted by hamza47sohail View Post
Can anyone make a sourcemod version for this?
Would love to install it on my TF2 server.
I never made a source mod plugin but if you send me a pm with an example hooking chat messages I will release it for sourcemod.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 05-05-2014 , 12:32   Re: Web Live Chat v1.4
Reply With Quote #80

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
I never made a source mod plugin but if you send me a pm with an example hooking chat messages I will release it for sourcemod.
In reply to quote above, try this for sourcemod:
PHP Code:
native bool:AddCommandListener(CommandListener:callback, const String:command[]=""); 
and example would be like this:
PHP Code:
public OnPluginStart()
{
    
AddCommandListener(Listener_Say"say");
}
public 
Action:Listener_Say(client, const String:command[], argc)
{
    
//Code for what ever you want to do when command say is used.

Sourcemod api documentation for plugin writers is here: http://docs.sourcemod.net/api/
WildCard65 is offline
Reply



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 17:00.


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