• 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

Disabling the censor

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

Post a reply
4 posts • Page 1 of 1

Postby EvelRavenloch » Sun Jan 23, 2011 12:57 pm

Alright, I've been over this time and again, but from what I've read, to disable the censor you simply place ('censor') in the Index under $params['skip_proxies']

This is a direct copy from my index: "/src/phpfreechat.class.php";$params['skip_proxies'] = array('censor');
$params = array();
$params["title"] = "Renegades";

The censor is still not turning off. I have rehashed it, but to no avail. Everything else seems to be working. I must admit, I am very new to this, and mostly teaching myself but.... I'm totally lost.
EvelRavenloch
New member
 
Posts: 7
Joined: Sun Jan 23, 2011 12:43 pm
Top

Postby re*s.t.a.r.s.*2 » Sun Jan 23, 2011 5:08 pm

Code: Select all
"/src/phpfreechat.class.php";

$params['skip_proxies'] = array('censor');

$params = array();

$params["title"] = "Renegades";

your sensor $params['skip_proxies'] = array('censor'); is out on top of the $params array, thats why dont work..
Code: Select all
"/src/phpfreechat.class.php";
$params = array(); // starting point for the PFC array..

$params["title"] = "Renegades";
$params['skip_proxies'] = array('censor');

the second code should do the trick , dont forget to "/rehash".
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 EvelRavenloch » Sun Jan 23, 2011 11:19 pm

I changed it to this, as suggested:

<?php

require_once dirname(__FILE__)."/src/phpfreechat.class.php";
$params = array(); // starting point for the PFC array..

$params["title"] = "Renegades";
$params['skip_proxies'] = array('censor');
// setup the intitial nickname
$params['firstisadmin'] = true;


It's still not working...
EvelRavenloch
New member
 
Posts: 7
Joined: Sun Jan 23, 2011 12:43 pm
Top

Postby re*s.t.a.r.s.*2 » Mon Jan 24, 2011 3:17 am

Please "/rehash"...

If dont work, I have no more ideas

state your PFC version..
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


Post a reply
4 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 22 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