COMMUNICATION CENTER is created for small web projects, for teams who will work directly with client and need his feedback about the status of the project. It can be used as a small BUG TRACKING system. It has an easy to use interface, admin center for managing the bug database. Can be defined by ADMIN several users who will be part of the project. » Features include: - ADMIN Center - ADMIN as superuser, only he can add new users - Can be installed very easy on client side ot developer side - Need to be adjusted only config.inc.php and add database to be used - BUG list is separated as OPEN and CLOSED - All users will get mails when new bug, or modified bug - Multi Language supported - Based on HTML Templates, very easy to modify
To install this software just do the following steps:
1. dump database.sql into database.
2. edit config.inc.php carefully ...
3. Open http://youdomain.com/comcenter and login with ADMIN PASSWORD
4. Edit ADMIN Details, change details and if not want to allow GUEST, delete it.
5. Add new users to this project
6. Make images/comments 777 to be writeable
We want to know if you are happy or not, what problem you have with it etc. etc.
Regards,
Valics Lehel - CEO
GraFX ltd
Contact: it@grafx.ro
or on messangers:
MSN: lvalics@msn.com
ICQ: 4380283
YAHOO: lvalics
AOL: lvalics
File List:
@PSC_ReadMe_1100_8.txt
1Kb
CHANGE_LOG
1Kb
DESCRIPTION
1Kb
README
1Kb
bug_mod.php
15Kb
bug_new.php
6Kb
bug_view.php
7Kb
comment_new.php
4Kb
config.inc.php
3Kb
css/
0b
css/generic.css
4Kb
database.sql
2Kb
html_templates/
0b
html_templates/.htaccess
61b
html_templates/en/
0b
html_templates/en/site/
0b
html_templates/en/site/lang.inc.php
4Kb
html_templates/en/site/mail/
0b
html_templates/en/site/mail/newuser.html
460b
html_templates/en/site/mail/usermovement.html
372b
html_templates/en/site/template_bug_mod.html
2Kb
html_templates/en/site/template_bug_mod_sub.html
455b
html_templates/en/site/template_bug_new.html
2Kb
html_templates/en/site/template_bug_view.html
7Kb
html_templates/en/site/template_confirmation.html
118b
html_templates/en/site/template_error.html
154b
html_templates/en/site/template_index.html
510b
html_templates/en/site/template_index_inside.html
3Kb
html_templates/en/site/template_login.html
1Kb
html_templates/en/site/template_user_mod.html
2Kb
html_templates/en/site/template_user_new.html
2Kb
html_templates/en/site/template_user_view.html
1Kb
images/
0b
images/.htaccess
61b
images/comments/
0b
images/comments/spacer.gif
43b
images/icons/
0b
images/icons/asc.gif
120b
images/icons/delete.gif
122b
images/icons/desc.gif
120b
images/icons/edit.gif
124b
images/icons/spacer.gif
43b
includes/
0b
includes/.htaccess
61b
includes/_notes/
0b
includes/_notes/cls_users.php.mno
203b
includes/cls_bugs.php
12Kb
includes/cls_fast_template.php
31Kb
includes/cls_string.php
12Kb
includes/cls_universal_mailsender.php
5Kb
includes/cls_users.php
8Kb
includes/connection.php
1Kb
index.php
2Kb
login.php
3Kb
logout.php
1Kb
robots.txt
26b
user_delete.php
5Kb
user_menu.php
2Kb
user_mod.php
6Kb
user_new.php
7Kb
user_view.php
5Kb
Similar code
Debug Window
(Popularity: ) : With this code you can "debug" your variables and constants or your functions. With a mini window. TO SHOW: Enter the letters into the firstbox c = CONSTANT F = FUNKTIONS V or NOTHING = VARIABLES If you want to ... PHP Testing Area
(Popularity: ) : Testing php and javascript code snippets. Great for beginners. You don't need to make a test.php or a sample php file for testing some parts of your code or code snippets, just paste your code and press submit button PHP Debugger And Helper
(Popularity: ) : [PHP5] ODEBUGGER PACKAGE THis package is a debugging and helper tool. It overrides the errors and exceptions handling by PHP. Errors are generated, even if error_reporting is set to 0. Errors are translated in a more comprehensive way, and hints ...