Show Posts


Messages - dahili

Pages: [1]
1
E-Commerce Laws / Re: Copyright notice removal license
« on: July 21, 2014, 05:00:38 PM »
dear opensource coder friens  Powered by AbanteChart  removal is possible in
file storefront/controller/common/footer.php
at the bottom
change line
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . '  'project_base() ;
to
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . ' <a href=http://dahili.net>Dahili Net</a> ';



original  name and url crypted in function


function project_base() {
   $base = 'PGEgaHJlZj0iaHR0cDovL3d3dy5hYmFudGVjYXJ0LmNvbSIgb25jbGljaz0id2luZG93Lm9wZW4odGhpcy5ocmVm';
   $base .= 'KTtyZXR1cm4gZmFsc2U7IiB0aXRsZT0iSWRlYWwgT3BlblNvdXJjZSBFLWNvbW1lcmNlIFNvbHV0aW9uIj5BYmFudGVDYXJ0PC9hPg==';
   return base64_decode($base);
}



regards

Pages: [1]

Powered by SMFPacks Social Login Mod