Results 1 to 12 of 12

Thread: A chat server

  1. #1

    Thread Starter
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266

    Smile A chat server

    OK, this is an experimental project.

    What I need is... persons who will be able to help me in developing my own chat web site an help me in setting up my own chat server.

    The reward is... everyone that helps will be a room moderator/operator. That's the credit.

    Does it sound interresting?

    If it does to you, and you are willing to help, please contact me through e-mail.

    But remember, this is experimental, and if it works it will remain on the world wide web for a very long time to come. And we will be able to say: "I helped in setting it up!" or "That's my piece of art work!".

    Also remember that the reason why I ask is because I don't know everything and I need help.

    I look forward to the final product, and seeing us all with @ signs, chatting the time away with all those ordinary chatters in black!

    Thank you for your interrest.
    jovton

  2. #2
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    For creating a chat server, at least on the web, you need a site which will allow you to deploy ASP with your own components. The communication is mostly going to be using the Winsock control, so you will need it bundled into a DLL which will be instantiated on the Web through an ASP page.

    If you are looking at free web-hosting services, you just can't do any such thing.

    So, to develop a chat server, you need to own a website.

    I am interested in helping out, as I have written a small chat program using Winsock control for two computers.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  3. #3

    Thread Starter
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266

    Unhappy No ASP

    I doubt that ASP will work with every browser. I was thinking more in the direction of Java applets, Perl or CGI scripts.
    Last edited by jovton; May 24th, 2001 at 01:01 PM.
    jovton

  4. #4
    Member
    Join Date
    May 2001
    Posts
    44

    Wink This should help - i hope

    I have a chat server on my website that uses asp sessions. This is extremely effective. If you want you can have the code. It works well cross browser and it can suppor unlimited users. With some work you will be able to alter it so you can have more than one room and it currently supports html text tags so say you type<b>hello</> your message is in bold. It supports all the html tags you can even put in images etc. You could make a better interface that allows you to do that. To check out my simpole implementation goto www.server20k.com and click chat.

    If you want the code and etc you can mail me at

    [email protected]

    by the way this requires no extra componants...

    If you need help i will be happy
    Nick the wonder boy has nothing to say

  5. #5
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Scotland, UK
    Posts
    321
    Hi, sorry for kind of not answering the original message, but Nick the god, could I possible have a copy of your program, if you dont mind?



    I know nothing about ASP, and im assuming thats what you originally planned to do, if u decide to go with clients that need to be downlaoded, contact me

    Im creating a interactive help system, that uses a client program that is downloaded, which then sends commands to a web server (PERL Script) whcih does the processing But its a 1 to 1 service.

    Alistair

  6. #6
    Member
    Join Date
    May 2001
    Posts
    44

    The Required Files For ASP Chat

    Ok if i can work out how to attach the files but the time i have finished typing this then all is good actually i will zip them all. I recomend you keep them all in a seperate folder called say /chat or otherwise you will have to merge the global asa file with your main one and you may come across some problems.
    Attached Files Attached Files
    Nick the wonder boy has nothing to say

  7. #7
    Member
    Join Date
    May 2001
    Posts
    44

    And now it is my turn to ask for help

    I noticed on your website you have an application for sending sms messages. I have an app to send icq messages and it works by sending variables to a php script on a remote server - Is this how you get your app to send sms and if so and if you are feeling generous could you send me the location that you post to and the variables etc.

    Of if anyone wants to know the syntak for posting to the icq message script just give us a bell - [email protected]

    i dont remember it off the top of my head but it is in wml so it was tricky to convert it but it works if you want to have a gawk at my prog i will post the exe if you want
    Nick the wonder boy has nothing to say

  8. #8
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Scotland, UK
    Posts
    321

    Question Re: And now it is my turn to ask for help

    Originally posted by Nick the god
    I noticed on your website you have an application for sending sms messages. I have an app to send icq messages and it works by sending variables to a php script on a remote server - Is this how you get your app to send sms and if so and if you are feeling generous could you send me the location that you post to and the variables etc.

    Of if anyone wants to know the syntak for posting to the icq message script just give us a bell - [email protected]

    i dont remember it off the top of my head but it is in wml so it was tricky to convert it but it works if you want to have a gawk at my prog i will post the exe if you want
    Hi, The APP requires the user to be logged on to the AOL Network, with AOL 5 or AOL 6 running. The APP uses API to call up the AOL Keyword (SMS), It then waits on it laoding, fills in the telephone number, the message and then preses SEND.

    The purpose of it is as an Address Bok to save u typing the numbers all the time.

    If you still want it I can send you the source code (Email me: [email protected]).

    I only made it because I was bored, only took 3 hours < I was originally making one for ICQ (As a spam program, but ICQ kept crashing )

    I would attrach / eamil it to u, but im logged on from school, so if u mail me ill send it when i log on at home

  9. #9
    Member
    Join Date
    May 2001
    Posts
    44
    He HE school there is something i dont miss. Uni is so great. Naw dotn worry bout it i was after something that was universaly avaliable so any one could use it weather not they were aol subscribers. Altavista used to have a script to send them but they removed it because of some stupid reason.
    Nick the wonder boy has nothing to say

  10. #10
    TheSarlacc
    Guest

    Thumbs up SMS sender! great...

    hey could you post the SMS program that is on ur site man? plz. thx TheSarlacc

  11. #11
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Scotland, UK
    Posts
    321
    Do u mean my program or the other persons?

  12. #12

    Thread Starter
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266

    Question Distortion

    Would you people mind if I erase this thread?
    jovton

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width