Best Blackhat Forum

Full Version: [GET] Cloneforest 1.12 / Original Work ALL domaine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
bump :)

bumpy : ))
Utilisatrices@, je ne peux pas te contacter par PM; supprime quelques messages dans PM et vide la corbeille.
@delphoma C'est bon :).
(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.

HELP
Go on users > Group > Administrator and autorised Payment method!

Bye

ALL YOUR WELCOME ! :)
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 11:01 AM)voky Wrote: [ -> ]
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.
no problème ! =)
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.
(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.

HELP
Go on users > Group > Administrator and autorised Payment method!

Bye

ALL YOUR WELCOME ! :)
hello I wanted to know what file needs to be altered to remove the footer (Marketplace script from CloneForest) ???
(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!
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
Pages: 1 2 3
Reference URL's