Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »Programming Forum

Notices

Programming Forum Web and Software Programming Forum - Java, PHP, SQL etc.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-05-2007, 10:47 PM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 657
Default Flash Database chatroom

Ive bought this quite funky little chatroom and installed it onto one of my mysql databases however the index screen of the chat is horrible ( there shows a demo of another horrible intro screen but shows it can be put into a website somewhere)

http://www.joesblogg.com/chat

Any ideas how i could put the login/register information onto my own page?
__________________
Joe Morgan
.Be Kids - Live Strong
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #2 (permalink)  
Old 08-05-2007, 10:50 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,138
Default

It's a bit quiet?
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #3 (permalink)  
Old 08-05-2007, 10:56 PM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 657
Default

haha its going to be a chat room for the camp america people to talk on. dont wanna give the link out til the log in screen looks a little nicer!
__________________
Joe Morgan
.Be Kids - Live Strong
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #4 (permalink)  
Old 08-05-2007, 10:58 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,138
Default

Can't you style it with a style sheet?
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #5 (permalink)  
Old 08-05-2007, 11:00 PM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 657
Default

im not really sure..

this is whats in the index.php

Quote:
error_reporting( E_ALL ^ E_NOTICE );

require_once('inc/smartyinit.php');

//check for install--------------------------------------------------------------------------
$stmt = new Statement("SELECT * FROM {$GLOBALS['fc_config']['db']['pref']}connections LIMIT 1");
$res = $stmt->process();
if($res == null)
{
Header("Location: install.php");
die;
}
//-------------------------------------------------------------------------------------------
$data = array();

$data['version'] = $GLOBALS['fc_config']['version'];
$data['file_exists'] = file_exists('install.php') || file_exists('install_files');

ChatServer::loadCMSclass();
$cms = $GLOBALS['fc_config']['cms'];
$cmsclass = strtolower(get_class($cms));
$data['is_cms'] = ($cmsclass == 'defaultcms') && (! isset($cms->constArr) );

$data['languages'] = $GLOBALS['fc_config']['languages'];
$data['defaultLanguage'] = $GLOBALS['fc_config']['defaultLanguage'];

$data['is_statelesscms'] = ($cmsclass == 'statelesscms');
$data['adminPassword'] = $GLOBALS['fc_config']['adminPassword'];
$data['moderatorPassword'] = $GLOBALS['fc_config']['moderatorPassword'];
$data['spyPassword'] = $GLOBALS['fc_config']['spyPassword'];

$smarty->assign('data', $data);
$smarty->display('index.tpl');
?>
__________________
Joe Morgan
.Be Kids - Live Strong
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #6 (permalink)  
Old 08-05-2007, 11:03 PM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 657
Default

i found a bit of documentation - but it doesn;t explain much

http://www.tufat.com/docs/flashchat/sample.html

the chat itsself is very nice - jsut the login screen is horrid! lol
__________________
Joe Morgan
.Be Kids - Live Strong
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #7 (permalink)  
Old 08-05-2007, 11:03 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,138
Default

No I mean the main page internal CSS file all it takes is a repeat background very light and not too in your face and a dark grey Verdana font and a nice colours bold for the headers.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #8 (permalink)  
Old 08-05-2007, 11:06 PM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 657
Default

there isn't a css file in site
__________________
Joe Morgan
.Be Kids - Live Strong
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #9 (permalink)  
Old 08-05-2007, 11:07 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,138
Default

There's an internal one at the head...

Quote:
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}
.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}
.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}
select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}
A {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0000FF;
}
A:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF0000;
}

.error_border {
border: 1px solid #FF0000;
background-color: #FFFFFF;
font-size: 12px;
font-weight: normal;
}
-->
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #10 (permalink)  
Old 08-05-2007, 11:11 PM
Joe.Morgan's Avatar
The Super Chicken Mod
 
Join Date: Jan 2007
Location: West London
Gender: Male
Posts: 657
Default

ah yes. but if i open the index.php in DM or textedit.. i dont see this. so how can i edit it?
__________________
Joe Morgan
.Be Kids - Live Strong
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
WordPress Database has Come Back! Graphic Design Blog Graphic Design Blog 0 05-05-2008 03:00 AM
connecting to database jwade_m Programming Forum 19 12-03-2008 06:30 PM
ISBN Database Solution swtectonics Graphic Design and Web Design Help 3 05-03-2008 02:21 PM
database question jwade_m Programming Forum 10 17-01-2008 12:13 PM
Database Toon Graphic Design Forum Announcements 12 07-01-2008 03:43 PM


All times are GMT. The time now is 06:42 AM.