Thanks,work fine on localhost
Thanks, but I don't know the password to extract it. It's obviously not bbhf or bestblackhatforum.com
it work on localhost but not on web its asking for item id and purchase key.
Hi, when upload the script on server, You should search and change the line 930
PHP Code:
$CI = get_instance();
if($result!=0)
{
on file: realcon\system\helpers\dbcbase_helper.php
THANKS!!!! durgani..working great
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..?
(08-28-2014 03:16 AM)durgani Wrote: [ -> ]Hi, when upload the script on server, You should search and change the line 930 PHP Code:
$CI = get_instance();
if($result!=0)
{
on file: realcon\system\helpers\dbcbase_helper.php
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)
{
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)
{