I need help installing this chat http://www.phpfreechat.net/ I have no idea how to do this.;( can someone please help me? I need it for my site
http://latestwrestlingnews.tk
Search found 8 matches
- Fri May 28, 2010 11:52 pm
- Forum: Coding
- Topic: PHP/MySQL chat?
- Replies: 2
- Views: 851
PHP/MySQL chat?
How do I make a PHP/MySQL chat for my site? So I can ban users & have there name they registered with show up in chat? Tables so far... DROP TABLE IF EXISTS users; CREATE TABLE users ( username varchar(30) primary key, password varchar(32), userid varchar(32), userlevel tinyint(1) unsigned not n...
- Wed May 26, 2010 4:08 am
- Forum: Coding
- Topic: CSS Menu bar help
- Replies: 1
- Views: 600
CSS Menu bar help
Can someone help me make a menu bar in CSS?
I 'd like it too have 6 areas for links, have nice rounded corners and for the tables have a nice black to it...
But I just don't know how to do it! I have never used CSS before.
Also does anyone know of a side chat I can use?
I 'd like it too have 6 areas for links, have nice rounded corners and for the tables have a nice black to it...
But I just don't know how to do it! I have never used CSS before.
Also does anyone know of a side chat I can use?
- Mon May 24, 2010 2:31 pm
- Forum: Coding
- Topic: Private Messaging system? *UPDATE*
- Replies: 8
- Views: 2074
Re: Private Messaging system? *UPDATE*
Members table CREATE TABLE `tz_members` ( 06 `id` int(11) NOT NULL auto_increment, 07 `usr` varchar(32) collate utf8_unicode_ci NOT NULL default '', 08 `pass` varchar(32) collate utf8_unicode_ci NOT NULL default '', 09 `email` varchar(255) collate utf8_unicode_ci NOT NULL default '', 10 `regIP` varc...
- Mon May 24, 2010 2:24 pm
- Forum: Coding
- Topic: Private Messaging system? *UPDATE*
- Replies: 8
- Views: 2074
Re: Private Messaging system? *UPDATE*
doesnt work
parse error on line 22
parse error on line 22
- Mon May 24, 2010 4:25 am
- Forum: Coding
- Topic: Private Messaging system? *UPDATE*
- Replies: 8
- Views: 2074
Private Messaging system? *UPDATE*
I've already made a table CREATE TABLE `messages` ( `message_id` int(11) NOT NULL auto_increment, `from_user` varchar(65) character set latin1 collate latin1_general_ci NOT NULL, `to_user` varchar(65) character set latin1 collate latin1_general_ci NOT NULL, `message_title` varchar(65) NOT NULL, `mes...
- Sun May 23, 2010 5:46 pm
- Forum: General Development
- Topic: Messaging system?
- Replies: 4
- Views: 1172
Messaging system?
Anybody know how to create a messaging system ? with PHP and Mysql?
- Sat Apr 24, 2010 7:28 pm
- Forum: General Development
- Topic: Wrestling MMORPG
- Replies: 2
- Views: 658
Wrestling MMORPG
I am looking to build a Wrestling MMORPG if anyone would like hekp please let me know.