chucks chevy page

chucks restaurant

when did the chucks come out

chucks truck casting services

chucks bait tackle gun

chucks steak house guam

knit chucks pattern

chucks dive world

chucks quad track

howe index chucks

chucks reloading

rohm chucks

idaho chucks hudson wi restaurant review

chucks appliances and tv

chucks volkswagen repair massachusetts

captain chucks glt

chucks auto parts oxnard ca

two buck chucks wine

collet chucks

chucks auction

websites of chucks shoes

chucks for woodturning

indexing lathe chucks

custom pneumatic chucks

large 4 jaw chucks

chucks appliance rochester mn

chucks tattooing

chucks spring street cafe

chucks steakhouse

force analyzer for chucks

cat 40 er25 collet chucks

chucks trucks orlando

precision chucks

vaccumm chucks how to build

chucks hambugers

robyn lloyd chucks speed shop

vaccum chucks

smw chucks

chucks reproductions in california

double e chucks

chucks auto salvage

chucks seafood grotto snohomish wa

oneway chucks shopsmith

chucks brake service

manual chucks

axminster chucks

reviews on rim chucks

surgical jacobs chucks

albrecht drill chucks

chucks glider supply

supernova chucks

chucks trucks courtenay

rohm air chucks

chucks triplet frame

chucks fine wines

chucks pads absorb vomit

captain chucks

di-3 camlock lathe chucks

california city chucks pizza

chucks secret

chucks firearms buckhead georgia

patent all star chucks

manufacturers of lathe chucks

union chucks

3 jaw scroll chucks

mechanical chucks

drill bit chucks

large lathe chucks

bladed chucks

chucks survival cider

sheldon lathe chucks

chucks bait

chucks marina and rock island il

cushman power chucks

custom pneumatic grinding chucks

chop soki chucks

sow lathe chucks

chucks steak house rocky hill connecticut

chucks civic center

rohm chucks gmbh

chucks convertible parts

chucks list

chucks atomotive

round magnetic chucks

metric mount keyed drill chucks

myspace backgrounds chucks

chucks knockoffs

chucks fine lines and designs

lathe chucks for sale

wheel chucks

chucks auto supply

chucks boots

chucks wheel and brake

chucks harley-davidson

rock chucks idaho

chucks bicycles

chucks hamburgers

chucks store in newburg

milling machine chucks

chucks auto

jacobs drill chucks home

chucks blue line

chucks rv sales

oneway chucks

chucks marine service

wood turning chucks

dunlap chucks

chucks trucks kc

converse chucks

wooden chucks

jacobs chucks parts

low profile tire air chucks

jacobs keyless chucks

machine lathe chucks

doubble e core chucks

magnetic chucks india

supanova chucks

air tool chucks

chucks trucks

lathe air chucks

super thin milling chucks

special chucks

mr big dicks hot chucks

chucks shoes

hex quick release drill chucks

stanford chucks

used lathe chucks

cheap converse chucks

chucks gun shop

converse chucks outlet

supernova2 chucks

chucks trux kansas city

chucks wine and spirits

multistar lathe chucks

buy jacobs chucks

chucks vw tucson arizona

3 jaw chucks

nova woodturners chucks

directions replacing dewalt drill chucks

weler chucks

makita drill chucks

powered cnc chucks

world of chucks

patterned foldover chucks

vacuum chucks how to build

1 2 x 20 chucks

chucks trikes

chucks natural marketplace brandon

skinner horton cushman chucks

replacement drill chucks

horton son lathe chucks

the chucks

chucks steak house restaurant ma

cordless drill with two chucks

woodturning chucks

captain chucks crab

lathe chucks manufacturers marks

set-tru chucks

keyless chucks

tire air chucks

samchully chucks

problems with milwaukee keyless chucks

num chucks at gi joes

goulding chucks

numb chucks

pacsun chucks

chucks beaumont texas

stronghold lathe chucks

wyoming rock chucks

boring mill chucks

wood chucks

cool chucks

pratt burner chucks

chucks adds

chucks chariots transport llc

vicmark chucks

chucks firearms

vacuum chucks

mitsubishi chucks

chucks hamburgers dallas texas

sjogren lathe chucks

chucks chevy trucks

green chucks

converse chucks boots

chucks photos barrel racing maine

chucks appliances west palm beach

custom chucks

hydraulic chucks

buck lathe chucks

chucks h-d bloomington il

cheetah print chucks

chucks boots missouri

sherline chucks

nobel lathe chucks

chucks home inspection

lathe chucks

chucks converse

washable chucks home health

cnc machine chucks

bbq wood chucks

chucks car corral

chucks ogbu

double e core chucks

vaccumm chucks

gucci chucks

home made lathe chucks

burnerd chucks repair

clausing chucks

chucks urinary incontinence

keyless drill chucks

cheap chucks pink

mmk matsumoto chucks

motorcycles wheels chucks

bed chucks

chucks steakhouse danbury ct

aaliyah chucks

bison chucks

chucks bicycles review

chucks diner

repairing albrecht chucks

chucks marine

craftsman drill chucks

chucks secret stars

sears robuck lathe chucks

clear chucks

lathe machine chucks

chucks chevy truck

chucks car coral

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
)