FreiChat related discussions
hardcode.php file not found

Hi
My question that I get this error message : alert('module freichatx says: hardcode.php file not found!');"; } return 0; } } ?>


inserted into the header codes frei chat:

<title>{tplvars.title}</title><!--===========================FreiChatX=======START=========================--><!--	For uninstalling ME , first remove/comment all FreiChatX related code i.e below code
Then remove FreiChatX tables frei_session & frei_chat if necessary
The best/recommended way is using the module for installation --><?php $ses=null;

if(!function_exists("freichatx_get_hash")){
function freichatx_get_hash($ses){

if(is_file("/home/lifebooke8020d/web/freichat/hardcode.php")){

require "/home/lifebooke8020d/web/freichat/hardcode.php";

$temp_id = $ses . $uid;

return md5($temp_id);

}
else
{
echo "<script>alert('module freichatx says: hardcode.php file not
found!');";
}

return 0;
}
}
?>
<script type="text/javascript" language="javascipt" src="http://web-firepro.com/freichat/client/main.php?id=<?php%20echo%20%24ses;?>&xhash=<?php%20echo%20freichatx_get_hash(%24ses);%20?>"></script><link rel="stylesheet" href="http://web-firepro.com/freichat/client/jquery/freichat_themes/freichatcss.php" type="text/css"><!--===========================FreiChatX=======END=========================--><meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"><link rel="shortcut icon" href="%7Btplvars.baseurl%7D/favicon.ico"><meta name="description" content="{tplvars.meta_diz}"><meta name="keywords" content="{tplvars.meta_keywords}"><meta name="distribution" content="global"><meta name="robots" content="index,follow"><link href="%7Btplvars.tplurl%7D/styles/common.css" rel="stylesheet" type="text/css"><link href="%7Btplvars.tplurl%7D/styles/index.css" rel="stylesheet" type="text/css"><script type="text/javascript">
baseurl='{tplvars.baseurl}';
</script><script type="text/javascript" src="%7Btplvars.baseurl%7D/js/jquery.js?v=%7Btplvars.js_lib_v%7D"></script><script type="text/javascript" src="%7Btplvars.baseurl%7D/js/general.js?v=%7Btplvars.js_lib_v%7D"></script><script type="text/javascript" src="%7Btplvars.baseurl%7D/js/index.js?v=%7Btplvars.js_lib_v%7D"></script><div id="expandable-container">
<div id="header-container">
<div id="header-body">
<ul id="primary-nav"><li><a class="menu1" href="%7Btplvars.relative_url%7Dhome.php" title="Home"><span>Home</span></a></li>
<li><a class="menu1" href="%7Btplvars.relative_url%7Dsearch_more.php" title="Search"><span>Search</span></a></li>
<li><a class="menu1" href="%7Btplvars.relative_url%7Dphotos.php" title="Member Photos"><span>Photos</span></a></li>
<li><a class="menu1" href="%7Btplvars.relative_url%7Dblogs.php" title="Member Blogs"><span>Blogs</span></a></li>
<li><a class="menu1" href="%7Btplvars.relative_url%7Dsearch.php?st=online" title="Online Members"><span>Who's Online</span></a></li>
</ul><div id="logo-box">
<a href="%7Btplvars.relative_url%7Dindex.php">{tplvars.sitename}</a>
</div>
<!--widget="login"-->
</div>
</div>
<div id="content-container">

<div id="description" class="content_area large">
<h1>It's that easy</h1>
<div class="box_content">
<ul><li id="description-search" class="description-box">
<h3>Search</h3>
<p>our thousands of members.</p>
</li>
<li id="description-meet" class="description-box">
<h3>Meet</h3>
<p>new people for friendship and more.</p>
</li>
<li id="description-have-fun" class="description-box">
<h3>Have fun</h3>
<p>there's nothing like a real date.</p>
</li>
<li id="description-more" class="description-box">
<a href="%7Btplvars.relative_url%7Djoin.php" id="sign-up-now" title="Sign up now!">Sign up now!</a>
<h4>and a lot more</h4>
<p>Flirts, messages, photos, blogs, alerts...</p>
</li>
</ul></div>
</div>

<!--widget="members(array('mode'=>'new','area'=>'front'))"-->

<!--widget="blogs(array('mode'=>'new','area'=>'front','total'=>3))"-->

<!--widget="osignal_feed(array('module_code'=>'osignal_feed','area'=>'front','num_stories'=>4))"-->

<div id="search" class="content_area small">
<h2>Find</h2>
<div class="box_content">
<form action="search.php" method="get" id="search-form">
<fieldset><input type="hidden" name="st" value="basic"><!--loop name="search"--><dl id="row_{search.dbfield}" class="{search.class}"><dt>{search.label}:</dt>
<dd>{search.field}</dd>
</dl><!--/loop name="search"--><dl id="row_photo"><dt>With photo?</dt>
<dd><input type="checkbox" name="wphoto" value="1"></dd>
</dl></fieldset><fieldset class="controls"><input id="search-button" type="submit" class="button medium" value="Search"></fieldset></form>
<script type="text/javascript">
<!--loop name="search"-->
{search.js}
<!--/loop name="search"-->
</script></div>
</div>
</div>
<div id="footer-cleaner">&nbsp;</div>
</div>

<div id="footer-container">
<div id="footer-body">
<p id="copyright">&copy; Copyright 2008 <a href="%7Btplvars.baseurl%7D">{tplvars.sitename}</a>. All Rights Reserved.<br>Powered by <a href="http://www.datemill.com" title="Etano community builder">Etano</a>.</p>
<ul id="secondary-nav"><li class="first"><a href="%7Btplvars.relative_url%7Dtos.php" title="Terms & Conditions">Terms & Conditions</a></li>
<li><a href="%7Btplvars.relative_url%7Dprivacy.php" title="Privacy Statement">Privacy Statement</a></li>
<li><a href="%7Btplvars.relative_url%7Dcontact.php" title="Contact">Contact</a></li>
</ul></div>
</div>

Hi My question that I get this error message : alert(&#039;module freichatx says: hardcode.php file not found!&#039;);&quot;; } return 0; } } ?&amp;gt; inserted into the header codes frei chat: &amp;lt;code&amp;gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&amp;gt; &amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt; &amp;lt;head&amp;gt; &amp;lt;title&amp;gt;{tplvars.title}&amp;lt;/title&amp;gt; &amp;lt;!--===========================FreiChatX=======START=========================--&amp;gt; &amp;lt;!-- For uninstalling ME , first remove/comment all FreiChatX related code i.e below code Then remove FreiChatX tables frei_session &amp; frei_chat if necessary The best/recommended way is using the module for installation --&amp;gt; &amp;lt;?php $ses=null; if(!function_exists(&quot;freichatx_get_hash&quot;)){ function freichatx_get_hash($ses){ if(is_file(&quot;/home/lifebooke8020d/web/freichat/hardcode.php&quot;)){ require &quot;/home/lifebooke8020d/web/freichat/hardcode.php&quot;; $temp_id = $ses . $uid; return md5($temp_id); } else { echo &quot;&amp;lt;script&amp;gt;alert(&#039;module freichatx says: hardcode.php file not found!&#039;);&amp;lt;/script&amp;gt;&quot;; } return 0; } } ?&amp;gt; &amp;lt;script type=&quot;text/javascript&quot; language=&quot;javascipt&quot;src=&quot;http://web-firepro.com/freichat/client/main.php?id=&amp;lt;?php echo $ses;?&amp;gt;&amp;xhash=&amp;lt;?php echo freichatx_get_hash($ses); ?&amp;gt;&quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;link rel=&quot;stylesheet&quot; href=&quot;http://web-firepro.com/freichat/client/jquery/freichat_themes/freichatcss.php&quot; type=&quot;text/css&quot;&amp;gt; &amp;lt;!--===========================FreiChatX=======END=========================--&amp;gt; &amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;application/xhtml+xml; charset=utf-8&quot; /&amp;gt; &amp;lt;link rel=&quot;shortcut icon&quot; href=&quot;{tplvars.baseurl}/favicon.ico&quot; /&amp;gt; &amp;lt;meta name=&quot;description&quot; content=&quot;{tplvars.meta_diz}&quot; /&amp;gt; &amp;lt;meta name=&quot;keywords&quot; content=&quot;{tplvars.meta_keywords}&quot; /&amp;gt; &amp;lt;meta name=&quot;distribution&quot; content=&quot;global&quot; /&amp;gt; &amp;lt;meta name=&quot;robots&quot; content=&quot;index,follow&quot; /&amp;gt; &amp;lt;link href=&quot;{tplvars.tplurl}/styles/common.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&amp;gt; &amp;lt;link href=&quot;{tplvars.tplurl}/styles/index.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&amp;gt; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt; baseurl=&#039;{tplvars.baseurl}&#039;; &amp;lt;/script&amp;gt; &amp;lt;script type=&quot;text/javascript&quot; src=&quot;{tplvars.baseurl}/js/jquery.js?v={tplvars.js_lib_v}&quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;script type=&quot;text/javascript&quot; src=&quot;{tplvars.baseurl}/js/general.js?v={tplvars.js_lib_v}&quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;script type=&quot;text/javascript&quot; src=&quot;{tplvars.baseurl}/js/index.js?v={tplvars.js_lib_v}&quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;div id=&quot;expandable-container&quot;&amp;gt; &amp;lt;div id=&quot;header-container&quot;&amp;gt; &amp;lt;div id=&quot;header-body&quot;&amp;gt; &amp;lt;ul id=&quot;primary-nav&quot;&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a class=&quot;menu1&quot; href=&quot;{tplvars.relative_url}home.php&quot; title=&quot;Home&quot;&amp;gt;&amp;lt;span&amp;gt;Home&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a class=&quot;menu1&quot; href=&quot;{tplvars.relative_url}search_more.php&quot; title=&quot;Search&quot;&amp;gt;&amp;lt;span&amp;gt;Search&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a class=&quot;menu1&quot; href=&quot;{tplvars.relative_url}photos.php&quot; title=&quot;Member Photos&quot;&amp;gt;&amp;lt;span&amp;gt;Photos&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a class=&quot;menu1&quot; href=&quot;{tplvars.relative_url}blogs.php&quot; title=&quot;Member Blogs&quot;&amp;gt;&amp;lt;span&amp;gt;Blogs&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a class=&quot;menu1&quot; href=&quot;{tplvars.relative_url}search.php?st=online&quot; title=&quot;Online Members&quot;&amp;gt;&amp;lt;span&amp;gt;Who&#039;s Online&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; &amp;lt;div id=&quot;logo-box&quot;&amp;gt; &amp;lt;a href=&quot;{tplvars.relative_url}index.php&quot;&amp;gt;{tplvars.sitename}&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;!--widget=&quot;login&quot;--&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div id=&quot;content-container&quot;&amp;gt; &amp;lt;div id=&quot;description&quot; class=&quot;content_area large&quot;&amp;gt; &amp;lt;h1&amp;gt;It&#039;s that easy&amp;lt;/h1&amp;gt; &amp;lt;div class=&quot;box_content&quot;&amp;gt; &amp;lt;ul&amp;gt; &amp;lt;li id=&quot;description-search&quot; class=&quot;description-box&quot;&amp;gt; &amp;lt;h3&amp;gt;Search&amp;lt;/h3&amp;gt; &amp;lt;p&amp;gt;our thousands of members.&amp;lt;/p&amp;gt; &amp;lt;/li&amp;gt; &amp;lt;li id=&quot;description-meet&quot; class=&quot;description-box&quot;&amp;gt; &amp;lt;h3&amp;gt;Meet&amp;lt;/h3&amp;gt; &amp;lt;p&amp;gt;new people for friendship and more.&amp;lt;/p&amp;gt; &amp;lt;/li&amp;gt; &amp;lt;li id=&quot;description-have-fun&quot; class=&quot;description-box&quot;&amp;gt; &amp;lt;h3&amp;gt;Have fun&amp;lt;/h3&amp;gt; &amp;lt;p&amp;gt;there&#039;s nothing like a real date.&amp;lt;/p&amp;gt; &amp;lt;/li&amp;gt; &amp;lt;li id=&quot;description-more&quot; class=&quot;description-box&quot;&amp;gt; &amp;lt;a href=&quot;{tplvars.relative_url}join.php&quot; id=&quot;sign-up-now&quot; title=&quot;Sign up now!&quot;&amp;gt;Sign up now!&amp;lt;/a&amp;gt; &amp;lt;h4&amp;gt;and a lot more&amp;lt;/h4&amp;gt; &amp;lt;p&amp;gt;Flirts, messages, photos, blogs, alerts...&amp;lt;/p&amp;gt; &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;!--widget=&quot;members(array(&#039;mode&#039;=&amp;gt;&#039;new&#039;,&#039;area&#039;=&amp;gt;&#039;front&#039;))&quot;--&amp;gt; &amp;lt;!--widget=&quot;blogs(array(&#039;mode&#039;=&amp;gt;&#039;new&#039;,&#039;area&#039;=&amp;gt;&#039;front&#039;,&#039;total&#039;=&amp;gt;3))&quot;--&amp;gt; &amp;lt;!--widget=&quot;osignal_feed(array(&#039;module_code&#039;=&amp;gt;&#039;osignal_feed&#039;,&#039;area&#039;=&amp;gt;&#039;front&#039;,&#039;num_stories&#039;=&amp;gt;4))&quot;--&amp;gt; &amp;lt;div id=&quot;search&quot; class=&quot;content_area small&quot;&amp;gt; &amp;lt;h2&amp;gt;Find&amp;lt;/h2&amp;gt; &amp;lt;div class=&quot;box_content&quot;&amp;gt; &amp;lt;form action=&quot;search.php&quot; method=&quot;get&quot; id=&quot;search-form&quot;&amp;gt; &amp;lt;fieldset&amp;gt; &amp;lt;input type=&quot;hidden&quot; name=&quot;st&quot; value=&quot;basic&quot; /&amp;gt; &amp;lt;!--loop name=&quot;search&quot;--&amp;gt; &amp;lt;dl id=&quot;row_{search.dbfield}&quot; class=&quot;{search.class}&quot;&amp;gt; &amp;lt;dt&amp;gt;{search.label}:&amp;lt;/dt&amp;gt; &amp;lt;dd&amp;gt;{search.field}&amp;lt;/dd&amp;gt; &amp;lt;/dl&amp;gt; &amp;lt;!--/loop name=&quot;search&quot;--&amp;gt; &amp;lt;dl id=&quot;row_photo&quot;&amp;gt; &amp;lt;dt&amp;gt;With photo?&amp;lt;/dt&amp;gt; &amp;lt;dd&amp;gt;&amp;lt;input type=&quot;checkbox&quot; name=&quot;wphoto&quot; value=&quot;1&quot; /&amp;gt;&amp;lt;/dd&amp;gt; &amp;lt;/dl&amp;gt; &amp;lt;/fieldset&amp;gt; &amp;lt;fieldset class=&quot;controls&quot;&amp;gt; &amp;lt;input id=&quot;search-button&quot; type=&quot;submit&quot; class=&quot;button medium&quot; value=&quot;Search&quot; /&amp;gt; &amp;lt;/fieldset&amp;gt; &amp;lt;/form&amp;gt; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt; &amp;lt;!--loop name=&quot;search&quot;--&amp;gt; {search.js} &amp;lt;!--/loop name=&quot;search&quot;--&amp;gt; &amp;lt;/script&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div id=&quot;footer-cleaner&quot;&amp;gt;&amp;nbsp;&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div id=&quot;footer-container&quot;&amp;gt; &amp;lt;div id=&quot;footer-body&quot;&amp;gt; &amp;lt;p id=&quot;copyright&quot;&amp;gt;&amp;copy; Copyright 2008 &amp;lt;a href=&quot;{tplvars.baseurl}&quot;&amp;gt;{tplvars.sitename}&amp;lt;/a&amp;gt;. All Rights Reserved.&amp;lt;br /&amp;gt;Powered by &amp;lt;a href=&quot;http://www.datemill.com&quot; title=&quot;Etano community builder&quot;&amp;gt;Etano&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt; &amp;lt;ul id=&quot;secondary-nav&quot;&amp;gt; &amp;lt;li class=&quot;first&quot;&amp;gt;&amp;lt;a href=&quot;{tplvars.relative_url}tos.php&quot; title=&quot;Terms &amp;amp; Conditions&quot;&amp;gt;Terms &amp;amp; Conditions&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a href=&quot;{tplvars.relative_url}privacy.php&quot; title=&quot;Privacy Statement&quot;&amp;gt;Privacy Statement&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a href=&quot;{tplvars.relative_url}contact.php&quot; title=&quot;Contact&quot;&amp;gt;Contact&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; &amp;lt;/code&amp;gt;

What is the path to your freichat folder ?

What is the path to your freichat folder ?
Necessity is the mother of all inventions!

path is good, but I'm trying to Elgg system just do not know where to put it in the script in the head.php

path is good, but I&#039;m trying to Elgg system just do not know where to put it in the script in the head.php

We tried loading http://web-firepro.com/freichat/ to see if freichat is placed correctly but we got a page not found error . Is freichat placed somewhere else ?

We tried loading http://web-firepro.com/freichat/ to see if freichat is placed correctly but we got a page not found error . Is freichat placed somewhere else ?
Necessity is the mother of all inventions!

We tried loading http://web-firepro.com/freichat/ to see if freichat is placed correctly but we got a page not found error . Is freichat placed somewhere else ?

We tried loading http://web-firepro.com/freichat/ to see if freichat is placed correctly but we got a page not found error . Is freichat placed somewhere else ?
Necessity is the mother of all inventions!

Elgg system trying right now, but I do not know that the head.php to be inserted in the script http://web-firepro.com/freichat/


head.php :

<?php /**
* The standard HTML head
*
* @uses $vars['title'] The page title
*/

// Set title
if (empty($vars['title'])) {
$title = elgg_get_config('sitename');
} else {
$title = elgg_get_config('sitename') . ": " . $vars['title'];
}

global $autofeed;
if (isset($autofeed) & $autofeed == true) {
$url = full_url();
if (substr_count($url,'?')) {
$url .= "&view=rss";
} else {
$url .= "?view=rss";
}
$url = elgg_format_url($url);
$feedref = <<<END

<link rel="alternate" type="application/rss+xml" title="RSS" href="{$url}" />

END;
} else {
$feedref = "";
}

$js = elgg_get_loaded_js('head');
$css = elgg_get_loaded_css();

$version = get_version();
$release = get_version(true);
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ElggRelease" content="<?php echo $release; ?>"><meta name="ElggVersion" content="<?php echo $version; ?>"><title><?php echo $title; ?></title><?php echo elgg_view('page/elements/shortcut_icon', $vars); ?><?php foreach ($css as $link) { ?><link rel="stylesheet" href="<?php%20echo%20%24link;%20?>" type="text/css"><?php } ?><?php $ie_url = elgg_get_simplecache_url('css', 'ie');
$ie7_url = elgg_get_simplecache_url('css', 'ie7');
$ie6_url = elgg_get_simplecache_url('css', 'ie6');
?><!--[if gt IE 7]>
<link rel="stylesheet" type="text/css" href="<?php echo $ie_url; ?>" />
<![endif]--><!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php echo $ie7_url; ?>" />
<![endif]--><!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php echo $ie6_url; ?>" />
<![endif]--><?php foreach ($js as $script) { ?><script type="text/javascript" src="<?php%20echo%20%24script;%20?>"></script><?php } ?><script type="text/javascript">
// <![CDATA[
<?php echo elgg_view('js/initialize_elgg'); ?>
// ]]>
</script><?php echo $feedref;

$metatags = elgg_view('metatags', $vars);
if ($metatags) {
elgg_deprecated_notice("The metatags view has been deprecated. Extend page/elements/head instead", 1.8);
echo $metatags;
}

Elgg system trying right now, but I do not know that the head.php to be inserted in the script http://web-firepro.com/freichat/ head.php : &amp;lt;code&amp;gt; &amp;lt;?php /** * The standard HTML head * * @uses $vars[&#039;title&#039;] The page title */ // Set title if (empty($vars[&#039;title&#039;])) { $title = elgg_get_config(&#039;sitename&#039;); } else { $title = elgg_get_config(&#039;sitename&#039;) . &quot;: &quot; . $vars[&#039;title&#039;]; } global $autofeed; if (isset($autofeed) &amp;&amp; $autofeed == true) { $url = full_url(); if (substr_count($url,&#039;?&#039;)) { $url .= &quot;&amp;view=rss&quot;; } else { $url .= &quot;?view=rss&quot;; } $url = elgg_format_url($url); $feedref = &amp;lt;&amp;lt;&amp;lt;END &amp;lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS&quot; href=&quot;{$url}&quot; /&amp;gt; END; } else { $feedref = &quot;&quot;; } $js = elgg_get_loaded_js(&#039;head&#039;); $css = elgg_get_loaded_css(); $version = get_version(); $release = get_version(true); ?&amp;gt; &amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&amp;gt; &amp;lt;meta name=&quot;ElggRelease&quot; content=&quot;&amp;lt;?php echo $release; ?&amp;gt;&quot; /&amp;gt; &amp;lt;meta name=&quot;ElggVersion&quot; content=&quot;&amp;lt;?php echo $version; ?&amp;gt;&quot; /&amp;gt; &amp;lt;title&amp;gt;&amp;lt;?php echo $title; ?&amp;gt;&amp;lt;/title&amp;gt; &amp;lt;?php echo elgg_view(&#039;page/elements/shortcut_icon&#039;, $vars); ?&amp;gt; &amp;lt;?php foreach ($css as $link) { ?&amp;gt; &amp;lt;link rel=&quot;stylesheet&quot; href=&quot;&amp;lt;?php echo $link; ?&amp;gt;&quot; type=&quot;text/css&quot; /&amp;gt; &amp;lt;?php } ?&amp;gt; &amp;lt;?php $ie_url = elgg_get_simplecache_url(&#039;css&#039;, &#039;ie&#039;); $ie7_url = elgg_get_simplecache_url(&#039;css&#039;, &#039;ie7&#039;); $ie6_url = elgg_get_simplecache_url(&#039;css&#039;, &#039;ie6&#039;); ?&amp;gt; &amp;lt;!--[if gt IE 7]&amp;gt; &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&amp;lt;?php echo $ie_url; ?&amp;gt;&quot; /&amp;gt; &amp;lt;![endif]--&amp;gt; &amp;lt;!--[if IE 7]&amp;gt; &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&amp;lt;?php echo $ie7_url; ?&amp;gt;&quot; /&amp;gt; &amp;lt;![endif]--&amp;gt; &amp;lt;!--[if IE 6]&amp;gt; &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&amp;lt;?php echo $ie6_url; ?&amp;gt;&quot; /&amp;gt; &amp;lt;![endif]--&amp;gt; &amp;lt;?php foreach ($js as $script) { ?&amp;gt; &amp;lt;script type=&quot;text/javascript&quot; src=&quot;&amp;lt;?php echo $script; ?&amp;gt;&quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;?php } ?&amp;gt; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt; // &amp;lt;![CDATA[ &amp;lt;?php echo elgg_view(&#039;js/initialize_elgg&#039;); ?&amp;gt; // ]]&amp;gt; &amp;lt;/script&amp;gt; &amp;lt;?php echo $feedref; $metatags = elgg_view(&#039;metatags&#039;, $vars); if ($metatags) { elgg_deprecated_notice(&quot;The metatags view has been deprecated. Extend page/elements/head instead&quot;, 1.8); echo $metatags; } &amp;lt;/code&amp;gt;

You can insert the copy-paste code after this line

<?php foreach ($js as $script) { ?><script type="text/javascript" src="<?php%20echo%20%24script;%20?>"></script><?php } ?>

You can insert the copy-paste code after this line &amp;lt;code&amp;gt;&amp;lt;?php foreach ($js as $script) { ?&amp;gt; &amp;lt;script type=&quot;text/javascript&quot; src=&quot;&amp;lt;?php echo $script; ?&amp;gt;&quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;?php } ?&amp;gt;&amp;lt;/code&amp;gt;
Necessity is the mother of all inventions!

Thanks so was it to be inserted, but the chat frei see the admin section of users, and the outside surface is no longer in the chat, the chat rooms and also has a sliding part. What could be the problem?

Thanks so was it to be inserted, but the chat frei see the admin section of users, and the outside surface is no longer in the chat, the chat rooms and also has a sliding part. What could be the problem?
but the chat frei see the admin section of users, and the outside surface is no longer in the chat, the chat rooms and also has a sliding part


sorry but we could not understand , can you please re frame .
&amp;lt;blockquote&amp;gt; but the chat frei see the admin section of users, and the outside surface is no longer in the chat, the chat rooms and also has a sliding part &amp;lt;/blockquote&amp;gt; sorry but we could not understand , can you please re frame .
Necessity is the mother of all inventions!

1. user ok http://web-firepro.com/adminuser.png
2. problem: http://web-firepro.com/user.png
3. style problem: http://web-firepro.com/style.png

1. user ok http://web-firepro.com/adminuser.png 2. problem: http://web-firepro.com/user.png 3. style problem: http://web-firepro.com/style.png

Can you send us your website url with a test account using the contact us form . Please include a reference to this topic as well in the email

Can you send us your website url with a test account using the contact us form . Please include a reference to this topic as well in the email
Necessity is the mother of all inventions!
139
10
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft