<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>PugsX Mods</title>
	<link>http://pugsx.co.uk/mods</link>
	<description>Mods for PhpMotion script</description>
	<lastBuildDate>Sat, 15 May 2010 10:17:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Restrict users viewing</title>
		<description><![CDATA[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 [...]]]></description>
		<link>http://pugsx.co.uk/mods/?p=49</link>
			</item>
	<item>
		<title>Requests welcome</title>
		<description><![CDATA[Hello, I know its been awhile since I&#8217;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 [...]]]></description>
		<link>http://pugsx.co.uk/mods/?p=46</link>
			</item>
	<item>
		<title>Adding Profile Pics to members admin page</title>
		<description><![CDATA[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#### $member_id = $result1['user_id']; $sql11 = "SELECT * FROM pictures WHERE user_id = $member_id AND approved ='yes'"; $result11 = @mysql_query($sql11); if (@mysql_num_rows($result11) == 0) { // show place holder [...]]]></description>
		<link>http://pugsx.co.uk/mods/?p=34</link>
			</item>
	<item>
		<title>Last login and member since mod</title>
		<description><![CDATA[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 add $lastlog = $result["lastlog"]; $date_created = $result["date_created"]; Save and close memberprofile.php Backup [...]]]></description>
		<link>http://pugsx.co.uk/mods/?p=23</link>
			</item>
	<item>
		<title>General Stats Mod</title>
		<description><![CDATA[Enter this sql into your database(sql button in phpmyadmin) (backup first) ?View Code SQLALTER TABLE `messages` ADD `message_status` VARCHAR&#40; 20 &#41; NOT NULL ; ALTER TABLE `member_profile` ADD `video_viewed` INT&#40; 10 &#41; NOT NULL DEFAULT '0'; ALTER TABLE `member_profile` ADD `uploaded` INT&#40; 10 &#41; NOT NULL DEFAULT '0'; Make these changes to your files (backup [...]]]></description>
		<link>http://pugsx.co.uk/mods/?p=7</link>
			</item>
</channel>
</rss>
