My mate deleted my flashchat.php and i need it back
but he erased it frm recycle bit lol
anyone able to upload it?

My mate deleted my flashchat.php and i need it back
but he erased it frm recycle bit lol
anyone able to upload it?
» Carlsta «
» Currently Got 1571 Reputation Points «
Redownload it from vB.org![]()
It's not on there...
Im on about this flashchat
http://www.tufat.com/s_flash_chat_chatroom.htm
» Carlsta «
» Currently Got 1571 Reputation Points «
Found it on my computer, there's not very much to it at all.
Create a file called flashchat.php and copy and paste this into it:
That's it...PHP Code:<?php
require_once('inc/common.php');
$id = 'flashchat';
$params = array();
if(isset($_REQUEST['username']) && !isset($_REQUEST['flash_login'])) {
if($_REQUEST['username'] == '__random__') $_REQUEST['username'] = 'user_' . time();
if(!isset($_REQUEST['lang'])) $_REQUEST['lang'] = $GLOBALS['fc_config']['defaultLanguage'];
if(!isset($_REQUEST['password'])) $_REQUEST['password'] = '';
if(!isset($_REQUEST['room'])) $_REQUEST['room'] = 0;
$params = array_merge($params, array(
'login' => $_REQUEST['username'],
'password' => $_REQUEST['password'],
'lang' => $_REQUEST['lang'],
'room' => $_REQUEST['room']
));
}
?>
<html>
<head>
<title>FlashChat v<?php echo $GLOBALS['fc_config']['version']?></title>
<script type="text/javascript">
function showLogger() {
win = window.open("logger.php", "logger", "width=500,height=400,left=0,top=0,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");
win.focus();
}
<?php if($GLOBALS['fc_config']['debug']) {?>showLogger();<?php } ?>
</script>
<script language="JavaScript" type='text/javascript' src="javascript/ActivateFlash.js"></script>
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" scroll="no">
<center><?php echo flashChatTag('100%', '100%', $params)?></center>
</body>
</html>
Ah, sorry! I thought you were taking about the vBulletin addonMy mistake!
Your not entirely wrong, Flashchat can be intergrated into nearly all the big CMS's like Mambo, PHPBB and of course vBulletin as a add-on
You can see all the CMS's it supports at the bottom of this page. Highly recommend Flashchat to anyone.
Thank you it now worksFound it on my computer, there's not very much to it at all.
Create a file called flashchat.php and copy and paste this into it:
That's it...PHP Code:<?php
require_once('inc/common.php');
$id = 'flashchat';
$params = array();
if(isset($_REQUEST['username']) && !isset($_REQUEST['flash_login'])) {
if($_REQUEST['username'] == '__random__') $_REQUEST['username'] = 'user_' . time();
if(!isset($_REQUEST['lang'])) $_REQUEST['lang'] = $GLOBALS['fc_config']['defaultLanguage'];
if(!isset($_REQUEST['password'])) $_REQUEST['password'] = '';
if(!isset($_REQUEST['room'])) $_REQUEST['room'] = 0;
$params = array_merge($params, array(
'login' => $_REQUEST['username'],
'password' => $_REQUEST['password'],
'lang' => $_REQUEST['lang'],
'room' => $_REQUEST['room']
));
}
?>
<html>
<head>
<title>FlashChat v<?php echo $GLOBALS['fc_config']['version']?></title>
<script type="text/javascript">
function showLogger() {
win = window.open("logger.php", "logger", "width=500,height=400,left=0,top=0,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");
win.focus();
}
<?php if($GLOBALS['fc_config']['debug']) {?>showLogger();<?php } ?>
</script>
<script language="JavaScript" type='text/javascript' src="javascript/ActivateFlash.js"></script>
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" scroll="no">
<center><?php echo flashChatTag('100%', '100%', $params)?></center>
</body>
</html>My fool of a friend deleted it
http://www.carlstac.com/chat/flashchat.php
Thats ok
+rep to both and Thread closed!
» Carlsta «
» Currently Got 1571 Reputation Points «
Want to hide these adverts? Register an account for free!