Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   php shoutbox (https://thetfp.com/tfp/tilted-technology/49059-php-shoutbox.html)

Jam 03-14-2004 11:51 PM

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

Cocktopus 03-15-2004 04:35 PM

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

Jam 03-16-2004 12:20 AM

i have a host and stuff

devnull 03-16-2004 12:44 PM

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.

BoCo 03-16-2004 11:29 PM

I use ShoutPro for my shoutbox. Works awesome and can be modded anyway you like.

Link: http://www.shoutpro.com/index.php

insidious_machinae 03-17-2004 01:21 AM

I wrote my own tagboard (same as a shoutbox)
:D


All times are GMT -8. The time now is 10:22 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73