• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

version beta5 (width parmeter is broken)

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
20 posts • Page 2 of 2 • 1, 2

Postby d'Artagnan » Mon Sep 18, 2006 9:15 pm

Your script it's very nice and I like it to install in my site. First of all I have phpfreechat file deleted and all file again installed, but if I like open chat then it's the same error with "refresh_delay". So how it's possible to change this brocken parameter in my chat, because I can't open any command(chat command line) for change the refresh_delay parameter, or do you have a cache file that I must delete and if es which file it's? My administration site works.

What do you mean with positive number for refresh_delay which number are positiv(for example 2, 4, 6) for the chat?

Here it's my code of chat site:
Code: Select all
<?php
require_once dirname(__FILE__)."/chat/src/phpfreechat.class.php";
$params["language"] = "hr_HR";
$params["title"] = "Brbljaonica";
$params["refresh_delay"] = "2000";
$params["max_msg"] = 10;
$params["nick"] = "Gost";
$params["serverid"]  = md5(__FILE__); // calculate a unique id for this chat
$chat = new phpFreeChat( $params );
?>

Thanks
d'Artagnan
Last edited by d'Artagnan on Mon Sep 18, 2006 10:18 pm, edited 1 time in total.
d'Artagnan
Member
 
Posts: 22
Joined: Tue Aug 15, 2006 10:02 pm
Top

Postby phpfreechat » Tue Sep 19, 2006 7:31 am

"2000" is not a positive number, it's a string.
whereas 2000 is a positive number.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby d'Artagnan » Wed Sep 20, 2006 6:18 am

Can you tell me a example of a positive number, and where I need to put /rehash command, because I can't open chat with command line?
Last edited by d'Artagnan on Wed Sep 20, 2006 6:35 am, edited 1 time in total.
d'Artagnan
Member
 
Posts: 22
Joined: Tue Aug 15, 2006 10:02 pm
Top

Postby phpfreechat » Wed Sep 20, 2006 7:47 am

I wasn't clear ???
Ok so just replace :
Code: Select all
$params["refresh_delay"] = "2000";

by
Code: Select all
$params["refresh_delay"] = 2000;

Is it ok now ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby d'Artagnan » Wed Sep 20, 2006 9:03 am

Thanks kerphi

you are the best. ;-)

I have another question, I like to make a user with the d'Artagnan name but allways when I make the name it's not d'Artagnan but d'Artagnan, why?

Thanks
d'Artagnan
d'Artagnan
Member
 
Posts: 22
Joined: Tue Aug 15, 2006 10:02 pm
Top

Previous

Post a reply
20 posts • Page 2 of 2 • 1, 2

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 21 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub