|
|||
|
The current version only has its own user system, but the new version will integrate database, and the new version is under test now, it will support mysql, oracle, and ms sql, you just have to set some parameters of server to use your Postnuke user database.
a sample: <Mysql> <database-host>localhost</database-host> <database-name>test</database-name> <database-user>root</database-user> <database-password></database-password> <user-table>user_info</user-table> <username-field>userid</username-field> <password-field>passwd</password-field> <enable-md5>Off</enable-md5> </Mysql> |
|
|||
|
Hm... Yeah... This one looks real good....
I have read your advertisement from the ActionScript.org, BTW... I think this has to do with Massimo's question, but I'd ask again... ![]() I am not quite following your sample data... It looks like an XML file to me... Are you saying that this Chat program will read an XML file that has database information, and it should be able to read the PHPNuke's forum database or the phpBB in my case??? I'd love to hear whether what I said is right or not... ![]() And, one suggestion if I may... The phpBB contains a data file which is basically a text file named config.php with this content in it... Code:
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = 'flashvacuum_com';
$dbuser = 'theusername';
$dbpasswd = 'thepassword';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>
Maybe you can utilize this sort of data and then have the Chat automatically read the information based on this??? Just my 2cents... ![]() |
|
|||
|
Yes, whether you are using phpbb or POSTNUKE , or PHP-Nuke , or other's forums and portals, they both have their own user info table in their database , and I'm sure they must have two fields in the table:
1. username field 2. password field and some of the forum using md5 encrypt password, so we add another parameter to enable md5 encrypt or disable it. thus, our server application could read the data and verify the user login infomation from other's database system, but please wait for some days before the new version released, ![]() |
|
|||
|
Howdy...
![]() Glad to hear that you've got the new version... ![]() The download page says 9/10 which is probably the date for the 1.0 though??? What's the new download link??? Or did you just forgot to change the date after the update??? :P Quote:
|
|
|||
|
the new version will integrate database, and the new version is under test now, it will support mysql, oracle, and ms sql, you just have to set some parameters of server to use your Postnuke user database
__________________
[url=http://managedservice.org/index.php?page=security_benefits]managed services monitoring[/url] [url=http://www.revenuefarmers.com/growing_our_leads.html]qualified sales leads[/url] |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|