(08-28-2014 04:34 AM)xufi123 Wrote: [ -> ]Thanks, +++Rep added:)
thnks a lot.
(08-28-2014 04:15 PM)iloveyoushamy Wrote: [ -> ]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)
{
have you ever try to add an astate after that?
(08-28-2014 07:05 PM)kalemana Wrote: [ -> ] (08-28-2014 04:34 AM)xufi123 Wrote: [ -> ]Thanks, +++Rep added:)
thnks a lot.
(08-28-2014 04:15 PM)iloveyoushamy Wrote: [ -> ]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)
{
have you ever try to add an astate after that?
Yes Its working Now ,,,.front end ,backend,,,settings all
(08-29-2014 09:44 AM)iloveyoushamy Wrote: [ -> ] (08-28-2014 07:05 PM)kalemana Wrote: [ -> ] (08-28-2014 04:34 AM)xufi123 Wrote: [ -> ]Thanks, +++Rep added:)
thnks a lot.
(08-28-2014 04:15 PM)iloveyoushamy Wrote: [ -> ]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)
{
have you ever try to add an astate after that?
Yes Its working Now ,,,.front end ,backend,,,settings all
thnks..
give please password to this file realcon230.rar
pass: [Reported by Members as SPAM THREAD]
Thanks everyone :D reps around +
o..works..thanks to weepaa...+add 1
(08-28-2014 04:15 PM)iloveyoushamy Wrote: [ -> ]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)
{
Thanks for this tip.
I wanted to know if you've checked that all the script, this could have protections sending IP address? I would not want to risk being banned from my server.
Has anyone checked if there are other protections?
By making these changes becomes Nulled 100%?
Anyway thanks for sharing.
(08-28-2014 03:49 AM)theyellow Wrote: [ -> ]THANKS!!!! durgani..working great
You're welcome ;)
hi someting not working good when im in admin panel its not possible to click on all setings in left menu,just in 3-4,its not possible to click on seting for example.any ideas?
thank you in advance