Community Support Forums — WordPress® ( Users Helping Users ) — 2013-01-10T18:40:31-05:00 http://www.primothemes.com/forums/feed.php?f=36 2013-01-10T18:40:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6309&p=62570#p62570 <![CDATA[Re: Plugin Conflicts ( That We Know Of )]]> http://www.s2member.com/forums/topic/sh ... post-36813

Lizatom Shortcodes

Statistics: Posted by Cristián Lávaque — January 10th, 2013, 6:40 pm


]]>
2012-08-27T06:13:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6309&p=62559#p62559 <![CDATA[Re: Plugin Conflicts ( That We Know Of )]]> http://www.s2member.com/forums/topic/pr ... post-23118

BP Template Pack

Statistics: Posted by Cristián Lávaque — August 27th, 2012, 6:13 am


]]>
2012-02-16T02:11:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6309&p=62337#p62337 <![CDATA[Re: Plugin Conflicts ( That We Know Of )]]> http://www.s2member.com/forums/topic/li ... #post-5299

Simple Local Avatars

Statistics: Posted by Cristián Lávaque — February 16th, 2012, 2:11 am


]]>
2012-02-06T13:20:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6309&p=62322#p62322 <![CDATA[Re: Plugin Conflicts ( That We Know Of )]]>
I''ve been in contact with the developer of W3 Total Cache and we've been unable to reproduce any issues in direct conflict with s2Member thus far. I suspect that most of the issues reported here in our forum, were related to the way in which W3 Total Cache was configured. Not surprising, given the number of options this plugin makes available to a site owner. If you're looking to run W3 Total Cache with s2Member, you'll need to be VERY familiar with the way each of its features works.

Here is one way to avoid major issues.

- Don't enable OBJECT caching with W3 Total Cache. Page caching should be good enough for most sites anyway. Unless you know exactly what you're doing, OBJECT caching can cause major issues on a membership site where users/members are accessing the site regularly (i.e. and details in the DB are updated frequently, sometimes multiple times in the context of a single page view).

Statistics: Posted by Jason Caldwell — February 6th, 2012, 1:20 pm


]]>
2012-02-04T19:09:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62321#p62321 <![CDATA[Re: Client Portals ~ with video tutorial.]]> Perhaps a better way to ask this question - is there a way to identify the user through the file name that the teachers upload - automatically?
Then have only the files attached to that identity enabled for download by the user they are intended for?
Cheers,
Kitty.

Statistics: Posted by Kimbro — February 4th, 2012, 7:09 pm


]]>
2012-02-04T08:02:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62309#p62309 <![CDATA[Re: Client Portals ~ with video tutorial.]]>
Cristián Lávaque wrote:
You're getting closer, but that's not exactly right.

If all reports are protected with the same access, like Level 2, then all users at Level 2 can download all the reports if they can guess the name, which wouldn't be hard.

This is why I was suggesting custom capabilities. If the user Mike has custom capability Mike and the report mike.pdf is in the download directory for the custom capability Mike, then John won't be able to download it even if he knew the URL to it, only Mike would.

E.g. /s2member-files/access-s2member-ccap-mike/reports-mike.pdf
http://mysite.com/?s2member_file_download=access-s2member-ccap-mike/reports-mike.pdf

Each user needs to have his own ccap. The uploader would need to upload to the directory for the ccap of the user the report is for.

I hope that makes more sense now. :)


Hi Cristian,
I realize what you are saying but I need to automate this.
Is there a way to configure the ccap something like:
http://mysite.com/?s2member_file_downlo ... mber-ccap-%%user_name%%reports-%%username%%.*file

Then if the teachers rename every file they want to upload to the students username like
mike.pdf

Any suggestions would be most welcome.

Thanks,

Kitty.

Statistics: Posted by Kimbro — February 4th, 2012, 8:02 am


]]>
2012-02-04T04:20:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62299#p62299 <![CDATA[Re: Client Portals ~ with video tutorial.]]>
If all reports are protected with the same access, like Level 2, then all users at Level 2 can download all the reports if they can guess the name, which wouldn't be hard.

This is why I was suggesting custom capabilities. If the user Mike has custom capability Mike and the report mike.pdf is in the download directory for the custom capability Mike, then John won't be able to download it even if he knew the URL to it, only Mike would.

E.g. /s2member-files/access-s2member-ccap-mike/reports-mike.pdf
http://mysite.com/?s2member_file_download=access-s2member-ccap-mike/reports-mike.pdf

Each user needs to have his own ccap. The uploader would need to upload to the directory for the ccap of the user the report is for.

I hope that makes more sense now. :)

Statistics: Posted by Cristián Lávaque — February 4th, 2012, 4:20 am


]]>
2012-02-03T18:38:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62289#p62289 <![CDATA[Re: Client Portals ~ with video tutorial.]]>
Cristián Lávaque wrote:
That's a file uploader that is not part of s2Member, so you'll need to customize it to integrate with s2Member's file protection. First learn how to protect files with s2Member without that uploader, so you learn it well, then you'll know what the uploader would need to do so the files are protected.

Jason created a video explaining download protection, but new features were added since, so I recommend you read all the documentation on it too.
http://www.s2member.com/file-download-options-video/
WP Admin -> s2Member -> Downloads Options
WP Admin -> s2Member -> API / Scripting -> Custom Capability & Member Level Files


I hope that helps. :)


Hi Christian,
I have studied all the documentation and have no problems creating the custom capabilities and download protections for individual members manually.

So if it was just me adding files for the students on their own individual pages I'd have no problems protecting these files for individuals on the same level - in this case level 2.- and inserting a download link like this:

<a href="http://mysite.com/?s2member_file_download=reports-mike.pdf&
s2member_file_download=<?php echo s2member_file_download_key("reports-mike.pdf"):?>">Download
reports-mike.pdf</a>

As I need the facility for teachers to upload files to individual students I am wondering if there is some sort of hook I can use to assign the uploader to a specific account within:
Sub-Directory: /s2member-files/access-s2member-level2/school-reports/username/

Currently I have the short codes set for the front end uploader in the template page "Portal-For"

[ffm-upload]
[ffm-list type=any count=10 parent=null downloadable=true pagination=bottom]`

and;
[ffm-upload] is set to upload to: /wp-content/plugins/s2member-files/access-s2member-level2/school-reports/username/

I have given all the level2 students ccap "school-reports"

The only way I can see to direct the uploader to a specific username is within the file being uploaded ie;
mike.pdf, mike.jpg, mike.zip etc.
The uploader has a category dropdown box which I have set to "school-reports"

So I need to set up something that will direct the front end uploader to upload to "username.*file" within the protected directory?

Or another option is for s2member to only permit file downloads that were uploaded from a particular users portal.

In other words the teacher can only upload files from within the students portal and only that student out of all the level2 students with ccap "school_reports" can view their own files.

I feel it just needs a hack, hook or filter - that is out of my scope.

I would be happy to pay for your help on this - truly desperate - hope you can help.

Cheers,

Kitty.

Statistics: Posted by Kimbro — February 3rd, 2012, 6:38 pm


]]>
2012-02-03T04:43:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62252#p62252 <![CDATA[Re: Client Portals ~ with video tutorial.]]>
Jason created a video explaining download protection, but new features were added since, so I recommend you read all the documentation on it too.
http://www.s2member.com/file-download-options-video/
WP Admin -> s2Member -> Downloads Options
WP Admin -> s2Member -> API / Scripting -> Custom Capability & Member Level Files


I hope that helps. :)

Statistics: Posted by Cristián Lávaque — February 3rd, 2012, 4:43 am


]]>
2012-02-03T04:28:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2781&p=62249#p62249 <![CDATA[Re: Login Widgets for s2Member]]>

Statistics: Posted by Cristián Lávaque — February 3rd, 2012, 4:28 am


]]>
2012-02-03T04:12:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62245#p62245 <![CDATA[Re: Client Portals ~ with video tutorial.]]>
Cristián Lávaque wrote:
Hi Kitty. You may want to check out custom capabilities in combination with download protection. WP Admin -> s2Member -> API / Scripting -> Custom Capability & Member Level Files

I hope that helps. :)

Thanks for your response Christian but I have not been able to set custom capabilities in combination with download protection.To make this work - not experienced enough - really need some help.

Before I go any further perhaps you can tell me that what I am trying to do is even possible.

So far I have set up - due to the great instructions here - automated student portals.
each portal is equipped with a file uploader.
mike (1).jpg
mike (2).jpg
Once the files are uploaded they appear on the students page:

Trouble is that all other students at s2-level2 can see each others files.

Is it possible to only show the files that were uploaded to a particular portal to the user of that portal?

And if so what permissions would I have to write?

Hope you can help.

Cheers,
Kitty.

Statistics: Posted by Kimbro — February 3rd, 2012, 4:12 am


]]>
2012-02-03T01:06:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62230#p62230 <![CDATA[Re: Client Portals ~ with video tutorial.]]> WP Admin -> s2Member -> API / Scripting -> Custom Capability & Member Level Files

I hope that helps. :)

Statistics: Posted by Cristián Lávaque — February 3rd, 2012, 1:06 am


]]>
2012-02-02T22:11:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2781&p=62212#p62212 <![CDATA[Re: Login Widgets for s2Member]]>
<a href="link">Menu Item</a>|access_s2member_level0

ect.

Statistics: Posted by mrgoodfellow — February 2nd, 2012, 10:11 pm


]]>
2012-02-02T01:01:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=62133#p62133 <![CDATA[Re: Client Portals ~ with video tutorial.]]> What a great video tutorial! Helped me so much. I am looking to purchase the s2member pro version and have been playing around with the free version to see if I can integrate all that I need.
So far everything looks and acts really well - but I have not been able to set some permissions I need.

I have 2 levels.
L1=Teachers
L2=Students who all have their own portal pages automatically set up at signup - currently students can't see each others pages and that is good.

Students can't do anything except view media uploaded by various teachers - that's what we want.

Teachers can only upload files. They can not enter the students portal pages to view what other teachers may have presented to the students - that's what we want.

Teachers name the files they upload with the students username like:
mike.pdf or mike.jpg or mike.zip etc.
tess.pdf or tess.jpg or tess.zip etc.
The files get uploaded to:
wp-content/plugins/s2member-files/access-s2member-ccap-files

Currently when mike goes to his portal he sees and can download all of his files but he can also see all of tesses files.

How can I set permissions for all the level2 students to only see files prefixed with their usernames in the files list that appears on their portal page.

I have watched all your wonderful videos and tried to figure out a way to set these permissions for days and days - but I am not a programer and I am stumped.

Hoping you can help cheers,
Kitty.

Statistics: Posted by Kimbro — February 2nd, 2012, 1:01 am


]]>
2012-01-31T17:30:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6309&p=62024#p62024 <![CDATA[Re: Plugin Conflicts ( That We Know Of )]]>
- SEO WordSpinner
- FORCE GZIP
- Broken Link Checker
- Better WP Security
- DPR Wordpress User Management
- Find and Replace
- W3 Total Cache (viewtopic.php?f=4&t=16964)
- Cimy User Extra Fields (viewtopic.php?f=4&t=17103#p62008)

Statistics: Posted by Raam Dev — January 31st, 2012, 5:30 pm


]]>
2012-01-31T02:16:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6309&p=61978#p61978 <![CDATA[Re: Plugin Conflicts ( That We Know Of )]]> viewtopic.php?f=4&t=15822&view=unread#p61941

WP PHP Widget

Statistics: Posted by Cristián Lávaque — January 31st, 2012, 2:16 am


]]>
2012-01-31T01:49:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=61977#p61977 <![CDATA[Re: Client Portals ~ with video tutorial.]]>
i hope that helps. :)

Statistics: Posted by Cristián Lávaque — January 31st, 2012, 1:49 am


]]>
2012-01-30T15:44:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2636&p=61930#p61930 <![CDATA[Re: Ideal Server Configuration for s2Member]]> s2Member -> PayPal Options -> Auto-Return/PDT Integration.

Statistics: Posted by Jason Caldwell — January 30th, 2012, 3:44 pm


]]>
2012-01-30T13:00:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=61921#p61921 <![CDATA[Re: Client Portals ~ with video tutorial.]]>
This video was incredibly helpful - thanks!

Quick question: is it possible to have multiple members log into the same password protected pages? ie, we have the client set as the username, custom capabilities, permalink, etc, but would like to have the manager for each account also have the ability to log into the pages as themselves in order to make comments (instead of as the admin)...moreover, some manager would need access to a few client pages. Is this possible?

Thanks!
Kristy

Statistics: Posted by kcorcor2 — January 30th, 2012, 1:00 pm


]]>
2012-01-30T00:18:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2636&p=61901#p61901 <![CDATA[Re: Ideal Server Configuration for s2Member]]> I'm having the same problem as other people. I did the curl/fopen tests. Both are ok. I'm running on a linux box here, centos 5.x with php 5.3.9

Here are my logs:

I verified my paypal options too... any clues?


Code:
PHP v5.3.9 :: WordPress® v3.3.1 :: s2Member® v111220
Memory 19.51 MB :: Real Memory 19.75 MB :: Peak Memory 19.66 MB :: Real Peak Memory 19.75 MB
stalkerguardian.info/login/?s2member_paypal_return=1&s2member_paypal_return_tra=fnIyOkRZUkxERk9LSVllSDd4QWplM1ZUSXNtRmc2ZW9NUUNZOjdhNTYyYzExYWU0NjAyNWYxYTJhOGRmZjM4YzE4YWU4fLQ9vS3rQ4ZE7LgC3kEzDX0magV9nwOQbPjn_kj9wHgfUK0a01O0Stfr18NUL48mRxyWsoaRz3W34BACjqRvd7gYxSTtRYHCWG9bHLhcAJXIY9EtuPQYPRWY9wDCH60xKvhtHFgV82vIw7zr7qA9_vpAsDUyzja1wCyHpnSLcb5MSjSJIn08T6cAQpgLJXC0_TeCzoAKd8FFmte0Ct_NWFUqVTC2s7IM-WV2cyYhCphYVgNNuawyleJv7s1lx7yLY3m-3toFTOF1Iv3e7J3JT3A41MPW0oaMXd4uqatoLvJqOdf-fRGGSPD_ZB1lol5x7-0n3Mi1W-ykdHZZOcdg4WOoZ4TosD_5Hj4cIN7NQjm9EucQ1zfSkxHEEDxbl9dbIQ&tx=5DH75330B2487512N&st=Completed&amt=0.50&cc=USD&cm=stalkerguardian%2einfo&item_number=1
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
array (
  's2member_log' =>
  array (
    0 => 'Unable to verify $_POST vars. This is most likely related to an invalid configuration of s2Member, or a problem with server compatibility.',
    1 => 'If you\'re absolutely SURE that your configuration is valid, you may want to run some tests on your server, just to be sure $_POST variables are populated, and that your server is able to connect/communicate with your Payment Gateway over an HTTPS connection.',
    2 => 's2Member uses the `WP_Http` class for remote connections; which will try to use `cURL` first, and then fall back on the `FOPEN` method when `cURL` is not available. On a Windows® server, you may have to disable your `cURL` extension; and instead, set `allow_url_fopen = yes` in your php.ini file. The `cURL` extension (usually) does NOT support SSL connections on a Windows® server.',
    3 => 'Please see this thread: `http://www.primothemes.com/forums/viewtopic.php?f=36&t=2636` for details regarding the ideal server configuration for s2Member.',
    4 => 'array (
  \'s2member_paypal_return\' => \'1\',
  \'s2member_paypal_return_tra\' => \'fnIyOkRZUkxERk9LSVllSDd4QWplM1ZUSXNtRmc2ZW9NUUNZOjdhNTYyYzExYWU0NjAyNWYxYTJhOGRmZjM4YzE4YWU4fLQ9vS3rQ4ZE7LgC3kEzDX0magV9nwOQbPjn_kj9wHgfUK0a01O0Stfr18NUL48mRxyWsoaRz3W34BACjqRvd7gYxSTtRYHCWG9bHLhcAJXIY9EtuPQYPRWY9wDCH60xKvhtHFgV82vIw7zr7qA9_vpAsDUyzja1wCyHpnSLcb5MSjSJIn08T6cAQpgLJXC0_TeCzoAKd8FFmte0Ct_NWFUqVTC2s7IM-WV2cyYhCphYVgNNuawyleJv7s1lx7yLY3m-3toFTOF1Iv3e7J3JT3A41MPW0oaMXd4uqatoLvJqOdf-fRGGSPD_ZB1lol5x7-0n3Mi1W-ykdHZZOcdg4WOoZ4TosD_5Hj4cIN7NQjm9EucQ1zfSkxHEEDxbl9dbIQ\',
  \'tx\' => \'5DH75330B2487512N\',
  \'st\' => \'Completed\',
  \'amt\' => \'0.50\',
  \'cc\' => \'USD\',
  \'cm\' => \'stalkerguardian.info\',
  \'item_number\' => \'1\',
)',
    5 => 'Redirecting Customer to the Home Page, due to an error that occurred.',
  ),
  's2member_paypal_return_tra' => 'fnIyOkRZUkxERk9LSVllSDd4QWplM1ZUSXNtRmc2ZW9NUUNZOjdhNTYyYzExYWU0NjAyNWYxYTJhOGRmZjM4YzE4YWU4fLQ9vS3rQ4ZE7LgC3kEzDX0magV9nwOQbPjn_kj9wHgfUK0a01O0Stfr18NUL48mRxyWsoaRz3W34BACjqRvd7gYxSTtRYHCWG9bHLhcAJXIY9EtuPQYPRWY9wDCH60xKvhtHFgV82vIw7zr7qA9_vpAsDUyzja1wCyHpnSLcb5MSjSJIn08T6cAQpgLJXC0_TeCzoAKd8FFmte0Ct_NWFUqVTC2s7IM-WV2cyYhCphYVgNNuawyleJv7s1lx7yLY3m-3toFTOF1Iv3e7J3JT3A41MPW0oaMXd4uqatoLvJqOdf-fRGGSPD_ZB1lol5x7-0n3Mi1W-ykdHZZOcdg4WOoZ4TosD_5Hj4cIN7NQjm9EucQ1zfSkxHEEDxbl9dbIQ',
)



PHP v5.3.9 :: WordPress® v3.3.1 :: s2Member® v111220
Memory 24.19 MB :: Real Memory 25.75 MB :: Peak Memory 25.08 MB :: Real Peak Memory 25.75 MB
stalkerguardian.info/login/?s2member_paypal_notify=1
User-Agent:
array (
  'mc_gross' => '0.01',
  'invoice' => '4f261ca4c96c8~****',
  'protection_eligibility' => 'Ineligible',
  'payer_id' => 'PEN24AWY4LV5N',
  'payment_date' => '20:31:21 Jan 29, 2012 PST',
  'payment_status' => 'Completed',
  'charset' => 'windows-1252',
  'first_name' => '****',
  'option_selection1' => 'stalkerguardian.info',
  'option_selection2' => '****',
  'mc_fee' => '0.01',
  'notify_version' => '3.4',
  'subscr_id' => 'I-DGW055G81XTY',
  'custom' => 'stalkerguardian.info',
  'payer_status' => 'unverified',
  'business' => 'tomanderson137@yahoo.com',
  'verify_sign' => 'AQk5nA2jtkujk0Y26eeoNo.rphIxATwz-RO--4O64z1ueWJcV93l2Dhj',
  'payer_email' => '****@gmail.com',
  'option_name1' => 'Originating Domain',
  'option_name2' => 'Customer IP Address',
  'txn_id' => '8A753463R6295454E',
  'payment_type' => 'instant',
  'payer_business_name' => 'Remote Programmer',
  'last_name' => '****',
  'receiver_email' => 'tomanderson137@yahoo.com',
  'payment_fee' => '0.01',
  'receiver_id' => 'KDDGZJWMSAPS8',
  'txn_type' => 'subscr_payment',
  'item_name' => 'Stalker Free / Description and pricing details here.',
  'mc_currency' => 'USD',
  'item_number' => '1',
  'residence_country' => 'US',
  'transaction_subject' => 'Stalker Free / Description and pricing details here.',
  'payment_gross' => '0.01',
  'ipn_track_id' => '63084e07b7b0e',
  's2member_log' =>
  array (
    0 => 'IPN received on: Mon Jan 30, 2012 4:30:17 am UTC',
    1 => 's2Member POST vars verified through a POST back to PayPal®.',
    2 => 's2Member originating domain ( `$_SERVER["HTTP_HOST"]` ) validated.',
    3 => 's2Member `txn_type` identified as ( `subscr_payment|recurring_payment` ).',
    4 => 'Sleeping for 5 seconds. Waiting for a possible ( `subscr_signup|subscr_modify|recurring_payment_profile_created` ).',
    5 => 'Awake. It\'s Mon Jan 30, 2012 4:30:22 am UTC. s2Member `txn_type` identified as ( `subscr_payment|recurring_payment` ).',
    6 => 'Skipping this IPN response, for now. The Subscr. ID is not associated with a registered Member.',
    7 => 'Re-generating. This IPN will go into a Transient Queue; and be re-processed during registration.',
  ),
  'subscr_gateway' => 'paypal',
  'ccaps' => NULL,
  'level' => '1',
  'ip' => '****',
)

PHP v5.3.9 :: WordPress® v3.3.1 :: s2Member® v111220
Memory 24.88 MB :: Real Memory 26.00 MB :: Peak Memory 25.07 MB :: Real Peak Memory 26.00 MB
stalkerguardian.info/login/?s2member_paypal_notify=1
User-Agent:
array (
  'txn_type' => 'subscr_signup',
  'subscr_id' => 'I-DGW055G81XTY',
  'last_name' => '****',
  'option_selection1' => 'stalkerguardian.info',
  'option_selection2' => '****',
  'residence_country' => 'US',
  'mc_currency' => 'USD',
  'item_name' => 'Stalker Free / Description and pricing details here.',
  'business' => '****@yahoo.com',
  'amount3' => '0.01',
  'recurring' => '0.01',
  'verify_sign' => 'Ar4I1kVQdpgncSOIr9gXbTs6zUJDAhQwd.8BsOQLgOSahUtmKO4JAst6',
  'payer_status' => 'unverified',
  'payer_email' => '****@gmail.com',
  'first_name' => '****',
  'receiver_email' => '****@yahoo.com',
  'option_name1' => 'Originating Domain',
  'payer_id' => 'PEN24AWY4LV5N',
  'invoice' => '4f261ca4c96c8~****',
  'option_name2' => 'Customer IP Address',
  'reattempt' => '1',
  'item_number' => '1',
  'payer_business_name' => 'Remote Programmer',
  'subscr_date' => '20:31:19 Jan 29, 2012 PST',
  'custom' => 'stalkerguardian.info',
  'charset' => 'windows-1252',
  'notify_version' => '3.4',
  'period3' => '1 M',
  'mc_amount3' => '0.01',
  'ipn_track_id' => '9a35ad9be19e8',
  's2member_log' =>
  array (
    0 => 'IPN received on: Mon Jan 30, 2012 4:30:29 am UTC',
    1 => 's2Member POST vars verified through a POST back to PayPal®.',
    2 => 's2Member originating domain ( `$_SERVER["HTTP_HOST"]` ) validated.',
    3 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ).',
    4 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ) w/o update vars.',
    5 => 'Signup Confirmation Email sent to: "**** ****" <****@gmail.com>.',
    6 => 'Storing IPN signup vars into a Transient Queue. These will be processed on registration.',
  ),
  'subscr_gateway' => 'paypal',
  'eotper' => NULL,
  'ccaps' => NULL,
  'level' => '1',
  'ip' => '****',
  'period1' => '0 D',
  'mc_amount1' => '0.00',
  'initial_term' => '0 D',
  'initial' => '0.01',
  'regular' => '0.01',
  'regular_term' => '1 M',
)

PHP v5.3.9 :: WordPress® v3.3.1 :: s2Member® v111220
Memory 24.91 MB :: Real Memory 26.00 MB :: Peak Memory 25.10 MB :: Real Peak Memory 26.00 MB
stalkerguardian.info/login/?s2member_paypal_notify=1
User-Agent:
array (
  'mc_gross' => '0.50',
  'invoice' => '4f261d625d0af~****',
  'protection_eligibility' => 'Ineligible',
  'payer_id' => '****',
  'tax' => '0.00',
  'payment_date' => '20:34:17 Jan 29, 2012 PST',
  'payment_status' => 'Completed',
  'charset' => 'windows-1252',
  'first_name' => '****',
  'option_selection1' => 'stalkerguardian.info',
  'option_selection2' => '****',
  'mc_fee' => '0.08',
  'notify_version' => '3.4',
  'custom' => 'stalkerguardian.info',
  'payer_status' => 'unverified',
  'business' => 'tomanderson137@yahoo.com',
  'quantity' => '1',
  'verify_sign' => 'AiLf5RLT8C5N2fQs2enjabwS1JvIATkZqqiV0m8u5b2tDsDCZ0.rzYkZ',
  'payer_email' => '****@gmail.com',
  'option_name1' => 'Originating Domain',
  'option_name2' => 'Customer IP Address',
  'txn_id' => '****',
  'payment_type' => 'instant',
  'payer_business_name' => 'Remote Programmer',
  'last_name' => '****',
  'receiver_email' => 'tomanderson137@yahoo.com',
  'payment_fee' => '0.08',
  'receiver_id' => 'KDDGZJWMSAPS8',
  'txn_type' => 'web_accept',
  'item_name' => 'Stalker Free / description and pricing details here.',
  'mc_currency' => 'USD',
  'item_number' => '1',
  'residence_country' => 'US',
  'handling_amount' => '0.00',
  'transaction_subject' => 'stalkerguardian.info',
  'payment_gross' => '0.50',
  'shipping' => '0.00',
  'ipn_track_id' => 'e44e647857bf4',
  's2member_log' =>
  array (
    0 => 'IPN received on: Mon Jan 30, 2012 4:33:09 am UTC',
    1 => 's2Member POST vars verified through a POST back to PayPal®.',
    2 => 's2Member originating domain ( `$_SERVER["HTTP_HOST"]` ) validated.',
    3 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ).',
    4 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ) w/o update vars.',
    5 => 'Signup Confirmation Email sent to: "**** ****" <****@gmail.com>.',
    6 => 'Storing `payment` for Subscription via ( `web_accept` ).',
    7 => 'Creating an IPN response for `subscr_payment`. This will go into a Transient Queue; and be processed during registration.',
    8 => 'Storing IPN signup vars into a Transient Queue. These will be processed on registration.',
  ),
  'subscr_gateway' => 'paypal',
  'subscr_id' => '9295768402048893K',
  'eotper' => NULL,
  'ccaps' => NULL,
  'level' => '1',
  'ip' => '****',
  'period1' => '0 D',
  'mc_amount1' => '0.00',
  'period3' => '1 L',
  'mc_amount3' => '0.50',
  'initial_term' => '0 D',
  'initial' => '0.50',
  'regular' => '0.50',
  'regular_term' => '1 L',
  'recurring' => '0',
)

PHP v5.3.9 :: WordPress® v3.3.1 :: s2Member® v111220
Memory 24.89 MB :: Real Memory 25.75 MB :: Peak Memory 25.08 MB :: Real Peak Memory 25.75 MB
stalkerguardian.info/login/?s2member_paypal_notify=1
User-Agent:
array (
  'mc_gross' => '0.50',
  'invoice' => '4f261e7ed2bec~****',
  'protection_eligibility' => 'Ineligible',
  'payer_id' => 'PEN24AWY4LV5N',
  'tax' => '0.00',
  'payment_date' => '20:38:54 Jan 29, 2012 PST',
  'payment_status' => 'Completed',
  'charset' => 'windows-1252',
  'first_name' => '****',
  'option_selection1' => 'stalkerguardian.info',
  'option_selection2' => '****',
  'mc_fee' => '0.08',
  'notify_version' => '3.4',
  'custom' => 'stalkerguardian.info',
  'payer_status' => 'unverified',
  'business' => 'tomanderson137@yahoo.com',
  'quantity' => '1',
  'verify_sign' => 'AR3Bnd85qDAG2ivRgEH-F3bq0tH3AhasnWamoNBmdj9-iCbGqryNhnU-',
  'payer_email' => '****@gmail.com',
  'option_name1' => 'Originating Domain',
  'option_name2' => 'Customer IP Address',
  'txn_id' => '11P98593PV769942F',
  'payment_type' => 'instant',
  'payer_business_name' => 'Remote Programmer',
  'last_name' => '****',
  'receiver_email' => 'tomanderson137@yahoo.com',
  'payment_fee' => '0.08',
  'receiver_id' => 'KDDGZJWMSAPS8',
  'txn_type' => 'web_accept',
  'item_name' => 'Stalker Free / description and pricing details here.',
  'mc_currency' => 'USD',
  'item_number' => '1',
  'residence_country' => 'US',
  'handling_amount' => '0.00',
  'transaction_subject' => 'stalkerguardian.info',
  'payment_gross' => '0.50',
  'shipping' => '0.00',
  'ipn_track_id' => 'bec6e814dfd20',
  's2member_log' =>
  array (
    0 => 'IPN received on: Mon Jan 30, 2012 4:37:46 am UTC',
    1 => 's2Member POST vars verified through a POST back to PayPal®.',
    2 => 's2Member originating domain ( `$_SERVER["HTTP_HOST"]` ) validated.',
    3 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ).',
    4 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ) w/o update vars.',
    5 => 'Signup Confirmation Email sent to: "**** ****" <****@gmail.com>.',
    6 => 'Storing `payment` for Subscription via ( `web_accept` ).',
    7 => 'Creating an IPN response for `subscr_payment`. This will go into a Transient Queue; and be processed during registration.',
    8 => 'Storing IPN signup vars into a Transient Queue. These will be processed on registration.',
  ),
  'subscr_gateway' => 'paypal',
  'subscr_id' => '11P98593PV769942F',
  'eotper' => NULL,
  'ccaps' => NULL,
  'level' => '1',
  'ip' => '****',
  'period1' => '0 D',
  'mc_amount1' => '0.00',
  'period3' => '1 L',
  'mc_amount3' => '0.50',
  'initial_term' => '0 D',
  'initial' => '0.50',
  'regular' => '0.50',
  'regular_term' => '1 L',
  'recurring' => '0',
)

PHP v5.3.9 :: WordPress® v3.3.1 :: s2Member® v111220
Memory 24.89 MB :: Real Memory 25.75 MB :: Peak Memory 25.08 MB :: Real Peak Memory 25.75 MB
stalkerguardian.info/login/?s2member_paypal_notify=1
User-Agent:
array (
  'mc_gross' => '0.50',
  'invoice' => '4f262616aae31~****',
  'protection_eligibility' => 'Ineligible',
  'payer_id' => 'PEN24AWY4LV5N',
  'tax' => '0.00',
  'payment_date' => '21:13:13 Jan 29, 2012 PST',
  'payment_status' => 'Completed',
  'charset' => 'windows-1252',
  'first_name' => '****',
  'option_selection1' => 'stalkerguardian.info',
  'option_selection2' => '****',
  'mc_fee' => '0.08',
  'notify_version' => '3.4',
  'custom' => 'stalkerguardian.info',
  'payer_status' => 'unverified',
  'business' => 'tomanderson137@yahoo.com',
  'quantity' => '1',
  'verify_sign' => 'AgXsP2MAb7ZqE92Q72NeN-mMl2ASAFQKPoGH9u9jv1Rx90IFSdNn1tKC',
  'payer_email' => '****@gmail.com',
  'option_name1' => 'Originating Domain',
  'option_name2' => 'Customer IP Address',
  'txn_id' => '5DH75330B2487512N',
  'payment_type' => 'instant',
  'payer_business_name' => 'Remote Programmer',
  'last_name' => '****',
  'receiver_email' => 'tomanderson137@yahoo.com',
  'payment_fee' => '0.08',
  'receiver_id' => 'KDDGZJWMSAPS8',
  'txn_type' => 'web_accept',
  'item_name' => 'Stalker Free / description and pricing details here.',
  'mc_currency' => 'USD',
  'item_number' => '1',
  'residence_country' => 'US',
  'handling_amount' => '0.00',
  'transaction_subject' => 'stalkerguardian.info',
  'payment_gross' => '0.50',
  'shipping' => '0.00',
  'ipn_track_id' => 'c479c99b0ea4',
  's2member_log' =>
  array (
    0 => 'IPN received on: Mon Jan 30, 2012 5:12:04 am UTC',
    1 => 's2Member POST vars verified through a POST back to PayPal®.',
    2 => 's2Member originating domain ( `$_SERVER["HTTP_HOST"]` ) validated.',
    3 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ).',
    4 => 's2Member `txn_type` identified as ( `web_accept|subscr_signup` ) w/o update vars.',
    5 => 'Signup Confirmation Email sent to: "**** ****" <****@gmail.com>.',
    6 => 'Storing `payment` for Subscription via ( `web_accept` ).',
    7 => 'Creating an IPN response for `subscr_payment`. This will go into a Transient Queue; and be processed during registration.',
    8 => 'Storing IPN signup vars into a Transient Queue. These will be processed on registration.',
  ),
  'subscr_gateway' => 'paypal',
  'subscr_id' => '5DH75330B2487512N',
  'eotper' => NULL,
  'ccaps' => NULL,
  'level' => '1',
  'ip' => '****',
  'period1' => '0 D',
  'mc_amount1' => '0.00',
  'period3' => '1 L',
  'mc_amount3' => '0.50',
  'initial_term' => '0 D',
  'initial' => '0.50',
  'regular' => '0.50',
  'regular_term' => '1 L',
  'recurring' => '0',
)

Statistics: Posted by ariankooshesh — January 30th, 2012, 12:18 am


]]>
2012-01-27T04:59:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16176&p=61750#p61750 <![CDATA[Re: Urgent Help Voucher Code Registration]]>

Statistics: Posted by Cristián Lávaque — January 27th, 2012, 4:59 am


]]>
2012-01-26T23:11:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=61735#p61735 <![CDATA[Re: Free Registration @ Different Levels]]> Statistics: Posted by AMEEKER — January 26th, 2012, 11:11 pm


]]>
2012-01-26T23:06:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=61733#p61733 <![CDATA[Re: Client Portals ~ with video tutorial.]]>

Statistics: Posted by Raam Dev — January 26th, 2012, 11:06 pm


]]>
2012-01-26T22:55:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=61728#p61728 <![CDATA[Re: Client Portals ~ with video tutorial.]]> Statistics: Posted by ericc — January 26th, 2012, 10:55 pm


]]>
2012-01-26T22:48:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=586&p=61725#p61725 <![CDATA[Re: Client Portals ~ with video tutorial.]]> WordPress Support Forums, as it's not directly related to s2Member. You might also try searching Google for "cannot edit wordpress permalinks".

Statistics: Posted by Raam Dev — January 26th, 2012, 10:48 pm


]]>