Project help needed.
Moderator: General Moderators
Project help needed.
I need someone to help me design an instant messenger for my site. I want the client to be php and to connect to a mysql database. I need one that will alow me to use the database, table, and field names that I want to use. It needs to be easily configurable to the point where I can just plug in my host, database username, database user password, database tables, and field. I need one that can be easily integrated into my current site. It does not need to have a separate login or database elements from that which is already setup on my site. I need something where someone can basically click on on a link "open instant messenger" and opens the IM without them having to put in a username or password.
OK, thats going to open your site to some bad abuse if people get a hold of the domain name.
If what i'm understanding is right, which is:
You want a PHP/MySQL driven IM service on your site which needs no login, people can just click a link and send an IM.
This already displays problems:
a) If there are no usernames, how do you know who to send an IM too?
b) People will abuse the hell of this and probably spam your database with crap.
So do you still want an IM system without Logining in?
If what i'm understanding is right, which is:
You want a PHP/MySQL driven IM service on your site which needs no login, people can just click a link and send an IM.
This already displays problems:
a) If there are no usernames, how do you know who to send an IM too?
b) People will abuse the hell of this and probably spam your database with crap.
So do you still want an IM system without Logining in?
No, I want usernames, just not a seperate set of usernames just for the IM. I don't want to have one database of usernames for my IM and one for the site as a whole. I don't want it to be seperate from my main site. Right now when someone logs in to my site they have access to message board, chat, and news. But every IM script Ive seen on the net, you have to setup a database just for it and you can specify what database name, table names, and fields you want.
I can deal with an IM that has a database different from my main site if it has some lines in it that checks to see if the username is in the main databse. For instance if I put in username eviilcoder it checks for evilcoder in the main database rather than in the IM database, and everything else is done in the IM database. My main point is I don't want the IM login seperate from the main login. I don't want you to have to register for the IM only. Once you register for my site, I want you to have access to the IM.
I can deal with an IM that has a database different from my main site if it has some lines in it that checks to see if the username is in the main databse. For instance if I put in username eviilcoder it checks for evilcoder in the main database rather than in the IM database, and everything else is done in the IM database. My main point is I don't want the IM login seperate from the main login. I don't want you to have to register for the IM only. Once you register for my site, I want you to have access to the IM.
I do not need it right away. I am currently learnng PHP and MYSQL, but most scripts I found are not easily configurable with currect databaes on your site. I want it but I'm not in a rush. I have avout 4 sites and I am trying to get all the membership under 1. So. I really don't have to have it until I get everyone signed up at the new site.