Chat loading ...
Please wait

The source code

/home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/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["server_script_url"] = "./demo21_with_hardcoded_urls.php";
$params["theme_default_url"] = "../themes";

// 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);
  
highlight_string($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] => f38949cba9bf94e8986e49b07737dca2
    [language] => 
    [output_encoding] => UTF-8
    [nick] => guest
    [max_nick_len] => 15
    [frozen_nick] => 
    [nickmeta] => Array
        (
        )
    [nickmeta_private] => Array
        (
            [0] => ip
        )
    [nickmeta_key_to_hide] => Array
        (
        )
    [isadmin] => 
    [admins] => Array
        (
            [admin] => 
        )
    [firstisadmin] => 
    [title] => A chat with a hardcoded urls
    [channels] => Array
        (
            [0] => My room
        )
    [frozen_channels] => Array
        (
        )
    [max_channels] => 10
    [privmsg] => Array
        (
        )
    [max_privmsg] => 5
    [refresh_delay] => 2000
    [refresh_delay_steps] => Array
        (
            [0] => 2000
            [1] => 20000
            [2] => 3000
            [3] => 30000
            [4] => 5000
            [5] => 60000
            [6] => 8000
            [7] => 300000
            [8] => 15000
            [9] => 600000
            [10] => 30000
        )
    [timeout] => 35000
    [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] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/proxies
    [proxies_path_default] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/proxies
    [cmd_path] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/commands
    [cmd_path_default] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/commands
    [max_text_len] => 400
    [max_msg] => 20
    [max_displayed_lines] => 150
    [quit_on_closedwindow] => 1
    [focus_on_connect] => 1
    [connect_at_startup] => 1
    [start_minimized] => 
    [height] => 440px
    [shownotice] => 7
    [nickmarker] => 1
    [clock] => 1
    [startwithsound] => 1
    [openlinknewwindow] => 1
    [notify_window] => 1
    [short_url] => 1
    [short_url_width] => 40
    [display_ping] => 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
    [theme_path] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/../themes
    [theme_url] => ../data/public/themes
    [theme_default_path] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/../themes
    [theme_default_url] => ../themes
    [container_type] => File
    [server_script_path] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/demo/demo21_with_hardcoded_urls.php
    [server_script_url] => ./demo21_with_hardcoded_urls.php
    [client_script_path] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/demo/demo21_with_hardcoded_urls.php
    [data_private_path] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/../data/private
    [data_public_path] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/src/../data/public
    [data_public_url] => ../data/public
    [prototypejs_url] => ../data/public/js/prototype.js
    [debug] => 
    [time_offset] => 0
    [date_format] => d/m/Y
    [time_format] => H:i:s
    [get_ip_from_xforwardedfor] => 
    [dyn_params] => Array
        (
        )
    [proxies] => Array
        (
            [0] => lock
            [1] => checktimeout
            [2] => checknickchange
            [3] => auth
            [4] => noflood
            [5] => censor
            [6] => log
        )
    [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.3
    [_sys_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] => time_offset
            [9] => date_format
            [10] => time_format
        )
    [_params_type] => Array
        (
        )
    [_query_string] => 
    [container_cfg_chat_dir] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/demo/../data/private/chat
    [container_cfg_server_dir] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/demo/../data/private/chat/s_f38949cba9bf94e8986e49b07737dca2
)
Array
(
    [DOCUMENT_ROOT] => /home/velarion/public_html/tradingtipsnow.com
    [GATEWAY_INTERFACE] => CGI/1.1
    [HTTP_CONNECTION] => close
    [HTTP_COOKIE] => PHPSESSID=19a3c652b6e9dd6f2f2103684a356295; mailing_form=not_the_first_time; CFCLIENT_RBD=user%5Fname%3D%23; CFCLIENT_SALEM=browserinfoversion%3D5%2E0%23device%3Dother%23browserinfoos%3Dwin%23os%3DWin%23browsercode%3DM%23browserinfotype%3Dmsie%23mobilesite%3Dfalse%23mimetype%3Dtext%2Fhtml%23versioncode%3D0%23; CFGLOBALS=urltoken%3DCFID%23%3D76540538%26CFTOKEN%23%3D76a26d2b06e8b6de%2DD854A7CD%2D0387%2D10E6%2DF87D6F3302EBF371%23lastvisit%3D%7Bts%20%272010%2D12%2D23%2011%3A25%3A58%27%7D%23timecreated%3D%7Bts%20%272010%2D12%2D14%2009%3A42%3A27%27%7D%23hitcount%3D3239%23cftoken%3D76a26d2b06e8b6de%2DD854A7CD%2D0387%2D10E6%2DF87D6F3302EBF371%23cfid%3D76540538%23; CFID=76540538; CFMAGIC=76540538%3A76a26d2b06e8b6de%2DD854A7CD%2D0387%2D10E6%2DF87D6F3302EBF371; CFTOKEN=76a26d2b06e8b6de%2DD854A7CD%2D0387%2D10E6%2DF87D6F3302EBF371; MY_SESSION_ID=55618cf646294bb5c42d5039a522dc05; XTCsid=147be660e8082e9647201d6d6d89f559; _hss_session_id=2db3f2cc0074a5aa5489ecc78e92e1cf; core_pending=yes; sess=1; sid=a541818d1ac2f33a51d2bfa613b6e0e5
    [HTTP_HOST] => tradingtipsnow.com
    [HTTP_REFERER] => http://tradingtipsnow.com/stock-trades/live-chat/demo/
    [HTTP_USER_AGENT] => Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)
    [PATH] => /bin:/usr/bin
    [PHPRC] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/php.ini
    [QUERY_STRING] => 
    [REDIRECT_STATUS] => 200
    [REMOTE_ADDR] => 207.241.228.152
    [REMOTE_PORT] => 54990
    [REQUEST_METHOD] => GET
    [REQUEST_URI] => /stock-trades/live-chat/demo/demo21_with_hardcoded_urls.php
    [SCRIPT_FILENAME] => /home/velarion/public_html/tradingtipsnow.com/stock-trades/live-chat/demo/demo21_with_hardcoded_urls.php
    [SCRIPT_NAME] => /stock-trades/live-chat/demo/demo21_with_hardcoded_urls.php
    [SERVER_ADDR] => 174.120.6.221
    [SERVER_ADMIN] => [email protected]
    [SERVER_NAME] => tradingtipsnow.com
    [SERVER_PORT] => 80
    [SERVER_PROTOCOL] => HTTP/1.0
    [SERVER_SIGNATURE] => 
Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2019 Server at tradingtipsnow.com Port 80
[SERVER_SOFTWARE] => Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2019 [UNIQUE_ID] => TRVK0a54BsIAAH45lNAAAAAS [PHP_SELF] => /stock-trades/live-chat/demo/demo21_with_hardcoded_urls.php [REQUEST_TIME] => 1293241041 [argv] => Array ( ) [argc] => 0 )