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

How-to Requests

A collection of how-to's, submitted by users for other users!

Moderator: re*s.t.a.r.s.*2

Post a reply
41 posts • Page 1 of 3 • 1, 2, 3

Postby OldWolf » Thu Oct 21, 2010 5:28 pm

Please post your requests for how-to's here. Anyone is welcome to submit a response to these requests!
Signature:
Read before Posting: Forum Rules
Note: I am unable to offer support through PM/e-mail at this time.
OldWolf
Site Admin
 
Posts: 1918
Joined: Sun Sep 23, 2007 5:48 am
Top

Postby zoofa » Fri Oct 22, 2010 2:52 pm

hello
thanks for your good script

i need a command names /silent that just admin can use and that works like /silent {user} time
when this command is called by admins the user cant't send any message for that time
it is a very useful command if you write it
thanks
zoofa
New member
 
Posts: 3
Joined: Wed Oct 20, 2010 9:03 pm
Top

Postby waiheke » Wed Oct 27, 2010 5:21 am

*laughs*

with some people, sounds like a good idea
waiheke
Member
 
Posts: 126
Joined: Sun Sep 12, 2010 4:33 pm
Top

Postby icecube008 » Wed Dec 01, 2010 2:40 pm

How to disable commands for users that login to phpFreeChat
icecube008
New member
 
Posts: 1
Joined: Wed Dec 01, 2010 2:37 pm
Top

Postby OldWolf » Wed Dec 01, 2010 10:19 pm

icecube008 wrote:How to disable commands for users that login to phpFreeChat

Could you be more specific? Your request is a bit vague.
Signature:
Read before Posting: Forum Rules
Note: I am unable to offer support through PM/e-mail at this time.
OldWolf
Site Admin
 
Posts: 1918
Joined: Sun Sep 23, 2007 5:48 am
Top

Postby rzb » Thu Mar 10, 2011 11:04 pm

Is there a way to make it so that new public users automatically generate their own channel, and cannot see any sort of a channel list?
rzb
New member
 
Posts: 1
Joined: Thu Mar 10, 2011 10:57 pm
Top

Postby tyson.brown » Tue Mar 29, 2011 10:09 pm

Please post a detailed how-to for how to log in as administrator

1. Set your parameters as follows:


$params = array();
$params["title"] = "Quick chat";
$params["nick"] = ""; // setup the intitial nickname to request one each time
$params['firstisadmin'] = false;
$params["isadmin"] = false; // makes everybody admin: do not use it on producti$
$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
$params["debug"] = false;
$params["max_msg"]=0; //Clears the chat history each time you exit
$params["admins"]= array("admin" => "password"); //sets the admin username and password to admin and password
$chat = new phpFreeChat( $params );

2. Issue the /rehash command

3. Enter the chat room

4. Enter the nickname "admin"

5. In the chat text entry box type "/identify password"

Below the chat text entry box, a banner will appear indicating that you have been successfully identified.


I'm asking for this because it took me a substantial amount of time to figure this out (a couple of hours) after reading the quickstarts. I found it by digging through the forums.

Thanx!
tyson.brown
New member
 
Posts: 1
Joined: Tue Mar 29, 2011 9:56 pm
Top

Postby littleantz » Tue Apr 19, 2011 7:47 pm

Is this safe?
Code: Select all
$params["admins"]= array("admin" => "password"); //sets the admin username and password to admin and password

No one will see the password I type there?
littleantz
Member
 
Posts: 14
Joined: Tue Apr 19, 2011 11:36 am
Top

Postby re*s.t.a.r.s.*2 » Tue Apr 19, 2011 9:03 pm

No,

unless you web server doesn't parse PHP, it will output as text.
regards.
Free Singles Chat Rooms No Registration Required
Text and Chat Singles no need to register or app required
Sala De Bate Papo Online Grátis E Sem Cadastro
re*s.t.a.r.s.*2
Support Team
 
Posts: 612
Joined: Wed Sep 24, 2008 4:04 pm
Location: los angeles CA
  • Website
Top

Postby littleantz » Tue Apr 19, 2011 9:45 pm

Great!

Thanks a lot. You have been very helpful for all my questions.

This is geting interesting... :) I'm starting to fall in love with this. If this chat can handle busy rooms (around 50 simultaneous users) on a i7 dedicated server, this is definitely what I have been missing for a long time :)

I already have made some smiley modification and will be sharing it soon (if it's not yet in the collection). YM! Emoticons pack coming up Image
littleantz
Member
 
Posts: 14
Joined: Tue Apr 19, 2011 11:36 am
Top

Postby re*s.t.a.r.s.*2 » Tue Apr 19, 2011 11:50 pm

littleantz wrote:If this chat can handle busy rooms (around 50 simultaneous users) on a i7 dedicated server, this is definitely what I have been missing for a long time smile

Only way to know is testing...

lets us know how it goes!.

regards.
Free Singles Chat Rooms No Registration Required
Text and Chat Singles no need to register or app required
Sala De Bate Papo Online Grátis E Sem Cadastro
re*s.t.a.r.s.*2
Support Team
 
Posts: 612
Joined: Wed Sep 24, 2008 4:04 pm
Location: los angeles CA
  • Website
Top

Postby littleantz » Wed Apr 20, 2011 1:04 am

First, thanks to the team developing and maintaining this.

I wish there is detailed styling guide. This will encourage the community to redesign and bring out their creativity.

Thanks
littleantz
Member
 
Posts: 14
Joined: Tue Apr 19, 2011 11:36 am
Top

Postby FLZ » Wed Jun 01, 2011 12:01 pm

How to: Upload the files on the Webspace? It´s not allowed to write in the directory of the Chat programme.

So I can download the index.php but when I want to upload the customized file it shows it is not allowed to write in the directory on the webspace.

If I don´t like the Navigation seen by everyone, I can just throw it out?
How to give Administration rights (kick, ban) and how to use them?
How to give Moderation rights (kick, ban) and how to use them?

I installed the programme in a new directory on the Webspace (it created the directory automatically) but can´t upload the customized files in this directory...
FLZ
New member
 
Posts: 1
Joined: Wed Jun 01, 2011 11:39 am
Top

Postby soulful » Wed Jun 22, 2011 2:38 pm

how to admin list all chatroom created by user?
soulful
New member
 
Posts: 1
Joined: Mon Aug 30, 2010 10:35 am
Top

Postby NzMikey » Sat Jul 23, 2011 3:27 am

Can i request a How-To change the <username> to something like (Username): in the message/output field? I have been searching the code for a while but cant find where the <> is coming from.
NzMikey
New member
 
Posts: 3
Joined: Fri Jul 22, 2011 6:22 am
Top

Next

Post a reply
41 posts • Page 1 of 3 • 1, 2, 3

Return to How-to (v1.x)

Who is online

Users browsing this forum: No registered users and 1 guest

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