Vb chat room

lilfabbro

New Member
BETA- Im going to atempt to make this a product

after d/l ing error 404's release of ajax IM, i did some messing around,

it took my a while but after fidleing around with some stuff i figured an iframe would be the best

the original release can be found Here

well i ended up using h@ck3r's cutom page found Here and an iframe code it worked out perfect

so heres what you do

1.download the attached file (thx to error 404)
2.extract it
3.go to your CP of your host and make a new DB (I named mine IM)
3.open "config-sample.php", and edit to your DB's Details
4.save it as "config.php" (witout quotes)
5.upload it all to your server (i put mine in a folder caleed IM on my root)
6.goto Yoursite.com/IM(or were ever you put it)/install.php
7.create your account
8.when successfully installed delete install.php from IM folder
9.now when you goto yoursite.com/IM there should be your Chat Room
But wait Theres More
now that you have the chat room dont you think it would look better if you were actually able to navigate from it
*NOTE For it To Appear in All Styles you must do the following steps in EACH style*
1. goto adminCP>Style Manager>Select the dropdown next to your style and click add new template

2. template title: MUST HAVE "custom_" then your name i did mine custom_IM

3.add the code (thx for some coding to h@ck3r)

Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" id="vbulletin_html">
<head>
$headinclude
<title>$vboptions[bbtitle] - Chat</title>
</head>
<body>
$header
$navbar
<html>
<body>
<iframe src ="http://YOURSITE.com/IM" width="100%" height="500">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>


BE SURE TO CHANGE YOURSITE.com/IM To your site and your folder you installed the chat to

you can change the width and height to your liking but the default (i think) are the best

if you want your sites footer to be on the page also add "$footer" right above "</body>" NO QUOTES



the default logo in the center can be changed to w/e you want
so if your gunna make some text or sumthing for it in PS the background color is (101114) and save it as logo.png (unless you know what your doing)

*IMPORTANT*
add a link into your nav to "YOURSITE.com/misc.php?do=page&template=IM" were IM is the name of your template you made so if you didnt make it IM maks sure you change that

And Heres A Screenie

Capture-1.jpg


...........................................................................................................................Press The THanks Button It You Like This
 

ChopSuey

New Member
Nice Dude..Installing Later.

BTW It Should Be Just A Product.

Like The Photoshop Addon. But

Good Job On This!
 

lilfabbro

New Member
@Chop i dont know how to make my own products yet but i can give it a shot by looking at some other ones

hey chop if your good with vbseo could you help me in my other posts i beleive i have 2 other threads about it, cant talk bout it here tho lol
 

lilfabbro

New Member
No comments c'mon ppl i want to know if this is good

i also used this design to add hulu to my site lol

talk about watching tv in your forum integration lol
i love it
 
Top