footer fopen problem

Hi all,

Is there anyway I can change the Dolphin footer pictures and links of Dolphin & Orca? My host does not allow fopen because of security issues so i'm stuck with the footers. I have Adfree 6.1.2

Is there a work around or a way to edit it?

Regards,

hd4real

Quote · 20 Jun 2008

Contact boonex for these footer, license related problems.

Regards,

Praveen

http://cpanel.happy-hosting.com

----
Quote · 21 Jun 2008

Boonex can't help with this. They do not have a way around using fopen but maybe someone here does. If I could just edit the footer that would be good too. My host has everything I need except fopen. They gave me this code to show Boonex but no luck:

My host says this about allow_url_fopen:

----
Our PHP is configured with allow_url_fopen off due to security
considerations.

You will need to use cURL to fetch the data instead of fopen().  Below
is an example of the use of cURL in PHP.  Let me know if you have
questions.

<?php

$filename = "http://www.amazon.com/";
$curlHandle = curl_init();
curl_setopt($curlHandle, CURLOPT_URL, $filename);
curl_setopt($curlHandle, CURLOPT_HEADER, 0);
curl_setopt($curlHandle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curlHandle, CURLOPT_USERAGENT, "FeedForAll rss2html.php
v2");
curl_setopt($curlHandle, CURLOPT_REFERER, $filename);
curl_setopt($curlHandle, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($curlHandle, CURLOPT_MAXREDIRS, 10);
$result = curl_exec($curlHandle);
if (curl_errno($curlHandle))
{
$GLOBALS["ERRORSTRING"] = curl_error($curlHandle);
curl_close($curlHandle);
echo "<p>ERROR!  " .  $GLOBALS["ERRORSTRING"] .  "</p>\n";
}
else
{
echo "RESULT<br>\n<p>" .  $result .  "</p>\n";
}
curl_close($curlHandle);

?>

Quote · 21 Jun 2008

I could understand your situation. But that footers links with license. So plz. contact them.

----
Quote · 21 Jun 2008

Hi

You can go to into templates_uni and the images folder (I think thats where it is) and look for the small orca, ray and dolphin png images and replace them with blank images or there is a tutorial here that may help

http://www.jamestadeo.com/dolphin/boonex-dolphin-tutorial-how-to-edit-the-icons-in-the-footer.php


Cheers

Max

Quote · 23 Jun 2008

Hi all,

Is there anyway I can change the Dolphin footer pictures and links of Dolphin & Orca? My host does not allow fopen because of security issues so i'm stuck with the footers. I have Adfree 6.1.2

Is there a work around or a way to edit it?

Regards,

hd4real

Did you pay for a license?

If you did, it should not appear unless ofcourse you want them to. If you do want them to appear you can add the html in the _footer.html file that will allow you to add whatever logo or link you want.

Updating my BoonexNerd.net site.
Quote · 23 Jun 2008

Nevermind. I have a new host

@ jtadeo: I have a license

Quote · 21 Aug 2008

How to fix this?

 Because i have direct connection to boonex, i also have the allow_url_fopen to boonex.com..

But when i put the license, the footer icons still there....

Quote · 26 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.