Skip to content
Buzzen Chat Network

Buzzen Chats New Layout and Design.

A TG007 community discussion started by XploziOn.

Closed discussion 179 posts
Page 1 of 9
Closed
Topic #8559 · 179 published posts · 27,958 views

Is Buzzen gonna be fully supported here at TG now, since they are switching to there own OCX.

it would be good because then it would be like vsixc and be not known as a msn clone

 

Its what I do.

For the record it isn't an "ocx" they run ajax.

 

 

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

buzzen will be supported in the same manner as before. It's really up to the users. If they submit progs we will add them, if people want help it's up to the people on the forum whether they get the help. I'm not currently using any chat network so I can't be of much help.

Get information about ircWx here

It's a good news that they're gonna convert their ocx into a new, respected service everybody can acknowledge. I think they deserve a second chance to prove to the public that they are on the right track to move away from being considered as a clone soon.

 

the new one isnt an ocx

My code does NOT have bugs. It just develops random features.

From Scriptz-Domain : Posted by Smurfwicked on Monday, June 04 @ W. Europe Daylight Time

Joey writes "First off Buzzen v2 Beta is out there and Buzzen will be switching to their new chat ocx

Edited Jun 9, 2007 9:19 PM by XploziOn

they might "label" it as an ocx, but if it's an ajax system, it's completely different. Should be get into what an "ocx" is, and what an "ajax" system is? Like they might be able to do the same job, but seriously, there is great differences between them.

best thing would be to let buzzen staff define what their new chat is, they are just as welcome to post here as anyone else if they feel they need to. I would assume they will have formal announcements when the time is appropriate.

Get information about ircWx here

OCX = A chat control that submits information AND caches information to that.

V2 = An ajax chat that stores information LOCALLY on your computer and reads from that. So, your constantly submitting data, in other words.

All in all, atleast they're doing something different. I just hope the user pull doesn't draw them back to the OCX. If Buzzen can keep it up, I applaud them.

I personally think this is gonna give Buzzen a boost in users.

:lmaojump: havent been in buzzen for a while .. just went in there and had to download the MSN Chat Control :huh:

Molson™ For the record it isn't an "ocx" they run ajax.

 

 

 

I personally think this is gonna give Buzzen a boost in users.

 

:oops: most the room's are empty :shock:

Since Buzzen's maintenance completed, people ran back to the old one instead of the new flash chat, which is, according to them, in beta stage still. We shall see what is really going to happen in August.

Edited Jun 10, 2007 4:59 PM by Fanfare

Lynx, they are talking about the Beta chat site, not the old Buzzen site ( which is still the main Buzzen site) and for which you would probably need to d/l the msn ocx . I'll PM you the link to the one they are talking about ( cause I'm not sure if I should post it here).

 

Not sure how they will officially label it but when I needed a clarification about sth in the beta room I was told it is not an ocx.

Ειναι πολλα τα λεφτα Αρη.

 

 

 

:) I am happy to see Buzzen de-cloning. The new beta flash chat looks good. It has some nice options. Good work. :)
Edited Jun 10, 2007 6:29 PM by Deanne

Be Kind. Everyone you meet is fighting a great battle.

 

 

 

*Previously known as Gwen

For the first time ever, I'm impressed with Buzzen after seeing a preview of Buzzen v2

 

http://www.buzzen.info/preview/v2.0.13/

err0r: 666 + 1337 = 2003 backwards is 3002 which is how many people ozzy has banned from tg
err0r: spooky

Aside from my positive impression about the new Buzzen development, one thing I hope for them is to keep their promised deadline in August. V2 project has taken too long since they planned it two years ago.

Maybe it's just me, but, I think Ajax could make for a very unstable chat client. SQL attacks could be very easy to do seeing as the xmlhttprequests are going to be constantly used, along with the JS. But, as I've said, atleast they're working on something different.

Beta is the term used when you think your done but your not because people still find something wrong with it. Beta is a term they have used since day one... it moreless means please forgive us for the crappiness of this software we need more people to volunteer their services to put this together. Then we will cash the checks and laugh in your face.

 

"Please note: I am mohamed I dont know anything about php or anything about getting people to the site I will however use your services as long as you understand I own this site and you wont be paid a dime."

For the differences between ocx and ajax see the following links:

OCX: http://en.wikipedia.org/wiki/ActiveX_control (ocx is basically an activex control).

Ajax: http://en.wikipedia.org/wiki/Ajax_%28programming%29

 

Few main differences I'll put it here:

1. OCX is executable like an exe file, and it is compiled to binary code. AJAX is scripting based technology, it is not complied to binary code.

2. OCX is native to windows and may run into problems if used on other platforms. AJAX is comparatively platform independent.

3. OCX gains full access to local system just like any other executable file, thus it can read or delete local files etc. AJAX is very secure on the client side and most browsers run javascript code under security limitations, thus it has almost to none chances of serious security exploits; for this reason AJAX apps don't require digital certificates.

4. OCX is coded in programming languages that support Microsoft's COM model e.g. C++, VB6, etc. AJAX programming is mainly done in javascript along with htm/xhtml/xml code.

 

Some people are calling our ajax client as ocx, thats not a problem really... I think users in general don't really care what you call it as long as they like it. :)

 

Ajax could make for a very unstable chat client. SQL attacks could be very easy to do seeing as the xmlhttprequests are going to be constantly used, along with the JS. But, as I've said, atleast they're working on something different.

We have good protection against SQL attacks, and we are constantly monitoring and updating against any other kind of security exploits. In any case, AJAX is much better than ocx (or any other executable) from client-side security point of view.

The only main concern with AJAX client is speed of execution since it is a script based technology. But people who have tried it never complained about an speed issues; most PCs these days are over 2Ghz and difference in speed in normal chatting won't be noticeable by a human.

 

Furthermore, people have choice of clients. At the moment server supports flash, ajax, and mirc clients. In future, there will be support for activex client, and other kind of applets and clients.