• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ Joomla, Drupal, and Wordpress (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

phpchat installing.please wait

Integration help for Joomla, Drupal, and Wordpress

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
14 posts • Page 1 of 1

Postby Dominick from WSOPNE.org » Mon Apr 26, 2010 5:22 pm

This sounds like like what I was looking for, but when we installed it, and created the Page, that we pasted the code in, it said "Installing phpChat...Please Wait.......does anybody know how long? I waited about ten minutes, no success,it never changed again.
help people!
Help Dominick
wp 2.92
wsopne.org
firefox latest version 3.6.3
server is AT&T
Last edited by Dominick from WSOPNE.org on Mon Apr 26, 2010 5:23 pm, edited 1 time in total.
Dominick from WSOPNE.org
New member
 
Posts: 5
Joined: Mon Apr 26, 2010 5:10 pm
Top

Postby Dominick from WSOPNE.org » Mon Apr 26, 2010 5:35 pm

I now read another thread below who had the same problem.......
sorry about the post, parameters are little above my head, is this fairly simple, and where do I find, I looked but could not find the info on this subject
Last edited by Dominick from WSOPNE.org on Mon Apr 26, 2010 5:35 pm, edited 1 time in total.
Dominick from WSOPNE.org
New member
 
Posts: 5
Joined: Mon Apr 26, 2010 5:10 pm
Top

Postby Frumph » Tue Apr 27, 2010 2:48 am

if you go to http://*inseryoururlhere*/wp-content/pl ... t/chat.php and it runs, then the issue you have is an incompatibility with whatever plugin/css you might be running on your theme.
Frumph
Member
 
Posts: 38
Joined: Wed Aug 05, 2009 10:47 am
Top

Postby Dominick from WSOPNE.org » Tue Apr 27, 2010 3:16 am

at this address
http://*inseryoururlhere*/wp-content/pl ... t/chat.php
*Says server not found*
Now what does that mean?
I get 404 on this

Now did i do something wrong?

in my page this what it says exactly
Chat loading ...
Please wait

My server at&t is looking at it to.........
Last edited by Dominick from WSOPNE.org on Tue May 11, 2010 7:38 pm, edited 1 time in total.
Dominick from WSOPNE.org
New member
 
Posts: 5
Joined: Mon Apr 26, 2010 5:10 pm
Top

Postby Dominick from WSOPNE.org » Wed Apr 28, 2010 5:27 pm

Thanks for getting back to me
Dominick from WSOPNE.org
New member
 
Posts: 5
Joined: Mon Apr 26, 2010 5:10 pm
Top

Postby Dominick from WSOPNE.org » Thu Apr 29, 2010 12:33 am

I was talking about getting back because there is already a post on it. thats alright we will remove and move on
Dominick from WSOPNE.org
New member
 
Posts: 5
Joined: Mon Apr 26, 2010 5:10 pm
Top

Postby Frumph » Tue May 11, 2010 3:08 pm

Well for anyone else who comes here looking for answers, 9 times out of 10 its because of the CSS that the site is designed like that it won't load into it. Absolutes don't work.

The other 1/10 is because when you first initiate the chat it needs to be done from the page it's being viewed on when phpfreechat creates the cache.

Try changing the server ID and saving again for it to rebuild another cache.

Check out the /wp-content/plugins/phpfreechat/chat.php if that works via http:// then you know it works, it's just something in your CSS that it doesn't like embedding into.

- Phil
Frumph
Member
 
Posts: 38
Joined: Wed Aug 05, 2009 10:47 am
Top

Postby jpg001 » Tue May 11, 2010 4:00 pm

ok Phil,

you know, i have the same problem with the theme dkret3 (coxparty.fr and colombelesvesoul.fr), if it's the css file from the theme how to detect the "bug"?

Jean Pierre
jpg001
New member
 
Posts: 1
Joined: Tue May 11, 2010 3:53 pm
Top

Postby Frumph » Fri May 21, 2010 7:00 pm

You just make the area that the phpfreechat is going to sit in, not be inside any positioning within your theme, generally I have people create 'templates' wordpress templates that can be associated with pages that are mostly if not all clean.

- Phil
Frumph
Member
 
Posts: 38
Joined: Wed Aug 05, 2009 10:47 am
Top

Postby BomberSheep » Sat May 22, 2010 8:03 pm

Hello

I have the same problem on my site.
I created a page template on a personalized and highly purified

Here is my page or it stays on Loading ...

<?php
/********
Auteur : Juan-Antonio
Thème : Page de chat
Version : 0.1
Date : 22/05/2010
********/
require('wp-load.php');

get_header();
?>
<div class="Titre_Page">Chat en ligne</div>
<div align="center">
<?php if (function_exists('run_phpfreechat')) run_phpfreechat(); ?>
</div>

<?php get_footer(); ?>

***************
header.php

<?php
/********
Auteur : Juan-Antonio
Thème : Theme_Association
Version : 0.1
Date : 05/05/2010
********/
if($_GET['action'] == 'deco')
{
wp_logout();
wp_redirect('index.php');
}

define('MON_SITE_URL', get_option('siteurl') . '/');
global $blog_id;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
<title><?php bloginfo('name') . wp_title(); ?></title>

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

<?php
wp_get_archives('type=monthly&format=link');
wp_head();
?>
</head>
<body>

<div id="pagecenter">
<div id="header">
<a href="<?php echo MON_SITE_URL; ?>"><img class="banniere" src="/Images/Bannieres/<?php echo $blog_id; ?>.jpg" /></a>
</div>

<div id="top-navi" class="fond_menu">
<div class="MenuGauche">
<a href="<?php echo MON_SITE_URL; ?>">Accueil</a>
</div>

<div class="MenuDroite">
<a href="<?php echo MON_SITE_URL; ?>chat.php">Chat</a>
</div>
</div>

<div class="left-navi-blog">
<?php include "bloc_gauche.php";?>
</div>

<div class="center-blog">

***************
footer.php

<?php
/********
Auteur : Juan-Antonio
Thème : Theme_Association
Version : 0.1
Date : 05/05/2010
********/
?>
<div class="Bloc_Centre_Fin"></div>
</div>
<div class="right-navi-blog">
<?php include "bloc_droite.php";?>
</div>

<?php
if(date(Y) == 2010)
{
$MaDate = 2010;
}
else
{
$MaDate = 2010 . ' - ' . date(Y);
}
?>
<br class="clear" />
<div id="footer" class="fond_menu">
Copyright © <?php echo $MaDate; ?> beziers-associations.org.

beziers-associations.org n'a aucune affiliation avec la mairie de Béziers. Le site officiel de la ville de Béziers est : <a href="http://www.ville-beziers.fr">http://www.ville-beziers.fr</a>
<?php
if(is_site_admin())
{
echo '
' . get_num_queries() . ' requêtes. ' . timer_stop() . ' secondes.';
}
?>
</div>
</div>
</body>
</html>
Last edited by BomberSheep on Sat May 22, 2010 8:13 pm, edited 1 time in total.
BomberSheep
New member
 
Posts: 4
Joined: Sat May 22, 2010 7:48 pm
Top

Postby BomberSheep » Sat May 22, 2010 8:46 pm

In http://beziers-associations.org/wp-cont ... t/chat.php this is the page :

<div id="pfc_loader">

<div style="width:250px;background-color:#FFF;border:1px solid #000;padding:10px;position:relative;margin:auto">
<p style="padding:0;margin:0;text-align:center;">
Chargement du chat ...<br style="margin:0"/>Patientez </p>
</div>

<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/compat.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/md5.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/cookie.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/image_preloader.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/myprototype.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/prototype.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/regex.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/utf8.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/sprintf2.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/activity.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/mousepos.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/createstylerule.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/pfcclient.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/pfcgui.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/pfcresource.js"></script>
<script type="text/javascript" src="http://beziers-associations.org/wp-content/plugins/phpfreechat/data/public/js/pfcprompt.js"></script>

<script type="text/javascript">
// <![CDATA[

var pfc = null; // will contains a pfcClient instance
var pfc_nickname = "admin";
var pfc_nickid = "3d070047fa64583c2026db54ba13f757ea66203c";
var pfc_version = "1.3";
var pfc_clientid = "a0341b234b3ecae86367b9997be4fcb5";
var pfc_title = "My Chat";
var pfc_refresh_delay = 2000;
var pfc_refresh_delay_steps = [2000,20000,3000,30000,5000,60000,8000,300000,15000,600000,30000];
var pfc_start_minimized = false;
var pfc_nickmarker = true;
var pfc_clock = true;
var pfc_startwithsound = false;
var pfc_showsmileys = true;
var pfc_showwhosonline = true;
var pfc_focus_on_connect = true;
var pfc_max_text_len = 400;
var pfc_max_displayed_lines = 150;
var pfc_quit_on_closedwindow = false;
var pfc_debug = false;
var pfc_btn_sh_smileys = true;
var pfc_btn_sh_whosonline = true;
var pfc_displaytabimage = true;
var pfc_displaytabclosebutton = true;
var pfc_connect_at_startup = true;
var pfc_notify_window = true;
var pfc_defaultchan = ["","Beziers Associations"];
var pfc_userchan = [];
var pfc_defaultprivmsg = [];
var pfc_userprivmsg = [];
var pfc_openlinknewwindow = true;
var pfc_bbcode_color_list = ["000000","000055","008000","FF0000","800000","800080","FF5500","0060aa","008080","0000FF","FF00FF","7F7F7F","074f00"];
var pfc_nickname_color_list = ["#36502c","#000000","#05055c","#035c03","#5c0404","#5f5500","#510250","#633f00","#009c00","#005858","#71a500","#0000b5","#8b008b","#17172a","#363636","#074f00"];
var pfc_theme = "zilveer";
var pfc_isready = false;
var pfc_server_script_url = "http://beziers-associations.org/wp-content/plugins/phpfreechat/chat.php";
var pfc_nickmeta_key_to_hide = [];

Event.observe(window, 'load', function() {
pfc = new pfcClient();
if (pfc_isready) pfc.loadChat(pfc_theme);
});


// ]]>
</script>

<div id="pfc_notloading" style="width:270px;background-color:#FFF;color:#000;border:1px solid #000;text-align:center;margin:5px auto 0 auto;font-size:10px;">
<noscript>
<p>
JavaScript semble être désactivé ou pas/mal supporté par votre navigateur. Cette application web nécessite JavaScript pour fonctionner correctement. Veuillez activer JavaScript dans les paramètres de votre navigateur, ou utilisez un navigateur qui supporte JavaScript et essayez denouveau.<hr />
Please ask the <a href="http://www.phpfreechat.net">phpfreechat</a> community on the <a href="http://www.phpfreechat.net/forum/">forum</a> if you are not able to load the chat.
</p>
</noscript>
<script type="text/javascript">
// <![CDATA[
if (!browserSupportsCookies())
document.write('Cookies semble être désactivé ou pas/mal supporté par votre navigateur. Cette application web nécessite Cookies pour fonctionner correctement. Veuillez activer Cookies dans les paramètres de votre navigateur, ou utilisez un navigateur qui supporte Cookies et essayez denouveau.');
else if (!browserSupportsAjax())
document.write('Ajax semble être désactivé ou pas/mal supporté par votre navigateur. Cette application web nécessite Ajax pour fonctionner correctement. Veuillez utiliser un navigateur qui supporte Ajax et essayez denouveau.');
else if (!ActiveXEnabledOrUnnecessary())
document.write('ActiveX semble être désactivé ou pas/mal supporté par votre navigateur. Cette application web nécessite Ajax pour fonctionner correctement. Dans les version d'Internet Explorer inférieures à 7.0, Ajax est implémenté par ActiveX. Veuillez activer ActiveX dans les paramètres de sécurité ou utiliser un navigateur qui supporte Ajax et essayez denouveau');
else
{
$('pfc_notloading').style.display = 'none';
pfc_isready = true;
}
// ]]>
</script>
</div> <!-- pfc_notloading -->

</div> <!-- pfc_loader -->

<div id="pfc_container"><!-- Will contains chat.html.tpl.php --></div>
BomberSheep
New member
 
Posts: 4
Joined: Sat May 22, 2010 7:48 pm
Top

Postby BomberSheep » Sun May 23, 2010 5:32 pm

Please response ^^

My chat is disabled ...
BomberSheep
New member
 
Posts: 4
Joined: Sat May 22, 2010 7:48 pm
Top

Postby BomberSheep » Thu May 27, 2010 4:37 am

Good evening

Still no one could help me please?
BomberSheep
New member
 
Posts: 4
Joined: Sat May 22, 2010 7:48 pm
Top

Postby Frumph » Tue Sep 07, 2010 10:48 pm

just posting the code here doesn't give me any answers to it not loading, i'd have to see the page and check whats happening.
Frumph
Member
 
Posts: 38
Joined: Wed Aug 05, 2009 10:47 am
Top


Post a reply
14 posts • Page 1 of 1

Return to Joomla, Drupal, and Wordpress (v1.x)

Who is online

Users browsing this forum: No registered users and 2 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub