Best Blackhat Forum

Full Version: [GET] Original Themeforest clone from zipmarket
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
;) btw
if i upload an item as a user1 and login as user2 , and visiting user's1 item for buy, i LOGED in his profile :)))))

how fix it?
Mystery!!!
strange bug.. do no how to fix it, error_logs nothing.. mb hosting problems?
PM me the details, I will check.
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; /* * Smarty Settings */ $_layoutFile = 'index'; $_templateFile = ''; 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' ); global $smarty; #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; define ( 'adminURL', 'admin' ); include_once ENGINE_PATH . '/system/core.url.php'; include_once ENGINE_PATH . '/system/core.languages.php'; ?>
Notice: Use of undefined constant ROOT_PATH - assumed 'ROOT_PATH' in C:\xampp\htdocs\index.php on line 13

Warning: require_once(ROOT_PATH/zipmarket/apps/system/models/system.class.php): failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 13

Fatal error: require_once(): Failed opening required 'ROOT_PATH/zipmarket/apps/system/models/system.class.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\index.php on line 13
link by metropirata deleted
Can I actually buy this script somewhere?
Hi can you please reupload ?

i wanted to buy this but they donot respond emails.


thank you.
Thank You





]]<<</9qJv4] [Image: a4415caa8f9d9c3ec495faadef02102b.jpg]
Pages: 1 2 3
Reference URL's