Skip to content
General Chat Talk

Looking for some icons & sounds

A TG007 community discussion started by Lahori_Munda.

Discussion 20 posts
Page 1 of 1
Open
Topic #16776 · 20 published posts · 4,724 views

Hi,

Thank you for keeping the website online. I couldn’t find my old account, but I’ve registered a new one now. I remember signing up using techgear007, not tg007.

I’m looking for the MSN chatroom icons — like owner, sysop, host, spectator, ignore, and others used in chatrooms. I’m also searching for the sound effects like kick, join, whisper, etc.

If anyone has these files, I’d really appreciate it if you could share them with me.

Regards,

Ok i got the sounds, from some other site but still didn't find icons, here is the sounds i have attached.

Attachments 5 files

I am making a chatroom in a php, do you have any idea to make it fast

Screenshot 2025-06-26 024253.png

Attachments 1 file

Here are some of the msn ico files i could find

msnicons.zip

Get information about ircWx here

Attachments 1 file

Have you checked out buzzerchat in the downloads area its all php it maybe a bit outdated though some of the php may need to be updated. it doesn't require any servers.

oh great, is that code in working ?

thankyou error but these images or no transparent, they white background. Even i have without background i thought there are some better image quality.

And error is this code is working, https://www.tg007.net/file-1846 because i try it upload the sql and update config.php but its giving me error 500. So i wana to make sure is there is code with working.

thanks

Does anyone have a PHP script (working) with the same msn layout and functions? My server doesn’t allow ports, so I need a complete script that can work without using any port.

I would suggest using chatGPT or Grok or other AI to help you. Just be patient and explain what you want and keep at it until you get what you need. 

Get information about ircWx here

Thank you, Error. I’ve been working with Claude — it helps me get what I want, but I’m facing a lot of issues. For example, when 10 users are chatting, only one message comes through while the next one disappears. I was wondering if there’s any script available online that works properly?

with chatgpt and grok you put in the code you have. tell them what you want it to do or what it isn't doing and it will fix it. I have made a lot of different types of webchats including php/sql and irc* .. none that are available to the public but I'm sure there are some out there. You may not find anyone here that has something public like that. Again I highly recommend taking your code to AI. It will do what you want.

Get information about ircWx here

On 6/29/2025 at 12:37 PM, Lahori_Munda said:

thankyou error but these images or no transparent, they white background. Even i have without background i thought there are some better image quality.

And error is this code is working, https://www.tg007.net/file-1846 because i try it upload the sql and update config.php but its giving me error 500. So i wana to make sure is there is code with working.

thanks

Any luck with claude. 

Yes, I have built something, but I'm not fully satisfied with it yet.

You can check it here:
https://wprevise.com/chat/chat.php?room=pakistan

It's developed using PHP, JavaScript, CSS, and HTML only. The performance is not very fast, but I believe it should be able to handle around 10 users at a time — although I'm not completely sure yet. I've done some basic tests, but I don’t have real users to properly test it live.

Edited Oct 28, 2025 8:46 AM by Lahori_Munda
17 hours ago, Lahori_Munda said:

Yes, I have built something, but I'm not fully satisfied with it yet.

You can check it here:
https://wprevise.com/chat/chat.php?room=pakistan

It's developed using PHP, JavaScript, CSS, and HTML only. The performance is not very fast, but I believe it should be able to handle around 10 users at a time — although I'm not completely sure yet. I've done some basic tests, but I don’t have real users to properly test it live.

seemed to work ok when I joined

Get information about ircWx here

Yes, it works fine with 1–5 people chatting, but too many messages at once can cause issues.

what sort of issues?

Get information about ircWx here

Like, when too many people are chatting at the same time, some messages show up and some don’t — messages appear really slowly. That’s the main issue I’m facing right now.

Other than that, there are a few small things related to banning, but overall it’s much better now.

I’ve applied everything that came to my mind, but I can’t improve it more because there’s no senior person or anyone to guide me — like someone who could say “do this,” “this should work better,” or “try that way,” etc.

the issue with messages showing up you can look into javascript "long-polling" where you would basically load a page and have the id of the last message set as a variable that you can check against to see if there are newer messages.. each time updating that variable to whatever id is the latest. Using a timer for this. Though this can stress your server the faster you are checking especially with more ppl. So be aware of that when determining how often you check.

You are basically creating a shoutbox that has been done over and over and there are tons of examples to look at. 

websockets are better option but a bit more complex. 

Edited Nov 3, 2025 11:38 PM by err0r

Get information about ircWx here

Hmmm… I’ve already added long polling. I’ll check it more carefully to fix this. I also sent you a private message—please reply. Thank you!

Hopefully you get it fixed. I'm sure you can do it.