Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Ajax Chat (http://www.bvlist.com/showthread.php?t=736)

joeroberts 8th February 2010 20:44

seems your missing page in In your user table May be a version mistake or mod missing can some one post there user table?

al-jodtv 28th February 2010 08:42

thanks for this

djblackout 16th April 2010 04:42

error
 
Error:
Code:

SQL query:   
              F EXISTS  `shoutbox` ;

   
      MySQL said: http://freeleech.eu/phpmyadmin/theme...img/b_help.png
  #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'F EXISTS `shoutbox`' at line 1


joeroberts 16th April 2010 06:04

Quote:

Originally Posted by djblackout (Post 22449)
Error:
Code:

SQL query:   
              F EXISTS  `shoutbox` ;
 
     
      MySQL said: http://freeleech.eu/phpmyadmin/theme...img/b_help.png
  #1064 - You have an error in your SQL syntax; check the manual that  corresponds to your MySQL server version for the right syntax to use  near 'F EXISTS `shoutbox`' at line 1


try to manualy delete shoutbox table if it exists then run
Code:

CREATE TABLE `shoutbox` (
  `id` smallint(6) NOT NULL auto_increment,
  `userid` smallint(6) NOT NULL default '0',
  `class` int(11) NOT NULL default '0',
  `username` varchar(25)  NOT NULL default '',
  `date` int(11) NOT NULL default '0',
  `text` text  NOT NULL,
  `orig_text` text  NOT NULL,
  `warned` enum('yes','no')  NOT NULL default 'no',
  `donor` enum('yes','no')  NOT NULL default 'no',
  `gender` enum('1','2','3')  NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1118 ;


djblackout 16th April 2010 06:19

thanks m8
 
it worked but im not sure where to upload online.php shoutbox.php and chat.php is that to the root folder or the js folder ?

but if i upload chat.php it will over write the current chat.php file

http://freeleech.eu/cyber

i got tbdev working m8 for some od reason the passkey worked in a sub folder lol

joeroberts 16th April 2010 06:47

Quote:

Originally Posted by djblackout (Post 22452)
it worked but im not sure where to upload online.php shoutbox.php and chat.php is that to the root folder or the js folder ?

but if i upload chat.php it will over write the current chat.php file

http://freeleech.eu/cyber

i got tbdev working m8 for some od reason the passkey worked in a sub folder lol

online.php shoutbox.php and chat.php go in root and all .js go in the js folder

djblackout 16th April 2010 07:04

hi
 
the shoutbox ajax system does not work well , i try to run it but it just loading please wait when i write it says
mysql error i press f5 i got banned from shout box lol

it would be better with an intern shoutbox ....

Aneu 10th September 2010 00:11

this doesn't work with IE8. did anyone fix it?

crztz 21st September 2010 12:37

Quote:

Originally Posted by Aneu (Post 24445)
this doesn't work with IE8. did anyone fix it?

same problem

laciz23 22nd December 2012 21:39

i have TBDEV v3.0 and it dosent work for me . Butt thx anny way


All times are GMT +2. The time now is 05:30.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.