Community Support Forums — WordPress® ( Users Helping Users ) — 2011-11-15T00:28:42-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=666 2011-11-15T00:28:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=52995#p52995 <![CDATA[Re: 503: Service Temporarily Unavailable]]> WP Admin -> s2Member -> Restriction Options -> Unique IPs

Let me know if that helps.

Statistics: Posted by Cristián Lávaque — November 15th, 2011, 12:28 am


]]>
2011-11-12T22:40:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=52907#p52907 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
503: Service Temporarily Unavailable
Too many IP addresses accessing one secure area!
Please contact Support if you require assistance.

I am hosting with bluehost if that makes a difference.

Thanks!

Statistics: Posted by scottmhorn — November 12th, 2011, 10:40 pm


]]>
2011-10-31T18:30:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=50615#p50615 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
theinnerdancer1 wrote:
what if I have done all this and they still receive the message? What else could it be?
If you've done all of this, and the problem persists, I would start looking at your caching plugins.
If you're running a caching plugin for WordPress, you might want to clear the cache, and check your cache configuration.

Statistics: Posted by Jason Caldwell — October 31st, 2011, 6:30 pm


]]>
2011-10-31T15:07:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=50556#p50556 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Statistics: Posted by theinnerdancer1 — October 31st, 2011, 3:07 pm


]]>
2011-10-31T12:33:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=50543#p50543 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Thank you, your email was received.
I'll answer this here for the benefit of other readers.

Please log into your Dashboard, and go to: Users. Find this particular User and click the [Edit] link.
Scroll down to the bottom and find the section depicted in the attached screenshot below.

( click to enlarge )
SNAG-0091.png
Also, you may want to review your configuration of s2Member here:
s2Member -> Restriction Options -> Unique IP Access Restrictions

Statistics: Posted by Jason Caldwell — October 31st, 2011, 12:33 pm


]]>
2011-10-31T11:54:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=50536#p50536 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Statistics: Posted by theinnerdancer1 — October 31st, 2011, 11:54 am


]]>
2011-10-24T11:17:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=48659#p48659 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
Sparklesperson wrote:
I tried the hack - no difference. What's next?
Please elaborate just a bit further. You tried the hack above? For what reason exactly? and in what way did it not succeed for you? Also, please include the WordPress version number, and s2Member version that you're running with.

Statistics: Posted by Jason Caldwell — October 24th, 2011, 11:17 am


]]>
2011-10-24T06:19:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=48634#p48634 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Statistics: Posted by Sparklesperson — October 24th, 2011, 6:19 am


]]>
2011-10-13T20:26:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=46831#p46831 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Thanks for reporting this important issue.

No, there are no known issues. If you'd like to create a test account for us, on your site, and send it here we'll take a look for you. Private contact form: http://www.s2member.com/contact/

Statistics: Posted by Jason Caldwell — October 13th, 2011, 8:26 pm


]]>
2011-10-13T17:36:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=46826#p46826 <![CDATA[Re: 503: Service Temporarily Unavailable]]> 503: Service temporarily Unavailable.
I have the restriction all the way up to 10 IP addresses.
Is this a problem again?
Had to refund subscriptions... help!

Statistics: Posted by RachelC — October 13th, 2011, 5:36 pm


]]>
2011-10-13T13:35:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=46816#p46816 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Thank you!

Statistics: Posted by jeanmorency — October 13th, 2011, 1:35 pm


]]>
2011-10-13T13:17:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=46810#p46810 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
jeanmorency wrote:
I had to deal with this issue after setting up an account for demo purpose.

What best practice can you suggest to set up a demo account that will be shared with various prospects (thus multiple IPs) without compromising the restrictions rules set for all other users?

Thanks

If your demo account has the Username "demo", s2Member will bypass IP Restriction routines automatically. Otherwise, you could do something like this if you like.

Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code:
<?php
add_filter 
("ws_plugin__s2member_disable_login_ip_restrictions", "my_s2_login_ip_restriction_handler");
function my_s2_login_ip_restriction_handler ($what_s2member_says = false, $vars = array ())
    {
        if (strtolower ($vars["username"]) === "mydemouser")
            return true; /* Disable for this Username. */
        /**/
        else /* Return what s2Member says ( i.e. false ). */
            return $what_s2member_says;
    }
?>

Statistics: Posted by Jason Caldwell — October 13th, 2011, 1:17 pm


]]>
2011-10-13T11:59:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=46800#p46800 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
What best practice can you suggest to set up a demo account that will be shared with various prospects (thus multiple IPs) without compromising the restrictions rules set for all other users?

Thanks

Statistics: Posted by jeanmorency — October 13th, 2011, 11:59 am


]]>
2011-03-15T02:53:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=7848#p7848 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Statistics: Posted by Jason Caldwell — March 15th, 2011, 2:53 am


]]>
2011-03-15T02:47:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=7847#p7847 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
Boy...see what happens when you are half asleep!! Thanks I had few spaces at the top of the file. Can't believe I missed that. Good to go, works great!!

Rod

Statistics: Posted by rodrico101 — March 15th, 2011, 2:47 am


]]>
2011-03-15T02:20:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=7846#p7846 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Statistics: Posted by Jason Caldwell — March 15th, 2011, 2:20 am


]]>
2011-03-15T02:10:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=7845#p7845 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
Thanks for the speedy reply.
I tried adding the folder and file into my wp directory and got a huge line of php errors when trying to log in:

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 693

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 694

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 695

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 897


and these when I added the folder after already being logged in and trying to log out:

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-login.php on line 354

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-login.php on line 366

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 720

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 721

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 722

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 723

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 724

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 725

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 728

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 729

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 730

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 731

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 734

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 735

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 736

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 737

Warning: Cannot modify header information - headers already sent by (output started at /home/rodrico1/public_html/washinflorida11.com/wp-content/mu-plugins/s2-hacks.php:1) in /home/rodrico1/public_html/washinflorida11.com/wp-includes/pluggable.php on line 897


Is this conflicting with another plugin ?? I also noticed that it changed the look of my "General Options" page and I no longer had the drop downs for each option. (ie clickable fields)

I am using WP version 3.1 and just updated S2 to Version 3.5.4 before adding the hack.

Thanks,

Rod

Statistics: Posted by rodrico101 — March 15th, 2011, 2:10 am


]]>
2011-03-15T01:13:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=7843#p7843 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Thanks for the excellent question.

Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php

Inside the file, add the following code:

Code:
<?php
add_filter 
("ws_plugin__s2member_ip_restrictions__concurrency_time_per_ip", "s2_concurrency_time_per_ip");
function s2_concurrency_time_per_ip ()
    {
        return "24 hours";
    }
?>

Statistics: Posted by Jason Caldwell — March 15th, 2011, 1:13 am


]]>
2011-03-14T14:21:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=7805#p7805 <![CDATA[Re: 503: Service Temporarily Unavailable]]>

The default period of "30 days" could be modified through this WordPress® Filter:
ws_plugin__s2member_ip_restrictions__concurrency_time_per_ip


Where do I find this filter?? File, folder etc.

Thanks,
Rod

Statistics: Posted by rodrico101 — March 14th, 2011, 2:21 pm


]]>
2011-03-04T08:46:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=7395#p7395 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Thanks for reporting this important issue:
bmiles wrote:
I was having this problem as well for a few select users (even after reseting the IP restriction logs). Unfortunately the only way I was able to resolve the problem was by changing max allowed to infinite. I think I'll leave it off until things get ironed out.

This bug was found in s2Member's "Reset IP Restrictions" button,
and corrected in the release of s2Member v3.5+.


In addition, it is now possible to reset IP Restrictions on a per-User basis in your Dashboard. Click [Edit] next to any User account, and you will find a checkbox with details regarding any existing IP Restrictions that exist for the account. If any exist, checking the box and clicking Save will remove the temporary ban for that particular account. This allows you to Reset IP Restrictions, but only for a specific User.

Statistics: Posted by Jason Caldwell — March 4th, 2011, 8:46 am


]]>
2011-02-08T19:27:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=6520#p6520 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Statistics: Posted by bmiles — February 8th, 2011, 7:27 pm


]]>
2011-02-04T16:50:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=6364#p6364 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Statistics: Posted by Lange — February 4th, 2011, 4:50 pm


]]>
2011-02-03T19:46:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=6331#p6331 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
I am running s2member 3.3.2 + Pro Module 1.3.2.

Statistics: Posted by Lange — February 3rd, 2011, 7:46 pm


]]>
2011-01-18T14:29:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=5743#p5743 <![CDATA[Re: 503: Service Temporarily Unavailable]]>
I am still getting the 503 Error. I have spoken with the individuals, and the individual with the most unique computers our site was accessed from was 3. Most just logged in from their home computer.

This has moved beyond an inconvenience to a credibility issue for our website and will only get worse as we expand.

Clicking the IP Reset button does not work. How do I address this besides deleting the account and re-entering the data and does the new different sign-up date conflict with the Paypal reoccurring payment date???

Regards,
Christopher Buck

Statistics: Posted by humanityhealing — January 18th, 2011, 2:29 pm


]]>
2010-10-16T23:19:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=666&p=3959#p3959 <![CDATA[Re: 503: Service Temporarily Unavailable]]> Thanks for all these reports guys. Much appreciated!
~ Apologies for my delay on this topic.

s2Member v3.2.8 has just been released to address your concerns.
http://www.primothemes.com/post/product ... th-paypal/
As always, your feedback is welcomed.

== Changelog ==

= 3.2.8 =
* Unique IP Restrictions. There is a new option under: `s2Member -> General Options -> IP Restrictions` which allows a site owner to effectively disable IP Restrictions if they'd prefer. On some hosting platforms, the `$_SERVER["REMOTE_ADDR"]` variable ( i.e. a Users IP address ) is incorrectly set to the exact same thing for all visitors; which WILL prevent s2Member's IP Restrictions from working as intended. If you're on a hosting platform that has this bug, you may wish to disable IP Restrictions completely using s2Member v3.2.8+. Otherwise, under most circumstances we recommend that you leave IP Restrictions on.

Statistics: Posted by Jason Caldwell — October 16th, 2010, 11:19 pm


]]>