This is running at this URL:
www.diecastmodelaircraft.com/memberlist.php
We have a more customized version running here:
www.diecastmodelaircraft.com/memberlist
Instructions:
1. Upload all files in the upload directory to the root of your VB5 install
2. Edit memberlist.php as follows
Your Site URL
Maximum Number of users per page
Display for Logged Out Users
3. These settings are obtained from your vb install config file, you should not have to modify these
Mysql Host
Database User
Database Password
Database Name
Database Prefix (if any)
4. Load http://www.yoursite.com/memberlist.php
Optional:
Add the following lines to .htaccess
Kod:
RewriteEngine on RewriteRule ^(memberlist)$ /memberlist.php [QSA,L] RewriteRule ^(memberlist)/$ /memberlist.php [QSA,L]
Load http://www.yoursite.com/memberlist
Questions? Comments?
Email: [email protected]
Donations are gladly accepted for this work:
[email protected]
If you install it, let us know so we can see how it works on other sites.
Revision Info:
.10 - First Release
.11 - Created Zip file w/different paths.
.12 - Adjusted paths for images to be relative; modified link to use profile; added ability to work with databases with prefix.
.13 - Better db prefix handling; removed un-needed DB variable.
.14 - Added ability to display list only for logged in users; misc bug fixes, added link to this thread for support. Expanded readme.txt.
.15 - Fixed bug for show member list for users who aren't logged in. System now uses core/includes/config.php for mysql settings.