Here is a social networking script modeled after Myspace. This is a separate script that runs by itself. I have integrated the user login's from vb so that browsing is seamless.
Basic highlights of the script:
3 levels of users: Administrator, Moderator, User
Multi Language Support
VBulletin Integration
FlashChat Integration (same DB)
Customizable home page
Background Image/Sound without needing Javascript
Search by area, user particulars, etc
Private Messaging
Public/Private Profile Notices (like bulletins)
Customizable default color scheme easily
Enable/Disable ability to have local background music
Easily turn on/off modules
Simple User Administration
Several sign up verifications available
Single point of registration/login
Requirements
PHP 4.4.7+
Compiled with GD2
MySQL 4.1.x+
Installation is fairly easy. There is an installation instruction file in the zip.
You should turn off registration on the forum and remove the logout/login links. All registration through the script will create forum accounts for new users.
For profile links to work, you need to edit your .htaccess file and add the following lines
RewriteEngine on
RewriteRule ^p_(.*) view_profile.php?urlname=$1
The script does zero modification to your vb tables and files, so if you don't like it you can just delete the cnd_* tables and files and your back to how you were before.
Live Demo
Some admin functionality was disable for the demo site. Cannot delete/ban accounts, cannot change configuration of the script.
Administrator Account
email: [email protected]
pass: password
Moderator Account
email: [email protected]
pass: password
User Account
email: [email protected]
pass: password
Version History
v1.1.0 - [Thur 3rd Apr 2008]
Added Image Verification to Signup
Added ability to post youtube videos
Added ability to operate from seperate database than vbulletin
Added dubugging mode
Added better error handling
Added ability to have new users be assigned to specific forum group
Added ability to have disabled users be moved to specific forum group
Added ability for admin to delete accounts on C&D or Forum or Both
Added ability for admin to use forum calendar instead of C&D for events
Added basic Install Instructions
v.1.0.3 - [Thur 27st Mar 2008]
Added ability to show profile links without htaccess modification (not user friendly links)
Fixed creation of record in New Members list
v.1.0.2 - [Thur 27st Mar 2008]
Fix sync users for special characters in vbulletin
Added ability to sync users by vbulletin group
Modified placement of Sync Users popup
v1.0.1 - [Mon 24st Mar 2008]
Fixed country value in the search qualification
Fixed chat display name error on account edit if chat is not installed
Fixed wrong email subject on account activation page
Fixed case sensitivity for vbulletin queries
No database changes between 1.0.0 and 1.0.1 so you only need to swap files.
v1.0.0 - [Fri 21st Mar 2008]
Initial release
Basic highlights of the script:
3 levels of users: Administrator, Moderator, User
Multi Language Support
VBulletin Integration
FlashChat Integration (same DB)
Customizable home page
Background Image/Sound without needing Javascript
Search by area, user particulars, etc
Private Messaging
Public/Private Profile Notices (like bulletins)
Customizable default color scheme easily
Enable/Disable ability to have local background music
Easily turn on/off modules
Simple User Administration
Several sign up verifications available
Single point of registration/login
Requirements
PHP 4.4.7+
Compiled with GD2
MySQL 4.1.x+
Installation is fairly easy. There is an installation instruction file in the zip.
You should turn off registration on the forum and remove the logout/login links. All registration through the script will create forum accounts for new users.
For profile links to work, you need to edit your .htaccess file and add the following lines
RewriteEngine on
RewriteRule ^p_(.*) view_profile.php?urlname=$1
The script does zero modification to your vb tables and files, so if you don't like it you can just delete the cnd_* tables and files and your back to how you were before.
Live Demo
Some admin functionality was disable for the demo site. Cannot delete/ban accounts, cannot change configuration of the script.
Administrator Account
email: [email protected]
pass: password
Moderator Account
email: [email protected]
pass: password
User Account
email: [email protected]
pass: password
Version History
v1.1.0 - [Thur 3rd Apr 2008]
Added Image Verification to Signup
Added ability to post youtube videos
Added ability to operate from seperate database than vbulletin
Added dubugging mode
Added better error handling
Added ability to have new users be assigned to specific forum group
Added ability to have disabled users be moved to specific forum group
Added ability for admin to delete accounts on C&D or Forum or Both
Added ability for admin to use forum calendar instead of C&D for events
Added basic Install Instructions
v.1.0.3 - [Thur 27st Mar 2008]
Added ability to show profile links without htaccess modification (not user friendly links)
Fixed creation of record in New Members list
v.1.0.2 - [Thur 27st Mar 2008]
Fix sync users for special characters in vbulletin
Added ability to sync users by vbulletin group
Modified placement of Sync Users popup
v1.0.1 - [Mon 24st Mar 2008]
Fixed country value in the search qualification
Fixed chat display name error on account edit if chat is not installed
Fixed wrong email subject on account activation page
Fixed case sensitivity for vbulletin queries
No database changes between 1.0.0 and 1.0.1 so you only need to swap files.
v1.0.0 - [Fri 21st Mar 2008]
Initial release