Thank you again for the support on getting my server back online.
Since then I've been developing an 'application' for Facebook that promotes the support of a game I'm designing, which is hosted on my server. This application is built in PHP, and requires the utilization of the servers mySQL and PHP capabilities.
Everything was going pretty good, until this showed up;
From what I know, this is because the server isnt permitted remote access to the file, correct me if I'm wrong.
So I was wondering if there was a way to permit access, or if there is a work around?
-If this is in any way, shape, or form in violation of the ToS, I will remove it.
Since then I've been developing an 'application' for Facebook that promotes the support of a game I'm designing, which is hosted on my server. This application is built in PHP, and requires the utilization of the servers mySQL and PHP capabilities.
Everything was going pretty good, until this showed up;
Code:
[B]Warning:[/B] fopen() [function.fopen]: URL file-access is disabled in the server configuration in
[B]/home/krammit/public_html/MY_DIR/facebookapi_php5_restlib.php[/B] on line 1603
[B]Warning:[/B] fopen(http://api.facebook.com/restserver.php) [function.fopen]: failed to open stream:
no suitable wrapper could be found in
[B]/home/krammit/public_html/MY_DIR/facebookapi_php5_restlib.php[/B] on line [B]1603[/B]
From what I know, this is because the server isnt permitted remote access to the file, correct me if I'm wrong.
So I was wondering if there was a way to permit access, or if there is a work around?
-If this is in any way, shape, or form in violation of the ToS, I will remove it.