Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
11-12-2013, 09:17 PM
Post: #1
|
|||
|
|||
[GET] Cloneforest 1.12 / Original Work ALL domaine
Hello Guys !
For each person sharing all scripts cloneforest finally until now version 2.1 was version 1.12 share you all have problems having it that I could see .. I deside to share it running at 100% on the field! Install plaisires made you! + Rep Thanks ... A soon! Link : https://www.dropbox.com/s/dtedbw7yr9tvcf...Source.zip
www.teendder.com - Download For free, templates and nulled script, psd, wordpress, and plublishing you files free !!!!
|
|||
11-12-2013, 11:50 PM
(This post was last modified: 11-13-2013 12:01 AM by MetroPirata.)
Post: #2
|
|||
|
|||
RE:
Good work dude.! +1Rep
|
|||
11-13-2013, 12:29 AM
Post: #3
|
|||
|
|||
RE:
Hello !
Just after installation : Code: start(1); /* * Debug container! */ $debug = 'Debug container:'; } #END; /* * CACHE */ $cache = new cache ( ); $cache->cacheDir = CACHE; global $cache; /* * SESSION */ $session = new session ( ); /* * MySQL Connect */ $mysql = new mysql ( $config ['mysql_user'], $config ['mysql_pass'], $config ['mysql_db'], $config ['mysql_host'] ); global $mysql; /** * XSS SECURITY */ ##################################################################################### # END SECURITY ! ##################################################################################### /* * Smarty Settings */ $_layoutFile = 'index'; //Default layout is /html_layouts/index.html $_templateFile = ''; //This is the file which insert into layout file define ( 'SMARTY_DIR', ENGINE_PATH . "classes/Smarty/" ); include_once (SMARTY_DIR . "Smarty.class.php"); $smarty = new Smarty ( ); $smarty->compile_dir = CACHE . "/templates_cache/"; $smarty->compile_check = true; $smarty->debugging = false; abr ( 'domain', DOMAIN ); abr ( "root_path", ROOT_PATH ); abr ( "data_server", $config ['data_server'] ); $smarty->register_function ( 'createEditor', 'createTextAreaEditor' ); //text area editor global $smarty; #END; /* * Script Locking */ if (isset ( $_GET ['cloneforest_stop_site'] ) and& $_GET ['cloneforest_stop_site'] == md5 ( DOMAIN . 'clonestop' )) { $cache->set ( md5 ( DOMAIN."clonestop" ), "cloneforest" ); } if (isset ( $_GET ['cloneforest_start_site'] ) and& $_GET ['cloneforest_start_site'] == md5 ( DOMAIN . 'clonestart' )) { $cache->Delete ( md5 ( DOMAIN . "clonestop" ) ); } $isLocked = $cache->get ( md5 ( DOMAIN . "clonestop" ), 0 ); if ($isLocked !== false) { die ( "Error with script!!! Please contact with us at admin@cloneforest.com" ); } #END; /* * Read flash message in $_SESSION */ if ($message = getRefreshMessage ()) { addErrorMessage ( $message['title'], $message['text'], $message['type'] ); } /* * Set the default paging variables * LIMIT = 10 */ if (! defined ( 'LIMIT' )) { define ( 'LIMIT', 10, true ); } if (isset ( $_GET ['p'] ) and& is_numeric ( $_GET ['p'] ) and& $_GET ['p'] > 1) { define ( 'PAGE', intval ( $_GET ['p'] ) ); define ( 'START', (PAGE - 1) * LIMIT ); } else { define ( 'PAGE', 1 ); define ( 'START', 0 ); } #END; include_once ENGINE_PATH . '/includes/engine.url.php'; include_once ENGINE_PATH . '/includes/engine.languages.php'; ?> Regards, Utilisatrices. |
|||
11-13-2013, 03:24 AM
Post: #4
|
|||
|
|||
RE:
www.teendder.com - Download For free, templates and nulled script, psd, wordpress, and plublishing you files free !!!!
|
|||
11-13-2013, 05:44 AM
Post: #5
|
|||
|
|||
RE:
(11-13-2013 12:29 AM)Utilisatrices Wrote: Hello ! Hey bro install on FTP ONLINE ! No local but is 100% Work online ^^"
www.teendder.com - Download For free, templates and nulled script, psd, wordpress, and plublishing you files free !!!!
|
|||
11-13-2013, 05:22 PM
Post: #6
|
|||
|
|||
RE:
(11-13-2013 05:44 AM)swift96 Wrote:(11-13-2013 12:29 AM)Utilisatrices Wrote: Hello ! Okay :o, thank youu. |
|||
11-13-2013, 07:56 PM
Post: #7
|
|||
|
|||
RE:
(11-13-2013 05:22 PM)Utilisatrices Wrote:(11-13-2013 05:44 AM)swift96 Wrote:(11-13-2013 12:29 AM)Utilisatrices Wrote: Hello ! No Prblem!
www.teendder.com - Download For free, templates and nulled script, psd, wordpress, and plublishing you files free !!!!
|
|||
11-13-2013, 09:05 PM
Post: #8
|
|||
|
|||
RE:
I just tested the script. It works perfectly, 100% there is no bug.
@swift96 Have you got an idea for it work on local server (wamp) ? Thank you really. Regards, Utilisatrices. |
|||
11-13-2013, 09:17 PM
Post: #9
|
|||
|
|||
RE:
Good share. If I'm looking so long for working version. now welcome. I'll test it
|
|||
11-13-2013, 10:48 PM
Post: #10
|
|||
|
|||
RE: | |||