Bravo List

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

XGODY 23rd March 2017 17:05

Quote:

Originally Posted by aeon-design (Post 50098)
chat that you downloaded is not mine

OK can you make sure that ate readable and do a fresh upload

Chez 23rd March 2017 18:52

Quote:

Originally Posted by XGODY (Post 50097)
I've download files and not unreadable
The files are unreadable for under download

What do you mean by unreadable. I've downloaded the archive that i posted and i don't see any problems. :wallbash:

joeroberts 24th March 2017 02:26

I can confirm all files are read able. :friend:

aeon-design 1st April 2017 11:31

Updated my chat
 
http://pre06.deviantart.net/f398/th/...on-db48x5t.png

http://orig02.deviantart.net/ecf3/f/...on-db75jin.png

BamBam0077 16th October 2018 18:19

confused how you get this to work just testing for the first time and I have ran with chat.php and get this:
https://images2.imgbox.com/72/3e/MWzt3RpG_o.png


I dont have time at the moment to fix maybe someone experienced the same ideal i like it so far from what I can see from the html side of things, so well done mate :ok:

Napon 16th October 2018 21:08

Tags mate

smoky28 26th January 2019 23:16

Sql error
 
the onlinerec table is missing from the database so mod is not completing the extra row in the worm table but datetime was not updated.

MySQLi error


Incorrect query UPDATE onlinerec SET users=1, date='2019-01-26 21:10:44' WHERE users=

szaby 28th January 2019 17:02

Download
 
Hello!


Where can I download it?


Thanks for reply!

Napon 28th January 2019 17:46

https://www.bvlist.com/showthread.php?t=11013&page=2

Bump:
Quote:

Originally Posted by Chez (Post 50087)
I decided to post my chat files, because maybe they will be useful to someone.

It's not finished yet and i have no time to solve all the issues like compatibility with another themes, etc.

Maybe you'll receive some errors because of the sourcecode compatibility. I'm not responsible for that.

You said it posting something thats no good and also alot of sql mising too
like

sql


Code:

    $rec = @mysql_fetch_array(@mysql_query("SELECT * FROM onlinerec LIMIT 1"));
 if ($rec[users] < $totalonline) mysql_query("UPDATE onlinerec SET users=$totalonline, date='".get_date_time()."' WHERE users=$rec[users]");

also more sql mising to so why post somthing thats no good to noone just a side note for you as you can see members are wanting it and no help from your self






Code:

CREATE TABLE `onlinerec` (
  `users` int(11) NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY  (`users`),
  KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;


INSERT INTO `onlinerec` (`users`, `date`) VALUES
(57, '2019-01-17 17:52:55');


Chez 1st February 2019 10:40

Quote:

Originally Posted by Napon (Post 53184)
https://www.bvlist.com/showthread.php?t=11013&page=2

Bump:
You said it posting something thats no good and also alot of sql mising too
like

sql


Code:

    $rec = @mysql_fetch_array(@mysql_query("SELECT * FROM onlinerec LIMIT 1"));
 if ($rec[users] < $totalonline) mysql_query("UPDATE onlinerec SET users=$totalonline, date='".get_date_time()."' WHERE users=$rec[users]");

also more sql mising to so why post somthing thats no good to noone just a side note for you as you can see members are wanting it and no help from your self






Code:

CREATE TABLE `onlinerec` (
  `users` int(11) NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY  (`users`),
  KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Salvarea datelor din tabel `onlinerec`
--

INSERT INTO `onlinerec` (`users`, `date`) VALUES
(57, '2019-01-17 17:52:55');



If it's not good then don't use it. Seems like you're kinda frustrated. Just chill man and create you're own one and post it if you don't like. What's the problem?


All times are GMT +2. The time now is 09:11.

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