Bhojon - Best Restaurant Management Software with Restaurant Website

Bhojon - Best Restaurant Management Software with Restaurant Website Untouched v4.0

No permission to download

Pokerman

New member
May 30, 2021
19
1
1
Anyone able to fix this?
Remove line 644
<p class="b_top"><?php echo display('powerbybdtask')?></p>
In file: Application/Modules/Ordermanage/views/dueinvoicedirectprint.php

And remove line 184
<p class="text-note text-primary text-center mb-0"><?php echo display('powerbybdtask')?></p>
In file: Application/Modules/Ordermanage/views/dueinvoiceprint.php
 

disetec21

Member
Jun 24, 2020
69
12
8
Remove line 644
<p class="b_top"><?php echo display('powerbybdtask')?></p>
In file: Application/Modules/Ordermanage/views/dueinvoicedirectprint.php

And remove line 184
<p class="text-note text-primary text-center mb-0"><?php echo display('powerbybdtask')?></p>
In file: Application/Modules/Ordermanage/views/dueinvoiceprint.php
Thanks
 

ali.smartsyed72

Active member
Trusted Uploader
Dec 29, 2018
175
64
28
Pakistan
www.div92.com
Download file is not available can anyone give it?
Thank you!

@EviL CAN U SHARE IT AGAIN ?
@White Devil LINK IS DEAD

dl link removed

thanks but dl link removed :D
i will wait for untouched versio


How To Null Bhojon 2.7:
1. Download Nulled Files from the link below
2. Replace These files in exact same path
3. Use any purchase key for validation.
4. Enjoy Bhojon 2.7 Nulled

give your reaction to my efforts it will encourage me for the future work

 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
How To Null Bhojon 2.7:
1. Download Nulled Files from the link below
2. Replace These files in exact same path
3. Use any purchase key for validation.
4. Enjoy Bhojon 2.7 Nulled

give your reaction to my efforts it will encourage me for the future work


The dev altered some files in the codeigniter framework. Also he added a library for generating pdf "dompdf" but forgot to remove the archive "dompdf.zip" that have a size of 7.07 Mb. For best practices, this library should be in "application/libraries".
 

ali.smartsyed72

Active member
Trusted Uploader
Dec 29, 2018
175
64
28
Pakistan
www.div92.com
The dev altered some files in the codeigniter framework. Also he added a library for generating pdf "dompdf" but forgot to remove the archive "dompdf.zip" that have a size of 7.07 Mb. For best practices, this library should be in "application/libraries".

bro in application/libraries there is a file named "pdfgenerator.php" which is calling library from the vendor folder below is the code of the above-mentioned file

Code:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

define('DOMPDF_ENABLE_AUTOLOAD', false);
require_once("./vendor/dompdf/dompdf/dompdf_config.inc.php");

class Pdfgenerator {

  public function generate($html, $filename='', $stream=TRUE, $paper = 'A4', $orientation = "portrait")
  {
    $dompdf = new DOMPDF();
    $dompdf->load_html($html);
    $dompdf->set_paper($paper, $orientation);
    $dompdf->render();
    if ($stream) {
        $dompdf->stream($filename.".pdf", array("Attachment" => 0));
    } else {
        return $dompdf->output();
    }
  }


}
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
bro in application/libraries there is a file named "pdfgenerator.php" which is calling library from the vendor folder below is the code of the above-mentioned file

Code:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

define('DOMPDF_ENABLE_AUTOLOAD', false);
require_once("./vendor/dompdf/dompdf/dompdf_config.inc.php");

class Pdfgenerator {

  public function generate($html, $filename='', $stream=TRUE, $paper = 'A4', $orientation = "portrait")
  {
    $dompdf = new DOMPDF();
    $dompdf->load_html($html);
    $dompdf->set_paper($paper, $orientation);
    $dompdf->render();
    if ($stream) {
        $dompdf->stream($filename.".pdf", array("Attachment" => 0));
    } else {
        return $dompdf->output();
    }
  }


}

I talk about best practices and how to evaluate a developer. For me he/she is not a pro.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu