42.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")

08-27-2014, 03:33 PM
Post: #31
RE:
Thanks,work fine on localhost Smile
08-27-2014, 03:57 PM
Post: #32
RE:
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
Post: #33
RE:
works like a charm
08-28-2014, 02:29 AM
Post: #34
RE:
it work on localhost but not on web its asking for item id and purchase key.
08-28-2014, 03:16 AM
Post: #35
RE:
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
10.gif
08-28-2014, 03:49 AM
Post: #36
RE:
THANKS!!!! durgani..working great
08-28-2014, 04:23 AM
Post: #37
RE:
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, 04:34 AM
Post: #38
RE:
Thanks, +++Rep added:)
08-28-2014, 06:57 AM
Post: #39
RE:
(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

08-28-2014, 04:15 PM
Post: #40
RE:
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)
{
78.gif




24.gif