Restrict users viewing

Here is a mod to allow you to set which of your users can view certain videos 1st add the following fields to your database(make backup 1st) member_profile Name - restricted_allowed type - int length - 1 default - 0 videos Name - restricted type - int length - 1 default - 0 now open up play.php below include_once(‘classes/permissions.php’); add //...

Requests welcome

Hello, I know its been awhile since I’ve posted anything but had a lot to do changed shifts/roles at work, have a 6 month old little boy, a new house which requires a bit of tlc and a new side project with a mate (links at top of page). So if theres anything phpmotion related that I can help with...

Adding Profile Pics to members admin page

Backup and open manage.php find $result_featured = array(); $query = @mysql_query($result_sql); while ($result1 = @mysql_fetch_array($query)) { //get comments inforation $user_id = mysql_real_escape_string($result1['user_id']); add this straight after ###pics#### ...

Last login and member since mod

This mod will add these 2 stats to your members profile add the following sql code to your members_profile table ALTER TABLE `member_profile` ADD `lastlog` VARCHAR( 255 ) NOT NULL Backup and open memberprofile.php find $current_city = wordwrap($result["current_city"],15," ",true); on the next line...

General Stats Mod

Enter this sql into your database(sql button in phpmyadmin) (backup first) ?View Code SQLALTER TABLE `messages` ADD `message_status` VARCHAR( 20 ) NOT NULL ; ALTER TABLE `member_profile` ADD `video_viewed` INT( 10 ) NOT NULL DEFAULT '0'; ALTER TABLE `member_profile` ADD `uploaded` INT(...

Listed on BlogShares