Community Support Forums — WordPress® ( Users Helping Users ) — 2011-06-29T01:53:56-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=4156 2011-06-29T01:53:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=21924#p21924 <![CDATA[Re: S2 Member Pro: I am not able to view my content]]> Statistics: Posted by camillemm — June 29th, 2011, 1:53 am


]]>
2011-06-28T22:24:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=21913#p21913 <![CDATA[Re: S2 Member Pro: I am not able to view my content]]>
Cristián Lávaque wrote:
Hello Lisa. I'm sorry you're having that trouble. I had not seen it until now tonight.

If you can access your WP Admin area, go to s2Member -> Genaral Options -> Unique IP Access Restrictions and set it to "Allow oinfinite IPs (all IP Restrictions are disabled)".

You should be able to have access to that, because these restrictions aren't applied to Admins. Even so, here's something you can use to disable the IP restrictions another way.

Create the directory/file /wp-content/mu-plugins/s2-hacks.php with this:
Code:
<?php
add_action
('ws_plugin__s2member_before_ip_restrictions_ok', 'hack_remove_ip_restrictions');

function hack_remove_ip_restrictions($vars = array())
{
    $vars['__refs']['restriction'] = false;
}
?>


Let me know if that helps you.

Starting with s2Member v110606+, this can be accomplished much easier.
Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code:
<?php
add_filter
("ws_plugin__s2member_disable_login_ip_restrictions", "__return_true");
?>

Statistics: Posted by Jason Caldwell — June 28th, 2011, 10:24 pm


]]>
2011-06-28T22:21:39-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=21911#p21911 <![CDATA[Re: S2 Member Pro: I am not able to view my content]]> Statistics: Posted by Jason Caldwell — June 28th, 2011, 10:21 pm


]]>
2011-06-28T06:33:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=21875#p21875 <![CDATA[Re: S2 Member Pro: I am not able to view my content]]> Statistics: Posted by camillemm — June 28th, 2011, 6:33 am


]]>
2011-04-15T16:47:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=11810#p11810 <![CDATA[Re: S2 Member Pro: I am not able to view my content]]> Statistics: Posted by lisakimms — April 15th, 2011, 4:47 pm


]]>
2011-04-15T01:13:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=10750#p10750 <![CDATA[Re: S2 Member Pro: I am not able to view my content]]>
If you can access your WP Admin area, go to s2Member -> Genaral Options -> Unique IP Access Restrictions and set it to "Allow oinfinite IPs (all IP Restrictions are disabled)".

You should be able to have access to that, because these restrictions aren't applied to Admins. Even so, here's something you can use to disable the IP restrictions another way.

Create the directory/file /wp-content/mu-plugins/s2-hacks.php with this:
Code:
<?php
add_action
('ws_plugin__s2member_before_ip_restrictions_ok', 'hack_remove_ip_restrictions');

function hack_remove_ip_restrictions($vars = array())
{
    $vars['__refs']['restriction'] = false;
}
?>


Let me know if that helps you.

Statistics: Posted by Cristián Lávaque — April 15th, 2011, 1:13 am


]]>
2011-04-14T20:44:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=10743#p10743 <![CDATA[Re: S2 Member Pro: I am not able to view my content]]> Statistics: Posted by lisakimms — April 14th, 2011, 8:44 pm


]]>
2011-04-14T09:29:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=4156&p=10725#p10725 <![CDATA[S2 Member Pro: I am not able to view my content]]>
Then I took on to my test account which I had created with click bank test and has worked okey for last one week. I am able to access the page but when I put my username and password for that account I get this message:

"503: Service Temporarily Unavailable
Too many IP addresses accessing one secure area!
Please contact Support if you require assistance."

The only page I am able to access from admin dashboard is my support forum which is actually a page just linked to using "page link to" plugin. The message I get when I try to view my pages and posts from admin dashboard is:

"
404 (Page Not Found) Error
If you're the site owner, one of two things happened:
1) You entered an incorrect URL into your browser's address bar, or
2) You haven't uploaded content.
If you're a visitor and not sure what happened:
1) You entered or copied the URL incorrectly or
2) The link you used to get here is faulty.
(It's an excellent idea to let the link owner know.)"

Any idea what is going on here? Appreciate.

Thanks

Statistics: Posted by lisakimms — April 14th, 2011, 9:29 am


]]>