Page 1 of 1

Integrate with WordPress while allow_url_include is OFF?

Posted: Sat Nov 08, 2008 9:09 pm
by msafi
Script URL: http://dubaiemploymenttips.com/linkman/
Version of script: 1.5
Hosting company: GoDaddy
URL of phpinfo.php: http://dubaiemploymenttips.com/infomenow.php
URL of session_test.php: http://dubaiemploymenttips.com/session_test.php
What terms did you try when SEARCHING for a solution: wordpress

Write your message below:
I tried to search on how I might be able to integrate LinkMan in a WordPress page so that it blends nicely with my website, and the most straightforward solution I found was to use:

Code: Select all

<?php include("http://dubaiemploymenttips.com/linkman/links.php"); ?>
I tried this and I also tried to manually copy/paste the code in links.php, but GoDaddy is not letting me. After doing some more research, I think the problem is that GoDaddy has disabled allow_url_include.

Is there anyway for me to display LinkMan within a WordPress Page?

I thought about calling the header and footer of my theme in header.txt and footer.txt, but I don't think it's possible to have a php include in those text files.

Thanks a lot for your support.