walgreens roselle

roselle new jersey county

christopher peters roselle nj

crimson roselle

silver lake restaurant roselle illinois

qsa roselle park

mike roselle

jeet kune do in roselle illinois

what is roselle cordial

roselle savings bank nj

roselle middle school roselle illinois

scott stringfellow roselle illinois

accident in roselle park nj

john cullum roselle

warinanco park roselle nj

roselle illinois

roselle kindercare

roselle nj military installations

massage parlor oriental girls spa roselle

gianna roselle il

qsa roselle

dynamic fan roselle nj

keith cihak in roselle il

roselle bank trust

roselle park nj

gail loster roselle il

roselle park veterans memorial library

roselle catholic high school reunion

roselle school district

jim roselle

roselle illinois run for roses 2007

bingo in roselle nj

attorney kane roselle il

buy roselle plant

60172 roselle il contact

village of roselle il

softball tournament roselle

roselle fashion

capt roselle m hoffmaster

recent home sales roselle disilvestro

roselle yellow page

kompany roselle

caputos roselle

saint walters roselle il

roselle police

roselle to joliet metra train schedule

roselle park board of education employment

roselle rosales

planmeca in roselle il

attorney cane roselle il

robert boland roselle nj

croft barrow roselle

roselle united methodist church

montero inc in roselle il

roselle music

james roselle chef

roselle rosales holy cross

city of roselle

roselle christmas lights

roselle illinois schedule of events

ironbound heat roselle nj

quality care roselle

hancock fabrics golf and roselle rd

ronald a cohen roselle park attorney

roselle board of education

population of roselle park nj

pops in roselle

cab station near roselle

roselle rosales davao

roselle metra station hours

lake street two of roselle ill

mike roselle 2007

the trails in roselle

roselle m hoffmaster

roselle hoffmaster cause of death

roselle 1924

pavilion mortgage roselle

exhibitgroup chicago in roselle il

ria roselle almero deped

charles and roselle m owens

rental property roselle illinois

roselle illinois 60172

harris bank roselle il

roselle candidato

auto body repair roselle

07204 roselle park nj contact

190 longford court roselle il

waterbury townhomes association roselle il

kim roselle

roselle nj

park funeral home roselle new jersey

roselle nj churches

pete roselle

k9 rocco roselle illinois

welcome to roselle park

geoffrey richard real property roselle nj

roselle florist

apartments roselle il section 8 ihda

creative learning roselle illinois

57 e hattendorf ave roselle

roselle park district

roselle 3rd grade primary tablet

alissa burkett roselle

linden roselle sewer authority

news ronald a cohen roselle park

taste of roselle 2008

roselle forum

tracey doss roselle nj

better business bureau roselle new jersey

roselle savings bank

roselle politics

funeral homes addison itasca roselle il

roselle community college

robert dempsey roselle park nj

obrien and roselle

trinity lutheran roselle

roselle cathlolic high school

roselle abregu

paul lucas roselle

roselle park high school

roselle il

roselle homes for sale

the seasons roselle il

roselle park soccer

harris central n a roselle bank

patrick mccammon of roselle il

roselle catholic

07203 roselle nj contact

paragon ballroom roselle park nj

roselle plant

lake park high school roselle

william roselle attorney

john roselle corps tulsa district

the roselle shopper

precision transmission roselle il

roselle il police department

saint walters catholic church roselle

roselle paper

bfi waste in roselle

roselle park new jersey

brew and grow roselle il

recent home sales in roselle nj

leonberger breeder roselle il

clothes mentor roselle il

my space roselle il female

roselle hoffmaster january 30 2009

body shop roselle

60172 roselle il

holly swick roselle

dog parks roselle il

roselle m owens

bruce roselle

hancock fabric golf and roselle rd

roselle catholic high school

roselle alternative care

l t roselle nj

kevin nelson roselle

mike roselle bio

aaron lang roselle il

hotels roselle park nj

trinity lutheran roselle il

village of roselle utility bill

friendly ford roselle

ballpark roselle

roselle interrante

carl roselle

roselle nj sign

abraham clark roselle 1996

bellisimo pizzaria roselle new jersey

park auto sales roselle n j

roselle hibiscus

wallgreens roselle

the trails homeowners association roselle il

pet stores roselle il

better business burow roselle new jersey

roselle city guide

roselle new jersey police

roselle recycing bins

roselle forum news for october 2007

the goonies roselle nj

restaurants in roselle park nj

what is roselle from malaysia

roselle nj zip code

oak park apatments roselle new jersey

Chat loading ...
Please wait

PHP FREE CHAT [powered by phpFreeChat-1.0-beta9]

The source code

/home/midsouth/public_html/phpfreechat-1.0-beta9/demo/demo21_with_hardcoded_urls.php

<?php

require_once dirname(__FILE__)."/../src/phpfreechat.class.php";
$params = array();
$params["serverid"]       = md5(__FILE__); // calculate a unique id for this chat
$params["title"]          = "A chat with a hardcoded urls";
$params["nick"]           = "guest";  // setup the intitial nickname

// setup urls
$params["data_public_url"]   = "../data/public";
$params["client_script_url"] = "./demo21_with_hardcoded_urls.php";
$params["server_script_url"] = "./demo21_with_hardcoded_urls.php";

// setup paths
$params["container_type"]         = "File";
$params["container_cfg_chat_dir"] = dirname(__FILE__)."/../data/private/chat";

$chat = new phpFreeChat( $params );

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>phpFreeChat demo</title>

    <?php $chat->printJavascript(); ?>
    <?php $chat->printStyle(); ?>

  </head>

  <body>
  <?php $chat->printChat(); ?>

<?php
  // print the current file
  echo "<h2>The source code</h2>";
  $filename = __FILE__;
  echo "<p><code>".$filename."</code></p>";
  echo "<pre style=\"margin: 0 50px 0 50px; padding: 10px; background-color: #DDD;\">";
  $content = file_get_contents($filename);
  echo htmlentities($content);
  echo "</pre>";
?>

<?php
  echo "<h2>Debug</h2>";
  echo "<pre>";
  $c =& pfcGlobalConfig::Instance();
  print_r($c);
  print_r($_SERVER);
  echo "</pre>";
?>

  </body>
</html>

Debug

pfcglobalconfig Object
(
    [serverid] => f6b9a48d24db40f66cfd26466b4f77e6
    [nick] => guest
    [nickmeta] => Array
        (
        )

    [nickmeta_private] => Array
        (
            [0] => ip
        )

    [isadmin] => 
    [admins] => Array
        (
            [admin] => 
        )

    [firstisadmin] => 
    [islocked] => 
    [lockurl] => http://www.phpfreechat.net
    [skip_proxies] => Array
        (
        )

    [post_proxies] => Array
        (
        )

    [pre_proxies] => Array
        (
        )

    [proxies_cfg] => Array
        (
            [auth] => Array
                (
                )

            [noflood] => Array
                (
                    [charlimit] => 450
                    [msglimit] => 10
                    [delay] => 5
                )

            [censor] => Array
                (
                    [words] => Array
                        (
                            [0] => fuck
                            [1] => sex
                            [2] => bitch
                        )

                    [replaceby] => *
                    [regex] => 
                )

            [log] => Array
                (
                    [path] => 
                )

        )

    [proxies_path] => 
    [proxies_path_default] => /home/midsouth/public_html/phpfreechat-1.0-beta9/src/proxies
    [cmd_path] => 
    [cmd_path_default] => /home/midsouth/public_html/phpfreechat-1.0-beta9/src/commands
    [title] => A chat with a hardcoded urls
    [channels] => Array
        (
            [0] => My room
        )

    [frozen_channels] => Array
        (
        )

    [max_channels] => 10
    [privmsg] => Array
        (
        )

    [max_privmsg] => 5
    [frozen_nick] => 
    [max_nick_len] => 15
    [max_text_len] => 400
    [refresh_delay] => 5000
    [max_refresh_delay] => 60000
    [timeout] => 20000
    [max_msg] => 20
    [max_displayed_lines] => 150
    [quit_on_closedwindow] => 1
    [focus_on_connect] => 1
    [connect_at_startup] => 1
    [start_minimized] => 
    [height] => 440px
    [width] => 
    [shownotice] => 3
    [nickmarker] => 1
    [clock] => 1
    [startwithsound] => 1
    [openlinknewwindow] => 1
    [notify_window] => 1
    [display_pfc_logo] => 1
    [displaytabimage] => 1
    [displaytabclosebutton] => 1
    [showwhosonline] => 1
    [showsmileys] => 1
    [btn_sh_whosonline] => 1
    [btn_sh_smileys] => 1
    [bbcode_colorlist] => Array
        (
            [0] => #FFFFFF
            [1] => #000000
            [2] => #000055
            [3] => #008000
            [4] => #FF0000
            [5] => #800000
            [6] => #800080
            [7] => #FF5500
            [8] => #FFFF00
            [9] => #00FF00
            [10] => #008080
            [11] => #00FFFF
            [12] => #0000FF
            [13] => #FF00FF
            [14] => #7F7F7F
            [15] => #D2D2D2
        )

    [nickname_colorlist] => Array
        (
            [0] => #CCCCCC
            [1] => #000000
            [2] => #3636B2
            [3] => #2A8C2A
            [4] => #C33B3B
            [5] => #C73232
            [6] => #80267F
            [7] => #66361F
            [8] => #D9A641
            [9] => #3DCC3D
            [10] => #1A5555
            [11] => #2F8C74
            [12] => #4545E6
            [13] => #B037B0
            [14] => #4C4C4C
            [15] => #959595
        )

    [theme] => default
    [themepath] => /home/midsouth/public_html/phpfreechat-1.0-beta9/themes
    [themepath_default] => /home/midsouth/public_html/phpfreechat-1.0-beta9/themes
    [theme_url] => ../themes
    [theme_default_url] => ../themes
    [baseurl] => 
    [language] => 
    [output_encoding] => UTF-8
    [container_type] => File
    [client_script_path] => /home/midsouth/public_html/phpfreechat-1.0-beta9/demo/demo21_with_hardcoded_urls.php
    [client_script_url] => ./demo21_with_hardcoded_urls.php
    [server_script_path] => /home/midsouth/public_html/phpfreechat-1.0-beta9/demo/demo21_with_hardcoded_urls.php
    [server_script_url] => ./demo21_with_hardcoded_urls.php
    [xajaxpath] => /home/midsouth/public_html/phpfreechat-1.0-beta9/src/../lib/xajax_0.5_beta1
    [jspath] => /home/midsouth/public_html/phpfreechat-1.0-beta9/src/../lib/javascript
    [data_private_path] => /home/midsouth/public_html/phpfreechat-1.0-beta9/src/../data/private
    [data_public_path] => /home/midsouth/public_html/phpfreechat-1.0-beta9/src/../data/public
    [data_public_url] => ../data/public
    [smileys] => Array
        (
            [smileys/emoticon_smile.png] => Array
                (
                    [0] => :-)
                    [1] => ^_^
                    [2] => :)
                )

            [smileys/emoticon_evilgrin.png] => Array
                (
                    [0] => >(
                )

            [smileys/emoticon_surprised.png] => Array
                (
                    [0] => :S
                    [1] => :s
                    [2] => :-S
                    [3] => :-s
                    [4] => :-/
                )

            [smileys/emoticon_grin.png] => Array
                (
                    [0] => :-D
                    [1] => :D
                )

            [smileys/emoticon_unhappy.png] => Array
                (
                    [0] => :\'(
                    [1] => :-(
                    [2] => :o(
                    [3] => :-<
                    [4] => :(
                )

            [smileys/emoticon_happy.png] => Array
                (
                    [0] => :lol:
                )

            [smileys/emoticon_waii.png] => Array
                (
                    [0] => :{}
                    [1] => :-{}
                    [2] => :razz:
                    [3] => :}
                    [4] => :-}
                )

            [smileys/emoticon_wink.png] => Array
                (
                    [0] => ;-)
                    [1] => ;o)
                    [2] => ;)
                )

            [smileys/emoticon_tongue.png] => Array
                (
                    [0] => :P
                    [1] => :-P
                    [2] => :-p
                    [3] => :p
                )

            [smileys/weather_rain.png] => Array
                (
                    [0] => ///
                    [1] => \\\\\\
                    [2] => |||
                    [3] => :rain:
                    [4] => :drizzle:
                )

            [smileys/weather_snow.png] => Array
                (
                    [0] => :***:
                )

            [smileys/weather_sun.png] => Array
                (
                    [0] => >O<
                )

            [smileys/weather_clouds.png] => Array
                (
                    [0] => :\"\"\":
                    [1] => :cloud:
                    [2] => :clouds:
                )

            [smileys/weather_cloudy.png] => Array
                (
                    [0] => :\"O\":
                    [1] => :cloudly:
                )

            [smileys/weather_lightning.png] => Array
                (
                    [0] => :$:
                )

            [smileys/arrow_right.png] => Array
                (
                    [0] => =>
                    [1] => ->
                    [2] => -->
                    [3] => ==>
                    [4] => >>>
                )

            [smileys/arrow_left.png] => Array
                (
                    [0] => <=
                    [1] => <-
                    [2] => <--
                    [3] => <==
                    [4] => <<<
                )

            [smileys/exclamation.png] => Array
                (
                    [0] => :!:
                )

            [smileys/lightbulb.png] => Array
                (
                    [0] => *)
                    [1] => 0=
                )

        )

    [errors] => Array
        (
        )

    [is_init] => 1
    [version] => 1.0-beta9
    [debugurl] => ../debug
    [debug] => 
    [debugxajax] => 
    [_sys_proxies] => Array
        (
            [0] => lock
            [1] => checktimeout
            [2] => checknickchange
            [3] => auth
            [4] => noflood
            [5] => censor
            [6] => log
        )

    [_proxies] => Array
        (
            [0] => lock
            [1] => checktimeout
            [2] => checknickchange
            [3] => auth
            [4] => noflood
            [5] => censor
            [6] => log
        )

    [_dyn_params] => Array
        (
            [0] => nick
            [1] => isadmin
            [2] => islocked
            [3] => admins
            [4] => frozen_channels
            [5] => channels
            [6] => privmsg
            [7] => nickmeta
            [8] => baseurl
        )

    [_params_type] => Array
        (
            [string] => Array
                (
                    [0] => serverid
                    [1] => nick
                    [2] => lockurl
                    [3] => proxies_path
                    [4] => proxies_path_default
                    [5] => cmd_path
                    [6] => cmd_path_default
                    [7] => title
                    [8] => height
                    [9] => width
                    [10] => theme
                    [11] => themepath
                    [12] => themepath_default
                    [13] => theme_url
                    [14] => theme_default_url
                    [15] => baseurl
                    [16] => language
                    [17] => output_encoding
                    [18] => container_type
                    [19] => client_script_path
                    [20] => client_script_url
                    [21] => server_script_path
                    [22] => server_script_url
                    [23] => xajaxpath
                    [24] => jspath
                    [25] => data_private_path
                    [26] => data_public_path
                    [27] => data_public_url
                    [28] => version
                    [29] => debugurl
                )

            [array] => Array
                (
                    [0] => nickmeta
                    [1] => nickmeta_private
                    [2] => admins
                    [3] => skip_proxies
                    [4] => post_proxies
                    [5] => pre_proxies
                    [6] => proxies_cfg
                    [7] => channels
                    [8] => frozen_channels
                    [9] => privmsg
                    [10] => bbcode_colorlist
                    [11] => nickname_colorlist
                    [12] => smileys
                    [13] => errors
                    [14] => _sys_proxies
                    [15] => _proxies
                    [16] => _dyn_params
                    [17] => _params_type
                )

            [bool] => Array
                (
                    [0] => isadmin
                    [1] => firstisadmin
                    [2] => islocked
                    [3] => frozen_nick
                    [4] => quit_on_closedwindow
                    [5] => focus_on_connect
                    [6] => connect_at_startup
                    [7] => start_minimized
                    [8] => nickmarker
                    [9] => clock
                    [10] => startwithsound
                    [11] => openlinknewwindow
                    [12] => notify_window
                    [13] => display_pfc_logo
                    [14] => displaytabimage
                    [15] => displaytabclosebutton
                    [16] => showwhosonline
                    [17] => showsmileys
                    [18] => btn_sh_whosonline
                    [19] => btn_sh_smileys
                    [20] => is_init
                    [21] => debug
                    [22] => debugxajax
                )

            [positivenumeric] => Array
                (
                    [0] => max_channels
                    [1] => max_privmsg
                    [2] => max_nick_len
                    [3] => max_text_len
                    [4] => refresh_delay
                    [5] => max_refresh_delay
                    [6] => timeout
                    [7] => max_msg
                    [8] => max_displayed_lines
                    [9] => shownotice
                )

        )

    [container_cfg_chat_dir] => /home/midsouth/public_html/phpfreechat-1.0-beta9/demo/../data/private/chat
    [container_cfg_server_dir] => /home/midsouth/public_html/phpfreechat-1.0-beta9/demo/../data/private/chat/s_f6b9a48d24db40f66cfd26466b4f77e6
)
Array
(
    [PATH] => /usr/local/bin:/usr/bin:/bin
    [DOCUMENT_ROOT] => /home/midsouth/public_html
    [HTTP_HOST] => midsouthweb.com
    [REMOTE_ADDR] => 89.149.244.17
    [REMOTE_PORT] => 40042
    [SCRIPT_FILENAME] => /home/midsouth/public_html/phpfreechat-1.0-beta9/demo/demo21_with_hardcoded_urls.php
    [SERVER_ADDR] => 72.249.28.120
    [SERVER_ADMIN] => webmaster@midsouthweb.com
    [SERVER_NAME] => www.midsouthweb.com
    [SERVER_PORT] => 80
    [SERVER_SOFTWARE] => Apache
    [GATEWAY_INTERFACE] => CGI/1.1
    [SERVER_PROTOCOL] => HTTP/1.0
    [REQUEST_METHOD] => GET
    [QUERY_STRING] => 
    [REQUEST_URI] => /phpfreechat-1.0-beta9/demo/demo21_with_hardcoded_urls.php
    [SCRIPT_NAME] => /phpfreechat-1.0-beta9/demo/demo21_with_hardcoded_urls.php
    [PHP_SELF] => /phpfreechat-1.0-beta9/demo/demo21_with_hardcoded_urls.php
    [argv] => Array
        (
        )

    [argc] => 0
)