75.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-27-2014, 03:16 PM (This post was last modified: 01-27-2014 04:43 PM by AtakanCan.)
Post: #1
[GET] Zipmarket FULL by AtakanCan
[Image: 8ohz5dx3.jpg]

Zip.Blaxey Script

ZipMarket is a powerful membership-based marketplace script package that is fast, flexible, and easy to use. Unlike some marketplace scripts, ZipMarket is a standalone product. You don't need to install a CMS or any script to run it. As a result, your site will be much faster and easier to customize.

Whether you want to create a new theme or just need to edit some layouts, we make it easy for you. All the template files are separated from the logic code so it's easy to find what you need.

ZipMarket is a fully functional Content Management System (CMS) built on a high performance MVC application framework. ZipMarket has been carefully architected for serious Web deployments. Therefore, it inherits all the great features including speed, security, efficiency, etc..

Zipmarket = Open Source Edition

DOWNLOAD = http://x.blaxey.com/ud

installation support 10 $
01-27-2014, 03:26 PM (This post was last modified: 01-27-2014 03:26 PM by dweeber.)
Post: #2
RE:
Thanks dude!

Please tell us what exactly you are sharing.
[url= http://bestblackhatforum.com/Thread-Gene...ad]General + Sig Rules for BBHF [Updated FEB 2020] **Must Read**
[/url]
01-27-2014, 03:39 PM
Post: #3
RE:
This is crap for sure. Do not trust this m.o.r.o.n at all!
01-27-2014, 03:48 PM
Post: #4
RE: [GET] Zipmarket FULL by AtakanCan
once installed

error

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;


/*
* 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';

?>
01-27-2014, 03:52 PM
Post: #5
RE:
can the owner of the script track me down if i use this?
84.gif
01-27-2014, 03:56 PM (This post was last modified: 01-27-2014 03:59 PM by AtakanCan.)
Post: #6
RE: [GET] Zipmarket FULL by AtakanCan
(01-27-2014 03:48 PM)lolclol Wrote:  once installed

error

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;


/*
* 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';

?>
WHAT WHAT ? what for error ???? HERE is LIVE DEMO FROM THIS SCRIPT "http://zip.blaxey.com"
SCRIPT WORK , PHP is not for beginners, the script works.

The installation is so simple, even small children can install it.
CHMOD settings to perform correctly.
installation will automatically
01-27-2014, 04:25 PM
Post: #7
RE:
I know PHP I ant no advance PHP developer though, but i can code and recode scripts i have been coding for 6 years.


I would not show this error if there was no error AtakanCan there is no need to go defensive am asking for simple help to get past this error.

it states there is a error in the index.php file on line 13.... which i have chased to being a ROOT_Path error in the config.php file. but i have check this and its the correct ROOT_PATH as its in the ROOT Folder.
01-27-2014, 04:32 PM (This post was last modified: 01-27-2014 05:50 PM by AtakanCan.)
Post: #8
RE: [GET] Zipmarket FULL by AtakanCan
(01-27-2014 04:25 PM)lolclol Wrote:  I know PHP I ant no advance PHP developer though, but i can code and recode scripts i have been coding for 6 years.


I would not show this error if there was no error AtakanCan there is no need to go defensive am asking for simple help to get past this error.

it states there is a error in the index.php file on line 13.... which i have chased to being a ROOT_Path error in the config.php file. but i have check this and its the correct ROOT_PATH as its in the ROOT Folder.
pay me 10 dollars, I install it to you !

You must use the script over http://www.domain.? call
and not !
www.domain.?/ zipmarket/ <<< ERROR

since you are beginner , have determined MADE WRONG!
01-27-2014, 04:48 PM
Post: #9
RE: [GET] Zipmarket FULL by AtakanCan
PHP Code:
<?php 

$configArr 
= array(
    
'zipmarket_core' => ' /home/www/zipmarket/core/'
    
'root_path' => ' /home/www/'
    
'domain' => 'http://www.mydomin.com'
    
'mysql_host' => 'localhost'
    
'mysql_user' => 'user'
    
'mysql_pass' => 'pass'
    
'mysql_db' => 'zip'
    
'recaptcha_public_key' => 'key1'
    
'recaptcha_private_key' => 'key2'
); 

?>


SO this is the config.php and your saying this is wrong? yet this is how it installed? and looks correct to me
01-27-2014, 04:55 PM (This post was last modified: 01-27-2014 04:56 PM by AtakanCan.)
Post: #10
RE: [GET] Zipmarket FULL by AtakanCan
(01-27-2014 04:48 PM)lolclol Wrote:  
PHP Code:
<?php 

$configArr 
= array(
    
'zipmarket_core' => ' /home/www/zipmarket/core/'
    
'root_path' => ' /home/www/'
    
'domain' => 'http://www.mydomin.com'
    
'mysql_host' => 'localhost'
    
'mysql_user' => 'user'
    
'mysql_pass' => 'pass'
    
'mysql_db' => 'zip'
    
'recaptcha_public_key' => 'key1'
    
'recaptcha_private_key' => 'key2'
); 

?>


SO this is the config.php and your saying this is wrong? yet this is how it installed? and looks correct to me

Config.php this is unknown to me! DOWNLOAD my ZIP MARKET! above DOWNLOAD LINK.
here is Config.php of my Zipmarket script !

PHP Code:
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/zipmarket/config/config.php';
$config                     = array(
    
'zipmarket_core' => $configArr['zipmarket_core'],
    
'root_path' => $configArr['root_path'],
    
'domain' => $configArr['domain'],
    
'site_title' => 'zipmarket',
    
'use_language' => false,
    
'default_language' => 'en',
    
'langs' => array(
        
'en'
    
),
    
'debug' => false,
    
'debug_ips' => array(
        
'localhost'
    
),
    
'mysql_host' => $configArr['mysql_host'],
    
'mysql_user' => $configArr['mysql_user'],
    
'mysql_pass' => $configArr['mysql_pass'],
    
'mysql_db' => $configArr['mysql_db'],
    
'max_file_size' => 1024 1024 10//10 MB
    
'file_ext' => array( 

[Image: 3cw97q5b.png]
36.gif




47.gif