Help - Search - Members - Calendar
Full Version: Simple Question
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Play.Your.Part
I am new to the Zymic Community/Free Hosting. I am used to having my own hosting and domain but lack of work means lack of money so far i am happy with the service. That out of the way, i like to use the PHP include Function for menus and such, is there no PHP include allowed on the free server because i keep getting errors.

CODE
Warning: include() [function.include]: URL file-access is disabled in the server configuration


It is highly possible that i might have overlooked something small i have a habit of doing that. Any help would be greatly appreciated


Thanks,
Ryan Kemick "Play Your Part"
IamShipon1988
Are you trying to load an external file (meaning a file from another site)? To prevent stealing of content, the loading of files from different servers were disabled.
Play.Your.Part
It is all on the same host but i was using the full HTTP address for the link if that would make a different

CODE
<?php include("http://playyourpart.uuuq.com/includes/topmenu.php"); ?>


swordz
If you use the full http:// php accesses it as a web page, which we have disallowed. It's much faster if you use relative links, as well as being more secure, and actually working on our server!

Sorry for this, but it's to deter spammers.

swordz
Play.Your.Part
That is fine I can adjust ha ha, thank you both smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.