[REQ] Comet Chat (When released)

futuro3

New Member
I buy now this script and i share it with you for contribute to a just cause ;)
Enjoy!

After installation you must edit template:

Now login to your vBulletin Admin Control Panel and perform the following steps:

1. Select Styles & Templates > Style Manager
2. Select All Style Options from the dropdown menu and click on Go
3. In the header textbox, right at the top, add the following line:

<link type="text/css" rel="stylesheet" media="all" href="/forum/cometchat/css/cometchat.css" />

4. In the footer textbox, right at the bottom, add the following lines:

<script type="text/javascript" src="/forum/cometchat/js/jquery.js"></script>
<script type="text/javascript" src="/forum/cometchat/js/cometchat.js"></script>

Please make sure the above paths are correct.

Congratulations! CometChat has been successfully integrated with your vBulletin forum!

Feel free to email us at [email protected] if you have any queries.

-----------------------------------------

EDIT:
This script is original must be nulled for work free because in the install process it required login to members area!
 

h@ck3r

New Member
Well.. got it installed- but now trying to workout how to get my friends to show online so I can chat with them :D
 

h@ck3r

New Member
I've got quite a few 'friends' online in my forum, but none of them are showing in the 'Who's online' pop up box for comet chat.

Seems not to be working.. although maybe it's just that we don't have instructions for it lol.
 

NLP

New Member
hello !


i hv try to nulle it ..

in script install.php he is call to thos server with your to get DB new tabels ..

whois buy it ? cuze we need it to do some thing to get this tables
 

NLP

New Member
buyer please .. open your install.php and replace it with this
PHP:
<?php
$username = "";
$password = "";
if ($fp = fopen("http://www.cometchat.com/validate.php?username={$username}&password={$password}&path={$_SERVER['SERVER_NAME']}/{$_SERVER['SERVER_ADDR']}/{$_SERVER['SCRIPT_NAME']}", 'r')) {
   $content = '';
   while ($line = fread($fp, 1024)) {
      $content .= $line;
   }
   echo $content;
} else {
	echo "Error.";
}
?>

add your username and password.

and copy n paste the out put.

thanks in advance
 
Top