11-13-2013, 10:58 PM
11-14-2013, 01:35 AM
Utilisatrices@, je ne peux pas te contacter par PM; supprime quelques messages dans PM et vide la corbeille.
11-14-2013, 03:06 AM
@delphoma C'est bon :).
11-14-2013, 04:41 AM
(11-13-2013 10:48 PM)delphoma Wrote: [ -> ]I have problem with payement configuration. When I clic "Payement method" in admin panel, I get this error message: You do not have rights to accesss this module.Go on users > Group > Administrator and autorised Payment method!
HELP
Bye
ALL YOUR WELCOME ! :)
11-14-2013, 11:01 AM
Code:
$ch = curl_init('http://cloneforest.com/clients/check/?domain='.$_SERVER['HTTP_HOST'].'&type=themes');
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 20);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1");
curl_setopt($ch, CURLOPT_HTTPGET, true);
curl_setopt($ch, CURLOPT_MAXREDIRS, 5);
curl_setopt($ch, CURLOPT_MAXCONNECTS, 5);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
anyway of removing this crap curl to cloneforest data...
even though its nice share and works perfect. it would be nice not to share this information with cloneforest.
11-14-2013, 08:27 PM
(11-14-2013 11:01 AM)voky Wrote: [ -> ]no problème ! =)Code:
$ch = curl_init('http://cloneforest.com/clients/check/?domain='.$_SERVER['HTTP_HOST'].'&type=themes');
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 20);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1");
curl_setopt($ch, CURLOPT_HTTPGET, true);
curl_setopt($ch, CURLOPT_MAXREDIRS, 5);
curl_setopt($ch, CURLOPT_MAXCONNECTS, 5);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
anyway of removing this crap curl to cloneforest data...
even though its nice share and works perfect. it would be nice not to share this information with cloneforest.
11-14-2013, 09:20 PM
Big share, You're the first MAN to share WORKING CloneForest on this forum.
For those, who have new version of PHP (I means, if after installation, your website don't work well), add this code below to your .htaccess:
php_value short_open_tag on
All thing working well.
For those, who have new version of PHP (I means, if after installation, your website don't work well), add this code below to your .htaccess:
php_value short_open_tag on
All thing working well.
(11-14-2013 04:41 AM)swift96 Wrote: [ -> ](11-13-2013 10:48 PM)delphoma Wrote: [ -> ]I have problem with payement configuration. When I clic "Payement method" in admin panel, I get this error message: You do not have rights to accesss this module.Go on users > Group > Administrator and autorised Payment method!
HELP
Bye
ALL YOUR WELCOME ! :)
11-15-2013, 03:23 AM
hello I wanted to know what file needs to be altered to remove the footer (Marketplace script from CloneForest) ???
11-15-2013, 03:26 AM
(11-15-2013 03:23 AM)leoriver Wrote: [ -> ]hello I wanted to know what file needs to be altered to remove the footer (Marketplace script from CloneForest) ???Go on you folder and :
html_layouts > edit 'index.html' and search, footer or copyright.
Enjoy!
11-15-2013, 03:37 AM
In order to use this, you must know PHP or HTML. I sent you PM
\ThemeForestClone_1.12_OpenSource\html_layouts\index.html
I can do it for you if you want
\ThemeForestClone_1.12_OpenSource\html_layouts\index.html
I can do it for you if you want