Statistics: Posted by PixelatorNYC — October 18th, 2011, 10:01 am
<?php
$user_id = 19;
$downloads = get_user_option("s2member_file_download_access_log", $user_id);
print_r($downloads); /* Array of file downloads in the current period of time, as configured by the site owner under Basic Download Restrictions for s2Member. */
?>
Statistics: Posted by PixelatorNYC — October 11th, 2011, 8:09 pm
Statistics: Posted by Cristián Lávaque — October 11th, 2011, 2:38 pm
Statistics: Posted by PixelatorNYC — October 11th, 2011, 1:10 pm
Statistics: Posted by Eduan — October 11th, 2011, 8:29 am
Statistics: Posted by Eduan — October 11th, 2011, 6:39 am
Array(
[1] => Array([date] => 2011-09-12[file] => PIXL8-Fashion-01.zip)
[2] => Array([date] => 2011-09-12[file] => PIXL8-InDesignRoughGuideAssets.zip)
[3] => Array([date] => 2011-09-12[file] => PIXL8-BeautyTutorial_02.zip)
[4] => Array([date] => 2011-09-12[file] => PIXL8-UnderstandingLayers.zip)
[5] => Array([date] => 2011-09-12[file] => PIXL8-BeautyTutorial_01.zip)
)
<?php
$user_id = 1;
$downloads = get_user_option("s2member_file_download_access_log", $user_id);
print_r($downloads); /* Array of file downloads in the current period of time, as configured by the site owner under Basic Download Restrictions for s2Member. */
?>
Statistics: Posted by PixelatorNYC — October 10th, 2011, 11:44 pm
<?php
$user_id = 1;
$downloads = get_user_option("s2member_file_download_access_log", $user_id);
print_r($downloads); /* Array of file downloads in the current period of time, as configured by the site owner under Basic Download Restrictions for s2Member. */
?>
Statistics: Posted by PixelatorNYC — October 9th, 2011, 8:49 pm
Statistics: Posted by Cristián Lávaque — October 7th, 2011, 3:12 am
Statistics: Posted by PixelatorNYC — October 6th, 2011, 9:38 pm