08-27-2014, 03:33 PM
08-27-2014, 03:57 PM
Thanks, but I don't know the password to extract it. It's obviously not bbhf or bestblackhatforum.com
08-27-2014, 06:10 PM
works like a charm
08-28-2014, 02:29 AM
it work on localhost but not on web its asking for item id and purchase key.
08-28-2014, 03:16 AM
Hi, when upload the script on server, You should search and change the line 930
on file: realcon\system\helpers\dbcbase_helper.php
PHP Code:
$CI = get_instance();
if($result!=0)
{
08-28-2014, 03:49 AM
THANKS!!!! durgani..working great
08-28-2014, 04:23 AM
why im install on server localhost /xampp and hosting server..always blanks, i have change file / config.php and database.php ,,and :
path like
"example.com/realestae/" but always failed and blanks, do have idea..?
path like
"example.com/realestae/" but always failed and blanks, do have idea..?
08-28-2014, 04:34 AM
Thanks, +++Rep added:)
08-28-2014, 06:57 AM
(08-28-2014 03:16 AM)durgani Wrote: [ -> ]Hi, when upload the script on server, You should search and change the line 930on file: realcon\system\helpers\dbcbase_helper.phpPHP Code:
$CI = get_instance();
if($result!=0)
{
awesome, thanks a lot, this script was developer from momento viral media http://codecanyon.net/item/memento-viral...bcinfotech , so anyone can use the same in this script to.
change the line 930
PHP Code:
$CI = get_instance();
if($result!=0)
{
08-28-2014, 04:15 PM
Admin panel will work 100% if you change following lines of two files
1. \application\modules\admin\controllers\purchase_core.php
change this--> if($result==1)
with this --> if($result==0)
2. \system\helpers\dbcbase_helper.php Line :913
change this--> $CI = get_instance();
if($result!=1)
{
with this --> $CI = get_instance();
if($result!=0)
{
1. \application\modules\admin\controllers\purchase_core.php
change this--> if($result==1)
with this --> if($result==0)
2. \system\helpers\dbcbase_helper.php Line :913
change this--> $CI = get_instance();
if($result!=1)
{
with this --> $CI = get_instance();
if($result!=0)
{
