chat not loading

All about creating websites!
Post Reply
User avatar
joebox
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 213
Joined: 19 Mar 2012, 18:15
12
Contact:

chat not loading

Post by joebox »

I've added a php free chat to my website which works fine here: http://chattunnel.com/phpfreechat-x.x/p ... /index.php" onclick="window.open(this.href);return false; . On the other hand it will not load on my page design here: http://chattunnel.com/ctchat.php" onclick="window.open(this.href);return false; I'm using the <?php include tag in my ctchat.php to load the chat in my table row which could be the problem? Any help?
Award winning Unlimited Web Hosting
$1.81/month http://www.topratedhostservice.com
3 free domains | $100.00 Free advertising credits | Free Custom website design
Image

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: chat not loading

Post by ayu »

As far as I can see you are loading an entire page into the table row, which will create problems.
Also you might want to check the logs for PHP errors.

And the third thing is, that if you check FireBug (Install it to Firefox if you don't already have it), it will tell you that a load of files are missing, thus it can't load.
So just including it wont do, as the paths to the scripts will be wrong.

Code: Select all

"NetworkError: 404 Not Found - http://chattunnel.com/style/generic.css"

generic.css

"NetworkError: 404 Not Found - http://chattunnel.com/style/footer.css"

footer.css

"NetworkError: 404 Not Found - http://chattunnel.com/style/header.css"

header.css

"NetworkError: 404 Not Found - http://chattunnel.com/style/content.css"

content.css

"NetworkError: 404 Not Found - http://chattunnel.com/style/menu.css"

menu.css

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/compat.js"

compat.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/md5.js"

md5.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/image_preloader.js"

image_...ader.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/cookie.js"

cookie.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/prototype.js"

prototype.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/myprototype.js"

myprototype.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/regex.js"

regex.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/sprintf2.js"

sprintf2.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/utf8.js"

utf8.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/createstylerule.js"

create...rule.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/activity.js"

activity.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/pfcclient.js"

pfcclient.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/mousepos.js"

mousepos.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/pfcresource.js"

pfcresource.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/pfcprompt.js"

pfcprompt.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/pfcgui.js"

pfcgui.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/image_preloader.js"

image_...ader.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/myprototype.js"

myprototype.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/prototype.js"

prototype.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/regex.js"

regex.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/utf8.js"

utf8.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/sprintf2.js"

sprintf2.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/activity.js"

activity.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/mousepos.js"

mousepos.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/createstylerule.js"

create...rule.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/pfcclient.js"

pfcclient.js

"NetworkError: 404 Not Found - http://chattunnel.com/data/public/js/pfcgui.js"
"The best place to hide a tree, is in a forest"

User avatar
joebox
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 213
Joined: 19 Mar 2012, 18:15
12
Contact:

Re: chat not loading

Post by joebox »

Thanks cat's. It's working fine
Award winning Unlimited Web Hosting
$1.81/month http://www.topratedhostservice.com
3 free domains | $100.00 Free advertising credits | Free Custom website design
Image

Post Reply