Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
11-06-2015, 09:55 PM
Post: #21
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
try again with a second step
open /application/modules/admin/controllers/purchase_core.php line 61 under curl_close($ch); put $result = 1; then open system/helpers/dbcbase_helper.php line 1039 change if($result==='0') to if($result==='1') cannot test it but this should do it now ...just test it out |
|||
11-07-2015, 12:11 AM
(This post was last modified: 11-07-2015 12:21 AM by inrev.)
Post: #22
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
okay I will let you know the result...
(11-06-2015 09:55 PM)MisterXX2 Wrote: try again with a second step The result it is still same can not nulled yet Quote:Please register your Whizbiz with webhelios any suggestion and way out? this is the code for purchase_core.php Code: //execute post and this is the code for system/helpers/dbcbase_helper.php Code: $CI = get_instance(); |
|||
11-07-2015, 12:35 AM
Post: #23
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
you are testing on localhost or real server ?
|
|||
11-07-2015, 12:38 AM
Post: #24
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
real server
|
|||
11-07-2015, 12:41 AM
Post: #25
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1 | |||
11-07-2015, 12:50 AM
Post: #26
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
(11-07-2015 12:41 AM)MisterXX2 Wrote: ok again system/helpers/dbcbase_helper.php already do just like you instruction but still can not running as nulled, still need : Quote:Please register your Whizbiz with webhelios |
|||
11-07-2015, 12:51 AM
Post: #27
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
(09-29-2015 04:55 AM)mdarparvez Wrote: Great And Rock And Roll iam your Fans Bro |
|||
11-07-2015, 01:03 AM
(This post was last modified: 11-07-2015 01:08 AM by MisterXX2.)
Post: #28
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
ok
replace also in ok system/helpers/dbcbase_helper.php else { $string = md5(urlencode($purchase_key).'-'.urlencode($item_id).'-'.urlencode($domain)); if($string==$data) { } else { $CI->session->set_flashdata('msg', '<div class="alert alert-danger">Please verify your purchase.</div>'); redirect(site_url('admin/purchase/regdomain')); } } with this just comment this out ..there is a third check /* else { $string = md5(urlencode($purchase_key).'-'.urlencode($item_id).'-'.urlencode($domain)); if($string==$data) { } else { $CI->session->set_flashdata('msg', '<div class="alert alert-danger">Please verify your purchase.</div>'); redirect(site_url('admin/purchase/regdomain')); } } } */ replace with this /* else { $string = md5(urlencode($purchase_key).'-'.urlencode($item_id).'-'.urlencode($domain)); if($string==$data) { } else { $CI->session->set_flashdata('msg', '<div class="alert alert-danger">Please verify your purchase.</div>'); redirect(site_url('admin/purchase/regdomain')); } } */ one again complete ..i cannot delete here anything : ok again system/helpers/dbcbase_helper.php line 1035 under curl_close($ch); add $result == '1'; and 2. step purchase_core.php line 61 under curl_close($ch); put $result == '1'; replace also in ok system/helpers/dbcbase_helper.php else { $string = md5(urlencode($purchase_key).'-'.urlencode($item_id).'-'.urlencode($domain)); if($string==$data) { } else { $CI->session->set_flashdata('msg', '<div class="alert alert-danger">Please verify your purchase.</div>'); redirect(site_url('admin/purchase/regdomain')); } } replace with this /* else { $string = md5(urlencode($purchase_key).'-'.urlencode($item_id).'-'.urlencode($domain)); if($string==$data) { } else { $CI->session->set_flashdata('msg', '<div class="alert alert-danger">Please verify your purchase.</div>'); redirect(site_url('admin/purchase/regdomain')); } } */ |
|||
11-07-2015, 02:56 AM
Post: #29
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1
hello MisterXX2
your clue is not working yet I think there is no solution to bypass the call back Quote:Please register your Whizbiz with webhelios |
|||
11-07-2015, 09:01 AM
(This post was last modified: 11-07-2015 09:06 AM by president.)
Post: #30
|
|||
|
|||
RE: [GET] WhizBiz - Business Directory CMS v1.1 | |||