Announcement

Collapse
No announcement yet.

WP reseller plugin problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • WP reseller plugin problem

    Hi guy,

    I'm having problems with function file_get_contents


    My server have turned of allow_url_include (as almost every other) for security reasons. Is there any way I could get forms from external server without using file_get_contents function. I've tried curl but with no luck.. just geting 503 error. Nothing works

    Any thoughts ?

    Edit >

    btw this is where im testing out plugin.. http://lab.designitive.com/
    Last edited by harrisba; 30-12-2012, 11:55 PM.

  • #2
    In your Resellers Panel have you entered the correct URL of the WP install within the API section and turned it on?

    Comment


    • #3
      Originally posted by clivejo View Post
      In your Resellers Panel have you entered the correct URL of the WP install within the API section and turned it on?
      Yeah, no luck.. My server has disabled allow_url_include I need alternative php function..

      Comment


      • #4
        I host my WP install via a RSP account, so never run into this problem.

        Maybe you could use a remote form as the order page?

        ie edit the order page and insert the following

        Code:
        <iframe frameborder='0' src='http://yourstorename.**********.com/hosting-order/'></iframe>
        Last edited by clivejo; 31-12-2012, 02:38 AM.

        Comment


        • #5
          You seem to be only getting warnings and when I visit that URL I'm getting an invalid certificate warning. I wonder is this the real problem?

          Comment

          Working...
          X