Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 03-14-2004, 11:51 PM   #1 (permalink)
Jam
Junkie
 
php shoutbox

hey i need a shoutbox... i suppose any will do but the one i was after was floodbox shoutbox v2...

i do have a copy of it.. but i dont know how to make it work...

anyone with php knowledge can take a look here...

http://purge.worthplaying.com/fb/floodbox2b.zip
Jam is offline  
Old 03-15-2004, 04:35 PM   #2 (permalink)
Insane
 
I haven't done shoutbox, but I've used other php frontends. From what I've heard about shout, you need a webserver (apache/iis) php, and a database (mysql).

One thing....that config.php file is suspicious. Usually the config file has the paths, limits, domains, permissions, etc. in an intuitive, readable format with comments explaining variables:

eg:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
Cocktopus is offline  
Old 03-16-2004, 12:20 AM   #3 (permalink)
Jam
Junkie
 
i have a host and stuff
Jam is offline  
Old 03-16-2004, 12:44 PM   #4 (permalink)
Crazy
 
Location: Bit Bucket
Does your webhoster provide you with a MySQL database to use? If not, you'll need a Shoutbox that uses files for storing the information and not a database. If your webhost does provide you with a database, then you'll need the hostname of where the database is located, the name of your database, and the password to your database. After that, the proper table schema needs to be added to the database so that the shoutbox code can keep all of the entries in the database.

So, first things first, find out if your webhost provides you with a MySQL database that you can use, and if they do, get all the information you can about it so you can access it.
devnull is offline  
Old 03-16-2004, 11:29 PM   #5 (permalink)
Fear the bunny
 
Location: Hanging off the tip of the Right Wing
I use ShoutPro for my shoutbox. Works awesome and can be modded anyway you like.

Link: http://www.shoutpro.com/index.php
__________________
Activism is a way for useless people to feel important.
BoCo is offline  
Old 03-17-2004, 01:21 AM   #6 (permalink)
Psycho
 
I wrote my own tagboard (same as a shoutbox)
insidious_machinae is offline  
 

Tags
php, shoutbox


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 09:08 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54