Phpfreechat...

Programovacie jazyky, rady, poradňa...
Dj-XxX
Light Professional
Light Professional
Príspevky: 945
Registrovaný: 20 jún 2008, 13:12

Phpfreechat...

Príspevok od používateľa Dj-XxX »

Ahoj natiahol som na moj ftp tento chat a mam problem... Po natiahnuti vsetko ide, akurat kazdy je admin a to je ten problem lebo neviem ako to zrusit.... Je to od novoty... Ten parameter je "isadmin"... Please help
Don_Pipino
Darca
Darca
Používateľov profilový obrázok
Príspevky: 803
Registrovaný: 28 mar 2007, 21:41
Bydlisko: Trencin
Kontaktovať používateľa:

Príspevok od používateľa Don_Pipino »

Mozno ked sem prilepis zdrojak, tak ti niekto pomoze :), lebo takto...
Dj-XxX
Light Professional
Light Professional
Príspevky: 945
Registrovaný: 20 jún 2008, 13:12

Príspevok od používateľa Dj-XxX »

<?php

require_once dirname(__FILE__)."/src/phpfreechat.class.php";
$params = array();
$params["title"] = "X-Sound Chat... :-)";
$params['admins'] = array('Pedro' => '12421242'
$params["isadmin"] = array('Pedro' => '12421242'
$params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
//$params["debug"] = true;
$chat = new phpFreeChat( $params );

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>phpFreeChat- Sources Index</title>
<link rel="stylesheet" title="classic" type="text/css" href="style/generic.css" />
<link rel="stylesheet" title="classic" type="text/css" href="style/header.css" />
<link rel="stylesheet" title="classic" type="text/css" href="style/footer.css" />
<link rel="stylesheet" title="classic" type="text/css" href="style/menu.css" />
<link rel="stylesheet" title="classic" type="text/css" href="style/content.css" />
</head>
<body>




<p class="partner">

</p>
</div>

<div class="content">
<?php $chat->printChat(); ?>
<?php if (isset($params["isadmin"]) && $params["isadmin"]) { ?>
<p style="color:black;font-weight:bold;">Warning: because of "isadmin" parameter, everybody is admin. Please modify this script before using it on production servers !</p>
<?php } ?>
</div>

</body></html>
Napísať odpoveď